31 lines
478 B
CSS
31 lines
478 B
CSS
/*
|
|
Lens by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
/* Thumbnails */
|
|
|
|
#thumbnails:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
#thumbnails article {
|
|
float: left;
|
|
}
|
|
|
|
/* Viewer */
|
|
|
|
#viewer .inner {
|
|
box-shadow: inset 0 0 9em 2em rgba(16, 16, 16, 0.2);
|
|
}
|
|
|
|
#viewer .inner:before {
|
|
display: none;
|
|
}
|
|
|
|
#viewer .slide .caption {
|
|
background-color: rgba(16, 16, 16, 0.5);
|
|
} |