Difference between revisions of "MediaWiki:Common.css"
(3 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=PT+Serif:400,400italic,700,700italic); | ||
− | |||
− | |||
div.mw-geshi { | div.mw-geshi { | ||
Line 9: | Line 8: | ||
margin: 1em 0; | margin: 1em 0; | ||
border: none; | border: none; | ||
− | + | background-color: rgba(243, 238, 238, 0.33); | |
} | } | ||
− | |||
− |
Latest revision as of 09:08, 19 March 2016
/* CSS placed here will be applied to all skins */ @import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic); div.mw-geshi { padding: 1em; margin: 1em 0; border: none; background-color: rgba(243, 238, 238, 0.33); }