MediaWiki:Common.css: Difference between revisions
be more specific in the selector |
extract messagebox template styles to use TemplateStyles css in the template namespace |
||
| (4 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 */ | ||
/** Make it so the search box does not collapse (Chameleon-only?) */ | |||
@media (min-width: 768px) { | |||
.p-search { | |||
width: max-content; | |||
} | |||
} | |||
/** make lists more like Microsoft Word | /** make lists more like Microsoft Word | ||
| Line 66: | Line 73: | ||
} | } | ||
/** fix google maps little man in responsive skin */ | |||
/ | |||
.gm-style img { max-width: none; } | .gm-style img { max-width: none; } | ||
/** Declare the @font-face rules used on the Font page | |||
using the Fontspring bulletproof syntax | |||
*/ | |||
/** Declare the @font-face rules used on the Font page*/ | |||
@font-face { | @font-face { | ||
font-family: 'gillius-adf' | font-family: 'gillius-adf'; | ||
src: local | src: url('/usr/local/share/fonts/GilliusADF-Regular.eot'); /* IE9 Compat Modes */ | ||
src: url('/usr/local/share/fonts/GilliusADF-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |||
url('/usr/local/share/fonts/GilliusADF-Regular.woff2') format('woff2'), /* Super Modern Browsers */ | |||
url('/usr/local/share/fonts/GilliusADF-Regular.woff') format('woff'), /* Modern Browsers */ | |||
url('/usr/local/share/fonts/GilliusADF-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ | |||
url('/usr/local/share/fonts/GilliusADF-Regular.svg#GilliusADF-Regular') format('svg'); /* Legacy iOS */ | |||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||