Difference between revisions of "MediaWiki:Monobook.css"

From Students@SISSA wiki
Jump to: navigation, search
(Created page with '/* CSS placed here will affect users of the Monobook skin */ The following code comes from Wikipedia Monobook.css (http://it.wikipedia.org/wiki/MediaWiki:Monobook.css): /* an...')
 
(No difference)

Latest revision as of 11:30, 27 August 2009

/* CSS placed here will affect users of the Monobook skin */

/*The following code comes from Wikipedia Monobook.css (http://it.wikipedia.org/wiki/MediaWiki:Monobook.css)*/
/* and thus is released under a CC-BY-SA license (http://creativecommons.org/licenses/by-sa/3.0/deed.en_GB)*/

#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style:italic;
    border-bottom: none;
}
/*End of the wikipedia imported code*/