MediaWiki:Moonlight.css
From Wiki
Holy Diver (talk | contribs) |
Holy Diver (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
/*fix weird bug*/ | /*fix weird bug*/ | ||
#mw-imagepage-reupload-link div.plainlinks | #mw-imagepage-reupload-link div.plainlinks | ||
Line 20: | Line 19: | ||
font-weight:normal; /*TODO: .css fix*/ | font-weight:normal; /*TODO: .css fix*/ | ||
padding-top:0.8em; | padding-top:0.8em; | ||
+ | } | ||
+ | |||
+ | table.gallery | ||
+ | { | ||
+ | border:none; | ||
+ | margin:inherit 0; | ||
+ | padding:inherit 0; | ||
+ | background:transparent; | ||
+ | } | ||
+ | table.gallery td | ||
+ | { | ||
+ | border:1px solid darkcyan; | ||
+ | background:transparent; | ||
+ | } | ||
+ | div.gallerybox div.thumb | ||
+ | { | ||
+ | border:1px solid darkcyan; | ||
+ | background:black; | ||
+ | } | ||
+ | div.gallerytext | ||
+ | { | ||
+ | margin:inherit 0; | ||
+ | padding:inherit 0; | ||
} | } | ||
Revision as of 01:30, 16 March 2011
/*fix weird bug*/ #mw-imagepage-reupload-link div.plainlinks { display:inline; } ul#filetoc { background-color:transparent; border:none; } .previewnote { color:#CB3333; /*TODO: .css fix*/ } h3, h4, h5, h6 { font-weight:normal; /*TODO: .css fix*/ padding-top:0.8em; } table.gallery { border:none; margin:inherit 0; padding:inherit 0; background:transparent; } table.gallery td { border:1px solid darkcyan; background:transparent; } div.gallerybox div.thumb { border:1px solid darkcyan; background:black; } div.gallerytext { margin:inherit 0; padding:inherit 0; } body { background-color:black; background-image:url(/w/wikibg.png); background-position:top left; background-repeat:no-repeat; } #p-logo a, #p-logo a:hover { /*for [[ ]] */ display:table-cell; text-align:center; vertical-align:middle; font-size:3em; font-family: Times, Georgia; text-shadow: 2px 1px #033; } #p-logo a:hover { color:cyan; text-shadow: 2px 1px darkcyan; } #p-navigation>div, #p-search>div, #p-tb>div { border-width: 1px 1px 1px 0px !important; } #firstHeading, h2 span.mw-headline { text-shadow: 1px 1px #033; } h2 span.mw-headline { color: #1BB; } /*Moonlight Bullets*/ #bodyContent ul { margin-left:0.8em; list-style-type: none; } #bodyContent li:before { content: '\300B'; /*right double angle bracket*/ margin: 0 0.7em 0 -0.7em; } #toc ul /*repair*/ { list-style-type: none; } #toc ul /*repair*/ { list-style-type: none; } #toc li:before /*repair*/ { content: none; } #toctitle h2 { font-size:110%; } #toc .toctoggle { font-size:100%; } .tocnumber:after { content: ". "; } /*Templates: */ fieldset.spec { min-height:2.2em; } fieldset.spec legend p /*scheduled obsolete*/ { display:none; /*degenerates*/ } fieldset.spec legend { display: inline; line-height:0; } fieldset.spec legend h2 { font-size:100%; border:none; margin:0 !important; padding:0 !important; display:inline; /*webkit??*/ } fieldset.spec legend .editsection { font-size:100%; } legend.tech .editsection { float:none; /*Firefox fix*/ } legend.tech .mw-headline { display:none; } fieldset.spec legend { color: #1BB; } fieldset.spec legend h2 span.mw-headline { text-shadow:none; } .caps { text-transform:uppercase; } .caps .editsection { text-transform:none; } table.wikitable, .wikitable th, .wikitable tr, .wikitable td { background:transparent; border-color:darkcyan; }