mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
6107710ef1
Bug: T339806 Change-Id: I69a46e64810edf458b8a8ee3e043f6dbc287c8aa
64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
.mw-templatedata-doc-params {
|
|
caption {
|
|
text-align: left;
|
|
}
|
|
|
|
.mw-templatedata-caption {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
tbody > tr > th {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
.mw-templatedata-doc-param-alias {
|
|
color: #555; /* required to pass WCAG AAA */
|
|
}
|
|
|
|
.mw-templatedata-doc-muted {
|
|
font-style: italic;
|
|
color: #555; /* required to pass WCAG AAA */
|
|
}
|
|
|
|
.mw-templatedata-doc-param-status-required {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mw-templatedata-format {
|
|
font-weight: normal;
|
|
font-size: 0.85em;
|
|
margin-left: 0.25em;
|
|
}
|
|
|
|
.mw-templateData-maps-panel-button {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.mw-templateData-template-map-list-menu-panel {
|
|
border-right: 1px solid #c8ccd1;
|
|
}
|
|
|
|
.mw-templateData-template-remove-map-button {
|
|
margin-bottom: 0.8em;
|
|
}
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu {
|
|
height: 4em;
|
|
text-align: center;
|
|
box-shadow: 0 5px 16px -8px #0000001f;
|
|
}
|
|
|
|
.tdg-templateDataDialog-addingNewMap .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu {
|
|
height: 6.6em;
|
|
}
|
|
|
|
.tdg-templateDataDialog-editMapsPanel .oo-ui-menuLayout > .oo-ui-menuLayout-content {
|
|
top: 4em;
|
|
}
|
|
|
|
.tdg-templateDataDialog-addingNewMap .oo-ui-menuLayout > .oo-ui-menuLayout-content {
|
|
top: 6.6em;
|
|
}
|