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

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
(Creating page)
 
(+!important + .mw-body-content)
 
Line 22: Line 22:


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


body {
body, .mw-body-content  {
     font-family: 'CG Times', 'PT Serif', serif;
     font-family: 'CG Times', 'PT Serif', serif!important;
}
 
.mw-body-content {
    font-size: 0.75em;
}
}

Latest revision as of 22:46, 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!important;
} 

body, .mw-body-content  {
    font-family: 'CG Times', 'PT Serif', serif!important;
}

.mw-body-content {
    font-size: 0.75em;
}