Difference between revisions of "MediaWiki:Common.css"

From From The Ashes Wiki
Jump to: navigation, search
Line 8: Line 8:
 
border-color: #000;
 
border-color: #000;
 
margin-top: 0px;
 
margin-top: 0px;
 +
}
 +
 +
div#p-namespaces
 +
{
 +
border-left: 1px solid #000;
 
}
 
}
  

Revision as of 21:04, 13 May 2014

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



body,div#content,#mw-normal-catlinks,#mw-head
{
background-color:#b3b6bb;
border-color: #000;
margin-top: 0px;
}

div#p-namespaces
{
border-left: 1px solid #000;
}

#toc
{
background-color:#b3b6bb;
border: 1px solid #000;
}

h1,h2,h3,h4,h5,h6
{
border-bottom:1px solid #000;
}

h3#p-cactions-label
{
border-bottom:0px;
}

.catlinks
{
padding: 0px;
}