-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevil32.css
More file actions
81 lines (80 loc) · 1.38 KB
/
evil32.css
File metadata and controls
81 lines (80 loc) · 1.38 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
body {
font-family: "Lato", sans-serif;
font-weight: 300;
font-size: 1.5em;
color: #222;
margin: 3em 0;
}
pre {
font-weight: 300;
font-size: .7em;
}
h1 {
font-size: 2em;
font-weight: 400;
text-align: center;
}
h2 {
font-size: 1.5em;
font-weight: 400;
margin: 1em 0;
}
h3 {
font-size: 1.2em;
font-weight: 400;
margin: 2em 0 0.5em 0;
}
h4 {
font-size: 1em;
font-weight: 400;
margin: 2em 0 0.5em 0;
}
code {
background-color: #f5f5f5;
color: #333;
}
.obsolete {
color: #999;
text-decoration: line-through;
}
.timestamp {
color: #999;
font-size: 0.8em;
}
.container {
background-image:url('EvilKeyHalf_small.gif');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:100% 5px;
background-size: 50%;
}
@media (min-width: 768px) {
pre {
font-size: .9em;
}
h1 {
margin: 1em 0;
text-align: left;
}
.download {
padding-left: 20px;
font-size: 0.8em;
}
.container {
background-image:url('EvilKeyHalf_768px.gif');
background-size: auto;
}
}
@media (min-width: 992px) {
body {
font-size: 2em;
}
.container {
max-width: 970px;
background-image:url('EvilKeyHalf_992px.gif');
background-size: auto;
}
hr {
margin: 3em 0;
}
}