MediaWiki:Common.css: Difference between revisions
imported>Galrion m Adding plot diagram CSS and renaming Characters css to be more likely to be unique. |
mNo edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 215: | Line 215: | ||
table.mp-plot-table td.mp-text { | table.mp-plot-table td.mp-text { | ||
font-size: 90%; | |||
width: 20%; | width: 20%; | ||
text-align: center; | text-align: center; | ||
Line 223: | Line 223: | ||
width: 20%; | width: 20%; | ||
text-align: center; | text-align: center; | ||
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 { | |||
background: url("https://wiki.fhs.sh/images/a/a9/Classic_bg.png") #fddc99 !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; } |