2014-10-29 21:50:14 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
2014-10-29 21:50:14 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ui-mwParameterPage .ve-ui-mwParameter-wikitextFallbackInput {
|
2017-09-27 22:24:53 +00:00
|
|
|
/* Support: Blink, Gecko, Webkit */
|
|
|
|
/* Specify a valid second value to fix size, see T176636 */
|
|
|
|
font-family: monospace, monospace;
|
2017-08-16 20:42:24 +00:00
|
|
|
background-color: #c8ccd1;
|
2016-05-16 14:38:57 +00:00
|
|
|
}
|
2021-03-11 16:12:45 +00:00
|
|
|
|
|
|
|
.ve-ui-mwParameterPage-warning {
|
|
|
|
color: #202122; /* @wmui-color-base10 */
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwParameterPage-warning .oo-ui-iconElement-icon {
|
|
|
|
opacity: 0.87;
|
|
|
|
}
|
2021-06-26 13:27:52 +00:00
|
|
|
|
|
|
|
.ve-ui-mwParameterPage-info {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwParameterPage-inlineDescription {
|
|
|
|
position: relative;
|
|
|
|
}
|
2021-07-15 12:47:21 +00:00
|
|
|
|
|
|
|
.ve-ui-mwParameterPage-undocumentedLabel {
|
|
|
|
margin-left: 0.4em;
|
|
|
|
font-size: 13px;
|
|
|
|
font-style: italic;
|
|
|
|
color: #72777d;
|
|
|
|
}
|