forked from Andygmb/twitchy_the_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
70 lines (64 loc) · 1.54 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
/* SIDEBAR TWITCH BOT */
.side .md p a {
font-size: 110%;
padding-bottom:123px;
color: #fff;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
text-decoration: none;
}
.side .md blockquote {
border-left:0px;
margin-left:0px;
padding-left:0px;
}
.side .md blockquote ol li {
list-style-type:none;
}
.side .md blockquote ol {
margin:0px;
}
.side .md blockquote ol li {
margin-bottom:5px;
padding-left:11px;
background-image:url(%%img%%);
max-height:143px;
height:143px;
background-repeat:no-repeat;
}
.side .md blockquote ol li:nth-of-type(1) {
background-position:8px -0px;
}
.side .md blockquote ol li:nth-of-type(2) {
background-position:8px -143px;
}
.side .md blockquote ol li:nth-of-type(3) {
background-position:8px -286px;
}
.side .md blockquote ol li:nth-of-type(4) {
background-position:8px -429px;
}
.side .md blockquote ol li:nth-of-type(5) {
background-position:8px -572px;
}
.side .md blockquote ol li:nth-of-type(6) {
background-position:8px -715px;
}
.side .md blockquote ol li:nth-of-type(7) {
background-position:8px -858px;
}
.side .md blockquote ol li:nth-of-type(8) {
background-position:8px -1001px;
}
.side .md blockquote ol li:nth-of-type(9) {
background-position:8px -1144px;
}
.side .md blockquote ol li:nth-of-type(10) {
background-position:8px -1287px;
}
.side .md blockquote ol li:nth-of-type(11) {
background-position:8px -1430px;
}
.side .md blockquote ol li:nth-of-type(12) {
background-position:8px -1573px;
}
/* --------------------------- */