9ccedd9327823f4ecbf76afd653fcd8400ea7580
[wolnelektury.git] / apps / wolnelektury_core / static / scss / book_text / other.scss
1 nav #menu-other {
2     display: none;
3 }
4
5
6 #other {
7     ul {
8         list-style: none;
9         padding: 0;
10         margin: 1em 0;
11
12         li {
13             display: inline-block;
14
15             a {
16                 display: block;
17             }
18         }
19     }
20 }
21
22
23 .other-text-close {
24     background: #000;
25     color: #ddd;
26     opacity: .5;
27     text-align: center;
28     padding: .5em;
29     font-weight: bold;
30 }
31
32
33 #other-text {
34     position: relative;
35     display: none;
36
37     .other-text-close {
38         position: absolute;
39         top: 0;
40         right: 0;
41     }
42 }
43
44 .other-text-close {
45     display: none;
46 }
47
48 .with-other-text {
49     .other-text-close {
50         display: block;
51     }
52 }