Difference between revisions of "MediaWiki:Timeless.css"

From Reformata Daily Devotions
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .mw-content-text { font-size: 0.875em; }")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* All CSS here will be loaded for users of the Timeless skin */
 
/* All CSS here will be loaded for users of the Timeless skin */
.mw-content-text {
+
#bodyContent {
   font-size: 0.875em;
+
   font-size: 1.2em;
 +
  font-family: serif;
 
}
 
}

Latest revision as of 16:34, 16 January 2023

/* All CSS here will be loaded for users of the Timeless skin */
#bodyContent {
  font-size: 1.2em;
  font-family: serif;
}