Skip to content

Commit f6a613d

Browse files
author
eugeny.horoshilov
committed
cosmetic changes
1 parent 103e006 commit f6a613d

File tree

3 files changed

+457
-415
lines changed

3 files changed

+457
-415
lines changed

css/cssg.css

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1+
body {
2+
font: 14px/1.5 normal "Helvetica Neue", Arial, sans-serif;
3+
color: #333;
4+
}
5+
body,
6+
html {
7+
background: #333;
8+
}
19
.monospace {
210
font-family: "Courier New", monospace;
311
}
4-
body {
5-
font: 12px/1.5 normal Arial, sans-serif;
12+
.holder {
13+
padding: 10px 2%;
14+
}
15+
h1 {
16+
font-size: 26px;
17+
color: #cdcddc;
18+
}
19+
h1 .version {
20+
color: #64646e;
21+
font-size: 10px;
22+
padding-left: 2em;
623
}
724
.h {
8-
font-size: 16px;
25+
font-size: 18px;
926
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
1027
margin: 0 0 10px;
1128
color: #e1e128;

css/cssg.less

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,42 @@
11

22
@color: rgb(205, 205, 220);
3+
@light: rgb(100, 100, 110);
4+
35
@head-color: rgb(225, 225, 40);
46
@border-color: rgb(200, 165, 25);
57

8+
body {
9+
font: 14px/1.5 normal "Helvetica Neue", Arial, sans-serif;
10+
color: #333;
11+
}
12+
13+
body, html {
14+
background: #333;
15+
}
16+
17+
618
.monospace {
719
font-family: "Courier New", monospace;
820
}
921

10-
body {
11-
font: 12px/1.5 normal Arial, sans-serif;
22+
23+
.holder {
24+
padding: 10px 2%;
25+
}
26+
27+
h1 {
28+
font-size: 26px;
29+
color: @color;
30+
31+
.version {
32+
color: @light;
33+
font-size: 10px;
34+
padding-left: 2em;
35+
}
1236
}
1337

1438
.h {
15-
font-size: 16px;
39+
font-size: 18px;
1640
text-shadow: 1px 1px 1px rgba(0,0,0,.4);
1741
margin: 0 0 10px;
1842
color: @head-color;

0 commit comments

Comments
 (0)