File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
- html {
1
+ html {
2
2
-webkit-text-size-adjust : none;
3
3
}
4
4
5
5
body {
6
- color : # 000000 ;
6
+ color : # 222 ;
7
7
background-color : rgb (242 , 242 , 242 );
8
8
text-align : center;
9
9
font-family : Helvetica, Arial, sans-serif;
10
10
max-width : 75em ;
11
+ line-height : 1.2 ;
11
12
margin : 0 auto 1em auto;
12
13
-moz-hyphens : auto;
13
14
-ms-hyphens : auto;
14
15
-o-hyphens : auto;
15
16
-webkit-hyphens : auto;
16
17
hyphens : auto;
17
18
}
19
+
18
20
a : active {
19
21
color : # 000099 ;
20
22
}
@@ -25,6 +27,16 @@ a:visited {
25
27
color : # 990099 ;
26
28
}
27
29
30
+ ul {
31
+ margin-bottom : 0.5em ;
32
+ }
33
+
34
+ h1 , h2 , h3 , h4 , h5 , h6 {
35
+ margin-top : 14px ;
36
+ margin-bottom : 14px ;
37
+ line-height : 1.1 ;
38
+ }
39
+
28
40
/*** HEADER ***/
29
41
# header # mainlinks {
30
42
position : fixed;
@@ -65,13 +77,15 @@ p#title_sub {
65
77
/*** CONTENT ***/
66
78
67
79
# content {
68
- width : 75 % ;
80
+ width : 74 % ;
69
81
border-color : rgb (255 , 247 , 200 );
70
82
border-style : solid;
71
83
border-width : 5px ;
72
84
margin-left : auto;
73
85
margin-right : auto;
74
86
padding : 1em ;
87
+ padding-left : 1.5em ;
88
+ padding-right : 2em ;
75
89
text-align : justify;
76
90
background-color : # FFFFFF ;
77
91
}
@@ -83,6 +97,7 @@ p#title_sub {
83
97
/*** FOOTER ***/
84
98
85
99
# footer {
100
+ padding-top : 1em ;
86
101
text-align : center;
87
102
font-family : Helvetica, Arial, sans-serif;
88
103
font-weight : bold;
You can’t perform that action at this time.
0 commit comments