Skip to content

Instantly share code, notes, and snippets.

Created July 9, 2014 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fce196983753ec651f87 to your computer and use it in GitHub Desktop.
Save anonymous/fce196983753ec651f87 to your computer and use it in GitHub Desktop.
A Pen by Secret Sam.
/*--------------------------------------------------------------
Name Images | Image Gallery
--------------------------------------------------------------*/
#gallery #images h4 {
display: none;
}
#gallery #images {
position: absolute;
top: 05px;
display: none;
padding-left: 11%;
width: 84%;
height: 100%;
}
#gallery #images .image_list {
overflow: auto;
}
#gallery #images .image_list li {
float: left;
padding-right: 1%;
padding-bottom: 1%;
}
#gallery #images li img {
display: block;
}
#gallery #images .image_container {
text-align: center;
}
#gallery #images .image.information {
position: absolute;
bottom: 90px;
left: 0;
z-index: 2;
margin: 18px;
width: 14%;
}
#gallery #images.index_view .image.information .title {
display: none;
}
#gallery #images.index_view .image.information .description {
display: none;
}
#gallery #images .image.information .title {
float: left;
padding-right: 18px;
width: 100%;
}
#gallery #images .image.information .description {
float: left;
}
#gallery #images .image_list .navigation,.image_navigation {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
margin: 18px;
font-family: helvetica, arial, sans-serif;
}
}
#gallery #images .navigation ul {
margin-bottom: 18px;
}
#gallery #images .navigation li {
float: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment