Käyttäjä:Jouluntähti/common.css

Wikikirjastosta

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer ja Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Paina Ctrl-F5.
 /* 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; }