MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 35: | Line 35: | ||
background-color: var(--background-color-interactive-subtle, #f8f9fa); | background-color: var(--background-color-interactive-subtle, #f8f9fa); | ||
border: 1px solid var(--border-color-subtle, #c8ccd1); | border: 1px solid var(--border-color-subtle, #c8ccd1); | ||
} | |||
.thumbcaption { | |||
border: 0; | |||
font-size: 94%; | |||
text-align: start; | |||
line-height: 1.4em; | |||
padding: 3px; | |||
} | } | ||
Revision as of 12:41, 6 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;
}