-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (73 loc) · 1.19 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body {
padding: 0;
margin: 0;
border: 0;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000;
}
h1 {
margin: 0;
padding-top: 30px;
}
h4 {
padding-top: 15px;
}
a {
color: #DE5E33;
}
a:visited {
color: #912F28;
}
p {
text-align: justify;
text-justify: inter-word;
line-height: 180%;
}
.subtitle {
margin: 0;
}
.section > ul {
padding-left: 0;
}
.section > ul > li {
list-style: none;
margin-bottom: 15px;
}
.navigation-list {
margin-top: 15px;
margin-bottom: 0;
padding: 0;
list-style: none;
}
.navigation-list > li {
padding-top: 25px;
}
.navigation {
position: fixed;
/* Hack for ancient browsers which don't support "position: fixed;" */
float: left;
padding: 30px;
margin-top: 30px;
border-right: solid 1px #444;
}
.navigation > ul > li > a {
color: #000;
text-decoration: none;
}
.content {
margin-left: 210px;
padding: 0px 45px;
}
.logo {
float : right;
padding-top: 15px;
padding-right: 15px;
}
.section {
padding: 30px 0px;
border-bottom: solid 1px #444;
}
.footer {
padding-top: 30px;
padding-bottom: 30px;
}