-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcss.css
89 lines (86 loc) · 1.61 KB
/
css.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
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
body {
background: #353433;
font: 25px Helvetica, sans-serif;
color: #e9e8e7;
text-align: center;
padding: 0;
}
h1 {
margin: 0.3em 0 0;
line-height: 1.5;
}
h1 small {
display: block;
font-weight: normal;
font-size: 0.5em;
}
.pre-container {
display: inline-block;
text-align: left;
position: relative;
margin: 1em 0 4em;
}
pre {
margin: 0;
}
.box {
background: #454443;
border-bottom: 3px solid black;
padding: 2px 0.5em;
font-size: 16px;
}
.box a {
display: inline-block;
margin: 0px 0 2px 2px;
background: #353433;
padding: 0.3em 0.4em;
color: #e9e8e7;
text-decoration: none;
}
.box a.active {
background: #e9e8e7;
color: #090807;
}
pre.hljs.hljs.hljs.hljs {
font-size: 18px !important;
line-height: 1.1 !important;
margin: 0 !important;
padding: 7px !important;
border-radius: 6px;
font-family: Source Code Pro, Menlo, Consolas, monospace !important;
}
p.instructions {
background: black;
margin: 0.6em 0 0;
padding: 1em;
}
p.first.instructions {
position: relative;
margin-top: 1.5em;
padding: 2em 1em;
}
.meow {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
background: rgba(0,0,0,0.6);
color: #fff;
overflow: hidden;
}
.meow .text {
top: 50%; left: 50%;
position: absolute;
font: bold 100px Helvetica;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.footer {
text-align: center;
}
.footer, .footer a {
color: #8b8685;
text-decoration: none;
}
.the-dot {
position: relative;
top: -1.15ex; }