MediaWiki:Gadget-MobileStyle.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
(7 intermediate revisions by the same user not shown)
Line 61: Line 61:
margin: 10px 0 !important;
margin: 10px 0 !important;
}
}
.notice-template#disambig,
.notice-template.image, .notice-template.copyright,
.notice-template#aboutfile,
.notice-template#disambig, .notice-template#aboutfile {
.notice-template.copyright {
width: 100% !important;
width: 100% !important;
}
}
Line 96: Line 95:
display: none !important;
display: none !important;
}
}
@media all and (max-width: 720px) {
@media all and (max-width: 719px) {
.nav-right {
.nav-right {
display: none !important;
display: none !important;
Line 105: Line 104:
display: block !important;
display: block !important;
margin: 0 !important;
margin: 0 !important;
}
}
@media all and (min-width: 720px) {
.navrights-only {
display: none !important;
}
}
}
}
Line 121: Line 125:
margin-right: 0 !important;
margin-right: 0 !important;
}
}
.tabber.goleft,
.tabber.goleft, .tabber.goright {
.tabber.goright {
margin-bottom: 0.75em !important;
margin-bottom: 0.75em !important;
}
}
Line 128: Line 131:
.tabber.goright .tabbertab {
.tabber.goright .tabbertab {
text-align: center !important;
text-align: center !important;
}
.mediawiki .tabbertab table.sortable {
width: 100% !important;
display: table !important;
}
}
}
}
Line 136: Line 143:
/* Misc. */
/* Misc. */
.infobox-wide {
.infobox-wide {
margin: 0 !important;
font-size: 85% !important;
font-size: 85% !important;
}
}
.infobox-wide td, .infobox-wide th {
.infobox-wide td, .infobox-wide th {
padding: 2px !important;
padding: 2px !important;
}
#bodyContent .infobox-wide {
margin-top: 0; margin-bottom: 0;
}
}
.infobox > tbody > tr:first-child > td:first-child,
.infobox > tbody > tr:first-child > td:first-child,