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
No edit summary
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
body {
 
body {
background: url("https://guildwiki.gamepedia.com/media/guildwiki.gamepedia.com/a/a6/Headbg.jpg") no-repeat scroll 0 0 #F8F8F8;
+
background: url("https://static.wikia.nocookie.net/guildwiki_gamepedia/images/a/a6/Headbg.jpg/revision/latest") no-repeat scroll 0 0 #F8F8F8;
 
}
 
}
   

Latest revision as of 15:28, 23 February 2021

/* CSS placed here will affect users of the Vector skin */
body {
    background: url("https://static.wikia.nocookie.net/guildwiki_gamepedia/images/a/a6/Headbg.jpg/revision/latest") no-repeat scroll 0 0 #F8F8F8;
}

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

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

#left-navigation {
    position: static;
    float: left;
    margin-top: 2.5em
    margin-left: 10.25em;
}

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

#ca-unwatch.icon a, #ca-watch.icon a {
    border: none;
    background-color: transparent;
}

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

div#mw-panel, div#mw-panel.collapsible-nav {
    width: 150px;
}

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

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

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

div#mw-panel div#p-socialProfiles h3, div#mw-panel div#p-sitePromos h3, div#mw-panel div#p-claimWiki h3 {
    display: none;
}

div#mw-panel div#p-socialProfiles div.body, div#mw-panel div#p-sitePromos div.body, div#mw-panel div#p-claimWiki div.body {
    border: none;
    background: transparent;
    margin-left: 5px !important;
    padding: 0 0 0 0 !important;
}

div#mw-panel div#p-sitePromos div.body div.promoSidebar, div#mw-panel div#p-socialProfiles div.body div.socialSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
  text-align: center;
}

div#mw-panel div#p-claimWiki div.body div.claimSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
}

div.socialLink {
  margin: 1px 0 1px 0;
}

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 {
    display: block;
    width: auto;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #AAAAAA;
    color: black;
    padding: 1em;
}

div#footer {
    background-image: none;
}