MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
(7 intermediate revisions by the same user not shown)
Line 23: Line 23:
.mobile .tabbox > .tab { margin-bottom: 6px; }
.mobile .tabbox > .tab { margin-bottom: 6px; }
.infobox .tabbox > .tab { margin-bottom: 13px; }
.infobox .tabbox > .tab { margin-bottom: 13px; }
.infobox .tabbox:not(:first-of-type) { display: none; }
.mobile .infobox .tabbox > .tab { margin-bottom: 11px; }
.client-js .tabbox:not(:first-of-type) { display: none; }
.mobile .infobox .tabbox > .tab { margin-bottom: 10px; }
.tabbox > .tab { margin-bottom: 11.75px; font-weight: bold; }
.tabbox > .tab { margin-bottom: 11.75px; font-weight: bold; }
.infobox.tabbed > .tabcontainer > .tabbox > .tab { margin-bottom: 9px; }
.infobox.tabbed > .tabcontainer > .tabbox > .tab { margin-bottom: 9px; }
.mobile .infobox.tabbed > .tabcontainer > .tabbox > .tab { margin-bottom: 5.5px; }
.mobile .infobox.tabbed > .tabcontainer > .tabbox > .tab { margin-bottom: 5.5px; }
.infobox .tabbox:not(:first-of-type), .client-js .tabbox:not(:first-of-type) { display: none; }
.tabcontainer {
.tabcontainer {
top: -2px;
top: -2px;
Line 69: Line 68:
.user-section-heading {
.user-section-heading {
clear: both;
clear: both;
}
.page-nav {
line-height: 1.8;
}
}
/* Edit profile */
/* Edit profile */
Line 107: Line 109:
.infoboxspan {
.infoboxspan {
padding: 0 2px;
padding: 0 2px;
text-align: center;
}
}
.infoboxmedia {
.infoboxmedia {
Line 151: Line 152:
body.desktop .infobox .mw-gallery-slideshow > .gallerybox:first-of-type {
body.desktop .infobox .mw-gallery-slideshow > .gallerybox:first-of-type {
height: 285px;
height: 285px;
}
/* Template:Hide */
.hideTem .mw-collapsible-toggle {
min-width: 3em;
text-align: right;
}
}