Difference between revisions of "MediaWiki:Common.css"

From Bacterial Takeover
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will be applied to all skins  
+
/* CSS placed here will be applied to all skins */
  
 
@media only screen and (max-width: 900px) {
 
@media only screen and (max-width: 900px) {
     body {
+
     #test{ color: green; }
        background-color: #d5fdf4;
+
}
    }
 
}*/
 
 
 
#test{ color: green; }
 

Revision as of 15:29, 7 December 2017

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

@media only screen and (max-width: 900px) {
    #test{ color: green; }
}