Skip to content

Commit 1b4e09d

Browse files
committed
Merge pull request #49 from shvetsovdm/master
Refresh design
2 parents 0df0fc4 + a6037ee commit 1b4e09d

File tree

1 file changed

+108
-107
lines changed

1 file changed

+108
-107
lines changed

resources/public/css/tryclojure.css

Lines changed: 108 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,129 @@
11
body {
2-
background: #fff;
3-
text-align: center;
2+
background: #F7F7F7;
3+
text-align: center;
4+
font-family: Helvetica, sans-serif;
5+
color: #6C7B89;
46
}
57

68
#wrapper {
7-
text-align: left;
8-
width: 620px;
9-
margin: 0 auto;
10-
border-radius: 5px;
11-
border: 5px solid #eee;
9+
text-align: left;
10+
width: 620px;
11+
margin: 0 auto;
1212
}
1313

1414
#header {
15-
background: #fff;
16-
margin-top: 24px;
17-
margin: 10px;
15+
margin: 20px 0px 20px 190px;
1816
}
1917

2018
#header h1 {
21-
height: 72px;
22-
line-height: 72px;
23-
background: url(../clojure-logo.png) no-repeat;
24-
margin: 0;
25-
padding: 0;
26-
padding-left: 75px;
27-
font-family: Arial, sans-serif;
28-
font-weight: normal;
29-
font-size: 48px;
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;
3025
}
3126

3227
#header h1 span.logo-try {
33-
color: #63b132;
34-
display:inline;
28+
color: #63b132;
29+
display:inline;
3530
}
3631

3732
#header h1 span.logo-clojure {
38-
color: #5881d8;
39-
display:inline
33+
color: #2B4A8B;
34+
display:inline
35+
}
36+
37+
#container {
38+
margin-bottom: 40px;
4039
}
4140

4241
#console {
43-
height: 220px;
44-
background: #eee;
45-
margin: 10px;
46-
border-radius: 5px;
47-
-moz-border-radius: 5px;
48-
border: 1px solid #aaa;
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

51-
#console div.jquery-console-inner {
52-
width:580px;
53-
height:200px;
54-
margin: 10px 10px;
55-
overflow:auto;
56-
text-align:left;
51+
#console div.jquery-console-inner {
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 {
59-
color:#0066FF;
60-
font-family:monospace;
61-
padding:0.1em;
60+
color:#63b132;
6261
}
62+
6363
#console div.jquery-console-prompt-box {
64-
color:#444; font-family:monospace;
64+
color: #6C7B89;
6565
}
66+
6667
#console div.jquery-console-focus span.jquery-console-cursor {
67-
background:#333; color:#eee; font-weight:bold;
68+
background:#6C7B89;
69+
color: #FFFFFF;
6870
}
71+
6972
#console div.jquery-console-message-error {
70-
color:#ef0505; font-family:sans-serif; font-weight:bold;
71-
padding:0.1em;
73+
color:#FD713B;
7274
}
75+
7376
#console div.jquery-console-message-success {
74-
color:#187718; font-family:monospace;
75-
padding:0.1em;
76-
}
77-
#console span.jquery-console-prompt-label {
78-
font-weight:bold;
77+
color:#63b132;
7978
}
8079

81-
.bottom {
82-
background-color: white; color: #333;
83-
}
84-
.bottom a,a:visited {
85-
color: #111;
86-
}
87-
table.bottom {
88-
width: 100%; border: 1px solid black;
80+
#console span.jquery-console-prompt-label {
81+
font-weight:bold;
8982
}
9083

9184
#buttons {
92-
background: transparent;
93-
text-align: center;
94-
margin-top: 10px;
95-
}
96-
#buttons a {
97-
/* color: #4881d8;*/
98-
color: #3D5B99;
99-
padding: .3em 1em;
100-
margin-right: .7em;
101-
font-family: Helvetica, sans-serif;
102-
font-size: 16px;
103-
font-weight: bold;
104-
background: #90b4fe;
105-
border-radius: 5px;
106-
-moz-border-radius: 5px;
85+
background: transparent;
86+
text-align: center;
87+
margin-bottom: 10px;
10788
}
89+
90+
#buttons a {
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;
100+
}
101+
108102
#buttons a.last {
109-
margin-right: 0;
103+
margin-right: 0;
110104
}
105+
111106
#buttons a:hover {
112-
color: #5881d8;
113-
cursor: pointer;
107+
cursor: pointer;
114108
}
115109

116-
#changer {
117-
margin: 10px;
118-
padding: 0.25em 0.5em 0.25em 0.5em;
119-
background: #EAF2F5;
120-
border-radius: 5px;
121-
-moz-border-radius: 5px;
122-
border: 1px solid #BEDCE7;
110+
#changer {
111+
line-height: 1.3em;
112+
padding: 20px;
113+
background: #D6DADD;
114+
margin-bottom: 10px;
123115
}
124116

125-
#changer h3 {
126-
color: #555;
117+
#changer p {
118+
margin: 0.6em;
127119
}
128120

129-
#changer p {
130-
background: transparent;
131-
line-height: 1.3em;
132-
font-family: Arial, serif;
133-
font-size: 16px;
134-
color: #555;
121+
#changer a {
122+
color: #2B4A8B;
123+
}
124+
125+
#changer a:visited {
126+
color: #60749E;
135127
}
136128

137129
#changer code {
@@ -142,25 +134,34 @@ table.bottom {
142134
padding: 0.1em 0.25em 0.1em 0.25em;
143135
}
144136

145-
div#tuttext {
137+
#changer ul {
138+
margin: 0px;
139+
padding: 0px;
140+
list-style: none;
146141
}
147142

148-
div.continue {
149-
width: 100%;
150-
text-align: center;
151-
padding-top: 0.5em;
143+
#tuttext {
152144
}
153145

154-
div.footer {
155-
text-align: center;
146+
.continue {
147+
width: 100%;
148+
text-align: center;
149+
padding-top: 0.5em;
150+
}
151+
152+
.footer {
153+
text-align: center;
156154
}
157155

158156
/* Coderay alpha style */
157+
code {
158+
display: inline-block;
159+
}
160+
159161
.code {
160-
border-radius: 2px;
161-
-moz-border-radius: 1px;
162-
color: #000;
162+
color: #000;
163163
}
164+
164165
.code pre { margin: 0px; }
165166

166167
span.code { white-space: pre; border: 0px; padding: 2px; }
@@ -177,37 +178,37 @@ table.code td { padding: 2px 4px; vertical-align: top; }
177178

178179
/* keywords */
179180
#changer .code span.r {
180-
color: #0000ff;
181-
font-weight: bold;
181+
color: #0000ff;
182+
font-weight: bold;
182183
}
183184

184185
/* symbols */
185186
#changer .code span.sy {
186-
color: #318495;
187+
color: #318495;
187188
}
188189

189190
/* strings */
190191
#changer .code span.s {
191-
color: #008800;
192+
color: #008800;
192193
}
193194

194195
/* paren */
195196
#changer .code span.of {
196-
color: #222;
197-
font-weight: bold;
197+
color: #222;
198+
font-weight: bold;
198199
}
199200

200201
/* comment */
201202
#changer .code span.c {
202-
color: #ccc;
203+
color: #ccc;
203204
}
204205

205206
/* operator */
206207
#changer .code span.cl {
207-
208+
208209
}
209210

210211
/* number */
211212
#changer .code span.i {
212-
color: #ff0000;
213+
color: #ff0000;
213214
}

0 commit comments

Comments
 (0)