(Новая страница: «.infobox { →In case if tooltips go out of boundary: overflow: visible; width: 100%; max-width: 400px; margin-top: 0; margin-bottom: var( --space-md ); background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); border-spacing: 0; font-size: 0.875rem; text-align: left; display: block; } →Table elements: .infobox tbody { display: flex; flex-wrap: wrap; } .infobox tr { display: flex; box-sizing: border-box; fl...») |
Нет описания правки Метка: отменено |
||
Строка 1: | Строка 1: | ||
.infobox { | .infobox { | ||
border: 1px solid #a2a9b1; | |||
border-spacing: 3px; | |||
background-color: #f8f9fa; | |||
color: black; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
width: 22em | |||
} | } | ||
.infobox-header,.infobox-label,.infobox-above,.infobox-full-data,.infobox-data,.infobox-below,.infobox-subheader,.infobox-image,.infobox-navbar,.infobox th,.infobox td { | |||
.infobox | vertical-align: top | ||
} | } | ||
.infobox | .infobox-label,.infobox-data,.infobox th,.infobox td { | ||
text-align: left | |||
} | } | ||
.infobox | .infobox .infobox-above,.infobox .infobox-title,.infobox caption { | ||
.infobox | font-size: 125%; | ||
font-weight: bold; | |||
text-align: center | |||
} | } | ||
.infobox-title,.infobox caption { | |||
.infobox .infobox | padding: 0.2em | ||
} | } | ||
.infobox .infobox- | .infobox .infobox-header,.infobox .infobox-subheader,.infobox .infobox-image,.infobox .infobox-full-data,.infobox .infobox-below { | ||
text-align: center | |||
} | } | ||
.infobox .infobox- | .infobox .infobox-navbar { | ||
text-align: right | |||
} | } |
Версия от 20:04, 30 июля 2023
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em
}
.infobox-header,.infobox-label,.infobox-above,.infobox-full-data,.infobox-data,.infobox-below,.infobox-subheader,.infobox-image,.infobox-navbar,.infobox th,.infobox td {
vertical-align: top
}
.infobox-label,.infobox-data,.infobox th,.infobox td {
text-align: left
}
.infobox .infobox-above,.infobox .infobox-title,.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center
}
.infobox-title,.infobox caption {
padding: 0.2em
}
.infobox .infobox-header,.infobox .infobox-subheader,.infobox .infobox-image,.infobox .infobox-full-data,.infobox .infobox-below {
text-align: center
}
.infobox .infobox-navbar {
text-align: right
}