No edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
border: solid 1px #2355b1 !important; | border: solid 1px #2355b1 !important; | ||
background: #1778d0; | background: #1778d0; | ||
} | |||
#header { | |||
background: #393939 url(https://paragonrsps.com/resources/header_bg.webp) repeat-x scroll 0 bottom; | |||
} | } | ||
Revision as of 20:22, 22 April 2025
/* Custom styles for wikitable */
.wikitable {
border-collapse: collapse;
margin: 10px 0;
font-size: 14px;
}
.wikitable th, .wikitable td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
background-color: #1b5295;
color: white;
}
.wikitable th {
background-color: #7497c1;
font-weight: bold;
color: white;
}
.wikitable tr:hover {
background-color: #f1f1f1;
}
#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;
}