2016-04-23 20:21:36 +00:00
|
|
|
@charset 'utf-8';
|
|
|
|
|
2016-04-24 06:27:26 +00:00
|
|
|
.glslGallery{
|
2016-04-23 23:26:11 +00:00
|
|
|
-moz-column-width: initial;
|
|
|
|
-webkit-column-width: initial;
|
2016-04-23 20:21:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.glslGallery_item{
|
2016-04-24 06:27:26 +00:00
|
|
|
width: 242px;
|
|
|
|
margin: 8px;
|
2016-04-23 20:21:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.glslGallery_thumb{
|
2016-04-24 06:27:26 +00:00
|
|
|
max-width: 240px;
|
|
|
|
border: solid 1px #EEEEEE;
|
2016-04-23 20:21:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.glslGallery_item canvas.glslGallery_canvas{
|
2016-04-24 06:27:26 +00:00
|
|
|
max-width: 242px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glslGallery_credits{
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glslGallery_label{
|
|
|
|
color: #333333;
|
|
|
|
font-family:Helvetica,Arial,sans-serif;
|
|
|
|
text-decoration:none;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.glslGallery_title{
|
|
|
|
margin: 0px;
|
|
|
|
padding-top: 14px;
|
|
|
|
font-size:12px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.glslGallery_author{
|
|
|
|
margin: 0px;
|
|
|
|
padding-top: 14px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glslGallery_openFrameIcon{
|
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
2016-04-24 18:02:16 +00:00
|
|
|
|
|
|
|
.more {
|
|
|
|
text-align: center;
|
2016-04-24 18:24:36 +00:00
|
|
|
margin-top: 32px;
|
2016-04-24 18:02:16 +00:00
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more a {
|
|
|
|
font-size: 14px;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
font-family:Helvetica,Arial,sans-serif;
|
|
|
|
font-weight: 600;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 8px;
|
|
|
|
border: solid 1px #AAAAAA;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more a:hover {
|
|
|
|
background: #EEEEEE;
|
|
|
|
}
|
2016-04-24 18:16:56 +00:00
|
|
|
|
|
|
|
.gallery_author {
|
|
|
|
font-size: 16px;
|
|
|
|
font-style: italic;
|
|
|
|
text-align: right;
|
|
|
|
}
|