Notice: Firmware Links Under Maintenance We are currently undergoing maintenance on all firmware links. If any links are inaccessible, please email or contact Tech Support for the firmware. We appreciate your patience during the maintenance, thank you for your understanding.

Difference between revisions of "MediaWiki:Mobile.css"

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
 
#sb-LastEditor {
 
#sb-LastEditor {
 
display: none !important;
 
display: none !important;
Line 11: Line 12:
 
     display: none;
 
     display: none;
 
}
 
}
h5{
+
#section_0{
 
     display: none;
 
     display: none;
 +
}
 +
div#content a.external {
 +
    background:none !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){
}