MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins (including the mobile skin) */ | ||
@import url("/index.php?title=MediaWiki:Mbox.css&action=raw&ctype=text/css&cb=3"); | @import url("/index.php?title=MediaWiki:Mbox.css&action=raw&ctype=text/css&cb=3"); | ||
@import url("/index.php?title=MediaWiki:FD_Mbox.css&action=raw&ctype=text/css&cb=3"); | @import url("/index.php?title=MediaWiki:FD_Mbox.css&action=raw&ctype=text/css&cb=3"); | ||
| Line 27: | Line 27: | ||
--theme-page-headings-font: 'Quicksand'; | --theme-page-headings-font: 'Quicksand'; | ||
} | } | ||
/* Class to add text hidden from view that is usable by screen readers */ | |||
.screen-reader-text { font-size: 0; } | |||
/* [[Template:Description]] styles */ | /* [[Template:Description]] styles */ | ||