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.
/* ============== */ /* GENERAL STYLES */ /* ============== */ /* ------------ */ /* article TOCs */ /* ------------ */ #bodyContent .toc { margin-top: 0.9em !important; padding-top: 0em !important; } /* -------------------- */ /* article headers (h2) */ /* -------------------- */ #bodyContent h2 { padding-top: 1.2em; } /* ----------------- */ /* article infoboxes */ /* ----------------- */ #bodyContent .infobox { float: right; margin-left: 1em; margin-bottom: 0.5em; padding: 0.2em; background-color: #fafafa; border: 1px solid #aaaaaa; clear: right; } /* -------------------- */ /* 'main article' lines */ /* -------------------- */ .mainarticle { font-style: italic; } /* --------------- */ /* sortable tables */ /* --------------- */ table.sortable { width: 100%; text-align: left; background-color: #f9f9f9; border: 1px solid #aaaaaa; border-collapse: collapse; } table.sortable td, table.sortable th { border: 1px solid #aaaaaa; } /* ------------------- */ /* 'appearances' lists */ /* ------------------- */ .hiddenlist { display: none !important; } .visiblelist { display: block !important; } /* -------------- */ /* template links */ /* -------------- */ .template-link { padding: 0px 2px; background-color: #a7d7f9; } .template-link a { color: #202020; } /* ------ */ /* clear! */ /* ------ */ .clear { clear: both !important; } /* ================ */ /* MAIN-PAGE STYLES */ /* ================ */ /* ------------------ */ /* hide default title */ /* ------------------ */ .page-Portal_Main #firstHeading { display: none !important; } /* ----------------- */ /* replacement 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; font-size: 188%; line-height: 1.2em; } #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 redirect notice */ /* -------------------- */ .page-Portal_Main #bodyContent #contentSub { display: none !important; } /* ------------- */ /* hide category */ /* ------------- */ .page-Portal_Main #catlinks { display: none !important; } /* =========== */ /* DATE STYLES */ /* =========== */ /* ---------- */ /* date spans */ /* ---------- */ .d { white-space: nowrap; } .d-other { display: none !important; } /* -------------- */ /* date tool tips */ /* -------------- */ #simpleTooltip { padding: 3px 5px 3px 5px; font-size: 12px; line-height: 14px; white-space: nowrap; background: #fcfcfc; 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; } /* ============== */ /* CAPTCHA STYLES */ /* ============== */ div.captcha { margin: 1.1em 0em 1.2em 0em; padding: 0.2em 0.7em; background-color: #fafafa; border: 1px solid #a7d7f9; } #editform div.captcha { margin: 0.8em 0em 0.7em 0em !important; } div.captcha label { display: block; padding-bottom: 0.3em; } div.captcha label em { color: #2053b2; font-weight: bold; font-style: normal; } div.captcha p:nth-child(2) { padding-top: 0.5em; } div.captcha input#wpCaptchaWord { display: block; width: 170px !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; }