Difference between revisions of "MediaWiki:Common.css"
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
#left-navigation {display: none;} | #left-navigation {display: none;} | ||
#footer {display: none;} | #footer {display: none;} | ||
| − | + | ol ol {list-style-type: lower-alpha;} | |
| − | |||
| − | |||
| − | |||
| − | } | ||
Latest revision as of 09:16, 8 July 2014
/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Chango);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Raleway:500,700);
#content { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif; font-size:120%;}
h1 { font-family: Chango,"Helvetica Neue",helvetica,sans-serif;}
h2, h3, h4, h5, h6 { font-family: "Droid Serif","Helvetica Neue",helvetica,sans-serif;}
.tocnumber { display: none; }
#left-navigation {display: none;}
#footer {display: none;}
ol ol {list-style-type: lower-alpha;}