1
1
body {
2
- background : # F7F7F7 ;
3
- text-align : center;
4
- font-family : Helvetica, sans-serif;
5
- color : # 6C7B89 ;
2
+ background : # F7F7F7 ;
3
+ text-align : center;
4
+ font-family : Helvetica, sans-serif;
5
+ color : # 6C7B89 ;
6
6
}
7
7
8
8
# wrapper {
9
- text-align : left;
10
- width : 620px ;
11
- margin : 0 auto;
9
+ text-align : left;
10
+ width : 620px ;
11
+ margin : 0 auto;
12
12
}
13
13
14
14
# header {
15
- margin : 20px 0px 20px 190px ;
15
+ margin : 20px 0px 20px 190px ;
16
16
}
17
17
18
18
# header h1 {
19
- height : 72px ;
20
- line-height : 72px ;
21
- background : url (../ clojure-logo.png) no-repeat;
22
- padding : 0px 0px 0px 80px ;
23
- font-weight : normal;
24
- font-size : 36px ;
19
+ height : 72px ;
20
+ line-height : 72px ;
21
+ background : url (../ clojure-logo.png) no-repeat;
22
+ padding : 0px 0px 0px 80px ;
23
+ font-weight : normal;
24
+ font-size : 36px ;
25
25
}
26
26
27
27
# header h1 span .logo-try {
28
- color : # 63b132 ;
29
- display : inline;
28
+ color : # 63b132 ;
29
+ display : inline;
30
30
}
31
31
32
32
# header h1 span .logo-clojure {
33
- color : # 2B4A8B ;
34
- display : inline
33
+ color : # 2B4A8B ;
34
+ display : inline
35
35
}
36
36
37
37
# container {
38
- margin-bottom : 40px ;
38
+ margin-bottom : 40px ;
39
39
}
40
40
41
41
# console {
42
- height : 220px ;
43
- padding : 10px ;
44
- background : # FFFFFF ;
45
- font-family : monospace;
46
- font-size : 14px ;
47
- color : # 6C7B89 ;
48
- margin-bottom : 10px ;
42
+ height : 220px ;
43
+ padding : 10px ;
44
+ background : # FFFFFF ;
45
+ font-family : monospace;
46
+ font-size : 14px ;
47
+ color : # 6C7B89 ;
48
+ margin-bottom : 10px ;
49
49
}
50
50
51
51
# console div .jquery-console-inner {
52
- width : 580px ;
53
- height : 200px ;
54
- margin : 10px 10px ;
55
- overflow : auto;
56
- text-align : left;
52
+ width : 580px ;
53
+ height : 200px ;
54
+ margin : 10px 10px ;
55
+ overflow : auto;
56
+ text-align : left;
57
57
}
58
+
58
59
# console div .jquery-console-message-value {
59
60
color : # 63b132 ;
60
61
}
62
+
61
63
# console div .jquery-console-prompt-box {
62
- color : # 6C7B89 ;
64
+ color : # 6C7B89 ;
63
65
}
66
+
64
67
# console div .jquery-console-focus span .jquery-console-cursor {
65
- background : # 6C7B89 ;
66
- color : # FFFFFF ;
68
+ background : # 6C7B89 ;
69
+ color : # FFFFFF ;
67
70
}
71
+
68
72
# console div .jquery-console-message-error {
69
- color : # FD713B ;
73
+ color : # FD713B ;
70
74
}
75
+
71
76
# console div .jquery-console-message-success {
72
- color : # 63b132 ;
73
- }
74
- # console span .jquery-console-prompt-label {
75
- font-weight : bold;
77
+ color : # 63b132 ;
76
78
}
77
79
78
- /**.bottom {
79
- background-color: white; color: #333;
80
- }
81
- .bottom a,a:visited {
82
- color: #111;
80
+ # console span .jquery-console-prompt-label {
81
+ font-weight : bold;
83
82
}
84
- table.bottom {
85
- width: 100%; border: 1px solid black;
86
- }**/
87
83
88
84
# buttons {
89
- background : transparent;
90
- text-align : center;
91
- margin-bottom : 10px ;
85
+ background : transparent;
86
+ text-align : center;
87
+ margin-bottom : 10px ;
92
88
}
93
89
94
90
# buttons a {
95
- display : inline-block;
96
- color : # 2B4A8B ;
97
- padding : 2px 2px ;
98
- border-bottom : 2px solid # 2B4A8B ;
99
- text-transform : uppercase;
100
- margin : 10px ;
101
- font-family : Helvetica, sans-serif;
102
- font-size : 16px ;
103
- transition : all 100ms ;
91
+ display : inline-block;
92
+ color : # 2B4A8B ;
93
+ padding : 2px 2px ;
94
+ border-bottom : 2px solid # 2B4A8B ;
95
+ text-transform : uppercase;
96
+ margin : 10px ;
97
+ font-family : Helvetica, sans-serif;
98
+ font-size : 16px ;
99
+ transition : all 100ms ;
104
100
}
101
+
105
102
# buttons a .last {
106
- margin-right : 0 ;
103
+ margin-right : 0 ;
107
104
}
105
+
108
106
# buttons a : hover {
109
- cursor : pointer;
107
+ cursor : pointer;
110
108
}
111
109
112
110
# changer {
113
- line-height : 1.3em ;
114
- padding : 20px ;
115
- background : # D6DADD ;
116
- margin-bottom : 10px ;
117
- }
118
- /*
119
- #changer h3 {
120
- color: red;
111
+ line-height : 1.3em ;
112
+ padding : 20px ;
113
+ background : # D6DADD ;
114
+ margin-bottom : 10px ;
121
115
}
122
- */
116
+
123
117
# changer p {
124
- margin : 0.6em ;
118
+ margin : 0.6em ;
125
119
}
120
+
126
121
# changer a {
127
- color : # 2B4A8B ;
122
+ color : # 2B4A8B ;
128
123
}
124
+
129
125
# changer a : visited {
130
- color : # 60749E ;
126
+ color : # 60749E ;
131
127
}
128
+
132
129
# changer code {
133
130
background-color : # eee ;
134
131
border : 1px solid # aaa ;
135
132
color : # 555 ;
136
133
font-family : courier, monospace;
137
134
padding : 0.1em 0.25em 0.1em 0.25em ;
138
135
}
136
+
139
137
# changer ul {
140
- margin : 0px ;
141
- padding : 0px ;
142
- list-style : none;
138
+ margin : 0px ;
139
+ padding : 0px ;
140
+ list-style : none;
143
141
}
144
142
145
143
# tuttext {
146
144
}
147
145
148
146
.continue {
149
- width : 100% ;
150
- text-align : center;
151
- padding-top : 0.5em ;
147
+ width : 100% ;
148
+ text-align : center;
149
+ padding-top : 0.5em ;
152
150
}
153
151
154
152
.footer {
155
- text-align : center;
153
+ text-align : center;
156
154
}
157
155
158
156
/* Coderay alpha style */
159
157
code {
160
- display : inline-block;
158
+ display : inline-block;
161
159
}
162
160
163
161
.code {
164
- color : # 000 ;
162
+ color : # 000 ;
165
163
}
164
+
166
165
.code pre { margin : 0px ; }
167
166
168
167
span .code { white-space : pre; border : 0px ; padding : 2px ; }
@@ -179,29 +178,29 @@ table.code td { padding: 2px 4px; vertical-align: top; }
179
178
180
179
/* keywords */
181
180
# changer .code span .r {
182
- color : # 0000ff ;
183
- font-weight : bold;
181
+ color : # 0000ff ;
182
+ font-weight : bold;
184
183
}
185
184
186
185
/* symbols */
187
186
# changer .code span .sy {
188
- color : # 318495 ;
187
+ color : # 318495 ;
189
188
}
190
189
191
190
/* strings */
192
191
# changer .code span .s {
193
- color : # 008800 ;
192
+ color : # 008800 ;
194
193
}
195
194
196
195
/* paren */
197
196
# changer .code span .of {
198
- color : # 222 ;
199
- font-weight : bold;
197
+ color : # 222 ;
198
+ font-weight : bold;
200
199
}
201
200
202
201
/* comment */
203
202
# changer .code span .c {
204
- color : # ccc ;
203
+ color : # ccc ;
205
204
}
206
205
207
206
/* operator */
@@ -211,5 +210,5 @@ table.code td { padding: 2px 4px; vertical-align: top; }
211
210
212
211
/* number */
213
212
# changer .code span .i {
214
- color : # ff0000 ;
213
+ color : # ff0000 ;
215
214
}
0 commit comments