-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevil32_examples.css
More file actions
50 lines (50 loc) · 860 Bytes
/
evil32_examples.css
File metadata and controls
50 lines (50 loc) · 860 Bytes
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
body {
font-family: "Lato", sans-serif;
font-weight: 300;
color: #222;
margin: 3em 0;
font-size: 2em;
}
pre {
font-weight: 300;
font-size: .6em;
}
h1 {
font-size: 2em;
font-weight: 400;
margin: 1em 0;
text-align: left;
}
}
h2 {
font-size: 1.5em;
font-weight: 400;
margin: 1em 0;
}
h3 {
font-size: 1.2em;
font-weight: 400;
margin: 1em 0 0.5em 0;
}
h4 {
font-size: 1em;
font-weight: 400;
margin: 2em 0 0.5em 0;
}
code {
background-color: #f5f5f5;
color: #333;
}
.timestamp {
color: #999;
font-size: 0.8em;
}
.container {
background-image:url('EvilKeyHalf_992px.gif');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:100% 5px;
background-size: auto;
max-width: 1240px !important;
width: 1240px !important;
}