MediaWiki:Common.css
From Gineipaedia, the Legend of Galactic Heroes wiki
(Difference between revisions)
Line 24: | Line 24: | ||
} | } | ||
- | #portal-main-title { | + | #portal-main-title-box #portal-main-title { |
- | color: # | + | color: #dddddd; |
font-size: 188%; | font-size: 188%; | ||
} | } |
Revision as of 04:25, 6 January 2011
/* infoboxes */ #bodyContent .infobox { border: 1px solid #aaaaaa !important; background-color: #fafafa !important; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } /* h2 padding */ #bodyContent h2 { padding-top: 1.2em; } /* appearance lists */ .hiddenlist { display: none !important; } .visiblelist { display: block !important; } /* 'main article' lines */ .mainarticle { font-style: italic; } /* hide main page title */ .page-Portal_Main #firstHeading { display: none !important; } /* replacement main page title */ #portal-main-title-box { margin: 0px 0px; } #portal-main-title-box p { margin: 0px 0px; padding: 0px 0px; font-size: 0.75em; } #portal-main-title-box #portal-main-title { color: #dddddd; font-size: 188%; } #portal-main-title strong { color: #000000; }