Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
(CSS fixes have been moved to the static files) |
|||
Line 29: | Line 29: | ||
{ | { | ||
margin: 5px; | margin: 5px; | ||
+ | } | ||
+ | |||
+ | table.TablePager | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | border: 1px solid #00446A; | ||
} | } |
Revision as of 10:18, 31 July 2013
/* Experimental or new stuff by Bram */
table.wikitable
{
background-color: #2A2B30;
border: 1px solid #00446A;
}
table.wikitable > tr > th, table.wikitable > * > tr > th
{
color: #eeeeee;
background-color: #2A2B30;
}
table.wikitable td
{
color: #EEEEEE;
}
#wiki_faction_table
{
padding:15px;
background-color: #2A2B30;
border: 1px solid #00446A;
width: 532px;
}
#wiki_faction_table img
{
margin: 5px;
}
table.TablePager
{
background-color: #000000;
border: 1px solid #00446A;
}