Skip to content

Commit 822e18e

Browse files
committed
CSS "improvements".
1 parent e4635bf commit 822e18e

File tree

1 file changed

+52
-8
lines changed

1 file changed

+52
-8
lines changed

css/default.css

+52-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,65 @@
1-
@import url("syntax.css");
1+
@import url(http://fonts.googleapis.com/css?family=Cabin|Droid+Serif);
2+
@import url('syntax.css');
23
.highlighttable .linenos .linenodiv {
34
border-right: 1px #CCC solid;
45
padding-right: 10px;
56
margin-right: 10px;
67
}
78

8-
.header { border-bottom: 1px dashed; }
9+
BODY {
10+
font: 15px/23px 'Droid Serif',serif;
11+
}
12+
13+
.header, BODY {
14+
padding: 5px;
15+
margin: 0px 0px 20px 0px;
16+
}
17+
18+
.header {
19+
border-bottom: 1px dashed;
20+
font: 32px 'Cabin',sans-serif;
21+
}
22+
23+
A, A:visited {
24+
text-decoration: none;
25+
color: #458B00;
26+
}
927

10-
.content { width: 80%; margin: 0 auto; }
28+
A:hover {
29+
color: white;
30+
background-color: #006400;
31+
}
32+
33+
.content {
34+
width: 80%;
35+
margin: 0 auto;
36+
}
1137

1238
.content :first-child { margin-top: 0; }
1339

14-
.meta { margin: 0; padding: 0; text-align: right; }
40+
.meta {
41+
margin: 0;
42+
padding: 0;
43+
text-align: right;
44+
font-family: Helvetica Neue, Helvetica, serif;
45+
font-size: 11px;
46+
}
1547

16-
.footer { border-top: 1px dashed; }
48+
.postTitle {
49+
margin-bottom: 0;
50+
}
1751

18-
.postTitle { margin-bottom: 0; }
19-
.post { margin: 10px; padding: 10px; border: 10px solid #CCC; }
52+
.post {
53+
margin: 10px 0;
54+
padding: 10px;
55+
border-top: 10px solid #CCC;
56+
}
57+
58+
.footer {
59+
border-top: 1px dashed;
60+
padding: 5px;
61+
margin: 20px 0px 0px 0px;
62+
}
2063

21-
.links li { list-style: none; float: left; padding: 3px 5px; }
64+
.links LI { list-style: none; float: left; padding: 0 5px; margin: 0; }
65+
UL { padding: 0; margin: 0; }

0 commit comments

Comments
 (0)