d541d2735eccce4925caa2df3785cbaea4dbd262
[wolnelektury.git] / apps / wolnelektury_core / static / css / master.picture.css
1  
2 #picture-view img.canvas {
3     width: 700px;
4     margin: 3rem auto 1rem auto;
5     display: block;
6 //    position: fixed;
7 }
8
9 #picture-view .toolbar {
10     position: fixed;
11     top: 1.5rem;
12     right: 0rem;
13     background: #333;
14     color: #FFF;
15     opacity: 0.9;
16     z-index: 99;
17     list-style: none; 
18     padding: 0;
19     margin: 0;
20 }
21
22 #picture-view .toolbar .button a {
23     display: block;
24     height:1.5rem;
25     width:1.5rem;
26     text-align: center;
27     color: #FFF;
28     padding: 0.2rem;
29     text-decoration: none;
30 }
31
32 #picture-view .toolbar .button a:link,
33 #picture-view .toolbar .button a:visited {
34     color: #FFF;
35 }
36
37 #picture-view .toolbar.button a:active {
38     color: yellow;
39 }