Difference between revisions of "MediaWiki:Mobile.css"
(4 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; | ||
} | } | ||
− | + | #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){
}