Difference between revisions of "The Priest.css"
Jump to navigation
Jump to search
(Created page with " body.page-The_Priest { background: #968888; #mw-page-base, #mw-head-base, .navbox-title { background: #968888; } #content { background: #c0bbbb; } .toc,...") |
|||
| Line 1: | Line 1: | ||
body.page-The_Priest { | body.page-The_Priest { | ||
| − | background: # | + | background: #400; |
| + | color: #ffc; | ||
| + | |||
| + | h1, h2, h3, h4 { | ||
| + | color: #ffc; | ||
| + | } | ||
| + | |||
| + | a { | ||
| + | color: #daf !important; | ||
| + | } | ||
| + | |||
| + | a:visited { | ||
| + | color: #c9e !important; | ||
| + | } | ||
#mw-page-base, #mw-head-base, .navbox-title { | #mw-page-base, #mw-head-base, .navbox-title { | ||
| − | background: # | + | background: #300; |
} | } | ||
#content { | #content { | ||
| − | background: # | + | background: #400; |
| + | color: #ffc; | ||
} | } | ||
.toc, .navbox { | .toc, .navbox { | ||
| − | background: # | + | background: #500 !important; |
} | } | ||
} | } | ||
Revision as of 14:04, 28 July 2026
body.page-The_Priest {
background: #400; color: #ffc;
h1, h2, h3, h4 {
color: #ffc;
}
a {
color: #daf !important;
}
a:visited {
color: #c9e !important;
}
#mw-page-base, #mw-head-base, .navbox-title {
background: #300;
}
#content {
background: #400;
color: #ffc;
}
.toc, .navbox {
background: #500 !important;
}
}