Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
m (Fixed selector.) |
(Added topbox style.) |
||
Line 2: | Line 2: | ||
#page-actions .language-selector.disabled { | #page-actions .language-selector.disabled { | ||
display: none; | display: none; | ||
+ | } | ||
+ | .topbox { | ||
+ | background: #fcfcfc; | ||
+ | padding: 16px; | ||
+ | margin: 1em -16px; | ||
+ | } | ||
+ | .topbox--stub { | ||
+ | background-color: #f0f6fc; | ||
} | } |
Revision as of 21:34, 28 December 2018
/* CSS placed here will affect users of the mobile site */
#page-actions .language-selector.disabled {
display: none;
}
.topbox {
background: #fcfcfc;
padding: 16px;
margin: 1em -16px;
}
.topbox--stub {
background-color: #f0f6fc;
}