MediaWiki:Common.css

From Lesswrongwiki

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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
 /* <source lang="css"> */ /* CSS placed here will be applied to all skins */  /* Dont display the URL onto the screen; a fix to hide the explicit url display in cite journal template*/ @media screen, handheld, projection {   cite *.printonly { display: none; } }  a {         color: #6a8a6b;         text-decoration: underline; }  /* Set the color of visited links */ a:visited { color: #8a8a8b; }  /* Making sure all hovered links change color */ a:hover {color: #3d3d3e;}  /* Displaying the icon for featured articles */ div.topicon {     position: absolute;      z-index: 100;      top: 10px;     display: block !important; }  .green { color: #6a8a6b; }