MediaWiki:Common.css
From Gineipaedia, the Legend of Galactic Heroes wiki
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* h2 padding */ #bodyContent h2 { padding-top: 1.2em; } /* toc padding */ #bodyContent .toc { padding-top: 0em !important; margin-top: 0.9em !important; } /* clear */ .clear { clear: both !important; } /* 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; } /* appearance lists */ .hiddenlist { display: none !important; } .visiblelist { display: block !important; } /* 'main article' lines */ .mainarticle { font-style: italic; } /* dates */ .d { white-space: nowrap; } .d-other { display: none !important; } #simpleTooltip { padding: 3px 5px 3px 5px; background: #fcfcfc; font-size: 12px; line-height: 14px; white-space: nowrap; border: 1px solid #cccccc; box-shadow: 0px 0px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.1); } #simpleTooltip span { color: #888888; } /* hide main page redirect notice */ .page-Portal_Main #bodyContent #contentSub { display: none !important; } /* hide main page title */ .page-Portal_Main #firstHeading { display: none !important; } /* replacement main page title */ #portal-main-title-box { float: left; margin: 0px 0px; padding: 0px 0px; } #portal-main-title-box p { margin: 0px 0px; padding: 0px 0px; } #portal-main-title-box p#portal-main-title { margin-top: 1px; color: #808080; line-height: 1.2em; font-size: 188%; } #portal-main-title strong { color: #111111; } #portal-main-title-box p#portal-main-title-tagline { margin-top: -3px; padding-right: 4px !important; color: #404040; text-align: right; font-size: 0.95em; } .portal-main-title-clear { margin-bottom: .7em; padding-bottom: .1em; border-bottom: 1px solid #aaaaaa; } /* hide category on main page */ .page-Portal_Main #catlinks { display: none !important; } /* break-out boxes */ .breakout-top, .breakout-bottom { border: 1px solid #aaaaaa; background-color: #fafafa; margin: 0em 2em 2em 2em; padding: 0.5em 1em; font-size: 0.95em; } .breakout-bottom { margin: 2em 2em 0em 2em; } /* captcha styles */ div.captcha { margin: 1.1em 0em 1.2em 0em; padding: 0.2em 0.7em; border: 1px solid #a7d7f9; background-color: #fafafa; } div.captcha label em { color: #296ae4; font-weight: bold; } div.captcha p:nth-child(2) { padding-top: 0.5em; } div.captcha input { display: block; padding-top: 0.4em; }