User:Ashe/common.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.
/* EPIC CSS FOR COMPATIBILITY WITH OPERA GX'S "ENABLE DARK MODE" OPTION WITH PROBABLY SOME RANDOM CODE I FORGOT TO DELETE */

div.vectorMenu h3 span {
  color: #000000;
}

div.vectorMenu h3 span:hover {
  color: #000000;
}

.mediawiki #mw-head {
  background: #f0f0f0;
  border: 1px solid #fff;
}
 
.mediawiki #mw-head div#p-personal a {
  color: #000 !important;
}
 
.mediawiki div#footer {
  background: unset !important;
}

.mediawiki #p-search {
  background: #E5964B !important;
  border-radius: 4px 4px 0 0;
}

.mediawiki #searchInput {
  background: #f0f0f0 !important;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

.mediawiki #p-search #searchInput {
  text-indent: 4px;
}

.mediawiki #searchButton {
  background: url(/w/images/3/3a/User_Ashe_search_button.png) top no-repeat !important;
}

.mediawiki #searchButton:hover {
  background-position: bottom !important;
}

.mediawiki #mw-panel {
  background-color: #f0f0f0;
}

#mw-navigation div.vectorTabs ul li *,
#mw-navigation div.vectorTabs ul li,
#mw-navigation div.vectorMenu {
  background: #E5964B !important;
  color: #000 !important;
  border-radius: 4px 4px 0 0;
} 

.mediawiki #mw-head-base {
  background: #f0f0f0;
}
.mediawiki #content {
  background: #f0f0f0 !important;
  border: 1px solid #000 !important;
}

body.mediawiki {
  background: #f0f0f0 !important;
}
/*
#p-logo
{
  background: #f0f0f0 !important;
}


.mediawiki .mw-wiki-logo {
  background-image: url('/w/images/5/5b/User_Ashe_wikilogo.png');
}
*/