MediaWiki:Common.css

From Timespinner Wiki
Revision as of 14:00, 3 September 2018 by Katzeus (talk | contribs)
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

/* Navigation Bar */
#navbar_top {
    width: 100%;
    height: 50px;
    position: absolute;
    margin: 0 auto;
    background-color: rgba(34, 29, 40, 0.8);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    z-index: 20;
}
#navbar_top a  {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    text-decoration: none;
}

#navbar_top a:hover, .product, li#menu-item-current a  {
    color: #ffffae;
}

#navbar_top ul > li {
    display: inline-block;
    line-height: 50px;
    margin: 0 20px;
}

div#mw-panel {
    margin-top: 30px;
}

div#mw-navigation {
    margin-top: 50px;
}

#mw-head-base {
    margin-top: -30px;
}

div#mw-head {
    top: 50px;
}

div#navigaton_container {
    max-width: 875px;
    margin: auto;
    padding-top: 7px;
}

div#navigaton_container ul {
    margin-left: -0.29em;
    margin-top: 0.02em;
}

li.social.to-right {
    float:right;
    padding-top: 10px;
}

li.buy.to-right {
    float:right;
    margin-right: 8px !important;
}

.sociallink {
    width: 26px;
    height: 34px;
    display: inline-block;
    margin-left: 10px;
}

.sociallink a {
    width: 100%;
    height: 100%;
}

div.navleft {
    height: 63px;
    width: 327px;
    background: url(skins/Timespinner/Navbar_left.png) no-repeat;
    float: left;
}

div.navright {
    height: 63px;
    width: 327px;
    background: url(skins/Timespinner/Navbar_right.png) no-repeat;
    float: right;
}

@media screen and (max-width: 800px) {
    #navigaton_container {
        background-color: rgba(34, 29, 40, 0.8);
        min-height: 82px;
    }
    #navbar_top {
        background-color: transparent;
    }
    #navbar_top ul {
        text-align: center;
    }
    #navbar_top ul li {
        float: left;
        width: 50%;
        margin: 0px;
    }
    #navbar_top ul li a {
        display: block;
        padding: 0px;
        line-height: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-right: 1px solid rgba(255,255,255,0.1);
        padding: 10px 0px;
    }
    li.buy.to-right {
        margin-right: 0px !important;
    }
    li.social.to-right {
        display: none !important;
    }
    div#mw-panel {
        margin-top: 55px;
    }
    div#mw-head {
        top: 75px;
    }
    div#content.mw-body {
        margin-top: 25px;
    }
}