-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (59 loc) · 1.02 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
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.bg-hero {
background-color: #E64A19;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
}
.bg-nav {
background-color: #E64A19;
color: white;
}
.cmd-frame {
width: 100%;
height: 100%;
}
.footer {
width: 100%;
min-height: 64px;
padding-top: 16px;
padding-bottom: 16px;
}
.post img {
width: 75%;
}
.toriel {
background-color: #333;
color: white;
}
.octicon_big {
width: 2.5rem;
height: auto;
}
a.btn span {
margin-right: 8px;
margin-left: 8px;
}
.btn-icon {
width: 0.75rem;
height: auto;
}
.post-cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
color: white;
padding-top: 80px;
padding-bottom: 80px;
text-shadow: 0px 0px 8px #000000;
box-shadow: inset 5px 1px 8px #333333;
margin-right: 0;
}