User:Katzeus/monobook.css

From Starbounder - Starbound Wiki
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
.topbar {
    top: 0;
    position: absolute;
    margin: 0 auto;
    height: 70px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    z-index: 20;
    font-family: 'Open Sans', sans-serif;
}

.topnavbar {
    max-width: 1000px;
    margin: 0 auto;
}

.topnavbar > ul P
    padding:0;
}

.topnavbar > ul > li {
    display: inline-block;
    line-height: 70px;
    margin: 0 20px;
}

.topnavbarwiki a, .product {
    color: #F9EC88;
}

.topnavbar a:hover {
    color: #F9EC88;
}

/* body { */
/*     background: #0A0523 url(http://starbounder.org/mediawiki/skins/starbounder/sitebg.png); */
/*     background-position: center center; */
/*     background-repeat: no-repeat; */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/* } */