User:MJL/common.css

From Diary of a Wimpy Kid Wiki
Revision as of 22:41, 4 July 2019 by MJL (talk | contribs) (Creating page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/* Never Recolor Links */
/* by MJL */
/* Documentation at [[w:User:MJL/NeverRecolorLinks]] */

/* Always Blue Links */
a:visited,
#mw-panel .portal .body li a:visited {
	color: #0645ad;
}

.external:visited, .extiw:visited {
	color: #36b!important;
}

/* Always Red Links */
a.new:visited, #p-personal a.new:visited {
	color:#ba0000;
}

/* Font protector */
/* Saves you from the Wimpykid font*/

@font-face {
  font-family: font-family: 'CG Times', 'PT Serif', serif;
} 

body {
    font-family: 'CG Times', 'PT Serif', serif;
}