2015-06-05 12:52:57 -04:00
|
|
|
body {
|
2018-06-17 08:51:27 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background: black;
|
2015-06-05 12:52:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div.galleria {
|
2018-06-17 08:51:27 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #000;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2015-06-05 12:52:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div.galleria-thumbnails {
|
2018-06-17 08:51:27 -04:00
|
|
|
margin: auto;
|
2015-06-05 12:52:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div.galleria-thumbnails-list div.galleria-image {
|
2018-06-17 08:51:27 -04:00
|
|
|
max-height: 20px;
|
2015-06-05 12:52:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
img.fullscreen {
|
2018-06-17 08:51:27 -04:00
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
|
|
|
z-index: 10;
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.3
|
|
|
|
}
|
|
|
|
|
|
|
|
div.galleria-thumbnails div.galleria-image {
|
|
|
|
padding: 30px 0px;
|
2015-06-05 12:52:57 -04:00
|
|
|
}
|