Difference between revisions of "MediaWiki:Common.css"

From Mortal Realms Mud
Jump to: navigation, search
Line 148: Line 148:
 
background:black none repeat scroll 0 0;
 
background:black none repeat scroll 0 0;
 
font-size:smaller;
 
font-size:smaller;
 +
}
 +
 +
div.noarticletext {
 +
background:#191919; none repeat scroll 0 0;
 +
border:1px solid yellow;
 +
color:white;
 +
padding:0.2em 1em;
 
}
 
}

Revision as of 23:35, 26 April 2009

/* CSS placed here will be applied to all skins */

body{
-x-system-font:none;
background:#191919 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{
font-family:Verdana,Arial;
background:#191919 none repeat scroll 0 0;
border-color:yellow -moz-use-text-color yellow yellow;
border-style:solid none solid solid;
border-width:1px medium 1px 1px;
color:white;
line-height:1.5em;
}

.pBody{
background-color:#191919;
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:#191919;
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:#191919;
text-decoration:none;
z-index:3;
}

#p-cactions li a{
background-color: #2C2C2C;
color: #7078FF;
border: none;
padding: 0 .8em .3em;
position: relative;
z-index: 0;
margin: 0;
text-decoration: none;
}

#p-cactions li.selected a{
z-index: 3;
padding: 0 1em .2em!important;
background-color: #191919;
}

#bodyContent h3, #bodyContent h4, #bodyContent h5{
margin-bottom:0.3em;
}

h4.mw-specialpagesgroup{
background-color:#191919;
margin:0.3em 0 0;
padding:2px;
}

table{
background-color:#191919;
color:white;
font-size:100%;
}

pre{
background-color:#191919;
border:1px dashed yellow;
color:white;
line-height:1.1em;
padding:1em;
}

#bodyContent a.external{
color:#00CC66;
}

a{
background:transparent none repeat scroll 0 0;
color:#70B8FF;
text-decoration:none;
}
a:visited{
color:#5A3696;
}

#p-personal li a{
background:transparent none repeat scroll 0 0;
color:#7078FF;
padding-bottom:0.2em;
text-decoration:none;
}

div#userloginForm form, div#userlogin form#userlogin2{
background-color:#191919;
border:1px solid yellow;
clear:both;
float:left;
margin:0 3em 1em 0;
padding:1.5em 2em;
}

div#userloginForm table, div#userlogin form#userlogin2 table{
background-color:#191919;
}

#pagehistory li.selected{
background-color:#191919;
border:1px dashed yellow;
}

table.diff, td.diff-otitle, td.diff-ntitle{
background-color:#191919;
}

td.diff-context{
background:black none repeat scroll 0 0;
font-size:smaller;
}

div.noarticletext {
background:#191919; none repeat scroll 0 0;
border:1px solid yellow;
color:white;
padding:0.2em 1em;
}