Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | @import url(https://fonts.googleapis.com/css?family=Bevan | + | @import url(https://fonts.googleapis.com/css?family=Bevan:400,700); |
| − | |||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic); | @import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic); | ||
@import url(https://fonts.googleapis.com/css?family=Alegreya:700,800); | @import url(https://fonts.googleapis.com/css?family=Alegreya:700,800); | ||
| Line 31: | Line 30: | ||
.mw-body-content h4 { font-size: 1.2em; } | .mw-body-content h4 { font-size: 1.2em; } | ||
| − | + | th { | |
font-family: 'Bevan', "Times New Roman", Times, serif; | font-family: 'Bevan', "Times New Roman", Times, serif; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
| − | font-weight: | + | font-weight: normal; |
color: #000000; | color: #000000; | ||
background-color: #CCCCCC; | background-color: #CCCCCC; | ||
Latest revision as of 16:45, 21 May 2019
/* CSS placed here will be applied to all skins */
@import url(https://fonts.googleapis.com/css?family=Bevan:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:700,800);
body { font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
font-family: 'Bevan', "Times New Roman", Times, serif;
font-weight: bold; color: #000000;
}
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
font-family: 'Alegreya', "Times New Roman", Times, serif;
font-weight: bold; color: #000000;
}
.mw-body h1,
.mw-body-content h1 { font-size: 3em; }
.mw-body-content h2 { font-size: 2em; }
.mw-body-content h3 { font-size: 1.5em; }
.mw-body-content h4 { font-size: 1.2em; }
th {
font-family: 'Bevan', "Times New Roman", Times, serif;
font-size: 1.2em;
font-weight: normal;
color: #000000;
background-color: #CCCCCC;
}
ul { list-style-image: url(/rules/2019/images/dots/red_dot.gif); }
li li { list-style-image: url(/rules/2019/images/dots/blue_dot.gif); }