Skip to content

Commit df3a745

Browse files
author
shvetsovdm
committed
add new style
1 parent 0df0fc4 commit df3a745

File tree

1 file changed

+75
-73
lines changed

1 file changed

+75
-73
lines changed

resources/public/css/tryclojure.css

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

68
#wrapper {
79
text-align: left;
810
width: 620px;
911
margin: 0 auto;
10-
border-radius: 5px;
11-
border: 5px solid #eee;
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 {
2119
height: 72px;
2220
line-height: 72px;
2321
background: url(../clojure-logo.png) no-repeat;
24-
margin: 0;
25-
padding: 0;
26-
padding-left: 75px;
27-
font-family: Arial, sans-serif;
22+
padding: 0px 0px 0px 80px;
2823
font-weight: normal;
29-
font-size: 48px;
24+
font-size: 36px;
3025
}
3126

3227
#header h1 span.logo-try {
@@ -35,130 +30,137 @@ body {
3530
}
3631

3732
#header h1 span.logo-clojure {
38-
color: #5881d8;
33+
color: #2B4A8B;
3934
display:inline
4035
}
4136

37+
#container {
38+
margin-bottom: 40px;
39+
}
40+
4241
#console {
4342
height: 220px;
44-
background: #eee;
45-
margin: 10px;
46-
border-radius: 5px;
47-
-moz-border-radius: 5px;
48-
border: 1px solid #aaa;
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 {
51+
#console div.jquery-console-inner {
5252
width:580px;
53-
height:200px;
53+
height:200px;
5454
margin: 10px 10px;
55-
overflow:auto;
55+
overflow:auto;
5656
text-align:left;
5757
}
5858
#console div.jquery-console-message-value {
59-
color:#0066FF;
60-
font-family:monospace;
61-
padding:0.1em;
59+
color:#63b132;
6260
}
6361
#console div.jquery-console-prompt-box {
64-
color:#444; font-family:monospace;
62+
color: #6C7B89;
6563
}
6664
#console div.jquery-console-focus span.jquery-console-cursor {
67-
background:#333; color:#eee; font-weight:bold;
65+
background:#6C7B89;
66+
color: #FFFFFF;
6867
}
6968
#console div.jquery-console-message-error {
70-
color:#ef0505; font-family:sans-serif; font-weight:bold;
71-
padding:0.1em;
69+
color:#FD713B;
7270
}
7371
#console div.jquery-console-message-success {
74-
color:#187718; font-family:monospace;
75-
padding:0.1em;
72+
color:#63b132;
7673
}
77-
#console span.jquery-console-prompt-label {
74+
#console span.jquery-console-prompt-label {
7875
font-weight:bold;
7976
}
8077

81-
.bottom {
82-
background-color: white; color: #333;
78+
/**.bottom {
79+
background-color: white; color: #333;
8380
}
84-
.bottom a,a:visited {
85-
color: #111;
81+
.bottom a,a:visited {
82+
color: #111;
8683
}
87-
table.bottom {
84+
table.bottom {
8885
width: 100%; border: 1px solid black;
89-
}
86+
}**/
9087

9188
#buttons {
9289
background: transparent;
9390
text-align: center;
94-
margin-top: 10px;
91+
margin-bottom: 10px;
9592
}
96-
#buttons a {
97-
/* color: #4881d8;*/
98-
color: #3D5B99;
99-
padding: .3em 1em;
100-
margin-right: .7em;
93+
94+
#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;
101101
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;
102+
font-size: 16px;
103+
transition: all 100ms;
107104
}
108105
#buttons a.last {
109106
margin-right: 0;
110107
}
111108
#buttons a:hover {
112-
color: #5881d8;
113-
cursor: pointer;
109+
cursor: pointer;
114110
}
115111

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;
112+
#changer {
113+
line-height: 1.3em;
114+
padding: 20px;
115+
background: #D6DADD;
116+
margin-bottom: 10px;
123117
}
124-
118+
/*
125119
#changer h3 {
126-
color: #555;
120+
color: red;
127121
}
128-
122+
*/
129123
#changer p {
130-
background: transparent;
131-
line-height: 1.3em;
132-
font-family: Arial, serif;
133-
font-size: 16px;
134-
color: #555;
124+
margin: 0.6em;
125+
}
126+
#changer a {
127+
color: #2B4A8B;
128+
}
129+
#changer a:visited {
130+
color: #60749E;
135131
}
136-
137132
#changer code {
138133
background-color: #eee;
139134
border: 1px solid #aaa;
140135
color: #555;
141136
font-family: courier, monospace;
142137
padding: 0.1em 0.25em 0.1em 0.25em;
143138
}
139+
#changer ul {
140+
margin: 0px;
141+
padding: 0px;
142+
list-style: none;
143+
}
144144

145-
div#tuttext {
145+
#tuttext {
146146
}
147147

148-
div.continue {
148+
.continue {
149149
width: 100%;
150150
text-align: center;
151-
padding-top: 0.5em;
151+
padding-top: 0.5em;
152152
}
153153

154-
div.footer {
155-
text-align: center;
154+
.footer {
155+
text-align: center;
156156
}
157157

158158
/* Coderay alpha style */
159+
code {
160+
display: inline-block;
161+
}
162+
159163
.code {
160-
border-radius: 2px;
161-
-moz-border-radius: 1px;
162164
color: #000;
163165
}
164166
.code pre { margin: 0px; }
@@ -204,7 +206,7 @@ table.code td { padding: 2px 4px; vertical-align: top; }
204206

205207
/* operator */
206208
#changer .code span.cl {
207-
209+
208210
}
209211

210212
/* number */

0 commit comments

Comments
 (0)