File tree 1 file changed +52
-8
lines changed
1 file changed +52
-8
lines changed Original file line number Diff line number Diff line change 1
- @import url ("syntax.css" );
1
+ @import url (http://fonts.googleapis.com/css?family=Cabin|Droid+Serif);
2
+ @import url ('syntax.css' );
2
3
.highlighttable .linenos .linenodiv {
3
4
border-right : 1px # CCC solid;
4
5
padding-right : 10px ;
5
6
margin-right : 10px ;
6
7
}
7
8
8
- .header { border-bottom : 1px dashed; }
9
+ BODY {
10
+ font : 15 px/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
+ }
9
27
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
+ }
11
37
12
38
.content : first-child { margin-top : 0 ; }
13
39
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
+ }
15
47
16
- .footer { border-top : 1px dashed; }
48
+ .postTitle {
49
+ margin-bottom : 0 ;
50
+ }
17
51
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
+ }
20
63
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 ; }
You can’t perform that action at this time.
0 commit comments