Jump to content

User:Gary/vector.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Gary (talk | contribs) at 16:36, 11 June 2024 (remove custom font size). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 * Content
 */

/* Articles only > the text content */
.ns-0.ns-subject .mw-parser-output {
  /* Set the font */
  font-family: Georgia;
}

/* Indent the first line in every paragraph. */
.ns-0.ns-subject .mw-parser-output > p {
  text-indent: 25px;
}

/*
 * Watchlist
 */

/* Color visited and unvisited "diff" links differently. */
body.mw-special-Watchlist a.mw-changeslist-diff, 
body.mw-special-Watchlist a.mw-changeslist-groupdiff {
  color: red;
}

body.mw-special-Watchlist a.mw-changeslist-diff:visited, 
body.mw-special-Watchlist a.mw-changeslist-groupdiff:visited {
  color: #551A8B;
}