Skip to content

Commit a6037ee

Browse files
author
shvetsovdm
committed
Tidy up tryclojure.css
1 parent df3a745 commit a6037ee

File tree

1 file changed

+89
-90
lines changed

1 file changed

+89
-90
lines changed

resources/public/css/tryclojure.css

Lines changed: 89 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,167 @@
11
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;
66
}
77

88
#wrapper {
9-
text-align: left;
10-
width: 620px;
11-
margin: 0 auto;
9+
text-align: left;
10+
width: 620px;
11+
margin: 0 auto;
1212
}
1313

1414
#header {
15-
margin: 20px 0px 20px 190px;
15+
margin: 20px 0px 20px 190px;
1616
}
1717

1818
#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;
2525
}
2626

2727
#header h1 span.logo-try {
28-
color: #63b132;
29-
display:inline;
28+
color: #63b132;
29+
display:inline;
3030
}
3131

3232
#header h1 span.logo-clojure {
33-
color: #2B4A8B;
34-
display:inline
33+
color: #2B4A8B;
34+
display:inline
3535
}
3636

3737
#container {
38-
margin-bottom: 40px;
38+
margin-bottom: 40px;
3939
}
4040

4141
#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;
4949
}
5050

5151
#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;
5757
}
58+
5859
#console div.jquery-console-message-value {
5960
color:#63b132;
6061
}
62+
6163
#console div.jquery-console-prompt-box {
62-
color: #6C7B89;
64+
color: #6C7B89;
6365
}
66+
6467
#console div.jquery-console-focus span.jquery-console-cursor {
65-
background:#6C7B89;
66-
color: #FFFFFF;
68+
background:#6C7B89;
69+
color: #FFFFFF;
6770
}
71+
6872
#console div.jquery-console-message-error {
69-
color:#FD713B;
73+
color:#FD713B;
7074
}
75+
7176
#console div.jquery-console-message-success {
72-
color:#63b132;
73-
}
74-
#console span.jquery-console-prompt-label {
75-
font-weight:bold;
77+
color:#63b132;
7678
}
7779

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;
8382
}
84-
table.bottom {
85-
width: 100%; border: 1px solid black;
86-
}**/
8783

8884
#buttons {
89-
background: transparent;
90-
text-align: center;
91-
margin-bottom: 10px;
85+
background: transparent;
86+
text-align: center;
87+
margin-bottom: 10px;
9288
}
9389

9490
#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;
104100
}
101+
105102
#buttons a.last {
106-
margin-right: 0;
103+
margin-right: 0;
107104
}
105+
108106
#buttons a:hover {
109-
cursor: pointer;
107+
cursor: pointer;
110108
}
111109

112110
#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;
121115
}
122-
*/
116+
123117
#changer p {
124-
margin: 0.6em;
118+
margin: 0.6em;
125119
}
120+
126121
#changer a {
127-
color: #2B4A8B;
122+
color: #2B4A8B;
128123
}
124+
129125
#changer a:visited {
130-
color: #60749E;
126+
color: #60749E;
131127
}
128+
132129
#changer code {
133130
background-color: #eee;
134131
border: 1px solid #aaa;
135132
color: #555;
136133
font-family: courier, monospace;
137134
padding: 0.1em 0.25em 0.1em 0.25em;
138135
}
136+
139137
#changer ul {
140-
margin: 0px;
141-
padding: 0px;
142-
list-style: none;
138+
margin: 0px;
139+
padding: 0px;
140+
list-style: none;
143141
}
144142

145143
#tuttext {
146144
}
147145

148146
.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;
152150
}
153151

154152
.footer {
155-
text-align: center;
153+
text-align: center;
156154
}
157155

158156
/* Coderay alpha style */
159157
code {
160-
display: inline-block;
158+
display: inline-block;
161159
}
162160

163161
.code {
164-
color: #000;
162+
color: #000;
165163
}
164+
166165
.code pre { margin: 0px; }
167166

168167
span.code { white-space: pre; border: 0px; padding: 2px; }
@@ -179,29 +178,29 @@ table.code td { padding: 2px 4px; vertical-align: top; }
179178

180179
/* keywords */
181180
#changer .code span.r {
182-
color: #0000ff;
183-
font-weight: bold;
181+
color: #0000ff;
182+
font-weight: bold;
184183
}
185184

186185
/* symbols */
187186
#changer .code span.sy {
188-
color: #318495;
187+
color: #318495;
189188
}
190189

191190
/* strings */
192191
#changer .code span.s {
193-
color: #008800;
192+
color: #008800;
194193
}
195194

196195
/* paren */
197196
#changer .code span.of {
198-
color: #222;
199-
font-weight: bold;
197+
color: #222;
198+
font-weight: bold;
200199
}
201200

202201
/* comment */
203202
#changer .code span.c {
204-
color: #ccc;
203+
color: #ccc;
205204
}
206205

207206
/* operator */
@@ -211,5 +210,5 @@ table.code td { padding: 2px 4px; vertical-align: top; }
211210

212211
/* number */
213212
#changer .code span.i {
214-
color: #ff0000;
213+
color: #ff0000;
215214
}

0 commit comments

Comments
 (0)