very basic thumbnail browser.

This commit is contained in:
Bala Clark 2013-11-26 23:47:23 +01:00
parent b820fa4c3e
commit 226c0e92c2
6 changed files with 55 additions and 4 deletions

21
css/thumbnails.css Normal file
View file

@ -0,0 +1,21 @@
.thumbnails {
position: absolute;
color: white;
background-color: black;
background-image: linear-gradient(to bottom, rgb(80, 80, 80), rgb(17, 17, 17));
padding: 0.5em;
border-radius: 0.2em;
margin: 5em;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: none;
overflow: auto;
}
.thumbnails img {
display: inline-block;
margin: 0.5em;
}