Difference between revisions of "MediaWiki:Mobile.css"
(Created page with "bs-statebar{ display:none}") |
|||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | bs-statebar{ | + | @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); |
| − | display:none} | + | #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){ | ||
| + | } | ||
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){
}