Difference between revisions of "MediaWiki:Monobook.css"

From David Spencer's Media Spin : Observations about media in Canada
Jump to: navigation, search
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 */
  
 +
#content {
  
 
/* block quotations */
 
/* block quotations */

Revision as of 00:50, 25 September 2006

/* edit this file to customize the monobook skin for the entire site */

#content {

/* 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;
}