Various fixes.
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
1 @import "../tools";
2 @import "const";
3
4 @mixin inner-box {
5   display: block;
6   color: black;
7   @include size(margin, 1px);
8   @include size(padding, 8px 10px);
9   @include white-box;
10 }
11
12 .cover-area {
13   float: left;
14   @include size(margin-right, 15px);
15   @include size(margin-bottom, 5px);
16
17   @include min-screen($S_BOOK_SHORT_FULL) {
18     //position: absolute;
19     //top: 0;
20     //left: 0;
21     //margin-right: 0;
22   }
23
24   img.cover {
25     @include size(height, 193px / 2);
26     @include size(width, 139px / 2);
27
28     @include min-screen($S_BOOK_SHORT_MEDIUM) {
29       @include size(height, 193px);
30       @include size(width, 139px);
31     }
32   }
33 }
34
35 .book-mini-box {
36   /* Original design fits 6 boxes horizontally in 975px (162.5px each),
37    * but we really want to fit 2 boxes on a 320px mobile screen. */
38
39   @include size(width, 160px);
40   display: inline-block;
41   vertical-align: top;
42
43   @include min-screen(350px) {
44     @include size(width, 162.5px);
45   }
46
47   .book-mini-box-inner {
48     @include inner-box;
49     @include size(height, 271px);
50     @include size(margin, 1px);
51     @include size(padding, 8px 9px);
52     overflow: hidden;
53
54     @include min-screen(350px) {
55       @include size(padding, 8px 10px);
56     }
57
58     a {
59       display: block;
60     }
61   }
62   img.cover {
63     @include size(height, 193px);
64     @include size(width, 139px);
65     @include size(margin-bottom, 18px);
66   }
67   .language {
68     color: #aaa;
69     float: right;
70     @include mono;
71     @include size(font-size, 10px);
72     text-transform: uppercase;
73     position: relative;
74     @include size(top, -20px);
75   }
76   .desc {
77     margin-left: 0;
78   }
79   .author {
80     @include size(font-size, 11px);
81     @include mono;
82     color: #6d7877;
83     display: block;
84     overflow: hidden;
85     text-overflow: ellipsis;
86     white-space: nowrap;
87   }
88   .title {
89     @include size(font-size, 14px);
90     color: #242424;
91     white-space: normal;
92   }
93 }
94
95 .work-list {
96   margin: 0;
97   padding: 0;
98   list-style: none;
99
100   .Book-item {
101     /*@include min-screen($S_BOOK_SHORT_FULL) {
102         display: inline-block;
103     }
104     vertical-align: top;*/
105   }
106 }
107
108 #books-list .plain-list-container .plain-list {
109   p {
110     line-height: 1.2em;
111     margin-bottom: 20px;
112     &.header {
113       font-weight: bold;
114     }
115   }
116 }
117
118 .book-box {
119   margin: 0;
120   vertical-align: top;
121
122   /* */
123   a {
124     color: #0D7E85;
125   }
126
127   .book-box-inner {
128     position: relative;
129     @include inner-box;
130     @include size(min-height, 197.5px);
131   }
132 }
133
134 .audiobook-box, .search-result .book-box {
135   .book-left-column {
136     @media screen and (min-width: 1024px) {
137       display: inline-block;
138       @include size(width, 590px);
139       @include size(min-height, 196px);
140     }
141   }
142
143   .book-right-column {
144     @media screen and (min-width: 1024px) {
145       float: right;
146       @include size(padding-top, 15px);
147       @include size(width, 360px);
148     }
149   }
150
151   .jp-type-playlist {
152     margin-top: 24px;
153
154     @media screen and (min-width: 1024px) {
155       float: right;
156     }
157   }
158 }
159
160 .book-wide-box {
161   margin: 0;
162   vertical-align: top;
163
164   @media screen and (min-width: 62.5em) {
165     @include size(width, 975px);
166   }
167
168   .book-box-inner {
169     position: relative;
170     @include size(min-height, 244px);
171     @include inner-box;
172     @include size(margin-left, 0);
173     @include size(margin-right, 0);
174
175     .book-left-column { /* FIXME */
176       @media screen and (min-width: 62.5em) {
177         float: left;
178         @include size(width, 536px);
179         @include size(min-height, 196px);
180       }
181     }
182
183     .license-icon {
184       display: block;
185       @include size(margin-top, 5px);
186     }
187
188     .project-icon {
189       @include size(max-width, 100px);
190       @include size(max-height, 100px);
191     }
192
193
194     @include min-screen($S_BOOK_SHORT_FULL) {
195       // Show full title on the work's page.
196
197       .book-box-body {
198         height: auto;
199         @include size(min-height, 170px);
200
201         .book-box-head .title {
202           height: auto;
203           @include size(min-height, 57.6px);
204         }
205       }
206     }
207
208     .book-box-head,
209     .tags,
210     .book-box-tools {
211       @media screen and (min-width: 62.5em) {
212         @include size(width, 382px);
213       }
214     }
215
216     #theme-list-wrapper {
217       @include min-screen($S_BOOK_SHORT_MEDIUM) {
218         @include size(margin-left, 154px);
219         @include size(width, 300px);
220       }
221       margin-bottom: 0;
222
223       p {
224         @include size(margin-top, 10px);
225         @include size(margin-bottom, 10px);
226       }
227     }
228
229     .right-column {
230       @include size(margin-top, 16px);
231       // Eat the padding
232       @include size(margin-left, -10px);
233       @include size(margin-right, -10px);
234       max-width: none;
235
236       @media screen and (min-width: 62.5em) {
237         @include size(width, 415px);
238         // Eat the padding
239         @include size(margin-top, -8px);
240       }
241
242       .other-tools,
243       .other-download {
244         @include size(font-size, 11px);
245         clear: left;
246         @include size(margin-top, 25px);
247         line-height: 1.75em;
248         @include size(margin-left, 15px);
249
250         h2 {
251           margin: 0;
252           @include size(font-size, 11px);
253           @include mono;
254         }
255
256         @include min-screen($S_BOOK_SHORT_FULL) {
257           float: left;
258           clear: none;
259           @include size(width, 145px);
260           @include size(margin-top, 50px);
261           @include size(margin-right, 0);
262           @include size(margin-bottom, 0);
263           @include size(margin-left, 5px);
264         }
265
266         @include min-screen(1000px) {
267           @include size(margin-top, 50px);
268           line-height: 1.2em;
269         }
270       }
271       .other-download {
272         @include min-screen($S_BOOK_SHORT_FULL) {
273           @include size(margin-left, 15px);
274           @include size(width, 220px);
275         }
276       }
277     }
278   }
279
280   .jp-type-playlist {
281     margin-top: 24px;
282     margin-left: 0.625rem;
283
284     @media screen and (min-width: 1024px) {
285       float: right;
286       margin-right: 0.625rem;
287     }
288   }
289
290 }
291
292 @media screen and (min-width: 50em) {
293   .picture.book-wide-box .right-column {
294     float: none;
295     @include size(width, 415px);
296     top: 0;
297     @include size(margin-left, 550px);
298     margin-top: 0;
299   }
300 }
301
302 .book-box-body {
303   @include size(margin-bottom, 10px);
304   position: relative;
305
306   .book-box-head,
307   .tags,
308   .book-box-tools,
309   .abstract {
310     @include min-screen($S_BOOK_SHORT_FULL) {
311       margin-left: 154px;
312     }
313   }
314
315   .book-box-head {
316     @include size(padding-top, 14px);
317     @include size(margin-bottom, 10px);
318
319     @include min-screen($S_BOOK_SHORT_FULL) {
320       @include size(min-height, 70px);
321     }
322
323     a {
324       color: black;
325     }
326     .author {
327       @include size(font-size, 11px);
328       @include mono;
329       @include size(line-height, 13.2px);
330       @include size(max-height, 26.4px);
331       overflow: hidden;
332
333       @include min-screen($S_BOOK_SHORT_FULL) {
334         @include size(max-width, 264px);
335       }
336     }
337     .title {
338       @include size(font-size, 24px);
339       line-height: 1.2em;
340       @include size(margin-top, 7.2px);
341       @include size(margin-bottom, 12px);
342
343       @include min-screen($S_BOOK_SHORT_FULL) {
344         margin-bottom: 0;
345         @include size(height, 57.6px);
346         overflow: hidden;
347       }
348     }
349   }
350
351   .tags {
352     @include size(font-size, 11px);
353     line-height: 1.2em;
354     margin-bottom: 5px;
355
356     @include min-screen($S_BOOK_SHORT_FULL) {
357       @include size(max-height, 57.6px);
358       overflow: hidden;
359     }
360
361     .category {
362       display: block;
363       @include size(margin-top, 6px);
364       @include size(margin-bottom, 6px);
365
366       @include min-screen($S_BOOK_SHORT_FULL) {
367         display: inline-block;
368         @include size(margin-top, 0px);
369         @include size(margin-bottom, 0px);
370         @include size(margin-right, 9px);
371       }
372
373       .mono {
374         @include mono;
375       }
376
377       .book-box-tag {
378         @include size(margin-left, 4.4px);
379         @include size(margin-right, 5.5px);
380       }
381     }
382   }
383
384 }
385
386 .book-box-tools {
387   @include size(font-size, 11px);
388   margin: 0;
389   padding: 0;
390   list-style: none;
391
392   clear: left;
393
394   @include min-screen($S_BOOK_SHORT_MEDIUM) {
395     clear: none;
396     @include size(margin-left, 139px + 15px);
397   }
398
399   &.book-box-tools-warn {
400      font-size: 1rem;
401      margin-bottom: 1em;
402      max-width: 32em;
403      border: 3px solid #9ACD32;
404      padding: 1em;
405      box-sizing: border-box;
406   }
407
408
409   li {
410     @include mono;
411     margin-top: 0;
412   }
413
414   .book-box-read {
415     a {
416       @include mono;
417       display: inline-block;
418       background: #0D7E85;
419       color: white;
420       @include size(width, 170px);
421       text-align: center;
422       @include size(margin-bottom, 5px);
423       @include  size(margin-right, 30px);
424     }
425     a.print {
426       margin-right: 0;
427     }
428
429     a:before {
430       content: url("/static/img/read-white.png");
431       @include size(font-size, 25px);
432       @include size(margin-right, 3.71px);
433       vertical-align: middle;
434       font-weight: normal;
435       // ugly quick fix
436       position: relative;
437       bottom: 2px;
438     }
439
440     a.print:before {
441       content: "";
442     }
443   }
444
445   .book-box-download {
446     position: relative;
447
448     a {
449       @mixin downarrow {
450         color: #0D7E85;
451
452         &:before {
453           content: url("/static/img/download.png");
454           @include size(font-size, 25px);
455           @include size(margin-right, 3.71px);
456           vertical-align: middle;
457           font-weight: normal;
458           display: inline;
459         }
460       }
461
462       &.downarrow {
463         @include downarrow;
464       }
465     }
466
467     .book-box-formats {
468       max-width: 300px;
469       vertical-align: top;
470       padding-top: 6px;
471       border-collapse: collapse;
472
473       a {
474         display: table-cell;
475         @include size(padding, .2em 1em);
476         border:1px solid black;
477         line-height: 20px;
478       }
479     }
480   }
481 }
482
483 .star {
484   @include size(font-size, 22.5px);
485   @include size(margin-right, 11.25px);
486   position: absolute;
487   right: 0;
488   z-index: 10;
489
490   button {
491     cursor: pointer;
492     &::-moz-focus-inner {
493       padding: 0;
494       border: 0
495     }
496   }
497   .if-unlike button {
498     font-size: 1em;
499     font-family: inherit;
500     border: 0;
501     background: none;
502     margin: 0;
503     padding: 0;
504     color: #757575;
505   }
506   .if-like a {
507     display: block;
508     text-align: right;
509     padding: 0;
510   }
511 }
512
513 .like .if-unlike {
514   display: none;
515 }
516
517 .unlike .if-like {
518   display: none;
519 }
520
521 #book-detail .see-also,
522 #picture-detail .see-also {
523   display: inline-block;
524   h1 {
525     @include size(height, 32px);
526     margin: 0;
527     @include size(padding-top, 19px);
528     @include size(padding-left, 10px);
529
530     @include size(font-size, 11px);
531     @include mono;
532     font-weight: normal;
533
534     @media screen and (min-width: 33em) {
535       @include size(padding-left, 19px);
536     }
537   }
538 }
539
540 .abstract {
541   @include size(font-size, 16px);
542   line-height: 1.2em;
543   @include size(margin-bottom, 8px);
544   @include size(margin-top, 18px);
545   overflow: hidden;
546   position: relative;
547   clear: left;
548
549   @media screen and (min-width: 62.5em) {
550     @include size(width, 536px);
551   }
552
553   p.paragraph {
554     margin-bottom: 0;
555     margin-top: 1.2em;
556
557     &:first-child {
558       margin-top: 0;
559     }
560   }
561
562   &.short {
563     height: 3.6em;
564     &:after {
565        content:' ';
566        position:absolute;
567        bottom:0;
568        width:25%;
569        height:20px;
570        background-color:transparent;
571        /* assume ltr */
572        right:0;
573        background-image:-webkit-linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%);
574        background-image:-moz-linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%);
575        background-image:-o-linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%);
576        background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%)
577     }
578   }
579 }