Team:UNITN-Trento/CSS/Gallery
From 2013.igem.org
(Difference between revisions)
(Step style) |
(Thumbnails only on a line) |
||
Line 4: | Line 4: | ||
border-radius: 20px; | border-radius: 20px; | ||
+ | } | ||
+ | |||
+ | .container .sheet { | ||
+ | overflow-x: scroll; | ||
+ | } | ||
+ | |||
+ | .container .sheet .thumbs { | ||
+ | white-space: nowrap; | ||
} | } | ||
Revision as of 14:38, 23 September 2013
.jms-slideshow .step { height: 480px !important; width: 1000px !important;
border-radius: 20px; }
.container .sheet {
overflow-x: scroll;
}
.container .sheet .thumbs {
white-space: nowrap;
}
.container .sheet .thumb {
display: inline-block;
margin: 0 0.5em;
width: 200px; height: 100px; background-color: black; box-shadow: 1px 1px 2px black; text-align: center;
}
.container .sheet .thumb img {
max-height: 100px; max-width: 200px;
}