MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
(12 intermediate revisions by the same user not shown)
Line 21: Line 21:


/* Tabs fix */
/* Tabs fix */
.tabbox:not(:first-of-type) { display: none; }
.mobile .tabbox > .tab { margin-bottom: 6px; }
.mobile .tabbox > .tab { margin-bottom: 6px; }
.infobox .tabbox > .tab { margin-bottom: 12px; }
.infobox .tabbox > .tab { margin-bottom: 13px; }
.mobile .infobox .tabbox > .tab { margin-bottom: 10px; }
.mobile .infobox .tabbox > .tab { margin-bottom: 11px; }
.tabbox > .tab { margin-bottom: 9px; 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 46: Line 46:


/* Wiki tables */
/* Wiki tables */
body.mediawiki .wikitable th a {
.wikitable td { background: #f8f9fa; }
color: inherit !important;
body.mediawiki .wikitable th a { color: inherit !important; }
}


/* Subpage lists */
/* Subpage lists */
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;
}
}