MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
(9 intermediate revisions by the same user not shown)
Line 30: Line 30:
.tabbertab > p:first-child { margin-top: 0.2em; }
.tabbertab > p:first-child { margin-top: 0.2em; }
.tabbertab > p:last-child { margin-bottom: 0; }
.tabbertab > p:last-child { margin-bottom: 0; }
/* Pixelated gallery/interface image upscaling */
ul.gallery:not(.smooth) img, table.listfiles img,
table.searchResultImage img, table.filehistory img {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
/* Root category */
body.page-Category_Super_Mario_Wiki.action-view #catlinks,
body.page-Category_Super_Mario_Wiki.action-view #mw-subcategories .mw-category-group:last-of-type {
display: none;
}


/* Show/hide toggle */
/* Show/hide toggle */
.mw-collapsible-toggle {
.mw-collapsible-toggle {
font-weight: bold;
font-weight: bold;
padding-right: 0.3em;
}
}
.infobox .mw-collapsible-toggle {
.infobox .mw-collapsible-toggle {
Line 58: Line 44:
.infobox .mw-made-collapsible > tbody > tr > th:not([style*="text-align"]) {
.infobox .mw-made-collapsible > tbody > tr > th:not([style*="text-align"]) {
padding-left: 45px !important;
padding-left: 45px !important;
}
table:not(.wikitable) .mw-collapsible-toggle {
padding-right: 0.3em;
}
}


Line 69: Line 58:
padding: 4px;
padding: 4px;
border: 1px solid;
border: 1px solid;
}
.infobox th a, .infobox-wide th a {
color: inherit !important;
}
}
.infobox audio + br,
.infobox audio + br,
Line 152: Line 144:


/* Fake headings */
/* Fake headings */
#fh1, #fh2, #fh3,
#fh1 { font-size: 193%; }
#fh4, #fh5, #fh6 {
#fh2 { font-size: 166%; }
color: #000;
#fh3 { font-size: 142%; }
font-weight: normal;
#fh4 { font-size: 126%; }
background: none;
#fh5 { font-size: 111%; }
#fh1, #fh2 {
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding-top: 0.5em;
padding-bottom: 0.17em;
margin: 0;
}
}
#fh1 { font-size: 188%; }
#fh2 { font-size: 150%; }
#fh3 { font-size: 132%; }
#fh4 { font-size: 116%; }
#fh5 { font-size: 100%; }
#fh6 { font-size: 80%; }
#fh3, #fh4, #fh5, #fh6 {
#fh3, #fh4, #fh5, #fh6 {
font-weight: bold;
font-weight: bold;
border-bottom: none;
}
#fh1, #fh2, #fh3, #fh4, #fh5, #fh6 {
padding: 0.5em 0 0.17em;
}
}
#bodyContent #fh1, #bodyContent #fh2 {
#bodyContent #fh1, #bodyContent #fh2 {