-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
73 lines (56 loc) · 1.04 KB
/
main.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
body {
padding-left: 75px;
padding-right: 75px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #f2ebe3;
}
h1 {
padding-bottom: 5px;
text-align: center;
border-bottom: thick solid #ebd484;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
section {
padding: 15px;
border-radius: 15px;
}
section p {
color: #eaeaea;
text-align: justify;
font-size: 120%;
}
section:nth-of-type(even) {
background-color: #a98f7c
}
section:nth-of-type(even) p, section:nth-of-type(even) li {
color: #efefef;
}
section:nth-of-type(odd){
background-color: #755944;
}
h3 {
color: #B4CBFF;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
img {
width: 1000px;
}
#content {
padding-left: 100px;
}
#links {
left: 1px;
position: fixed;
width: 170px;
}
#links ul li ul {
margin-left: -30px;
}
figcaption {
color: #efefef;
font-style:italic;
font-size: 18px;
margin-bottom: 25px;
border-bottom: 2px dotted #222;
}