-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
52 lines (52 loc) · 812 Bytes
/
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
textarea,
pre {
-moz-tab-size : 2;
-o-tab-size : 2;
tab-size : 2;
}
#output-block {
resize: none !important;
margin-bottom: 8px !important;
max-width: 976px;
}
button {
width: 112px !important;
}
.blue-text {
color:#1e90ff;
}
.result {
font-family: monospace;
}
.code-block {
border: 1px solid #7387a7;
padding: 8px;
width: 100%;
height: 100%;
background-color: #FFD;
}
.editor {
width: 100%;
height: 100%;
background: inherit;
overflow: hidden;
}
.code {
font-family: monospace;
font-size: large;
}
.noedit {
color: #7387a7;
}
.block {
outline: none;
border-color: transparent;
resize: none;
height: 100%;
padding: 0;
white-space: pre;
}
#search-results {
width: 1024px;
display: inline-block;
}