MediaWiki:Common.css

From Warcraft 3 MODs for Half-Life
Revision as of 14:29, 29 May 2013 by Geesu (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
#frontpage
{
}

#frontpage td, #frontpage th
{
    border: 1px solid #CFD7B3;
    border-collapse: collapse;
    padding: 2px;
    margin: 0;
    vertical-align: top;
    height: 22px;
    text-align: left;
    padding: 0 0.75em !important;
}

#frontpage th {
        border: 1px solid #000;
}

#frontpage td {
        padding-bottom: 0.75em;
}

#frontpage .war3ft
{
    background: #eff9ff;
}

#frontpage .war3xp
{
    background: #ffeedf;
}

#frontpage .war3x
{
    background: #f1ffef;
}

#frontpage .uwc3
{
    background: #efefef;
}

#frontpage .hdr_top
{
        background: url('http://wiki.wc3mods.net/skins/wc3mods/images/hdr_top.gif') repeat-x;
        border: 1px solid #000;
}

th
{
    border: 1px solid #000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

th a:link
{
    color: #FFFFFF;
}

th a:hover
{
    color: #FFFFFF;
}

.hdr_war3xp
{
    background: #f6882a url('http://wiki.wc3mods.net/skins/wc3mods/images/hdr_war3xp.gif') repeat-x;
}

.hdr_war3x
{
    background: #42993a url('http://wiki.wc3mods.net/skins/wc3mods/images/hdr_war3ft.gif') repeat-x;
}

.hdr_war3ft
{
    background: #5b9cd8 url('http://wiki.wc3mods.net/skins/wc3mods/images/hdr_war3x.gif') repeat-x;
}

.hdr_uwc3
{
    background: #787877 url('http://wiki.wc3mods.net/skins/wc3mods/images/hdr_uwc3.gif') repeat-x;
}