Difference between revisions of "MediaWiki:Common.css"

From Utpalasia Wiki
Jump to navigation Jump to search
(added pseudoelement for width detection)
 
(temporarily made visible so I can see what's going on)
Line 4: Line 4:
 
     body:after {
 
     body:after {
 
         content: 'smallscreen';
 
         content: 'smallscreen';
         display: none;
+
         /*display: none;*/
 
     }
 
     }
 
}
 
}

Revision as of 11:47, 7 April 2013

/* CSS placed here will be applied to all skins */

@media all and (max-width: 45em) {
    body:after {
        content: 'smallscreen';
        /*display: none;*/
    }
}