MediaWiki:Moonlight.css

From Wiki

Jump to: navigation, search
m
Line 75: Line 75:
 
/*Templates: */
 
/*Templates: */
  
 +
fieldset.spec legend p
 +
{
 +
display:none; /*degenerates*/
 +
}
 
fieldset.spec
 
fieldset.spec
 
{
 
{
Line 82: Line 86:
 
{
 
{
 
font-size:100%; border:none; margin:0;
 
font-size:100%; border:none; margin:0;
 +
}
 +
fieldset.spec legend .editsection
 +
{
 +
font-size:100%;
 +
}
 +
legend.tech h2
 +
{
 +
margin:0; padding:0; line-height:0;
 
}
 
}
 
legend.tech .mw-headline
 
legend.tech .mw-headline

Revision as of 21:37, 28 February 2011

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
{
text-shadow: 1px 1px #033;
}

/*Moonlight Bullets*/

#bodyContent ul
{
margin-left:0;
list-style-type: none;
}
#bodyContent li:before
{
content: '\300B'; /*right double angle bracket*/
margin: 0 0.4em;
}
#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 legend p
{
display:none; /*degenerates*/
}
fieldset.spec
{
margin: -0.5em 0 0.5em 0;
}
fieldset.spec legend h2
{
font-size:100%; border:none; margin:0;
}
fieldset.spec legend .editsection
{
font-size:100%;
}
legend.tech h2
{
margin:0; padding:0; line-height:0;
}
legend.tech .mw-headline
{
display:none;
}

.caps
{
text-transform:uppercase;
}
.caps .editsection
{
text-transform:none;
}

div.template_fieldset_div
{
display:none;
}