MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Totengeist (talk | contribs) Hide Latest News on mobile |
Totengeist (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 11: | Line 11: | ||
.main-news { | .main-news { | ||
display: none; | display: none; | ||
} | |||
#main-guides { | |||
margin-right: 0.5em; | |||
} | |||
#main-guides .column { | |||
padding: 0.5em; | |||
} | |||
#main-guides .header { | |||
font-weight: bold; | |||
background-color: #1b4f72; | |||
color: #fff; | |||
padding: 0 0.5em; | |||
margin: -0.5em -0.5em 0; | |||
} | |||
#main-guides .header a { | |||
color: #fff; | |||
} | } | ||
Revision as of 17:37, 24 July 2022
/* All CSS here will be loaded for users of the mobile site */
.social a, .social a:visited {
font-size: 2.3em !important;
color: #000 !important;
background-image: none !important;
background-position: initial !important;
background-repeat: no-repeat !important;
padding-right: inherit !important;
}
.main-news {
display: none;
}
#main-guides {
margin-right: 0.5em;
}
#main-guides .column {
padding: 0.5em;
}
#main-guides .header {
font-weight: bold;
background-color: #1b4f72;
color: #fff;
padding: 0 0.5em;
margin: -0.5em -0.5em 0;
}
#main-guides .header a {
color: #fff;
}