mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
c069153411
Change-Id: Id9d6620ed766645384d31c63aacd7c8167c1ce19
40 lines
694 B
CSS
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);
|
|
}
|