Difference between revisions of "MediaWiki:Common.css"

From From The Ashes Wiki
Jump to: navigation, search
Line 17: Line 17:
 
{  
 
{  
 
background-image: none !important;  
 
background-image: none !important;  
}
 
 
li a
 
{
 
background-color: black;
 
 
}
 
}
  

Revision as of 23:43, 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;
}

.vectorTabs 
{ 
background-image: none !important; 
}

#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;
}