-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstylesheet.css
101 lines (82 loc) · 1.37 KB
/
stylesheet.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
89
90
91
92
93
94
95
96
97
98
99
100
pre, code {
font-family: "Courier New", monospace;
background-color: #fafafa;
}
pre {
padding: .5rem;
line-height: 1.25;
overflow-x: scroll;
}
a,
a:visited {
color: #3498db;
}
a:hover,
a:focus,
a:active {
color: #2980b9;
}
html {
font-size: 18px;
max-width: 100%;
}
p {
font-size: 1rem;
margin-bottom: 1.3rem;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
img, canvas, iframe, video, svg, select, textarea {
max-width: 100%;
}
body {
color: #444;
font-family: sans-serif;
font-weight: 300;
margin: 0 auto;
max-width: 80%;
line-height: 1.45;
padding: .25rem;
}
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
h1 { border-bottom: 1px solid #eaeaea; }
h1, h2, h3 {
margin-bottom: 1.15rem;
padding-bottom: .5rem;
text-align: center;
}
blockquote {
border-left: 8px solid #fafafa;
padding: 1rem;
}
div.header {
border: 1px solid darkgray;
}
div.header h1 {
margin: 0px;
}
div.header a, input[type=text], button[type=submit], form {
margin: 2px;
padding: 3px;
}
div.header a, button[type=submit] {
border: 1px solid darkgray;
border-radius: 3px;
padding: 3px;
background: #54b8fb;
color: black;
float: left;
font-size: 18px;
}