2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-console-fieldset {
|
2017-04-17 21:51:17 +00:00
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Preserve line breaks, but wrap too if browser supports it */
|
2018-02-04 22:10:26 +00:00
|
|
|
/* stylelint-disable-next-line selector-max-id */
|
2012-07-14 04:23:42 +00:00
|
|
|
#mw-scribunto-output {
|
|
|
|
white-space: pre;
|
2017-03-15 19:41:28 +00:00
|
|
|
white-space: pre-wrap;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
|
|
|
|
2018-02-04 22:10:26 +00:00
|
|
|
/* stylelint-disable-next-line selector-max-id */
|
2012-07-14 04:23:42 +00:00
|
|
|
#mw-scribunto-input {
|
|
|
|
width: 100%;
|
2017-04-17 21:51:17 +00:00
|
|
|
border: 0;
|
2012-07-14 04:23:42 +00:00
|
|
|
padding: 0;
|
|
|
|
overflow: auto;
|
|
|
|
background: #e0e0e0;
|
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-input {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #00f;
|
2012-07-14 04:23:42 +00:00
|
|
|
font: inherit;
|
|
|
|
font-weight: bold;
|
2017-04-17 21:51:17 +00:00
|
|
|
margin-top: 0.5em;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-normalOutput {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #000;
|
|
|
|
background: #fff;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-print {
|
|
|
|
color: #630;
|
2017-04-17 21:51:17 +00:00
|
|
|
background: #fff;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-error {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #f00;
|
|
|
|
background: #fff;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-propList {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #008000;
|
|
|
|
background: #fff;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-message {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #008000;
|
|
|
|
background: #fff;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-tabcomplete {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #800080;
|
|
|
|
background: #fff;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|
2012-10-07 00:41:25 +00:00
|
|
|
|
2012-07-14 04:23:42 +00:00
|
|
|
.mw-scribunto-clear {
|
2017-04-17 21:51:17 +00:00
|
|
|
color: #f00;
|
2012-07-14 04:23:42 +00:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 1em;
|
2017-04-17 21:51:17 +00:00
|
|
|
border-bottom: 1px solid #f00;
|
2012-07-14 04:23:42 +00:00
|
|
|
}
|