No edit summary Tag: Manual revert |
No edit summary |
||
| Line 43: | Line 43: | ||
#header { | #header { | ||
background: #393939 url(https://paragonrsps.com/resources/header_bg.webp) repeat-x scroll 0 bottom; | background: #393939 url(https://paragonrsps.com/resources/header_bg.webp) repeat-x scroll 0 bottom; | ||
} | |||
#sidebar { | |||
float: left; | |||
width: 300px; | |||
margin-left: 38px; | |||
border-color: #1778d0; | |||
border-style: solid; | |||
border-width: 5px; | |||
} | } | ||
Revision as of 06:11, 25 April 2025
/* Custom styles for wikitable */
body {
text-shadow: none;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #2d477b;
color: white;
text-align: center;
}
.wikitable > * > tr > td {
background-color: #41627f;
color: white;
border: 1px solid #aaa;
padding: 0.2em 0.4em;
}
#header nav {
background: linear-gradient(#2c4379, #25284d);
}
a.new {
color: #00aadd;
}
a:visited {
color: #1778d0;
}
a.new:visited {
color: #58a1a5;
}
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;
}
#sidebar {
float: left;
width: 300px;
margin-left: 38px;
border-color: #1778d0;
border-style: solid;
border-width: 5px;
}