-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
88 lines (73 loc) · 1.5 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
@font-face {
font-family: 'Comic Sans XD';
src: url('https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot');
src: url('https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix')
format('embedded-opentype'),
url('https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff2')
format('woff2'),
url('https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff')
format('woff'),
url('https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.ttf')
format('truetype'),
url('https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS')
format('svg');
}
body {
background: #795548;
color: wheat;
font-size: 15pt;
background: url('./img/dots_brown.gif');
}
h1,
h2,
.disclaimer {
font-family: 'Comic Sans XD', 'Comic Sans MS', sans-serif;
}
h1 {
color: #ffc107;
font-size: 48pt;
}
.header {
text-align: center;
}
hr {
border-color: chocolate;
color: chocolate;
border-width: 4px;
}
.slicing-gif {
float: right;
}
.disclaimer {
color: white;
text-align: center;
}
.disclaimer img {
height: 48px;
}
.bread-list {
list-style: none;
margin: 0;
padding: 0;
}
.bread-list li {
line-height: 64px;
min-height: 64px;
}
.bread-list li .toast {
vertical-align: middle;
}
.bread-list li .ugly-gifs {
height: 100px;
}
a {
color: yellowgreen;
}
.blockchains {
font-family: 'Papyrus', fantasy;
}
h1 img,
h2 img {
vertical-align: middle;
height: 64px;
}