Latest Neocron News and Information
- New test server patch #749 has been released to Vedeena
- New retail server patch #747 has been released to Titan
Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
| Line 32: | Line 32: | ||
table.TablePager | table.TablePager | ||
| + | { | ||
| + | background-color: #000000; | ||
| + | border: 1px solid #00446A; | ||
| + | } | ||
| + | |||
| + | table.TablePager td | ||
{ | { | ||
background-color: #000000; | background-color: #000000; | ||
border: 1px solid #00446A; | border: 1px solid #00446A; | ||
} | } | ||
Revision as of 10:19, 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;
}
table.TablePager td
{
background-color: #000000;
border: 1px solid #00446A;
}