Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

User:Da braviary/metrolook.css

on PidgiWiki, the video game media repository

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 / Edge: 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.
@media (max-width:768px) {
    #username-text {
    display:none;
    }
    #left-navigation {
    display:none;
    position:fixed;
    top:auto;
    bottom:0px;
    left:auto;
    z-index:1000;
    list-style:none;
    padding:0;
    margin:0 auto;
    line-height:1.5em;
    background:#CF8B54;
    width:100%;
    text-align:center;
    }
    #siteLogoBar {
    width:165px;
    float:none;
    margin:0 auto;
    }
    div#mw-panel {
    display:none;
    top:40px;
    background:#f3f3f3;
    }
    div#content {
    top:40px;
    width:100%;
    margin-left:0;
    }
    #hamburgerIcon {
    width:50px;
    height:40px;
    float:left;
    display:block;
    }
    #hamburgerIcon:hover {
    background:#9F6F40;
    }
    #hamburgerIcon img {
    padding:0 5px;
    }
    #userIcon20 {
    display:none;
    }
    #userIcon40 {
    display:block;
    }
    #usermenu {
    right:0px;
    padding-right:0px;
    padding-left:5px;
    }
    #editbutton {
    display:block;
    float:right;
    width:40px;
    height:40px;
    margin:8px;
    background-image: url(/wiki/skins/metrolook/images/edit-icon.png);
    }
    #editbutton:hover {
    background:#E0E0E0;
    background-image: url(/wiki/skins/metrolook/images/edit-icon-hover.png);
    }
}
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.