User:Foxbite/Page.css

From Team Fortress 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 / 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.
.navimg {
    filter: grayscale(0.8);
    -webkit-filter: grayscale(0.8);
    -moz-filter: grayscale(0.8);
    -o-filter: grayscale(0.8);
    -ms-filter: grayscale(0.8);
/*    transition: all 0.23s ease; */
}
.navimg:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

table.infobox {
    margin-top: -10px;
}
table.infobox td.image {
    padding: 0 2px;
}

.wikichievements_container table.wikitable > * > tr > th {
    background-color: #F3A957 !important;
}

.navico {
    position: fixed;
    bottom: 5px;
    border-radius: 6px;
}
/*
.mw-wiki-logo {
    background-image: url("/w/images/") !important;
    background-size: 125px;
}
*/