This repository was archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
102 lines (83 loc) · 1.24 KB
/
styles.css
File metadata and controls
102 lines (83 loc) · 1.24 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
94
95
96
97
98
99
100
101
102
html {
font-family: "Georgia", "Times New Roman", serif;
font-size: 125%;
hyphens: auto;
line-height: 1.4;
text-align: justify;
}
body {
background-color: #eee;
}
body > header, body > main {
margin: 0 auto;
max-width: 25rem;
}
body > header {
background: white;
border: 10px double black;
margin-bottom: 1.5rem;
margin-top: 2.5rem;
text-align: center;
}
header > p {
margin: 1rem;
}
.plate {
text-align: center;
white-space: pre;
}
.byline {
border-bottom: 1px solid black;
border-top: 1px solid black;
margin: 0 0 1rem 0;
padding: 1rem;
text-align: center;
}
.place, .contents {
text-align: center;
}
.use {
margin-left: 2rem;
text-align: left;
text-indent: -1rem;
}
h1 {
margin-bottom: 0;
}
section {
margin-top: 3rem;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
header h1 {
font-size: 250%;
}
.wordmark {
font-size: 250%;
font-weight: bold;
}
.enormous {
text-transform: uppercase;
font-size: 250%;
letter-spacing: 0.4rem;
}
.small {
font-size: 80%;
}
.form {
display: block;
text-align: center;
margin-bottom: 0.54rem;
margin-top: 0.54rem;
font-size: 150%;
}
.form:before {
content: '☞ ';
}
.form:after {
content: ' ☜';
}