Difference between revisions of "The Priest.css"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | body | + | body { |
| − | background: # | + | background: #300; |
color: #ffc; | color: #ffc; | ||
| Line 7: | Line 7: | ||
color: #ffc; | color: #ffc; | ||
} | } | ||
| − | |||
a { | a { | ||
color: #daf !important; | color: #daf !important; | ||
} | } | ||
| − | |||
a:visited { | a:visited { | ||
color: #c9e !important; | color: #c9e !important; | ||
} | } | ||
| − | |||
#mw-page-base, #mw-head-base, .navbox-title { | #mw-page-base, #mw-head-base, .navbox-title { | ||
background: #300; | background: #300; | ||
Latest revision as of 18:03, 28 July 2026
body {
background: #300; 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;
}
}