Difference between revisions of "MediaWiki:Common.css"

121 bytes added ,  09:56, 16 December 2012
no edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy);


pre {
/*display: block;
width: 900px;*/
font-family: monospace;
font-size: 12px;
word-wrap:normal;
}
h1#firstHeading.firstHeading {
font-family: 'Luckiest Guy', 'Trebuchet MS', Verdana, Arial, Helvetica;
font-weight: normal;
font-size: 30px;
}
div#bodyContent p {
line-height: 1.4em;
margin: 1em 0em 1em 0em;
}




Line 239: Line 220:
border-right: 1px solid #333333;
border-right: 1px solid #333333;
border-left: 5px solid #FF9933;
border-left: 5px solid #FF9933;
}
pre {
/*display: block;
width: 900px;*/
font-family: monospace;
font-size: 12px;
word-wrap:normal;
}
h1#firstHeading.firstHeading {
font-family: 'Luckiest Guy', 'Trebuchet MS', Verdana, Arial, Helvetica;
font-weight: normal;
font-size: 30px;
}
div#bodyContent p {
line-height: 1.4em;
margin: 1em 0em 1em 0em;
}
div#bodyContent a {
border-bottom: 1px dotted #AAA;
}
}