User:Mediarch/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.
/* Archimedes Wiki Logo */
.mw-wiki-logo { background-image: url("/w/images/5/5b/Nothinghere.png"); }

/* Archimedes Login Icon */
li#pt-userpage {
    background-image: url('/w/images/c/ca/User_Mediarch_Archimedes_Login.png') !important;
}

/* Powered by Archimedes */
li#footer-poweredbyico { 
	content:url("/w/images/3/34/User_Mediarch_Powered_by_Archimedes.png"); 
}

/* Archimedes Scroll to Top */
img#tfwiki-scrollup {
    content: url(/w/images/9/92/User_Mediarch_ScrollTop.png);
}

/* Pink Links */
a:hover, a:focus {
    text-decoration: underline;
    text-shadow: 0 0 5px #ec5c69;
}