mediawiki-extensions-Templa.../resources/ext.templateData.css
Ed Sanders c069153411 Display format icon and message inside parameters table caption
Change-Id: Id9d6620ed766645384d31c63aacd7c8167c1ce19
2015-11-13 12:35:07 -08:00

40 lines
694 B
CSS

.mw-templatedata-doc-params tbody > tr > th {
text-align: left;
font-weight: normal;
}
.mw-templatedata-doc-param-alias {
color: #777;
display: block;
margin-left: 1em;
}
.mw-templatedata-doc-muted {
font-style: italic;
color: #777;
}
.mw-templatedata-doc-params .oo-ui-widget {
font-size: 0.9143em;
}
.mw-templatedata-format {
font-weight: normal;
font-size: 0.85em;
}
.mw-templatedata-doc-param-name,
.mw-templatedata-doc-param-type {
white-space: nowrap;
}
.oo-ui-icon-template-format-block {
/* @embed */
background-image: url(../modules/images/block-ltr.svg);
}
.oo-ui-icon-template-format-inline {
/* @embed */
background-image: url(../modules/images/inline.svg);
}