3 background-color: #000;
7 /* ====== TOP CONTROL BAR ====== */
11 margin-bottom: 1em; padding: 0 2em;
12 background-color: #333;
13 box-shadow: .125em .125em .25em #000;
16 position: absolute; bottom: .25em;
19 text-decoration: none;
21 #navigation > a[href="#bookmarks"] { left: 0; }
22 #navigation > a[href="#prefs"] { right: 0; }
24 #bookmarks, #advsearch, #prefs, #multitag {
32 bottom: 0; width: 100%;
34 background-color: #333;
42 text-decoration: none;
47 /* ====== MAIN LIST VIEW ====== */
49 .itemlist { text-align: center; }
50 .itemlist > * { text-align: left; }
52 display: inline-block;
62 width: 1000%; height: 11em;
64 background-color: #111;
66 transform: translate(-00%, 0);
68 .itemlist .list img:hover {
69 animation-name: thumbscroll;
70 animation-duration: 10s;
71 animation-iteration-count: infinite;
73 @keyframes thumbscroll {
74 0% { transform: translate(-00%, 0); }
75 9.99% { transform: translate(-00%, 0); }
76 10% { transform: translate(-10%, 0); }
77 19.99% { transform: translate(-10%, 0); }
78 20% { transform: translate(-20%, 0); }
79 29.99% { transform: translate(-20%, 0); }
80 30% { transform: translate(-30%, 0); }
81 39.99% { transform: translate(-30%, 0); }
82 40% { transform: translate(-40%, 0); }
83 49.99% { transform: translate(-40%, 0); }
84 50% { transform: translate(-50%, 0); }
85 59.99% { transform: translate(-50%, 0); }
86 60% { transform: translate(-60%, 0); }
87 69.99% { transform: translate(-60%, 0); }
88 70% { transform: translate(-70%, 0); }
89 79.99% { transform: translate(-70%, 0); }
90 80% { transform: translate(-80%, 0); }
91 89.99% { transform: translate(-80%, 0); }
92 90% { transform: translate(-90%, 0); }
93 100% { transform: translate(-90%, 0); }
96 .itemlist .list label {
99 word-break: break-word;
101 .itemlist .list .time,
102 .itemlist .list .dim {
103 position: absolute; top: 9.75em;
104 background-color: rgba(0,0,0,.5);
105 padding: .125em .25em;
107 .itemlist .list .time { right: 0; }
108 .itemlist .list .dim { left: 0; }
109 .itemlist .list input[type=checkbox] { display: none; }
110 .itemlist .list .tag,
111 .itemlist .list input[type=checkbox] + label {
112 display: inline-block;
113 background-color: #333;
119 .itemlist .list input[type=checkbox]:checked + label {
120 background-color: #383;
124 /* ====== PAGINATION LIST ====== */
132 background-color: #333;
136 display: inline-block;
141 .pagination a.current {
142 background-color: #BBB;
145 /* ====== BOOKMARK PANEL ====== */
149 display: block; position: fixed;
151 transform: translate( -50%, -50% );
152 width: 40em; max-width: 90%;
153 height: 30em; max-height: 90vh;
154 background-color: #333;
157 box-shadow: .25em .25em .5em #000;
167 word-break: break-word;
170 /* ====== ADVSEARCH / FILTER PANEL ====== */
173 display: block; position: fixed;
175 height: 30em; max-height: 90vh;
176 background-color: #333;
179 box-shadow: .25em .25em .5em #000;
183 -#advsearch { text-align: center; }
184 -#advsearch > * { text-align: left; }
188 margin: 1em auto; padding: 0 .5em;
189 background-color: #444;
190 white-space: pre-line;
193 #advsearch input.and + label {
194 display: inline-block;
198 #advsearch fieldset.select {
199 display: inline-block;
201 margin: 0 .5%; margin-bottom: .75em; padding: 0 .375em;
202 box-shadow: .125em .125em .25em #000;
205 #advsearch fieldset.select > label.head {
210 #advsearch fieldset.select > input.cat { display: none; }
211 #advsearch fieldset.select > input.cat + label + .catselect { display: none; }
212 #advsearch fieldset.select > input.cat + label {
215 margin: 0; padding: 0 .5em;
218 #advsearch fieldset.select > input.cat:checked + label { background-color: #444; }
219 #advsearch fieldset.select > input.cat:checked + label + .catselect {
220 display: block; position: absolute;
221 top: 1.5em; bottom: 0; right: 0;
224 background-color: #444;
227 #advsearch fieldset.select > input.cat + label + .catselect > * {
232 #advsearch input.and { display: none; }
233 #advsearch input.and + label { display: none; }
234 #advsearch input.and + label + fieldset { display: none; }
235 #advsearch input.and:checked + label + fieldset,
236 #advsearch input.and:first-of-type + label + fieldset { display: inline-block; }
237 #advsearch input.and:checked + label + fieldset + input + label,
238 #advsearch input.and:first-of-type + label + fieldset + input + label { display: inline-block; }
239 #advsearch input.and:checked + label + fieldset + input:checked + label { display: none; }
240 #advsearch input.and:first-of-type + label + fieldset + input:checked + label { display: none; }
243 /* ====== MULTITAG DIALOG ====== */
246 display: block; position: fixed;
247 bottom: 0; left: 0; width: 100%;
248 height: 30em; max-height: 90vh;
249 background-color: #333;
252 box-shadow: .25em .25em .5em #000;
256 -#multitag { text-align: center; }
257 -#multitag > * { text-align: left; }
260 display: inline-block;
262 margin: 0 .5%; margin-top: 1em;
265 #multitag fieldset select {
266 width: 100%; height: 10em;
268 #multitag fieldset .tagselect {
270 background-color: #444;
273 #multitag fieldset .tagselect > label {
279 /* ====== VIEW PAGE ====== */
288 display: inline-block;
289 background-color: #333;
297 /* ====== SCALE BLOCK ELEMENTS ====== */
299 @media(min-width: 20em) { .itemlist .list, #advsearch fieldset.select, #multitag fieldset { max-width: 49%; } }
300 @media(min-width: 40em) { .itemlist .list, #advsearch fieldset.select, #multitag fieldset { max-width: 32%; } }
301 @media(min-width: 60em) { .itemlist .list, #advsearch fieldset.select, #multitag fieldset { max-width: 24%; } }
302 @media(min-width: 80em) { .itemlist .list, #advsearch fieldset.select, #multitag fieldset { max-width: 19%; } }
303 @media(min-width: 100em) { .itemlist .list, #advsearch fieldset.select, #multitag fieldset { max-width: 19em; } }