Difference between revisions of "MediaWiki:Monobook.css"

From David Spencer's Media Spin : Observations about media in Canada
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
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 */
  
/* Display "From ChristianMedia.ca the history of Christians working and ministering in media in Canada" */
+
#siteSub {
+
/* block quotations */
    display: inline;
+
#content blockquote {
    font-size: 92%;
+
    font-size: 93.75%; /* equivalent of 15px in 16px default */
    font-weight: normal;
+
    margin: 1em 1.6em; /* same indent as an unordered list */
}
+
}
 +
#content blockquote p {
 +
    line-height:inherit;
 +
}
 +
 +
/* Display "David Spencer's Media Spin : Observations about media in Canada" */
 +
#siteSub {
 +
    display: inline;
 +
    font-size: 92%;
 +
    font-weight: normal;
 +
}
 +
 +
#bodyContent #siteSub a {
 +
    color: #000;
 +
    text-decoration: none;
 +
    background-color: transparent;
 +
    background-image: none;
 +
    padding-right: 0;
 +
}

Latest revision as of 01:19, 15 February 2010

/* 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 "David Spencer's Media Spin : Observations about media in Canada" */
 #siteSub {
     display: inline;
     font-size: 92%;
     font-weight: normal;
 }
 
 #bodyContent #siteSub a {
     color: #000;
     text-decoration: none;
     background-color: transparent;
     background-image: none;
     padding-right: 0;
 }