-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcouriered.css
More file actions
125 lines (99 loc) · 1.34 KB
/
couriered.css
File metadata and controls
125 lines (99 loc) · 1.34 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@charset "UTF-8";
/* Resettin' */
* { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0px 0px 80px rgba(130,80,50,0.25);
}
body
{
background: #eceded;
background: #fafafa;
color: #222020;
font-family: monospace;
font-size: 16px;
line-height: 1.2em;
max-width: 900px;
margin: 1em auto;
padding: 0 1em;
}
h1, h2, h3, h4, h5, h6
{
font-size: inherit;
font-weight: normal;
margin: 24px 0 0 0;
font-family: monospace;
}
h1
{
text-align: center;
text-transform: uppercase;
font-family: monospace;
}
h1+ul {
list-style: none;
text-align: center;
margin: .75em;
}
h1+ul li {
margin: 0;
}
h2
{
text-align: center;
}
h2:after
{
content: "\A* * *";
white-space: pre;
}
h3
{
text-transform: uppercase;
}
h4
{
display: run-in;
padding-right: 1em;
}
p, li
{
margin: 0 0 1em 0;
}
blockquote
{
font-family: monospace;
font-style: italic;
margin: 1em;
}
header ul
{
list-style: none;
text-align: left;
}
header li
{
margin: 0;
}
pre
{
margin: 1em;
line-height: 1em;
padding: 1em;
border: 1px solid #ccc;
display: inline-block;
white-space: pre-line;
}
code
{
font-family: monospace;
}
div#license {
margin: 1em auto;
text-align: right;
}