-
Notifications
You must be signed in to change notification settings - Fork 3
/
js-scheme.css
105 lines (73 loc) · 1.44 KB
/
js-scheme.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
body, pre, #input { font-family: Courier, "Courier New", monospace, serif; }
body { font-size: 12px; }
h1 { font-weight: normal; font-size: 12px; margin-bottom: 5px; }
sub { font-size: 10; }
pre {
display: inline;
font-size: 12px;
}
a {
color: blue;
text-decoration: none;
}
a:hover { background: #def4f7; }
:focus { outline: 0; }
.value { color: #222222;
}
.error { color: red; }
.warning { color: #cca45e; }
.continue { color: #7b7b7b; }
.title { color: navy; }
.intro p {
margin: 5px 0 5px 0;
font-size: 12px;
}
#input {
border: 0;
float: left;
font-size: 12px;
margin: 0;
padding: 0;
width: 90%;
}
#prefix { float:left; }
.block {
display: block;
margin: 5px 0 5px 0;
}
.help {
background: #f8f8f8;
font-size: 12px;
margin: 3px;
}
.help, .intro { width: 38em; }
.help h1, .help h2 {
font-weight: bold;
font-size: 12px;
margin-bottom: 5pxm;
}
.help h2 { color: #4f4f4f; }
.help p { margin: 0 0 5px 0; }
.help h1 span { float: left; }
a.helpMin {
color: gray;
float: right;
font-size: 11px;
font-weight: normal;
}
a.helpMin:hover { background: #f9f9f9; }
.help strong, .help a { white-space: nowrap; }
.helpBody { clear: both; padding-top: 5px; }
.syntax {
color: #4f4f4f;
font-size: 12px;
}
.builtinList ul {
float: left;
margin: 5px 5px 5px 10px;
padding-left: 15px;
}
.flot {
width: 35em;
height: 300px;
}