GuildWiki

GuildWiki has been locked down: anonymous editing and account creation are disabled. Current registered users are unaffected. Leave any comments on the Community Portal.

READ MORE

GuildWiki
(Created page with "→‎CSS placed here will affect users of the Vector skin: body { background: url("http://www.guildwiki.org/images/a/a6/Headbg.jpg") no-repeat scroll 0 0 #F8F8F8; } #mw-p...")
 
(No difference)

Latest revision as of 14:42, 20 March 2013

/* CSS placed here will affect users of the Vector skin */
body {
    background: url("http://www.guildwiki.org/images/a/a6/Headbg.jpg") no-repeat scroll 0 0 #F8F8F8;
}

#mw-page-base {
    background: transparent !important;  
}

#mw-head-base {
    background: transparent !important;
}

#left-navigation {
    margin-left: 5px;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs li.selected {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs li span a {
    background:#FBFBFB;
    display: inline-block;
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    color: #002BB8;
    padding: 2px 10px;
    margin: 15px 3px 0 3px;
    height: 20px;
    text-align: center;
}


div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    background: #FFFFFF;
    color: #002BB8;
    font-weight: bold;
    border-left: 1px solid #FABD23;
    border-top: 1px solid #FABD23;
    border-right: 1px solid #FABD23;
    border-bottom: 1px solid #FFFFFF;
}

div.vectorTabs span {
    background-image: none;
    background-color: transparent;
}

div.vectorMenu h5 a {
    background-image: none;
}

div#mw-panel {
    width: 150px;
}

div#mw-panel div.portal {
    background: transparent;
}

div#mw-panel div.portal div.body {
    background: white;
    border: 1px solid #AAAAAA;
    font-size: 95%;
    padding: 10px 0 5px 10px;
    margin-left: 5px;
}

div#mw-panel div.portal h5 {
    background: transparent;
    display: inline-block;
    color: #000000;
    font-size: 81%;
    padding: 0 1em 0 0.5em;
    text-transform: lowercase;
}

div#mw-panel div.portal div.body ul li a {
    color: #002BB8;
}

div#mw-panel div.portal div.body ul li a:hover {
    color: #FABD23;
}

div#mw-panel div.portal div.body ul li a:active {
    color: #FABD23;
}

div#content {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #AAAAAA;
    color: black;
    padding: 1em;
}

div#footer {
    background-image: none;
}