Anonymous

MediaWiki:Mobile.css: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/*  
/*  
This CSS is in the process of being moved to [[MediaWiki:Gadget-Site.css]] and to TemplateStyles, which is applied to both desktop and mobile skins, and to [[MediaWiki:Timeless.css]], the current mobile skin.  
[[Category:Deprecated Skins]]
[[Category:Skin Styles]]
CSS placed here will be applied to the mobile view regardless what the current mobile skin is.
 
Mobile.css is being phased out in favor of:
1. TemplateStyles, for template-specific styles (see [[:Category:Template Styles]])
2. [[MediaWiki:Gadget-Site.css]], for site-wide CSS applied to all skins (desktop and mobile)
3. Skin-specific styles ([[MediaWiki:Timeless.css]] at time of writing)
 
Use media queries in these files to target specific device widths.  
You can use the widths defined at [[MediaWiki:Variables.css]].
*/
*/
@import url("/w/index.php?title=MediaWiki:Variables.css&action=raw&ctype=text/css");
@import url("/w/index.php?title=MediaWiki:Variables.css&action=raw&ctype=text/css");
@import url("/w/index.php?title=MediaWiki:Timeless.css&action=raw&ctype=text/css");
@import url("/w/index.php?title=MediaWiki:Timeless.css&action=raw&ctype=text/css");