Difference between revisions of "MediaWiki:Common.css"

From Mortal Realms Mud
Jump to: navigation, search
Line 52: Line 52:
 
padding:0.4em 0 1.2em;
 
padding:0.4em 0 1.2em;
 
text-align:center;
 
text-align:center;
 +
}
 +
#p-cactions li a:hover{
 +
background-color:black;
 +
text-decoration:none;
 +
z-index:3;
 
}
 
}

Revision as of 19:54, 25 April 2009

/* CSS placed here will be applied to all skins */
body{
-x-system-font:none;
background:black no-repeat scroll 0 0;
color:white;
font-family:sans-serif;
font-size:x-small;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:0;
}

#content{
background:black none repeat scroll 0 0;
border-color:yellow -moz-use-text-color #AAAAAA #AAAAAA;
border-style:solid none solid solid;
border-width:1px medium 1px 1px;
color:white;
line-height:1.5em;
}

.pBody{
background-color:black;
border:1px solid yellow;
border-collapse:collapse;
color:white;
font-size:95%;
padding:0 0.8em 0.3em 0.5em;
}

h1, h2, h3, h4, h5, h6{
background:transparent none repeat scroll 0 0;
border-bottom:1px solid yellow;
color:white;
font-weight:normal;
margin:0;
padding-bottom:0.17em;
padding-top:0.5em;
}

#footer{
background-color:black;
border-bottom:1px solid yellow;
border-top:1px solid yellow;
font-size:90%;
margin:0.6em 0 1em;
padding:0.4em 0 1.2em;
text-align:center;
}
#p-cactions li a:hover{
background-color:black;
text-decoration:none;
z-index:3;
}