Cube World Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Framework*/
body {
   background-color: #6fb5ff !important;
   background: url('http://hydra-media.cursecdn.com/cubeworld.gamepedia.com/2/26/Background.png') repeat-x scroll top !important;
}

body #pageWrapper {
    margin-right: 10px;
}

/* Navigator */
div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    border: medium none;
    color: #012090;
    font-weight: bold;
}

#mw-panel.collapsible-nav .portal {
    background-image: none;
}

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

div#mw-panel div.portal div.body a:visited {
    color: #F3F3F3 !important;
}

/* Top rail */

div#mw-head {
    background: none repeat scroll 0 0 #474FFB;
}

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

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

div.vectorTabs {
    background-image: none;
}

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

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

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

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

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

div.vectorTabs li a, div.vectorTabs li a span {
    color: #FFFFFF;
}

div.vectorTabs li.selected a, 
div.vectorTabs li.selected a span, 
div.vectorTabs li.selected a:visited, 
div.vectorTabs li.selected a:visited span {
    color: #FFFFFF;
    font-weight: bold;
}
div.vectorTabs li.new a, 
div.vectorTabs li.new a span, 
div.vectorTabs li.new a:visited, 
div.vectorTabs li.new a:visited span {
    color: #FFFFFF;
}

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

div.vectorMenu .menu {
    z-index: 1;
}

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

/* Sidebar */

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.promoSidebar {
    margin-left: 10px;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* Content */
div#content {
    border: solid 1px #012090;
    box-shadow: rgba(1, 32, 144, 1) 0 0.1em 0.75em;
    overflow: hidden;
}

/* Footer */
div#footer {
    background-image: none;
}
Advertisement