Difference between revisions of "User:Foxbite/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
m (logo size fix'd)
m (now includes nav icons)
Line 24: Line 24:
 
.wikichievements_container table.wikitable > * > tr > th {
 
.wikichievements_container table.wikitable > * > tr > th {
 
     background-color: #F3A957 !important;
 
     background-color: #F3A957 !important;
 +
}
 +
 +
.navico {
 +
    position: fixed;
 +
    bottom: 5px;
 +
    border-radius: 6px;
 
}
 
}
  

Revision as of 19:35, 22 June 2023

.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/7/72/Logo_uk.png") !important;
    background-size: 125px;
}