MediaWiki:Common.css: Difference between revisions

From WikiDemocracy
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: img.main-image { width: 350px; }")
 
No edit summary
 
(8 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 */
img.main-image { width: 350px; }
 
img.main-image { width: 300px; }
 
.serif-display { font-family: Georgia, serif; }
 
.serif-display2 { font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif; }

Latest revision as of 13:47, 2 October 2020

/* CSS placed here will be applied to all skins */

img.main-image { width: 300px; }

.serif-display { font-family: Georgia, serif; }

.serif-display2 { font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif; }