This repository has been archived by the owner on Jul 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
animefillerlist-userstyles.css
185 lines (153 loc) · 3.15 KB
/
animefillerlist-userstyles.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
@-moz-document domain("animefillerlist.com") {
/*! AnimeFillerList Dark - XHS v1.0.4 (2019-05-20)
/*! Repository: https://github.com/Soitora/xhs-styles/
/*! License: https://creativecommons.org/licenses/by-sa/4.0/
*/
/* Variables */
:root {
--xhs-primary: /*[[primary]]*/;
--xhs-secondary: /*[[secondary]]*/;
--xhs-border: /*[[border]]*/;
--xhs-highlight: /*[[highlight]]*/;
--xhs-title: /*[[title]]*/;
--xhs-body: /*[[body]]*/;
--xhs-orange: /*[[orange]]*/;
--xhs-blue: /*[[blue]]*/;
--xhs-green: /*[[green]]*/;
--xhs-purple: /*[[purple]]*/;
--xhs-brown: /*[[brown]]*/;
--xhs-red: /*[[red]]*/;
}
/*! Main Code !*/
body {
background: #2c2f33;
color: #7289da;
}
h1,
h2,
h3,
h4 {
color: #99aab5;
}
table.EpisodeList th.header {
background: #23272a url(http://www.animefillerlist.com/sites/all/themes/afl/i/arrows.png) center right no-repeat;
}
table.EpisodeList tr.filler {
background: #23272a;
color: #a14a40;
}
.Bubbles {
display: none;
}
.Filler {
display: none;
}
#Footer {
margin: 0 auto;
padding: 0 0 30px 0;
width: 960px;
}
table.EpisodeList td,
table.EpisodeList th {
border-right: 0px solid #CFCFCF;
border-bottom: 0px solid #CFCFCF;
text-align: center;
padding: 5px 10px;
}
table.EpisodeList th {
background-color: #dedede;
text-shadow: 0 0;
text-align: left;
padding: 5px 25px 5px 10px;
}
#Condensed .Episodes>a {
color: #7289da;
white-space: nowrap;
}
#Condensed .filler .Episodes {
color: #a14a40;
}
#Condensed .filler {
background: #23272a;
}
#Condensed .canon {
background: #23272a;
}
#Condensed {
color: #7289da;
border: 0px solid #CFCFCF;
}
#Condensed .filler .Label {
color: #a14a40;
border-top: 0px solid #CFCFCF;
}
#Condensed .Label {
border-bottom: 0px solid #CFCFCF;
background-color: #23272a;
display: block;
font-weight: bold;
text-shadow: 0 0;
overflow: hidden;
padding: 5px 10px;
}
table.EpisodeList {
border-top: 0px solid #CFCFCF;
}
table.EpisodeList {
border-left: 0px solid #CFCFCF;
}
tbody {
border-top: 0px solid #ccc;
}
#TitleToggle {
color: #a14a40;
}
#Content>.Right h2 {
background: #23272a;
border-bottom: #dedede 0px solid;
color: #99aab5;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
margin-bottom: 10px;
padding: 10px 15px;
text-shadow: 0 0;
text-transform: uppercase;
}
#Content>.Right .block {
border: #dedede 0px solid;
}
#Filters a {
background: #23272a;
border: #efeae7 0px solid;
color: #727272;
}
#Filters a.Active {
background: #7289da;
color: #fff;
border: #efeae7 0px solid;
}
#Filters {
border-bottom: #23272a 1px solid;
}
select {
color: #7289da;
background-color: #23272a;
border-color: #23272a;
}
#Content>.Right .block .MoreLink {
background: #23272a;
border: #eee 0px solid;
border-radius: 4px;
display: block;
margin-bottom: 18px;
padding: 5px 0;
text-align: center;
}
#Content>.Right .block .item-list li {
border-bottom: 0px solid #eee;
}
#search-block-form .form-item .form-text {
background: #2c2f33;
color: #99aab5;
}
}