MediaWiki:Common.css

From LessWrong
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* <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; }