-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (74 loc) · 1.31 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
body {
background: #fff;
color: #555;
font-size: 18px;
line-height: 1.4;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
nav {
border-bottom: 1px solid #eee;
height: 60px;
}
h1.subject {
box-sizing: border-box;
color: #404050;
font-size: 20px;
height: 60px;
line-height: 40px;
margin: 0 auto;
max-width: 1000px;
padding: 10px;
}
h1.subject img {
display: block;
float: left;
height: 40px;
margin-right: 10px;
width: 40px;
}
h1.subject small {
font-size: 0.6em;
}
section {
box-sizing: border-box;
max-width: 1000px;
margin: 0 auto 5em auto;
padding: 0 20px;
}
section.jumbotron {
margin: 0 auto;
}
section.jumbotron img {
display: block;
width: 100%;
margin: 0;
}
section h1 {
text-align: center;
margin: 0 0 2em 0;
padding: 0.25em 0;
border-bottom: 3px solid #ccc;
}
section h2 {
margin: 1.5em 0 1em 0;
padding: 0.25em 0;
border-bottom: 1px solid #ccc;
}
section h3 {
margin: 2em 0 1em 0;
}
a {
color: #02669d;
text-decoration: none;
}
a:hover {
color: #003668;
}
hr {
margin: 2.5em 0;
height: 0;
border: none;
border-bottom: 3px solid #ccc;
}