MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Replaced content with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Hind|Open+Sans|Open+Sans+Condensed:300|Roboto'); body {font-famil...") |
||
Line 11: | Line 11: | ||
.transborder { | .transborder { | ||
border: solid transparent; | border: solid transparent; | ||
} | } |
Revision as of 00:35, 13 August 2018
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Hind|Open+Sans|Open+Sans+Condensed:300|Roboto');
body {font-family: "Hind", sans-serif}
#content h1 {font-family: "Roboto", sans-serif; font-weight: bold}
#content h2 {font-family: "Hind", sans-serif; font-weight: bold; font-variant: small-caps; color: #003468}
/* Pie chart: transparent borders */
.transborder {
border: solid transparent;
}