Difference between revisions of "MediaWiki:Common.css"

From The Authentic D&D Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: *{font-family: garamond};")
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
*{font-family: garamond};
+
#content {font-family: garamond}
 +
.mw-body-content a {
 +
    text-decoration: underline;
 +
}
 +
.mw-body-content a:visited {
 +
    text-decoration: underline;
 +
}

Latest revision as of 18:01, 25 April 2020

/* CSS placed here will be applied to all skins */
#content {font-family: garamond}
.mw-body-content a {
    text-decoration: underline;
}
.mw-body-content a:visited {
    text-decoration: underline;
}