User:Jouluntähti/common.css

From Wikispecies
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.
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */
 /* unvisited link */
a:link {
  color: #0645ad;
}

/* visited link */
a:visited {
  color: #0645ad;
}

/* mouse over link */
a:hover {
  color: darkblue;
}

/* selected link */
a:active {
  color: yellow;
}

.mw-body-content a:link.interwiki { color: #0645ad; } /* interwiki links */
.mw-body-content a:link.external { color: #0645ad; } /* external links */
.mw-body-content a.interwiki:visited { color: #0645ad; }
.mw-body-content a.external:visited { color: #0645ad; }
.mw-body-content a.new:link { color: #cc2200; }
.mw-body-content a.new:visited { color: #cc2200 !IMPORTANT; }