MediaWiki:Common.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 1,258:
Classes to hide elements in mobile
/***********************************/
@media only screen and (min-width: 100px) and (max-width: 1024px1025px){
.mobilehide {
displaycolor:none#333300;
}
}
}
 
@media only screen and (max-width: 1024px) and (min-width: 1025px100px) {
.mobilehide {
colordisplay:#333300none;
}
}
}
1,105

edits