MediaWiki:Gadget-mobile.css: Difference between revisions

no edit summary
imported>Kittymmeow
(Created page with "/********** Note that this loads before skin CSS, so selectors need to be more specific than the skin to override it. There will still be a 'white flash' as the default (ligh...")
 
imported>Kittymmeow
No edit summary
Line 1: Line 1:
/**********
body{
Note that this loads before skin CSS, so selectors need to be more specific than the skin to override it.
position:static; /* for testing */
 
}
There will still be a 'white flash' as the default (light) mobile css initially loads. To avoid this, you should first enable the Gadgets extension, then add [[gphelp:MediaWiki:Gadget-darkmobile]] to your wiki and rename this css file to MediaWiki:Gadget-darkmobile.css
**********/
@font-face {
@font-face {
   font-family: 'Source Code Pro';
   font-family: 'Source Code Pro';
Anonymous user