Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
(Flowplayer styles are now in their own CSS file) |
(CSS fixes have been moved to the static files) |
||
Line 1: | Line 1: | ||
− | /* | + | /* Experimental or new stuff by Bram */ |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
table.wikitable | table.wikitable | ||
Line 103: | Line 16: | ||
{ | { | ||
color: #EEEEEE; | color: #EEEEEE; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 121: | Line 29: | ||
{ | { | ||
margin: 5px; | margin: 5px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 19:55, 21 May 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;
}