forked from apg/hack-and-tell-web
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (72 loc) · 1.17 KB
/
style.css
File metadata and controls
93 lines (72 loc) · 1.17 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
92
93
body {
margin: 0 auto;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 100%;
padding-bottom: 100px;
}
div#body {
/*margin: 0 auto;*/
padding: 0 2em;
max-width: 1020px;
background: url('images/blackampersands.png') left 418px top 79px no-repeat;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
font-weight: 400;
}
a {
color: #000;
}
a:visited {
color: #000;
}
h1, h2, h3, h4, h5, h6, p {
max-width: 671;
}
p {
font-size: 15px;
line-height: 1.8;
}
div p.section-description {
font-size: 16px;
font-weight: bold;
border: 1px;
line-height: 1.2;
}
#right-header {
padding-top: 75px;
float: right;
font-weight: bold;
}
/* CHAPTERS */
div#chapters {
padding-top: 60px;
}
div#chapters ul {
display: block;
list-style-type: none;
padding: 0;
}
div#chapters ul a {
text-decoration: none;
font-size: 30px;
}
/* FAQ */
div#faq {
padding-top: 68px;
}
/* LAST QUESTION */
div#last_question {
padding-top: 68px;
}
/* CODE OF CONDUCT */
div#code_of_conduct {
padding-top: 68px;
}
/* EVENTS */
div#events {
padding-top: 60px;
}