MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 50: | Line 50: | ||
} | } | ||
.translations { | .translations, .translations > summary:first-of-type { | ||
font-size: 100%; | font-size: 100%; | ||
} | |||
#mw-content-subtitle .subpages { | |||
display: none; | |||
} | } | ||
Latest revision as of 12:41, 9 September 2024
.hatnote {
padding-left: 1.6em;
margin-bottom: 0.5em;
font-style: italic;
}
.ipa, .IPA {
font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
font-size: 110%;
font-variant-ligatures: no-common-ligatures;
text-wrap: nowrap;
}
div.tright {
margin: 0.5em 0 1.3em 1.4em;
}
div.thumb {
width: auto;
background-color: transparent;
margin-bottom: 0.5em;
}
div.tright, div.floatright, table.floatright {
clear: right;
float: right;
}
div.thumbinner {
border: 1px solid var(--border-color-subtle, #c8ccd1);
background-color: var(--background-color-interactive-subtle, #f8f9fa);
font-size: 94%;
padding: 3px;
text-align: center;
overflow: hidden;
}
.thumbimage {
background-color: var(--background-color-interactive-subtle, #f8f9fa);
border: 1px solid var(--border-color-subtle, #c8ccd1);
}
.thumbcaption {
border: 0;
font-size: 94%;
text-align: start;
line-height: 1.4em;
padding: 3px;
}
.mw-parser-output a:not(.new),
.mw-parser-output a:visited:not(.new),
.mw-parser-output a.extiw:visited:not(.new) {
color: #36c;
}
.translations, .translations > summary:first-of-type {
font-size: 100%;
}
#mw-content-subtitle .subpages {
display: none;
}