Difference between revisions of "MediaWiki:Mobile.css"

 
Line 18: Line 18:
 
     background:none !important;
 
     background:none !important;
 
     padding: 0px !important;
 
     padding: 0px !important;
 +
}
 +
@media screen and (max-width:600px){
 
}
 
}

Latest revision as of 16:10, 29 July 2020

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
#sb-LastEditor {
display: none !important;
}
#bs-statebar {
display: none !important;
}
#mw-mf-last-modified {
display: none !important;
}
#firstHeading {
    display: none;
}
#section_0{
    display: none;
}
div#content a.external {
    background:none !important;
    padding: 0px !important;
}
@media screen and (max-width:600px){
}