summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Scribunto/modules/ext.scribunto.edit.css
blob: 295fa390ec16c87f07e3e9abdb6cf78fc532e8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.mw-scribunto-console-fieldset {
	background: #fff;
	color: #000;
}

/* Preserve line breaks, but wrap too if browser supports it */
/* stylelint-disable-next-line selector-max-id */
#mw-scribunto-output {
	white-space: pre;
	white-space: pre-wrap;
}

/* stylelint-disable-next-line selector-max-id */
#mw-scribunto-input {
	width: 100%;
	border: 0;
	padding: 0;
	overflow: auto;
	background: #e0e0e0;
}

.mw-scribunto-input {
	color: #00f;
	font: inherit;
	font-weight: bold;
	margin-top: 0.5em;
}

.mw-scribunto-normalOutput {
	color: #000;
	background: #fff;
}

.mw-scribunto-print {
	color: #630;
	background: #fff;
}

.mw-scribunto-error {
	color: #f00;
	background: #fff;
}

.mw-scribunto-propList {
	color: #008000;
	background: #fff;
}

.mw-scribunto-message {
	color: #008000;
	background: #fff;
}

.mw-scribunto-tabcomplete {
	color: #800080;
	background: #fff;
}

.mw-scribunto-clear {
	color: #f00;
	text-align: center;
	margin-top: 1em;
	border-bottom: 1px solid #f00;
}