Difference between revisions of "MediaWiki:Monobook.css"
From David Spencer's Media Spin : Observations about media in Canada
Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
− | */ | + | |
+ | /* block quotations */ | ||
+ | #content blockquote { | ||
+ | font-size: 93.75%; /* equivalent of 15px in 16px default */ | ||
+ | margin: 1em 1.6em; /* same indent as an unordered list */ | ||
+ | } | ||
+ | #content blockquote p { | ||
+ | line-height:inherit; | ||
+ | } | ||
/* Display "From ChristianMedia.ca the history of Christians working and ministering in media in Canada" */ | /* Display "From ChristianMedia.ca the history of Christians working and ministering in media in Canada" */ | ||
#siteSub { | #siteSub { |
Revision as of 00:49, 25 September 2006
/* edit this file to customize the monobook skin for the entire site */ /* block quotations */ #content blockquote { font-size: 93.75%; /* equivalent of 15px in 16px default */ margin: 1em 1.6em; /* same indent as an unordered list */ } #content blockquote p { line-height:inherit; } /* Display "From ChristianMedia.ca the history of Christians working and ministering in media in Canada" */ #siteSub { display: inline; font-size: 92%; font-weight: normal; }