MediaWiki:Common.css: Difference between revisions
mNo edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 225: | Line 225: | ||
font-size: 105%; | font-size: 105%; | ||
} | } | ||
/* Everything above is copied directly from Fandom, preserving for posterity for now */ | |||
/* New stuff for post-Fandom life goes below */ | |||
html, body { | html, body { | ||
Line 230: | Line 233: | ||
background-size: initial !important; | background-size: initial !important; | ||
} | } | ||
div#content { | |||
background-color:#f8e9ae; | |||
} | |||
div#p-cactions div.pBody ul li.mw-list-item a { | |||
background-color:#eecc66; | |||
} | |||
#displayTimer { font-size: 12px !important; } | |||
#showdate a { color: white !important; } |