-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.css
144 lines (117 loc) · 2.3 KB
/
style.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
* {
margin: 2px;
padding: 2px;
font-family: Georgia;
}
li.result {
list-style-type: none;
font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
font-style: italic;
color: DarkBlue;
margin-bottom: 0.2em;
margin-top: 0.2em;
}
h2 {
font-size: 1.5em;
font-weight: bold;
}
p {
margin-top: 0.5em;
word-spacing: 0.3ex;
display: block;
}
ul {
margin: 10px;
padding: 10px;
}
ol {
margin: 10px;
padding: 10px;
}
pre {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
margin-left: 1em;
border-width: 0 0 0 5px;
border-style: solid;
border-color: silver;
padding: 1em 0em 1em 1em;
margin-left: 1em;
}
iframe {
width:1px;
height: 1px;
background-color: silver;
visibility: hidden;
}
.bibliography {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: silver;
font-style: normal;
}
.input {
width: 90%;
margin: 10px;
}
.result {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
}
.progress {
font-size: 1.2em;
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
}
.testcase {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: gray;
}
.pass {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: green;
}
.title {
width: 100px;
display: inline-block;
}
.title:after {
content: ":";
}
.fail {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: red;
}
.err {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: black;
}
.info {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: black;
}
.details {
font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'Lucida Console', monospace, fixed;
color: black;
display: none;
}
.output {
background-color: whitesmoke;
border: 1px dashed crimson;
width: 95%;
float: none;
padding: 1em;
}
.container {
width: 1200px;
float: none;
margin: 0 auto;
}
#testid {
width: 20px;
}
#domException, #urlException {
color: Crimson;
}
#value {
display: inline;
width: 60%;
}