Template:Changeling
From Edge of Darkness Wiki
m |
m |
||
| Line 1: | Line 1: | ||
| - | + | /* Font sizes and colors located in main-ltr.css */ | |
| - | + | sup { | |
| - | + | font-size: 0.7em; | |
| - | + | vertical-align: super; | |
| - | + | line-height: 0; | |
| - | + | } | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | .Changelingback, .ctlback, .ctlfooter { | |
| - | + | background: radial-gradient(#000000, #001900, #003300);} | |
| + | .mtaback, .Mageback, .mtafooter { | ||
| + | background: radial-gradient(#000000, #0a1e28, #143d51);} | ||
| + | .vtrback, .Vampireback, .vtrfooter { | ||
| + | background: radial-gradient(#000000, #190000, #330000);} | ||
| + | .wtfback, .Werewolfback, .wtffooter { | ||
| + | background: radial-gradient(#000000, #402012, #201009);} | ||
| + | .Ghoulback, .Ghoulback { | ||
| + | background: linear-gradient(#330000, #190000, #000000);} | ||
| - | + | .Changelingglow { | |
| - | + | background: radial-gradient(darkgreen, transparent, transparent); | |
| + | text-align: center; | ||
| + | } | ||
| - | + | .Mageglow { | |
| - | + | background: radial-gradient(#6A9F8F, transparent, transparent); | |
| + | text-align: center; | ||
| + | } | ||
| - | + | .Vampireglow { | |
| - | + | background: radial-gradient(#990000, transparent, transparent); | |
| + | text-align: center; | ||
| + | } | ||
| - | + | .Werewolfglow { | |
| - | }}}} | + | background: radial-gradient(sienna, transparent, transparent); |
| - | + | text-align: center; | |
| + | } | ||
| + | |||
| + | .chartempwrapper div.topicon { top: -4em !important; z-index: 99999 !important; } | ||
| + | |||
| + | .chartempheader .topicon img { width: auto !important; z-index: 99999 !important; } | ||
| + | |||
| + | .ctlfooter, .mtafooter, .vtrfooter, .wtffooter { | ||
| + | border-top-right-radius: 0px; | ||
| + | border-top-left-radius: 0px; | ||
| + | border-bottom-right-radius: 5px; | ||
| + | border-bottom-left-radius: 5px; | ||
| + | color: silver; | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Standard Navigationsleisten, aka box hiding thingy | ||
| + | from .de. Documentation at [[Wikipedia:NavFrame]]. */ | ||
| + | div.NavFrame { | ||
| + | margin: 0; | ||
| + | padding: 4px; | ||
| + | border: 1px solid #aaa; | ||
| + | text-align: center; | ||
| + | border-collapse: collapse; | ||
| + | font-size: 95%; | ||
| + | } | ||
| + | div.NavFrame + div.NavFrame { | ||
| + | border-top-style: none; | ||
| + | border-top-style: hidden; | ||
| + | } | ||
| + | div.NavPic { | ||
| + | background-color: #fff; | ||
| + | margin: 0; | ||
| + | padding: 2px; | ||
| + | /* @noflip */ | ||
| + | float: left; | ||
| + | } | ||
| + | div.NavFrame div.NavHead { | ||
| + | height: 1.6em; | ||
| + | font-weight: bold; | ||
| + | background-color: #ccf; | ||
| + | position: relative; | ||
| + | } | ||
| + | div.NavFrame p, | ||
| + | div.NavFrame div.NavContent, | ||
| + | div.NavFrame div.NavContent p { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | div.NavEnd { | ||
| + | margin: 0; | ||
| + | padding: 0; | ||
| + | line-height: 1px; | ||
| + | clear: both; | ||
| + | } | ||
| + | a.NavToggle { | ||
| + | position: absolute; | ||
| + | top: 0; | ||
| + | /* @noflip */ | ||
| + | right: 3px; | ||
| + | font-weight: normal; | ||
| + | font-size: 90%; | ||
| + | } | ||
| + | |||
| + | .cast-wrapper { float: left; border:1px solid #1a1a1a; margin: 1px; width: 100%; background: #0d0d0d; border-radius: 23px; } | ||
| + | .cast-image { color: black; float: left; margin-right: 5px; max-height: 45px; width: 45px; overflow: hidden; border-radius: 50%; text-align: center; font-size: 85%; } | ||
| + | .cast-label { font-size: 8pt; color: silver; padding-left: 10px; padding-right: 10px; text-align: center; background: transparent; } | ||
| + | |||
| + | |||
| + | /* Character Template Classes */ | ||
| + | .center { text-align: center; } | ||
| + | .italic { font-style: italic; } | ||
| + | .font75 { font-size: 75%; } | ||
| + | .font150 { font-size: 20px; } | ||
| + | .font200 { font-size: 200%; } | ||
| + | .pad5 { padding: 5px; } | ||
| + | .pad10 { padding: 10px; } | ||
| + | .chartempheader { position: relative; height: 228px; } | ||
| + | .chartempheader img { width: 200px; overflow: hidden; } | ||
| + | .chartempwrapper { min-width: 750px; } | ||
| + | .chartempstatusActive { color: green; } | ||
| + | .chartempstatusDeceased { color: red; } | ||
| + | .chartempstatusInactive { color: yellow; } | ||
| + | .chartempportrait { float: right; height: 210px; overflow: hidden; } | ||
| + | .chartempportrait img { width: 200px; overflow: hidden; } | ||
| + | .quotespagewrapper {position: relative; height: 230px;} | ||
| + | .quotespagenamediv {width: 75%; text-align: center; float: left; position: absolute; top: 5px;} | ||
| + | .quotespagelabel {height: 32px; text-align: center;} | ||
| + | .quotespageinfo {height: 32px; overflow: hidden;} | ||
| + | .chartempvte, .charinfoline, .vtelinksbegin, .vtelinksend, .chartempquotestatus, .chartempquotestatus2 { | ||
| + | text-align: left; font-size: 75%; color: silver; position: absolute; | ||
| + | } | ||
| + | .charinfoline { float: left; bottom: 5px; left: 5px;} | ||
| + | .chartempquotestatus2 { float: right; top: 18px; left: 52px; } | ||
| + | .vtelinksbegin, .chartempvte { float: right; bottom: -15px; right: 5px;} | ||
| + | .vtelinksend, .chartempquotestatus { float: right; top: 5px; left: 5px; } | ||
| + | |||
| + | .tenureChangeling, .tenureChangeling2, .tenureMage, .tenureMage2, .tenureVampire, .tenureVampire2, .tenureWerewolf, .tenureWerewolf2, .tenureGhoul, .tenureGhoul2 { | ||
| + | z-index: 100; | ||
| + | white-space: nowrap; | ||
| + | width: 180px; | ||
| + | position: absolute; | ||
| + | right: 9px; | ||
| + | font-size: 80%; | ||
| + | color: white; | ||
| + | line-height: 1.5em; | ||
| + | padding-right: 10px; | ||
| + | padding-left: 10px; | ||
| + | text-align: center; | ||
| + | border-radius: 0px !important; | ||
| + | background-image: url(http://nwod.org/forum/images/gradients/grade01.png); | ||
| + | } | ||
| + | /* Changeling */ | ||
| + | .tenureChangeling { bottom: 10px; } | ||
| + | .tenureChangeling2 { top: 8px; } | ||
| + | .chartempportraitborderChangeling { border: 3px solid; } | ||
| + | .Changelingcolor { color: darkgreen; } | ||
| + | .Changelingfont { font-family: Changeling2;} | ||
| + | |||
| + | /* Mage */ | ||
| + | .tenureMage, .tenureMage2 { right: 7px; } | ||
| + | .tenureMage { bottom: 10px; } | ||
| + | .tenureMage2 { top: 6px; } | ||
| + | .chartempportraitborderMage { border: 1px solid; } | ||
| + | .Magecolor { color: #ff9933; } | ||
| + | .Magefont { font-family: Mage2;} | ||
| + | |||
| + | /* Vampire and Ghoul */ | ||
| + | .tenureVampire, .tenureVampire2, .tenureGhoul, .tenureGhoul2 { right: 9px; } | ||
| + | .tenureVampire, .tenureGhoul { bottom: 10px; } | ||
| + | .tenureVampire2, .tenureGhoul2 { top: 8px; } | ||
| + | .chartempportraitborderVampire, .chartempportraitborderGhoul { border: 3px solid; z-index: 500; } | ||
| + | .Vampirecolor, .Ghoulcolor { color: #E10000; } | ||
| + | .Vampirefont, .Ghoulfont { font-family: Vampire2; } | ||
| + | |||
| + | /* Werewolf */ | ||
| + | .tenureWerewolf, .tenureWerewolf { width: 181px; right: 8px; } | ||
| + | .tenureWerewolf { bottom: 10px; } | ||
| + | .tenureWerewolf2 { top: 8px; } | ||
| + | .chartempportraitborderWerewolf { border: 3px solid; } | ||
| + | .Werewolfcolor { color: sienna; } | ||
| + | .Werewolffont { font-family: Werewolf2;} | ||
| + | |||
| + | |||
| + | /* End Character Template Classes */ | ||
| + | |||
| + | code { | ||
| + | color: silver; | ||
| + | background-color: #1e1e1e; | ||
| + | border: 1px solid #cec195; | ||
| + | border-radius: 2px; | ||
| + | padding: 1px 4px; | ||
| + | } | ||
| + | |||
| + | .askpc { | ||
| + | margin: 5px; | ||
| + | padding: 3px; | ||
| + | border: 1px solid #1a1a1a; | ||
| + | padding: 5px; | ||
| + | text-align: center; | ||
| + | font-size: 85%; | ||
| + | } | ||
| + | |||
| + | .drilldowncharacters { | ||
| + | width: 96px; | ||
| + | float: left; | ||
| + | margin: 2px; | ||
| + | padding: 5px; | ||
| + | text-align: center; | ||
| + | font-size: 85%; | ||
| + | height:80px; | ||
| + | overflow: hidden; | ||
| + | } | ||
| + | |||
| + | .eodtable { | ||
| + | background: black; | ||
| + | border: 5px solid #336699; | ||
| + | padding: 10px; | ||
| + | text-align: center; | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | .infobox_user { | ||
| + | margin-left: 10px; | ||
| + | border: 2px solid #ff9933; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .scenetracker {width: 100px; overflow: hidden;} | ||
| + | |||
| + | /* Hunter template */ | ||
| + | .htvdark { background: #121e1e; } | ||
| + | .htvlight { background: #2F4F4F; } | ||
| + | |||
| + | .grade01 { | ||
| + | background-image: url(http://nwod.org/forum/images/gradients/grade01.png); | ||
| + | border-radius: 10px; | ||
| + | } | ||
| + | |||
| + | .grade03 { | ||
| + | background-image: url(http://nwod.org/forum/images/gradients/grade03.png); | ||
| + | border-radius: 10px; | ||
| + | } | ||
| + | |||
| + | .grade05 { | ||
| + | background-image: url(http://nwod.org/forum/images/gradients/grade05.png); | ||
| + | border-radius: 10px; | ||
| + | } | ||
| + | |||
| + | .ctlbox, .gtsbox, .htvbox, .mtabox, .vtrbox, .wtfbox { | ||
| + | background-position:left top; | ||
| + | border-radius: 5px; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | .ctlbox { | ||
| + | background-image: url(http://nwod.org/images/Wiki/smallctl.jpg); | ||
| + | border: 1px solid darkgreen; | ||
| + | } | ||
| + | |||
| + | .htvbox { | ||
| + | background-image: url(http://nwod.org/images/Wiki/smallhtv.jpg); | ||
| + | border: 1px solid #2F4F4F; | ||
| + | } | ||
| + | |||
| + | .mtabox { | ||
| + | background-image: url(http://nwod.org/images/Wiki/smallmta.jpg); | ||
| + | border: 1px solid #ff9933; | ||
| + | } | ||
| + | |||
| + | .vtrbox { | ||
| + | background-image: url(http://nwod.org/images/Wiki/smallvtr.jpg); | ||
| + | border: 1px solid #800000; | ||
| + | } | ||
| + | |||
| + | .wtfbox { | ||
| + | background-image: url(http://nwod.org/images/Wiki/smallwtf.jpg); | ||
| + | border: 1px solid #473224; | ||
| + | } | ||
| + | |||
| + | .gtsbox { | ||
| + | background-image: url(http://nwod.org/images/Wiki/smallgts.jpg); | ||
| + | border: 1px solid #26466D; | ||
| + | } | ||
| + | |||
| + | /* ==================PAGE WRAPPERS======================================== */ | ||
| + | .character { | ||
| + | background-image: url(http://nwod.org/images/Wiki/character.png); | ||
| + | border: 1px solid #1a1a1a; | ||
| + | border-radius: 5px; | ||
| + | background-position:left top; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | .ccharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/ccharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 1px solid #00611C; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .gcharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/gcharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 1px solid #26466D; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .gsepage { | ||
| + | background-image: url(http://nwod.org/images/Wiki/gcharacter.png); | ||
| + | background-position:left top; | ||
| + | border: 1px solid #26466D; | ||
| + | border-radius: 5px; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | |||
| + | .hcharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/hcharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 1px solid #2F4F4F; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .htvpage { | ||
| + | background-image: url(http://nwod.org/images/Wiki/hcharacter.png); | ||
| + | background-position:left top; | ||
| + | border: 1px solid #2F4F4F; | ||
| + | border-radius: 5px; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | .mcharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/mcharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 1px solid #ff9933; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .pcharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/pcharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 0px 1px 1px 1px solid #7A7ACC; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .ptcpage { | ||
| + | background-image: url(http://nwod.org/images/Wiki/pcharacter.png); | ||
| + | background-position:left top; | ||
| + | border: 1px 1px 0 1px solid #7A7ACC; | ||
| + | border-radius: 5px; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | .vcharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/vcharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 1px solid #800000; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .wcharacter { | ||
| + | background-image: url(http://nwod.org/images/Wiki/wcharacter.png); | ||
| + | background-position:right bottom; | ||
| + | border: 1px solid #473224; | ||
| + | border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | .ctlpage, .Changelingpage, .mtapage, .Magepage, .vtrpage, .Vampirepage, .wtfpage, .Werewolfpage, .Ghoulpage { | ||
| + | border-top-right-radius: 5px; | ||
| + | border-top-left-radius: 5px; | ||
| + | border-bottom-right-radius: 0px; | ||
| + | border-bottom-left-radius: 0px; | ||
| + | background-position:left top; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | .ctlfooter, .mtafooter, .vtrfooter, .wtffooter { | ||
| + | border: 1px solid; | ||
| + | border-top-right-radius: 0px; | ||
| + | border-top-left-radius: 0px; | ||
| + | border-bottom-right-radius: 5px; | ||
| + | border-bottom-left-radius: 5px; | ||
| + | color: silver; | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | .ctlpage, .Changelingpage, .ctlfooter, .chartempportraitborderChangeling { border-color: #006000; } | ||
| + | .mtapage, .Magepage, .mtafooter, .chartempportraitborderMage { border-color: #1e5b7a; } | ||
| + | .vtrpage, .Vampirepage, .vtrfooter, .Ghoulpage, .chartempportraitborderVampire, .chartempportraitborderGhoul { border-color: #800000; } | ||
| + | .wtfpage, .Werewolfpage, .wtffooter, .chartempportraitborderWerewolf { border-color: #804124; } | ||
| + | |||
| + | |||
| + | /* ==================END PAGE WRAPPERS==================================== */ | ||
| + | |||
| + | .navboxlist05 { | ||
| + | background-image: url(http://nwod.org/forum/images/gradients/grade05.png); | ||
| + | border-radius: 10px; | ||
| + | padding-left: 10px; | ||
| + | margin-right: 10px; | ||
| + | margin-left: 5px; | ||
| + | } | ||
| + | |||
| + | .mtapage2 { | ||
| + | min-width: 850px; | ||
| + | border: 1px solid #028181; | ||
| + | background-color: #002626; | ||
| + | background: -webkit-linear-gradient(#001919, #000c0c); | ||
| + | background: -o-linear-gradient(#001919, #000c0c); | ||
| + | background: -moz-linear-gradient(#001919, #000c0c); | ||
| + | background: linear-gradient(#001919, #000c0c); | ||
| + | border-radius: 10px; -moz-border-radius: 10px; | ||
| + | -webkit-border-radius: 10px; | ||
| + | font-size: 9.5pt; text-align: justify; | ||
| + | padding: 30px; | ||
| + | text-shadow:0px 1px 2px #160300; | ||
| + | margin-bottom: 1px; | ||
| + | text-shadow:0px 1px 2px #160300; | ||
| + | } | ||
| + | |||
| + | .mtapage2a { | ||
| + | background-image: url(http://nwod.org/images/site/mtaskull.png); | ||
| + | -webkit-background-size: auto 100%; | ||
| + | -moz-background-size: auto 100%; | ||
| + | -o-background-size: auto 100%; | ||
| + | background-size: auto 100%; | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: center center; | ||
| + | } | ||
| + | |||
| + | .mtapage2vt { | ||
| + | background-image: url(http://nwod.org/images/site/Veiled_Threats.png); | ||
| + | -webkit-background-size: auto 100%; | ||
| + | -moz-background-size: auto 100%; | ||
| + | -o-background-size: auto 100%; | ||
| + | background-size: auto 100%; | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: center center; | ||
| + | } | ||
| + | |||
| + | /* | ||
| + | This is the CSS for all skins (for all users) on MediaWiki.org. | ||
| + | |||
| + | SECTIONS: | ||
| + | 1. Indication of namespaces | ||
| + | 2. Color classes for content | ||
| + | 3. Special pages | ||
| + | 4. Main page styling | ||
| + | 5. Sidebar external links | ||
| + | 6. Extension:Matrix stuff | ||
| + | 7. Wikitables, infobox templates, warnings, and other such stylings | ||
| + | 8. Some other small things | ||
| + | */ | ||
| + | |||
| + | /***** 1. INDICATION OF NAMESPACES *****/ | ||
| + | |||
| + | /* Pseudo NS Special (light grey) */ | ||
| + | .ns--2 #content { background-color: #f4f4f4; } | ||
| + | .ns--2 div.thumb { border-color: #f4f4f4; } | ||
| + | |||
| + | /* NS Project + Project_talk (light sky blue) */ | ||
| + | .ns-4 #content, .ns-5 #content { background-color: #f8fcff; } | ||
| + | .ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } | ||
| + | |||
| + | /* NS MediaWiki + MediaWiki_talk (light grey) */ | ||
| + | .ns-8 #content, .ns-9 #content { background-color: #f4f4f4; } | ||
| + | .ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } | ||
| + | |||
| + | /* NS Manual + Manual_talk (light bluish violet) */ | ||
| + | .ns-100 #content, .ns-101 #content { background-color: #f3f3ff; } | ||
| + | .ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; } | ||
| + | |||
| + | /* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */ | ||
| + | .ns-12 #content { | ||
| + | border: 2px solid #0000cc; | ||
| + | border-right: none; | ||
| + | /* background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png); */ | ||
| + | background: #1e1e1e; | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: right top; | ||
| + | } | ||
| + | .ns-12 #bodyContent { | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png); | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: right 5em; | ||
| + | } | ||
| + | |||
| + | /***** 2. COLOR CLASSES FOR CONTENT *****/ | ||
| + | |||
| + | /* Border colors */ | ||
| + | .borderc1 { border-color: #e9e9e9; border-width: thin; } /* light grey */ | ||
| + | .borderc2 { border-color: #aaaaaa; border-width: thin; } /* grey (as toc) */ | ||
| + | .borderc3 { border-color: #777777; border-width: thin; } /* dark grey */ | ||
| + | .borderc4 { border-color: #000000; border-width: thin; } /* black */ | ||
| + | .borderc5 { border-color: #c00000; border-width: thin; } /* red */ | ||
| + | .borderc6 { border-color: #025e9d; border-width: thin; } /* blue */ | ||
| + | .borderc7 { border-color: #008040; border-width: thin; } /* green */ | ||
| + | .borderc8 { border-color: #ffcc00; border-width: thin; } /* yellow */ | ||
| + | |||
| + | /* Background colors */ | ||
| + | .backgroundc1 { background-color: #ffffff; } /* white */ | ||
| + | .backgroundc2 { background-color: #f9f9f9; } /* light grey (as toc) */ | ||
| + | .backgroundc3 { background-color: #eeeeee; } /* light grey (headers) */ | ||
| + | .backgroundc4 { background-color: #e0e0e0; } /* more grey */ | ||
| + | .backgroundc5 { background-color: #d2d2d2; } /* more grey */ | ||
| + | .backgroundc6 { background-color: #b7b7b7; } /* more grey */ | ||
| + | .backgroundc7 { background-color: #a3a3a3; } /* darker grey */ | ||
| + | .backgroundc8 { background-color: #444455; } /* very dark grey */ | ||
| + | |||
| + | /***** 3. SPECIAL PAGES *****/ | ||
| + | |||
| + | /* Marking redirects */ | ||
| + | .allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; } | ||
| + | |||
| + | /* Coloured edit size numbers on watchlist/recentchanges */ | ||
| + | .mw-plusminus-pos { color: #006400; } /* darkgreen */ | ||
| + | .mw-plusminus-neg { color: #8b0000; } /* darkred */ | ||
| + | |||
| + | /* Consistent special page navigation */ | ||
| + | .sp-cached { | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.png/20px-Clock%20and%20warning.png); | ||
| + | background-position: 5px 3px; | ||
| + | background-repeat: no-repeat; | ||
| + | padding: 4px 0 4px 30px; | ||
| + | font-style: italic; | ||
| + | color: #606000; | ||
| + | margin: 0.3em 0; | ||
| + | border: 1px solid #eeee80; | ||
| + | background-color: #ffffe0; | ||
| + | } | ||
| + | .SpecialPageInfo { | ||
| + | background-color: #f9f9f9; | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png); | ||
| + | background-position: 0.8em 0.5em; | ||
| + | background-repeat: no-repeat; | ||
| + | padding: 0.3em 0.5em 0.3em 5.0em; | ||
| + | border-color: #025e9d; | ||
| + | border-width: 1px; | ||
| + | border-style: solid; | ||
| + | border-bottom-width: medium; | ||
| + | margin-bottom: 1em; | ||
| + | } | ||
| + | |||
| + | #searchresulttext { | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png); | ||
| + | } | ||
| + | |||
| + | .mw-viewprevnext { | ||
| + | display: block; | ||
| + | border: 1px solid #cccccc; | ||
| + | background-color: #f9f9f2; | ||
| + | padding: 0.2em 0.4em; | ||
| + | } | ||
| + | |||
| + | /* Special:Statistics */ | ||
| + | .StatsTable { | ||
| + | background: transparent; | ||
| + | width: 75%; | ||
| + | } | ||
| + | .StatsTable th { | ||
| + | vertical-align: middle; | ||
| + | text-align: center; | ||
| + | width: 50px; | ||
| + | } | ||
| + | .StatsTable th, .StatsTable td { | ||
| + | background-color: #1A1A1A; | ||
| + | padding: 0.5em 1em; | ||
| + | border: 1px solid #ccccdd; | ||
| + | margin: 0.4em; | ||
| + | } | ||
| + | .StatsTable tr { | ||
| + | background-color: #1A1A1A; | ||
| + | } | ||
| + | |||
| + | /* Special:Search (more whitespace) */ | ||
| + | .page-Special_Search #search { | ||
| + | padding: 1em 0 2em 0; | ||
| + | } | ||
| + | .page-Special_Search #powersearch { | ||
| + | border: 1px solid #cccccc; | ||
| + | padding: 0.5em 0.5em; | ||
| + | } | ||
| + | .page-Special_Search #powersearch-namespaces { | ||
| + | padding-left: 1em; | ||
| + | margin: 0.7em 0; | ||
| + | } | ||
| + | .page-Special_Search #powersearch-namespaces label { | ||
| + | white-space: nowrap; | ||
| + | min-width: 8.4em; | ||
| + | display: block; | ||
| + | float: left; | ||
| + | } | ||
| + | .page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */ | ||
| + | |||
| + | /***** 4. MAIN PAGE STYLING *****/ | ||
| + | |||
| + | #mainpage_topbox { | ||
| + | background: #f9f9f9; | ||
| + | padding: 0px; | ||
| + | border: 1px solid #aaaaaa; | ||
| + | margin: 0.2em 10px 10px; | ||
| + | } | ||
| + | .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { | ||
| + | font-size: 105%; | ||
| + | padding: 0.4em; | ||
| + | background-color: #eeeeee; | ||
| + | border-bottom: 1px solid #aaaaaa; | ||
| + | } | ||
| + | .mainpage_boxtitle { | ||
| + | line-height: 120%; | ||
| + | } | ||
| + | #mainpage_pagetitle { | ||
| + | color: #cf7606; | ||
| + | font-size: 200% !important; | ||
| + | } | ||
| + | #mainpage_sitelinks { | ||
| + | padding: 0.2em; | ||
| + | text-align: center; | ||
| + | background-color: white; | ||
| + | } | ||
| + | .mainpage_hubtitle { | ||
| + | text-align: center; | ||
| + | } | ||
| + | .mainpage_boxcontents, .mainpage_boxcontents_small { | ||
| + | background: #1A1A1A; | ||
| + | padding: 0.2em 0.4em; | ||
| + | } | ||
| + | .mainpage_boxcontents_small { | ||
| + | font-size: 95%; | ||
| + | } | ||
| + | .mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell { | ||
| + | padding: 0; | ||
| + | border: 1px solid #aaaaaa; | ||
| + | } | ||
| + | .mainpage_hubbox { | ||
| + | margin-bottom: 0; | ||
| + | } | ||
| + | #mainpage_newscell { | ||
| + | margin-bottom: 15px; | ||
| + | margin-top: 0 !important; | ||
| + | } | ||
| + | #mainpage_newscell .mainpage_boxtitle { | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png); | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: 99% 0.3em; | ||
| + | padding-right: 25px; | ||
| + | } | ||
| + | #mainpage_downloadcell { | ||
| + | width: 17em; | ||
| + | margin-bottom: 5px; | ||
| + | } | ||
| + | #mainpage_downloadcell .mainpage_boxtitle { | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png); | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: 96% 0.33em; | ||
| + | padding-right: 25px; | ||
| + | } | ||
| + | #mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */ | ||
| + | |||
| + | /* The "mainpage" class is added to the body with javascript for the main page in all */ | ||
| + | /* languages, so we can style things that apppear on the main page and also elsewhere. */ | ||
| + | .mainpage #lastmod, | ||
| + | .mainpage #siteSub, | ||
| + | .mainpage h1.firstHeading { | ||
| + | display: none !important; | ||
| + | } | ||
| + | .mainpage #content { | ||
| + | padding-top: 1em; | ||
| + | } | ||
| + | |||
| + | /***** 5. SIDEBAR EXTERNAL LINKS *****/ | ||
| + | |||
| + | #n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a { | ||
| + | background: url(/skins-1.5/monobook/external.png) center right no-repeat; | ||
| + | padding-right: 13px; | ||
| + | color: #3366bb; | ||
| + | } | ||
| + | |||
| + | /***** 6. PRETTIFY [[Extension Matrix]] *****/ | ||
| + | |||
| + | .xm-table { | ||
| + | border: 1px solid #666666; | ||
| + | background-color: 1A1A1A; | ||
| + | } | ||
| + | .xm-table td, .xm-table th { | ||
| + | vertical-align: top; | ||
| + | text-align: left; | ||
| + | border: none; | ||
| + | background-color: #EEEEEE; | ||
| + | } | ||
| + | .xm-table th, .xm-name { font-weight: bold; } | ||
| + | .xm-status-unknown, | ||
| + | .xm-type-unknown { | ||
| + | color: #888888; | ||
| + | } | ||
| + | .xm-status-experimental { color: red; } | ||
| + | .xm-status-beta { color: blue; } | ||
| + | .xm-status-stable { color: green; } | ||
| + | .xm-name, .xm-status, | ||
| + | .xm-type, .xm-version, | ||
| + | .xm-updated { | ||
| + | white-space: nowrap; | ||
| + | } | ||
| + | .xm-updated { font-size:80%; } | ||
| + | .xm-alert { background-color: yellow; } | ||
| + | td.xm-blank { background-color: inherit; } | ||
| + | td.xm-updated { background-color: inherit; } | ||
| + | td.xm-description { background-color: inherit; font-style: italic; } | ||
| + | |||
| + | th.xm-blank, | ||
| + | th.xm-updated, | ||
| + | th.xm-description { | ||
| + | background-color: inherit; | ||
| + | padding-bottom: 0.6ex; | ||
| + | border-bottom: 1px solid #666666; | ||
| + | } | ||
| + | |||
| + | /***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/ | ||
| + | |||
| + | /* Wikitable (Prettytable) class for skinning normal tables */ | ||
| + | table.wikitable, | ||
| + | table.prettytable { | ||
| + | margin: 1em 1em 1em 0; | ||
| + | background: transparent; | ||
| + | border: 1px #aaaaaa solid; | ||
| + | border-collapse: collapse; | ||
| + | empty-cells: show; | ||
| + | } | ||
| + | table.wikitable th, table.wikitable td, | ||
| + | table.prettytable th, table.prettytable td { | ||
| + | border: 1px #1a1a1a solid; | ||
| + | background: transparent; | ||
| + | padding: 0.2em 0.4em; | ||
| + | } | ||
| + | table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3, | ||
| + | table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 { | ||
| + | background: #1a1a1a; | ||
| + | text-align: center; | ||
| + | } | ||
| + | table.wikitable td.hl1, table.wikitable th.hl1, | ||
| + | table.prettytable td.hl1, table.wikitable th.hl1 { | ||
| + | background: transparent; | ||
| + | text-align: center; | ||
| + | } | ||
| + | table.wikitable td.hl2, table.wikitable th.hl2, | ||
| + | table.prettytable td.hl2, table.wikitable th.hl2 { | ||
| + | background: transparent; | ||
| + | text-align: center; | ||
| + | } | ||
| + | table.wikitable caption, | ||
| + | table.prettytable caption { | ||
| + | margin-left: inherit; | ||
| + | margin-right: inherit; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | /* General purpose "pretty (data) tables" */ | ||
| + | table.datatable { background-color: transparent; } | ||
| + | table.datatable th, table.datatable td { padding: 4px; } | ||
| + | table.datatable th { text-align: left; background-color: #999999; } | ||
| + | table.datatable tr { background-color: #cccccc; } | ||
| + | table.datatable tr:hover { background-color: #ffffcc; } | ||
| + | |||
| + | /* SideBox styling */ | ||
| + | div.sideBox { | ||
| + | position: relative; | ||
| + | float: right; | ||
| + | background: ; #1A1A1A | ||
| + | margin-left: 1em; | ||
| + | border: 1px solid gray; | ||
| + | padding: 0.3em; | ||
| + | width: 200px; | ||
| + | overflow: hidden; | ||
| + | clear: right; | ||
| + | } | ||
| + | div.sideBox dl { | ||
| + | padding: 0; | ||
| + | margin: 0 0 0.3em 0; | ||
| + | font-size: 96%; | ||
| + | } | ||
| + | div.sideBox dl dt { | ||
| + | background: none; | ||
| + | margin: 0.4em 0 0 0; | ||
| + | } | ||
| + | div.sideBox dl dd { | ||
| + | margin: 0.1em 0 0 1.1em; | ||
| + | background-color: #f3f3f3; | ||
| + | } | ||
| + | |||
| + | /* Extension infobox styling */ | ||
| + | .ext-infobox { | ||
| + | border: 2px solid #aaaaaa; | ||
| + | width: 272px; | ||
| + | float: right; | ||
| + | margin: 0 0 0.5em 0.5em; | ||
| + | border-collapse: collapse; | ||
| + | background-color: #1A1A1A; | ||
| + | } | ||
| + | .ext-infobox td { | ||
| + | border: 2px none #aaaaaa; | ||
| + | padding: 0.2em 0.5em; | ||
| + | border-bottom: 1px solid #f0f0f0 !important; | ||
| + | } | ||
| + | .ext-header { | ||
| + | background-color: #aaaaaa; | ||
| + | color: white; | ||
| + | text-align: left; | ||
| + | } | ||
| + | .ext-header td { padding-top: 0.5em; } | ||
| + | .ext-header img { padding: 0 0.2em 0 0.5em; } | ||
| + | .ext-status-unstable, .ext-status-unstable td { border-color: #990000; } | ||
| + | .ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; } | ||
| + | .ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; } | ||
| + | .ext-status-experimental .ext-header { background-color: #cc6600; } | ||
| + | .ext-status-beta, .ext-status-beta td { border-color: #000099; } | ||
| + | .ext-status-beta .ext-header { background-color: #000099; } | ||
| + | .ext-status-stable, .ext-status-stable td { border-color: #009900; } | ||
| + | .ext-status-stable .ext-header { background-color: #009900; } | ||
| + | |||
| + | /* Cute little "tip" boxes */ | ||
| + | div.tip { | ||
| + | padding: 4px; | ||
| + | margin-top: 4px; | ||
| + | margin-bottom: 4px; | ||
| + | min-height: 30px; /* IE users will hate this... */ | ||
| + | } | ||
| + | div.tip-info { | ||
| + | border: 1px solid #cc9933; | ||
| + | background-color: #cccc99; | ||
| + | } | ||
| + | div.tip-gotcha { | ||
| + | border: 1px solid #cc0000; | ||
| + | background-color: #cc6666; | ||
| + | } | ||
| + | |||
| + | /* Language template */ | ||
| + | .LanguageLinks { margin-top: 0.5em; } | ||
| + | .LanguageLinks table { | ||
| + | clear: both; | ||
| + | border: 1px solid #aaaaaa; | ||
| + | border-collapse: collapse; | ||
| + | padding: 0.2em; | ||
| + | margin: 0; | ||
| + | font-size: 85%; | ||
| + | margin: 0 1px; | ||
| + | } | ||
| + | .LanguageLinks span { white-space: nowrap; } | ||
| + | |||
| + | /* Version box on [[Manual:Downloading MediaWiki]] */ | ||
| + | #DownloadVersionBox { | ||
| + | border: 2px solid black; | ||
| + | border-collapse: collapse; | ||
| + | margin: auto; | ||
| + | width: 50%; | ||
| + | color: silver; | ||
| + | } | ||
| + | #DownloadVersionBox td { | ||
| + | border: 2px solid black; | ||
| + | padding: 20px; | ||
| + | } | ||
| + | |||
| + | /* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */ | ||
| + | .majorwarning { | ||
| + | background: yellow; | ||
| + | padding: 0.3em; | ||
| + | text-align: center; | ||
| + | font-size: 125%; | ||
| + | border: 2px solid red; | ||
| + | } | ||
| + | |||
| + | /* Page headings used throughout the wiki (though not very much at the time of writing…) */ | ||
| + | .page-notice, .page-warning { | ||
| + | border-width: 1px; | ||
| + | border-style: solid; | ||
| + | padding: 0.3em 0.5em; | ||
| + | margin-bottom: 1em; | ||
| + | width: 95%; | ||
| + | margin-left: auto; | ||
| + | margin-right: auto; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | /* Informative notices at the top of pages (blue) */ | ||
| + | .page-notice { | ||
| + | background-color: #f9f9f9; | ||
| + | border-color: #025e9d; | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | /* Warning information at the top of pages (red) */ | ||
| + | .page-warning { | ||
| + | background-color: #ffffff; | ||
| + | border-color: #c51919; | ||
| + | border-width: 2px; | ||
| + | } | ||
| + | .pw-head { | ||
| + | color: #c51919; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | /* Used in Template:Notice */ | ||
| + | .block-note { | ||
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png); | ||
| + | background-position: top left; | ||
| + | background-repeat: no-repeat; | ||
| + | } | ||
| + | /* | ||
| + | Using block-contents in the hope that it can apply to all block-level warning templates, | ||
| + | with different images applied as backgrounds to the wrapping DIV. | ||
| + | */ | ||
| + | .block-contents { | ||
| + | display: block; | ||
| + | padding-left: 20px; | ||
| + | } | ||
| + | |||
| + | /* Template documentation ([[Template:Documentation]]) */ | ||
| + | .template-documentation { | ||
| + | clear: both; | ||
| + | margin: 1em 0 0 0; | ||
| + | border: 2px solid #ff9933; | ||
| + | background-color: black; | ||
| + | padding: 5px; | ||
| + | } | ||
| + | |||
| + | /***** 8. SOME OTHER SMALL THINGS *****/ | ||
| + | |||
| + | /* Give a bit of space to the TOC */ | ||
| + | #toc { margin: 1em 0; } | ||
| + | |||
| + | /* make the list of references look smaller and highlight clicked reference in blue */ | ||
| + | ol.references { font-size: 100%; } | ||
| + | .references-small { font-size: 90%;} | ||
| + | ol.references > li:target { background-color: #1a1a1a; border: 1px solid #ff9933; } | ||
| + | sup.reference:target { background-color: #ddeeff; } | ||
| + | |||
| + | /* Printing of thumbnails (bug 1583) */ | ||
| + | div.tright { clear: right; } | ||
| + | |||
| + | /* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */ | ||
| + | .my-buttons { padding: 0.5em; } | ||
| + | .my-buttons a { | ||
| + | color: silver; | ||
| + | background-color: #ccddee !important; | ||
| + | font-weight: bold; | ||
| + | font-size: 0.9em; | ||
| + | text-decoration: none; | ||
| + | border: thin #006699 outset; | ||
| + | padding: 0 0.1em 0.1em 0.1em; | ||
| + | } | ||
| + | .my-buttons a:hover, .my-buttons a:active { | ||
| + | background-color: #bbccdd; | ||
| + | border-style: inset; | ||
| + | } | ||
| + | |||
| + | /* from [[User:Splarka/Help:Linked images]] */ | ||
| + | .imagelink_wikilogo a { | ||
| + | width: 135px; | ||
| + | height: 135px; | ||
| + | display: block; | ||
| + | text-decoration: none; | ||
| + | background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png"); | ||
| + | } | ||
| + | |||
| + | /**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/ | ||
| + | th.mbox-text, td.mbox-text { /* The message body cell(s) */ | ||
| + | border: none; | ||
| + | padding: 0.25em 0.9em; /* 0.9em left/right */ | ||
| + | width: 100%; /* Make all mboxes the same width regardless of text length */ | ||
| + | } | ||
| + | td.mbox-image { /* The left image cell */ | ||
| + | border: none; | ||
| + | padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ | ||
| + | text-align: center; | ||
| + | } | ||
| + | td.mbox-imageright { /* The right image cell */ | ||
| + | border: none; | ||
| + | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ | ||
| + | text-align: center; | ||
| + | } | ||
| + | td.mbox-empty-cell { /* An empty narrow cell */ | ||
| + | border: none; | ||
| + | padding: 0px; | ||
| + | width: 1px; | ||
| + | } | ||
| + | |||
| + | /* These mbox-small classes must be placed after all other | ||
| + | ambox/tmbox/ombox etc classes. "body.mediawiki" is so | ||
| + | they override "table.ambox + table.ambox" above. */ | ||
| + | body.mediawiki table.mbox-small { /* For the "small=yes" option. */ | ||
| + | clear: right; | ||
| + | float: right; | ||
| + | margin: 4px 0 4px 1em; | ||
| + | width: 238px; | ||
| + | font-size: 88%; | ||
| + | line-height: 1.25em; | ||
| + | } | ||
| + | body.mediawiki table.mbox-small-left { /* For the "small=left" option. */ | ||
| + | margin: 4px 1em 4px 0; | ||
| + | width: 238px; | ||
| + | border-collapse: collapse; | ||
| + | font-size: 88%; | ||
| + | line-height: 1.25em; | ||
| + | } | ||
| + | |||
| + | /* Messages and code blocks */ | ||
| + | table.message { | ||
| + | width: 100%; | ||
| + | margin: 5px 0 0 0; | ||
| + | padding: 3px; | ||
| + | border: 1px solid #ccc; | ||
| + | background: #f4f4f4; | ||
| + | text-align: left; | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | table.message pre { padding: 0; margin: 0; } | ||
| + | table.message form { background: none; } | ||
| + | |||
| + | .vtrbackground { | ||
| + | background-image:url(http://nwod.org/images/site/background.jpg) | ||
| + | } | ||
| + | |||
| + | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
| + | float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | ||
| + | font-weight: normal; /* are styled here so they can be customised. */ | ||
| + | text-align: right; | ||
| + | width: auto; | ||
| + | } | ||
| + | |||
| + | /*--------------------------------------------------| | ||
| + | | dTree 2.05 | www.destroydrop.com/javascript/tree/ | | ||
| + | |---------------------------------------------------| | ||
| + | | Copyright (c) 2002-2003 Geir Landr? | | ||
| + | |--------------------------------------------------*/ | ||
| + | |||
| + | .dtree { | ||
| + | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; | ||
| + | font-size: 11px; | ||
| + | color: #666; | ||
| + | white-space: nowrap; | ||
| + | } | ||
| + | .dtree img { | ||
| + | border: 0px; | ||
| + | vertical-align: middle; | ||
| + | } | ||
| + | .dtree a { | ||
| + | color: #333; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | .dtree a.node, .dtree a.nodeSel { | ||
| + | white-space: nowrap; | ||
| + | padding: 1px 2px 1px 2px; | ||
| + | } | ||
| + | .dtree a.node:hover, .dtree a.nodeSel:hover { | ||
| + | color: #333; | ||
| + | text-decoration: underline; | ||
| + | } | ||
| + | .dtree a.nodeSel { | ||
| + | background-color: #c0d2ec; | ||
| + | } | ||
| + | .dtree .clip { | ||
| + | overflow: hidden; | ||
| + | } | ||
| + | /* | ||
| + | * Dynamic menus | ||
| + | */ | ||
| + | .dmenu { width: 180px } | ||
| + | |||
| + | .dmenu, .dmenu ul { /* all lists */ | ||
| + | padding: 0; | ||
| + | margin: 0; | ||
| + | list-style: none; | ||
| + | } | ||
| + | .dmenu .selflink { font-weight: normal; } | ||
| + | |||
| + | .dmenu li { /* all list items */ | ||
| + | position: relative; | ||
| + | float: left; | ||
| + | width: 172px; | ||
| + | padding: 4px; | ||
| + | z-index: 100; | ||
| + | } | ||
| + | |||
| + | .dmenu li, | ||
| + | .dmenu li.even a, | ||
| + | .dmenu li.odd a, | ||
| + | .dmenu li li, | ||
| + | .dmenu li li a, | ||
| + | .dmenu li li li, | ||
| + | .dmenu li li li a { | ||
| + | color : black; | ||
| + | } | ||
| + | |||
| + | .dmenu li li { margin: 0; } | ||
| + | |||
| + | .dmenu li ul { /* second-level lists */ | ||
| + | position: absolute; | ||
| + | left: -999em; | ||
| + | z-index: 101; | ||
| + | border: 1px solid #ccc; | ||
| + | } | ||
| + | |||
| + | .dmenu li ul ul { /* third-and-above-level lists */ | ||
| + | position: absolute; | ||
| + | left: -999em; | ||
| + | margin: 0 0 0 0; | ||
| + | z-index: 102; | ||
| + | } | ||
| + | |||
| + | .dmenu li.odd .submenu { | ||
| + | width: 12px; | ||
| + | height: 15px; | ||
| + | float: right; | ||
| + | background: url(/common/images/rarr-lt.png) 0 3px no-repeat; | ||
| + | } | ||
| + | .dmenu li.even .submenu { | ||
| + | width: 12px; | ||
| + | height: 15px; | ||
| + | float: right; | ||
| + | background: url(/common/images/rarr-dk.png) 0 3px no-repeat; | ||
| + | } | ||
| + | .dmenu li.odd { | ||
| + | background: #E9EDF4; | ||
| + | border: 2px solid #E9EDF4; | ||
| + | } | ||
| + | .dmenu li.even { | ||
| + | background: #D0D8E8; | ||
| + | border: 2px solid #D0D8E8; | ||
| + | } | ||
| + | |||
| + | .dmenu li:hover, .dmenu li.sfhover { | ||
| + | border: 2px solid #385D8A; | ||
| + | } | ||
| + | |||
| + | .dmenu li:hover ul ul, | ||
| + | .dmenu li:hover ul ul ul, | ||
| + | .dmenu li.sfhover ul ul, | ||
| + | .dmenu li.sfhover ul ul ul { | ||
| + | left: -999em; | ||
| + | } | ||
| + | |||
| + | .dmenu li:hover ul, | ||
| + | .dmenu li li:hover ul, | ||
| + | .dmenu li li li:hover ul, | ||
| + | .dmenu li.sfhover ul, | ||
| + | .dmenu li li.sfhover ul, | ||
| + | .dmenu li li li.sfhover ul { /* lists nested under hovered list items */ | ||
| + | left: 182px; | ||
| + | top: -3px; | ||
| + | } | ||
| + | |||
| + | /**********************************/ | ||
| + | #box{ | ||
| + | border: 1px solid #aaaaaa; | ||
| + | margin-bottom:10px; | ||
| + | } | ||
| + | #box h2{ | ||
| + | margin:0; background-color:#f4f8fb; font-size:120%; font-weight:bold; border-bottom:1px dotted #aaaaaa; text-align:left; padding: 0.2em 0.5em 0.2em 0.5em; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Remove non-essential elements */ | ||
| + | @media print { | ||
| + | .firstHeading { margin-top: 0; padding-top: 0; } | ||
| + | #siteSub { display: none; } | ||
| + | .printfooter { display: none; } | ||
| + | #catlinks, .catlinks { display: none; } | ||
| + | #footer { display: none; } | ||
| + | } | ||
| + | |||
| + | #footer-icon-poweredby { display: none; } - Removes the MediaWiki logo at the footer area | ||
| + | #footer-info-viewcount { display: none; } - Removes the "This page has been accessed number of times" message. | ||
| + | |||
| + | .shade { | ||
| + | background-image: url(http://nwod.org/forum/images/gradients/grade03.png); | ||
| + | } | ||
| + | |||
| + | .infobox_user { | ||
| + | margin-left: 10px; border: 2px solid #ff9933; border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | #simpleSearch input#searchInput { | ||
| + | width: 14em; | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Changeling"; | ||
| + | src: url('fonts/rackham.ttf'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Vampire"; | ||
| + | src: url('fonts/WW2BlackltrAlt.ttf'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Vampire2"; | ||
| + | src: url('fonts/MrsEavesRoman_Regular.ttf'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Werewolf"; | ||
| + | src: url('fonts/cod_____.ttf'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Mage"; | ||
| + | src: url('fonts/VTCGoblinHand.ttf'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Geist"; | ||
| + | src: url('fonts/Trinigan.ttf'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Hunter"; | ||
| + | src: url('fonts/VTSMU___.TTF'); | ||
| + | } | ||
| + | |||
| + | @font-face{ | ||
| + | font-family: "Promethean"; | ||
| + | src: url('fonts/pterra.TTF'); | ||
| + | } | ||
| + | |||
| + | .gm-style-iw { | ||
| + | color: black !important; | ||
| + | } | ||
| + | |||
| + | #gm-style-iw a:link { | ||
| + | color:#fffff; | ||
| + | } | ||
Revision as of 19:26, 23 April 2016
/* Font sizes and colors located in main-ltr.css */ sup {
font-size: 0.7em;
vertical-align: super;
line-height: 0;
}
.Changelingback, .ctlback, .ctlfooter { background: radial-gradient(#000000, #001900, #003300);} .mtaback, .Mageback, .mtafooter { background: radial-gradient(#000000, #0a1e28, #143d51);} .vtrback, .Vampireback, .vtrfooter { background: radial-gradient(#000000, #190000, #330000);} .wtfback, .Werewolfback, .wtffooter { background: radial-gradient(#000000, #402012, #201009);} .Ghoulback, .Ghoulback { background: linear-gradient(#330000, #190000, #000000);}
.Changelingglow {
background: radial-gradient(darkgreen, transparent, transparent); text-align: center;
}
.Mageglow {
background: radial-gradient(#6A9F8F, transparent, transparent); text-align: center;
}
.Vampireglow {
background: radial-gradient(#990000, transparent, transparent); text-align: center;
}
.Werewolfglow {
background: radial-gradient(sienna, transparent, transparent); text-align: center;
}
.chartempwrapper div.topicon { top: -4em !important; z-index: 99999 !important; }
.chartempheader .topicon img { width: auto !important; z-index: 99999 !important; }
.ctlfooter, .mtafooter, .vtrfooter, .wtffooter {
border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; color: silver; width: 100%;
}
/* Standard Navigationsleisten, aka box hiding thingy
from .de. Documentation at Wikipedia:NavFrame. */
div.NavFrame {
margin: 0; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%;
} div.NavFrame + div.NavFrame {
border-top-style: none; border-top-style: hidden;
} div.NavPic {
background-color: #fff; margin: 0; padding: 2px; /* @noflip */ float: left;
} div.NavFrame div.NavHead {
height: 1.6em; font-weight: bold; background-color: #ccf; position: relative;
} div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p {
font-size: 100%;
} div.NavEnd {
margin: 0; padding: 0; line-height: 1px; clear: both;
} a.NavToggle {
position: absolute; top: 0; /* @noflip */ right: 3px; font-weight: normal; font-size: 90%;
}
.cast-wrapper { float: left; border:1px solid #1a1a1a; margin: 1px; width: 100%; background: #0d0d0d; border-radius: 23px; } .cast-image { color: black; float: left; margin-right: 5px; max-height: 45px; width: 45px; overflow: hidden; border-radius: 50%; text-align: center; font-size: 85%; } .cast-label { font-size: 8pt; color: silver; padding-left: 10px; padding-right: 10px; text-align: center; background: transparent; }
/* Character Template Classes */
.center { text-align: center; }
.italic { font-style: italic; }
.font75 { font-size: 75%; }
.font150 { font-size: 20px; }
.font200 { font-size: 200%; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.chartempheader { position: relative; height: 228px; }
.chartempheader img { width: 200px; overflow: hidden; }
.chartempwrapper { min-width: 750px; }
.chartempstatusActive { color: green; }
.chartempstatusDeceased { color: red; }
.chartempstatusInactive { color: yellow; }
.chartempportrait { float: right; height: 210px; overflow: hidden; }
.chartempportrait img { width: 200px; overflow: hidden; }
.quotespagewrapper {position: relative; height: 230px;}
.quotespagenamediv {width: 75%; text-align: center; float: left; position: absolute; top: 5px;}
.quotespagelabel {height: 32px; text-align: center;}
.quotespageinfo {height: 32px; overflow: hidden;}
.chartempvte, .charinfoline, .vtelinksbegin, .vtelinksend, .chartempquotestatus, .chartempquotestatus2 {
text-align: left; font-size: 75%; color: silver; position: absolute;
}
.charinfoline { float: left; bottom: 5px; left: 5px;}
.chartempquotestatus2 { float: right; top: 18px; left: 52px; }
.vtelinksbegin, .chartempvte { float: right; bottom: -15px; right: 5px;}
.vtelinksend, .chartempquotestatus { float: right; top: 5px; left: 5px; }
.tenureChangeling, .tenureChangeling2, .tenureMage, .tenureMage2, .tenureVampire, .tenureVampire2, .tenureWerewolf, .tenureWerewolf2, .tenureGhoul, .tenureGhoul2 {
z-index: 100;
white-space: nowrap;
width: 180px;
position: absolute;
right: 9px;
font-size: 80%;
color: white;
line-height: 1.5em;
padding-right: 10px;
padding-left: 10px;
text-align: center;
border-radius: 0px !important;
background-image: url(
);
}
/* Changeling */
.tenureChangeling { bottom: 10px; }
.tenureChangeling2 { top: 8px; }
.chartempportraitborderChangeling { border: 3px solid; }
.Changelingcolor { color: darkgreen; }
.Changelingfont { font-family: Changeling2;}
/* Mage */ .tenureMage, .tenureMage2 { right: 7px; } .tenureMage { bottom: 10px; } .tenureMage2 { top: 6px; } .chartempportraitborderMage { border: 1px solid; } .Magecolor { color: #ff9933; } .Magefont { font-family: Mage2;}
/* Vampire and Ghoul */ .tenureVampire, .tenureVampire2, .tenureGhoul, .tenureGhoul2 { right: 9px; } .tenureVampire, .tenureGhoul { bottom: 10px; } .tenureVampire2, .tenureGhoul2 { top: 8px; } .chartempportraitborderVampire, .chartempportraitborderGhoul { border: 3px solid; z-index: 500; } .Vampirecolor, .Ghoulcolor { color: #E10000; } .Vampirefont, .Ghoulfont { font-family: Vampire2; }
/* Werewolf */ .tenureWerewolf, .tenureWerewolf { width: 181px; right: 8px; } .tenureWerewolf { bottom: 10px; } .tenureWerewolf2 { top: 8px; } .chartempportraitborderWerewolf { border: 3px solid; } .Werewolfcolor { color: sienna; } .Werewolffont { font-family: Werewolf2;}
/* End Character Template Classes */
code {
color: silver; background-color: #1e1e1e; border: 1px solid #cec195; border-radius: 2px; padding: 1px 4px;
}
.askpc { margin: 5px; padding: 3px; border: 1px solid #1a1a1a; padding: 5px; text-align: center; font-size: 85%; }
.drilldowncharacters { width: 96px; float: left; margin: 2px; padding: 5px; text-align: center; font-size: 85%; height:80px; overflow: hidden; }
.eodtable {
background: black; border: 5px solid #336699; padding: 10px; text-align: center; width: 100%;
}
.infobox_user { margin-left: 10px; border: 2px solid #ff9933; border-radius: 5px; }
.scenetracker {width: 100px; overflow: hidden;}
/* Hunter template */ .htvdark { background: #121e1e; } .htvlight { background: #2F4F4F; }
.grade01 {
background-image: url(
);
border-radius: 10px;
}
.grade03 {
background-image: url(
);
border-radius: 10px;
}
.grade05 {
background-image: url(
);
border-radius: 10px;
}
.ctlbox, .gtsbox, .htvbox, .mtabox, .vtrbox, .wtfbox { background-position:left top; border-radius: 5px; padding: 10px; }
.ctlbox {
background-image: url(
);
border: 1px solid darkgreen;
}
.htvbox {
background-image: url(
);
border: 1px solid #2F4F4F;
}
.mtabox {
background-image: url(
);
border: 1px solid #ff9933;
}
.vtrbox {
background-image: url(
);
border: 1px solid #800000;
}
.wtfbox {
background-image: url(
);
border: 1px solid #473224;
}
.gtsbox {
background-image: url(
);
border: 1px solid #26466D;
}
/* ==================PAGE WRAPPERS======================================== */
.character {
background-image: url(
);
border: 1px solid #1a1a1a;
border-radius: 5px;
background-position:left top;
padding: 10px;
}
.ccharacter {
background-image: url(
);
background-position:right bottom;
border: 1px solid #00611C;
border-radius: 5px;
}
.gcharacter {
background-image: url(
);
background-position:right bottom;
border: 1px solid #26466D;
border-radius: 5px;
}
.gsepage {
background-image: url(
);
background-position:left top;
border: 1px solid #26466D;
border-radius: 5px;
padding: 10px;
}
.hcharacter {
background-image: url(
);
background-position:right bottom;
border: 1px solid #2F4F4F;
border-radius: 5px;
}
.htvpage {
background-image: url(
);
background-position:left top;
border: 1px solid #2F4F4F;
border-radius: 5px;
padding: 10px;
}
.mcharacter {
background-image: url(
);
background-position:right bottom;
border: 1px solid #ff9933;
border-radius: 5px;
}
.pcharacter {
background-image: url(
);
background-position:right bottom;
border: 0px 1px 1px 1px solid #7A7ACC;
border-radius: 5px;
}
.ptcpage {
background-image: url(
);
background-position:left top;
border: 1px 1px 0 1px solid #7A7ACC;
border-radius: 5px;
padding: 10px;
}
.vcharacter {
background-image: url(
);
background-position:right bottom;
border: 1px solid #800000;
border-radius: 5px;
}
.wcharacter {
background-image: url(
);
background-position:right bottom;
border: 1px solid #473224;
border-radius: 5px;
}
.ctlpage, .Changelingpage, .mtapage, .Magepage, .vtrpage, .Vampirepage, .wtfpage, .Werewolfpage, .Ghoulpage { border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; background-position:left top; padding: 10px; }
.ctlfooter, .mtafooter, .vtrfooter, .wtffooter { border: 1px solid; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; color: silver; width: 100%; }
.ctlpage, .Changelingpage, .ctlfooter, .chartempportraitborderChangeling { border-color: #006000; } .mtapage, .Magepage, .mtafooter, .chartempportraitborderMage { border-color: #1e5b7a; } .vtrpage, .Vampirepage, .vtrfooter, .Ghoulpage, .chartempportraitborderVampire, .chartempportraitborderGhoul { border-color: #800000; } .wtfpage, .Werewolfpage, .wtffooter, .chartempportraitborderWerewolf { border-color: #804124; }
/* ==================END PAGE WRAPPERS==================================== */
.navboxlist05 {
background-image: url(
);
border-radius: 10px;
padding-left: 10px;
margin-right: 10px;
margin-left: 5px;
}
.mtapage2 {
min-width: 850px; border: 1px solid #028181; background-color: #002626; background: -webkit-linear-gradient(#001919, #000c0c); background: -o-linear-gradient(#001919, #000c0c); background: -moz-linear-gradient(#001919, #000c0c); background: linear-gradient(#001919, #000c0c); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; font-size: 9.5pt; text-align: justify; padding: 30px; text-shadow:0px 1px 2px #160300; margin-bottom: 1px; text-shadow:0px 1px 2px #160300;
}
.mtapage2a {
background-image: url(); -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-repeat: no-repeat; background-position: center center;
}
.mtapage2vt {
background-image: url(); -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-repeat: no-repeat; background-position: center center;
}
/* This is the CSS for all skins (for all users) on MediaWiki.org.
SECTIONS: 1. Indication of namespaces 2. Color classes for content 3. Special pages 4. Main page styling 5. Sidebar external links 6. Extension:Matrix stuff 7. Wikitables, infobox templates, warnings, and other such stylings 8. Some other small things
- /
/***** 1. INDICATION OF NAMESPACES *****/
/* Pseudo NS Special (light grey) */ .ns--2 #content { background-color: #f4f4f4; } .ns--2 div.thumb { border-color: #f4f4f4; }
/* NS Project + Project_talk (light sky blue) */ .ns-4 #content, .ns-5 #content { background-color: #f8fcff; } .ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }
/* NS MediaWiki + MediaWiki_talk (light grey) */ .ns-8 #content, .ns-9 #content { background-color: #f4f4f4; } .ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }
/* NS Manual + Manual_talk (light bluish violet) */ .ns-100 #content, .ns-101 #content { background-color: #f3f3ff; } .ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */
.ns-12 #content {
border: 2px solid #0000cc;
border-right: none;
/* background-image: url(
); */
background: #1e1e1e;
background-repeat: no-repeat;
background-position: right top;
}
.ns-12 #bodyContent {
background-image: url(
);
background-repeat: no-repeat;
background-position: right 5em;
}
/***** 2. COLOR CLASSES FOR CONTENT *****/
/* Border colors */ .borderc1 { border-color: #e9e9e9; border-width: thin; } /* light grey */ .borderc2 { border-color: #aaaaaa; border-width: thin; } /* grey (as toc) */ .borderc3 { border-color: #777777; border-width: thin; } /* dark grey */ .borderc4 { border-color: #000000; border-width: thin; } /* black */ .borderc5 { border-color: #c00000; border-width: thin; } /* red */ .borderc6 { border-color: #025e9d; border-width: thin; } /* blue */ .borderc7 { border-color: #008040; border-width: thin; } /* green */ .borderc8 { border-color: #ffcc00; border-width: thin; } /* yellow */
/* Background colors */ .backgroundc1 { background-color: #ffffff; } /* white */ .backgroundc2 { background-color: #f9f9f9; } /* light grey (as toc) */ .backgroundc3 { background-color: #eeeeee; } /* light grey (headers) */ .backgroundc4 { background-color: #e0e0e0; } /* more grey */ .backgroundc5 { background-color: #d2d2d2; } /* more grey */ .backgroundc6 { background-color: #b7b7b7; } /* more grey */ .backgroundc7 { background-color: #a3a3a3; } /* darker grey */ .backgroundc8 { background-color: #444455; } /* very dark grey */
/***** 3. SPECIAL PAGES *****/
/* Marking redirects */ .allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
/* Coloured edit size numbers on watchlist/recentchanges */ .mw-plusminus-pos { color: #006400; } /* darkgreen */ .mw-plusminus-neg { color: #8b0000; } /* darkred */
/* Consistent special page navigation */
.sp-cached {
background-image: url(
);
background-position: 5px 3px;
background-repeat: no-repeat;
padding: 4px 0 4px 30px;
font-style: italic;
color: #606000;
margin: 0.3em 0;
border: 1px solid #eeee80;
background-color: #ffffe0;
}
.SpecialPageInfo {
background-color: #f9f9f9;
background-image: url(
);
background-position: 0.8em 0.5em;
background-repeat: no-repeat;
padding: 0.3em 0.5em 0.3em 5.0em;
border-color: #025e9d;
border-width: 1px;
border-style: solid;
border-bottom-width: medium;
margin-bottom: 1em;
}
- searchresulttext {
background-image: url(
);
}
.mw-viewprevnext { display: block; border: 1px solid #cccccc; background-color: #f9f9f2; padding: 0.2em 0.4em; }
/* Special:Statistics */ .StatsTable { background: transparent; width: 75%; } .StatsTable th { vertical-align: middle; text-align: center; width: 50px; } .StatsTable th, .StatsTable td { background-color: #1A1A1A; padding: 0.5em 1em; border: 1px solid #ccccdd; margin: 0.4em; } .StatsTable tr { background-color: #1A1A1A; }
/* Special:Search (more whitespace) */ .page-Special_Search #search { padding: 1em 0 2em 0; } .page-Special_Search #powersearch { border: 1px solid #cccccc; padding: 0.5em 0.5em; } .page-Special_Search #powersearch-namespaces { padding-left: 1em; margin: 0.7em 0; } .page-Special_Search #powersearch-namespaces label { white-space: nowrap; min-width: 8.4em; display: block; float: left; } .page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
/***** 4. MAIN PAGE STYLING *****/
- mainpage_topbox {
background: #f9f9f9; padding: 0px; border: 1px solid #aaaaaa; margin: 0.2em 10px 10px; } .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { font-size: 105%; padding: 0.4em; background-color: #eeeeee; border-bottom: 1px solid #aaaaaa; } .mainpage_boxtitle { line-height: 120%; }
- mainpage_pagetitle {
color: #cf7606; font-size: 200% !important; }
- mainpage_sitelinks {
padding: 0.2em; text-align: center; background-color: white; } .mainpage_hubtitle { text-align: center; } .mainpage_boxcontents, .mainpage_boxcontents_small { background: #1A1A1A; padding: 0.2em 0.4em; } .mainpage_boxcontents_small { font-size: 95%; } .mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell { padding: 0; border: 1px solid #aaaaaa; } .mainpage_hubbox { margin-bottom: 0; }
- mainpage_newscell {
margin-bottom: 15px; margin-top: 0 !important; }
- mainpage_newscell .mainpage_boxtitle {
background-image: url(
);
background-repeat: no-repeat;
background-position: 99% 0.3em;
padding-right: 25px;
}
- mainpage_downloadcell {
width: 17em; margin-bottom: 5px; }
- mainpage_downloadcell .mainpage_boxtitle {
background-image: url(
);
background-repeat: no-repeat;
background-position: 96% 0.33em;
padding-right: 25px;
}
- mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
/* The "mainpage" class is added to the body with javascript for the main page in all */ /* languages, so we can style things that apppear on the main page and also elsewhere. */ .mainpage #lastmod, .mainpage #siteSub, .mainpage h1.firstHeading { display: none !important; } .mainpage #content { padding-top: 1em; }
/***** 5. SIDEBAR EXTERNAL LINKS *****/
- n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
background: url(/skins-1.5/monobook/external.png) center right no-repeat; padding-right: 13px; color: #3366bb; }
/***** 6. PRETTIFY Extension Matrix *****/
.xm-table { border: 1px solid #666666; background-color: 1A1A1A; } .xm-table td, .xm-table th { vertical-align: top; text-align: left; border: none; background-color: #EEEEEE; } .xm-table th, .xm-name { font-weight: bold; } .xm-status-unknown, .xm-type-unknown { color: #888888; } .xm-status-experimental { color: red; } .xm-status-beta { color: blue; } .xm-status-stable { color: green; } .xm-name, .xm-status, .xm-type, .xm-version, .xm-updated { white-space: nowrap; } .xm-updated { font-size:80%; } .xm-alert { background-color: yellow; } td.xm-blank { background-color: inherit; } td.xm-updated { background-color: inherit; } td.xm-description { background-color: inherit; font-style: italic; }
th.xm-blank, th.xm-updated, th.xm-description { background-color: inherit; padding-bottom: 0.6ex; border-bottom: 1px solid #666666; }
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
/* Wikitable (Prettytable) class for skinning normal tables */ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: transparent; border: 1px #aaaaaa solid; border-collapse: collapse; empty-cells: show; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #1a1a1a solid; background: transparent; padding: 0.2em 0.4em; } table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3, table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 { background: #1a1a1a; text-align: center; } table.wikitable td.hl1, table.wikitable th.hl1, table.prettytable td.hl1, table.wikitable th.hl1 { background: transparent; text-align: center; } table.wikitable td.hl2, table.wikitable th.hl2, table.prettytable td.hl2, table.wikitable th.hl2 { background: transparent; text-align: center; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; }
/* General purpose "pretty (data) tables" */ table.datatable { background-color: transparent; } table.datatable th, table.datatable td { padding: 4px; } table.datatable th { text-align: left; background-color: #999999; } table.datatable tr { background-color: #cccccc; } table.datatable tr:hover { background-color: #ffffcc; }
/* SideBox styling */ div.sideBox { position: relative; float: right; background: ; #1A1A1A margin-left: 1em; border: 1px solid gray; padding: 0.3em; width: 200px; overflow: hidden; clear: right; } div.sideBox dl { padding: 0; margin: 0 0 0.3em 0; font-size: 96%; } div.sideBox dl dt { background: none; margin: 0.4em 0 0 0; } div.sideBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; }
/* Extension infobox styling */ .ext-infobox { border: 2px solid #aaaaaa; width: 272px; float: right; margin: 0 0 0.5em 0.5em; border-collapse: collapse; background-color: #1A1A1A; } .ext-infobox td { border: 2px none #aaaaaa; padding: 0.2em 0.5em; border-bottom: 1px solid #f0f0f0 !important; } .ext-header { background-color: #aaaaaa; color: white; text-align: left; } .ext-header td { padding-top: 0.5em; } .ext-header img { padding: 0 0.2em 0 0.5em; } .ext-status-unstable, .ext-status-unstable td { border-color: #990000; } .ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; } .ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; } .ext-status-experimental .ext-header { background-color: #cc6600; } .ext-status-beta, .ext-status-beta td { border-color: #000099; } .ext-status-beta .ext-header { background-color: #000099; } .ext-status-stable, .ext-status-stable td { border-color: #009900; } .ext-status-stable .ext-header { background-color: #009900; }
/* Cute little "tip" boxes */ div.tip { padding: 4px; margin-top: 4px; margin-bottom: 4px; min-height: 30px; /* IE users will hate this... */ } div.tip-info { border: 1px solid #cc9933; background-color: #cccc99; } div.tip-gotcha { border: 1px solid #cc0000; background-color: #cc6666; }
/* Language template */ .LanguageLinks { margin-top: 0.5em; } .LanguageLinks table { clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px; } .LanguageLinks span { white-space: nowrap; }
/* Version box on Manual:Downloading MediaWiki */
- DownloadVersionBox {
border: 2px solid black; border-collapse: collapse; margin: auto; width: 50%; color: silver; }
- DownloadVersionBox td {
border: 2px solid black; padding: 20px; }
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */ .majorwarning { background: yellow; padding: 0.3em; text-align: center; font-size: 125%; border: 2px solid red; }
/* Page headings used throughout the wiki (though not very much at the time of writing…) */ .page-notice, .page-warning { border-width: 1px; border-style: solid; padding: 0.3em 0.5em; margin-bottom: 1em; width: 95%; margin-left: auto; margin-right: auto; text-align: center; }
/* Informative notices at the top of pages (blue) */ .page-notice { background-color: #f9f9f9; border-color: #025e9d; text-align: left; }
/* Warning information at the top of pages (red) */ .page-warning { background-color: #ffffff; border-color: #c51919; border-width: 2px; } .pw-head { color: #c51919; font-weight: bold; }
/* Used in Template:Notice */
.block-note {
background-image: url(
);
background-position: top left;
background-repeat: no-repeat;
}
/*
Using block-contents in the hope that it can apply to all block-level warning templates, with different images applied as backgrounds to the wrapping DIV.
- /
.block-contents { display: block; padding-left: 20px; }
/* Template documentation (Template:Documentation) */ .template-documentation { clear: both; margin: 1em 0 0 0; border: 2px solid #ff9933; background-color: black; padding: 5px; }
/***** 8. SOME OTHER SMALL THINGS *****/
/* Give a bit of space to the TOC */
- toc { margin: 1em 0; }
/* make the list of references look smaller and highlight clicked reference in blue */ ol.references { font-size: 100%; } .references-small { font-size: 90%;} ol.references > li:target { background-color: #1a1a1a; border: 1px solid #ff9933; } sup.reference:target { background-color: #ddeeff; }
/* Printing of thumbnails (bug 1583) */ div.tright { clear: right; }
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */ .my-buttons { padding: 0.5em; } .my-buttons a { color: silver; background-color: #ccddee !important; font-weight: bold; font-size: 0.9em; text-decoration: none; border: thin #006699 outset; padding: 0 0.1em 0.1em 0.1em; } .my-buttons a:hover, .my-buttons a:active { background-color: #bbccdd; border-style: inset; }
/* from User:Splarka/Help:Linked images */
.imagelink_wikilogo a {
width: 135px;
height: 135px;
display: block;
text-decoration: none;
background-image: url("
");
}
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/ th.mbox-text, td.mbox-text { /* The message body cell(s) */ border: none; padding: 0.25em 0.9em; /* 0.9em left/right */ width: 100%; /* Make all mboxes the same width regardless of text length */ } td.mbox-image { /* The left image cell */ border: none; padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ text-align: center; } td.mbox-imageright { /* The right image cell */ border: none; padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ text-align: center; } td.mbox-empty-cell { /* An empty narrow cell */ border: none; padding: 0px; width: 1px; }
/* These mbox-small classes must be placed after all other
ambox/tmbox/ombox etc classes. "body.mediawiki" is so they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */ clear: right; float: right; margin: 4px 0 4px 1em; width: 238px; font-size: 88%; line-height: 1.25em; } body.mediawiki table.mbox-small-left { /* For the "small=left" option. */ margin: 4px 1em 4px 0; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; }
/* Messages and code blocks */ table.message {
width: 100%; margin: 5px 0 0 0; padding: 3px; border: 1px solid #ccc; background: #f4f4f4; text-align: left; vertical-align: top;
} table.message pre { padding: 0; margin: 0; } table.message form { background: none; }
.vtrbackground {
background-image:url()
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in MediaWiki:Common.js */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; }
/*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landr? | |--------------------------------------------------*/
.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
white-space: nowrap;
} .dtree img {
border: 0px;
vertical-align: middle;
} .dtree a {
color: #333;
text-decoration: none;
} .dtree a.node, .dtree a.nodeSel {
white-space: nowrap;
padding: 1px 2px 1px 2px;
} .dtree a.node:hover, .dtree a.nodeSel:hover {
color: #333;
text-decoration: underline;
} .dtree a.nodeSel {
background-color: #c0d2ec;
} .dtree .clip {
overflow: hidden;
} /*
- Dynamic menus
- /
.dmenu { width: 180px }
.dmenu, .dmenu ul { /* all lists */ padding: 0; margin: 0; list-style: none; } .dmenu .selflink { font-weight: normal; }
.dmenu li { /* all list items */ position: relative; float: left; width: 172px; padding: 4px; z-index: 100; }
.dmenu li, .dmenu li.even a, .dmenu li.odd a, .dmenu li li, .dmenu li li a, .dmenu li li li, .dmenu li li li a { color : black; }
.dmenu li li { margin: 0; }
.dmenu li ul { /* second-level lists */ position: absolute; left: -999em; z-index: 101; border: 1px solid #ccc; }
.dmenu li ul ul { /* third-and-above-level lists */ position: absolute; left: -999em; margin: 0 0 0 0; z-index: 102; }
.dmenu li.odd .submenu { width: 12px; height: 15px; float: right; background: url(/common/images/rarr-lt.png) 0 3px no-repeat; } .dmenu li.even .submenu { width: 12px; height: 15px; float: right; background: url(/common/images/rarr-dk.png) 0 3px no-repeat; } .dmenu li.odd { background: #E9EDF4; border: 2px solid #E9EDF4; } .dmenu li.even { background: #D0D8E8; border: 2px solid #D0D8E8; }
.dmenu li:hover, .dmenu li.sfhover { border: 2px solid #385D8A; }
.dmenu li:hover ul ul, .dmenu li:hover ul ul ul, .dmenu li.sfhover ul ul, .dmenu li.sfhover ul ul ul { left: -999em; }
.dmenu li:hover ul, .dmenu li li:hover ul, .dmenu li li li:hover ul, .dmenu li.sfhover ul, .dmenu li li.sfhover ul, .dmenu li li li.sfhover ul { /* lists nested under hovered list items */ left: 182px; top: -3px; }
/**********************************/
- box{
border: 1px solid #aaaaaa; margin-bottom:10px;
}
- box h2{
margin:0; background-color:#f4f8fb; font-size:120%; font-weight:bold; border-bottom:1px dotted #aaaaaa; text-align:left; padding: 0.2em 0.5em 0.2em 0.5em;
}
/* Remove non-essential elements */
@media print {
.firstHeading { margin-top: 0; padding-top: 0; }
#siteSub { display: none; }
.printfooter { display: none; }
#catlinks, .catlinks { display: none; }
#footer { display: none; }
}
- footer-icon-poweredby { display: none; } - Removes the MediaWiki logo at the footer area
- footer-info-viewcount { display: none; } - Removes the "This page has been accessed number of times" message.
.shade {
background-image: url(
);
}
.infobox_user { margin-left: 10px; border: 2px solid #ff9933; border-radius: 5px; }
- simpleSearch input#searchInput {
width: 14em;
}
@font-face{
font-family: "Changeling";
src: url('fonts/rackham.ttf');
}
@font-face{
font-family: "Vampire";
src: url('fonts/WW2BlackltrAlt.ttf');
}
@font-face{
font-family: "Vampire2";
src: url('fonts/MrsEavesRoman_Regular.ttf');
}
@font-face{
font-family: "Werewolf";
src: url('fonts/cod_____.ttf');
}
@font-face{
font-family: "Mage";
src: url('fonts/VTCGoblinHand.ttf');
}
@font-face{
font-family: "Geist";
src: url('fonts/Trinigan.ttf');
}
@font-face{
font-family: "Hunter";
src: url('fonts/VTSMU___.TTF');
}
@font-face{
font-family: "Promethean";
src: url('fonts/pterra.TTF');
}
.gm-style-iw {
color: black !important;
}
- gm-style-iw a:link {
color:#fffff;
}
);
-webkit-background-size: auto 100%;
-moz-background-size: auto 100%;
-o-background-size: auto 100%;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center center;
);
-webkit-background-size: auto 100%;
-moz-background-size: auto 100%;
-o-background-size: auto 100%;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center center;
)