Difference between revisions of "MediaWiki:Common.css"
From From The Ashes Wiki
TheSupremes (talk | contribs) |
TheSupremes (talk | contribs) |
||
| Line 13: | Line 13: | ||
background-color:#A3A6Ab; | background-color:#A3A6Ab; | ||
border: 1px solid #A7D7F9; | border: 1px solid #A7D7F9; | ||
| + | } | ||
| + | |||
| + | table | ||
| + | { | ||
| + | border-color: #a7d7f9; | ||
} | } | ||
Revision as of 19:42, 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;
}
table
{
border-color: #a7d7f9;
}
h1,h2,h3,h4,h5,h6
{
border-bottom:1px solid #a7d7f9;
}
h3#p-cactions-label
{
border-bottom:0px;
}
.catlinks
{
padding: 0px;
}