Difference between revisions of "MediaWiki:Common.css"

From From The Ashes Wiki
Jump to: navigation, search
m
Line 23: Line 23:
 
{
 
{
 
border-bottom:0px;
 
border-bottom:0px;
 +
}
 +
 +
.catlinks
 +
{
 +
padding: 0px;
 
}
 
}

Revision as of 20:39, 13 May 2014

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



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

#toc
{
background-color:#A3A6Ab;
border: 1px solid #A7D7F9;
}

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

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

.catlinks
{
padding: 0px;
}