-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
91 lines (74 loc) · 1.1 KB
/
index.css
File metadata and controls
91 lines (74 loc) · 1.1 KB
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
90
91
body {
font-family: 'Crimson Text', arial, serif;
margin: 0px;
background-color: #efefef;
font-size: 16pt;
}
h1, h2 {
color: #F95;
letter-spacing: 5px;
margin: 0.5em 0;
}
p {
margin: 0.5em 0;
}
h1 > a, h2 > a {
color: #F95;
}
nav {
margin: 0;
}
a {
text-decoration: none;
color: #888;
}
a:hover {
color: #00F;
}
body > header {
background-color: white;
padding: 0 15px;
padding-bottom: 0.5em;
box-shadow: inset #efefef 0 -5px 10px;
}
body > header h1 {
font-size: 24pt;
margin: 0;
display: inline-block;
}
body > header > nav {
display: inline-block;
}
header a {
margin-right: 20px;
}
article {
display: block;
margin: 0 auto;
padding: 1em;
}
article:nth-of-type(even) {
background-color: #f6f6f6;
box-shadow: inset #efefef 0 -10px 10px, inset #efefef 0 10px 10px;
}
article > header, article > section {
max-width: 40em;
margin: 0 auto;
}
article > h1 {
font-size: 20pt;
margin: 0;
}
footer {
position: fixed;
bottom: 0px;
margin: 0px;
padding: 0px;
width: 100%;
background-color: white;
white-space: nowrap;
}
footer span {
padding-right: 10px;
}
@media all and ()