No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Custom styles for wikitable */ | /* Custom styles for wikitable */ | ||
.wikitable | .wikitable > tr > th, .wikitable > * > tr > th { | ||
background-color: #2d477b; | |||
background-color: # | |||
color: white; | color: white; | ||
text-align: center; | |||
} | } | ||
Revision as of 20:24, 22 April 2025
/* Custom styles for wikitable */
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #2d477b;
color: white;
text-align: center;
}
#header nav {
background: linear-gradient(#2c4379, #25284d);
}
a.new {
color: #00aadd;
}
a:visited {
color: #1778d0;
}
article a {
color: #00aadd;
}
.button.red, input[type="submit"] {
border: solid 1px #2355b1 !important;
background: #1778d0;
}
#header {
background: #393939 url(https://paragonrsps.com/resources/header_bg.webp) repeat-x scroll 0 bottom;
}