Latest Neocron News and Information

  • New test server patch #545 has been released to Vedeena
  • Server Titan is currently offline.

Difference between revisions of "MediaWiki:Common.css"

From Neocron Wiki
Jump to: navigation, search
(Flowplayer styles are now in their own CSS file)
(CSS fixes have been moved to the static files)
Line 1: Line 1:
/* Styles for the RSS reader */
+
/* Experimental or new stuff by Bram */
div.RSSReader-head
 
{
 
  text-align: center;
 
  padding: 0.2em;
 
  border-bottom: 0.1em solid #aaa;
 
}
 
 
 
h3.RSSReader-head
 
{
 
  text-align: center;
 
  padding: 0.2em;
 
  border-bottom: 0.1em solid #aaa;
 
}
 
 
 
 
 
/* Server stats */
 
#thn_stats
 
{
 
        width: 150px;
 
        border:1px solid #FF9933;   
 
    background-color: #202020;
 
    padding:3px;
 
}
 
 
 
#thn_stats table th
 
{
 
    background: none;
 
    padding-left: 0px;
 
    height:0px;
 
}
 
 
 
#thn_stats table th
 
{
 
    background: none;
 
    padding-left: 0px;
 
    height:0px;
 
}
 
 
 
#thn_stats span.thn_server_status_online
 
{
 
    color: #33CC00;
 
    font-weight: bold;
 
}
 
 
 
#thn_stats span.thn_server_status_offline
 
{
 
    color: #D00000;
 
    font-weight: bold;
 
}
 
 
 
#thn_stats span.thn_server_percent
 
{
 
    color: #999966;
 
    font-style: italic;
 
}
 
 
 
#thn_stats p.thn_servers_updated
 
{
 
    margin: 0px;
 
    padding-top:3px;
 
    font-size: 10px;
 
    color: #999966;
 
    font-style: italic;
 
}
 
 
 
/** CSS fixes */
 
 
 
fieldset#mw-searchoptions
 
{
 
    border: 1px solid #00446A !important;
 
    border-top: none !important;
 
    background-color: #1A2424;
 
}
 
 
 
div.mw-search-formheader
 
{
 
    border: 1px solid #00446A;
 
    background-color: #222C2E;
 
    border-bottom: none !important;
 
}
 
 
 
ul#filetoc
 
{
 
    background-color: #222C2E;
 
    border: 1px solid #00446A;
 
}
 
 
 
  
 
table.wikitable
 
table.wikitable
Line 103: Line 16:
 
{
 
{
 
     color: #EEEEEE;
 
     color: #EEEEEE;
}
 
 
code
 
{
 
    background-color: #2A2B30;
 
 
}
 
}
  
Line 121: Line 29:
 
{
 
{
 
     margin: 5px;
 
     margin: 5px;
}
 
 
#pagehistory li.selected {
 
    background-color: #555555!important;
 
    border: 1px dashed #F9F9F9 !important;
 
 
}
 
}

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;
}