Difference between revisions of "User:MJL/common.css"

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
(Creating page)
(No difference)

Revision as of 22:41, 4 July 2019

/* 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;
}