additional_plugins/serendipity_event_usergallery/serendipity_event_usergallery.css

85 lines
1.5 KiB
CSS
Raw Normal View History

2014-10-07 09:35:18 +02:00
2011-12-13 12:29:05 +01:00
/* User Gallery */
div.serendipity_gallery_row {
clear:left;
padding-left: 3%;
margin-right: 3%;
}
div.serendipity_gallery_thumbs {
padding: 3px;
border: 1px solid #afafaf;
float: left;
overflow:hidden;
margin: .5em;
}
div.serendipity_gallery_info {
2014-09-30 16:11:38 +02:00
margin-left:auto;
margin-right:auto;
2011-12-13 12:29:05 +01:00
text-align:center;
}
div.serendipity_gallery_entry {
2014-09-30 16:11:38 +02:00
margin-left:auto;
margin-right:auto;
2011-12-13 12:29:05 +01:00
text-align:center;
}
div.serendipity_gallery_title {
font-size: 1.1em;
text-align:center;
font-weight:bold;
}
div.serendipity_gallery_navigation {
font-size: 1.0em;
text-align:center;
}
img.gallery_thumb {
2014-09-30 16:11:38 +02:00
margin-left:auto;
margin-right:auto;
2011-12-13 12:29:05 +01:00
text-align:center;
border: 0;
}
div.serendipity_gallery_pagination_top {
2014-09-30 16:11:38 +02:00
border-top: 1px solid #ccc;
2011-12-13 12:29:05 +01:00
}
div.serendipity_gallery_pagination_bottom {
2014-09-30 16:11:38 +02:00
border-bottom: 1px solid #ccc;
2011-12-13 12:29:05 +01:00
}
/* EXIF TAGS */
.all_img_info {
2014-09-30 16:11:38 +02:00
width: 100%;
float: left;
text-align: center;
margin-bottom: 2em;
2011-12-13 12:29:05 +01:00
}
.exif_info_head {
2014-09-30 16:11:38 +02:00
background-color: #ccd9e6;
border: 1px solid #fff;
2011-12-13 12:29:05 +01:00
}
.exif_info_row, .exif_info_head {
2014-09-30 16:11:38 +02:00
clear: both;
margin: 0 auto;
width: 400px;
2011-12-13 12:29:05 +01:00
}
.exif_info_tag, .exif_info {
2014-09-30 16:11:38 +02:00
float: left;
display: block;
width: 120px;
text-align: left;
border: 1px solid #fff;
background-color: #ccd9e6;
padding: 3px;
2011-12-13 12:29:05 +01:00
}
2014-10-07 09:35:18 +02:00
/* keep at least an empty .exit_info {} since this is checked for includement */
2011-12-13 12:29:05 +01:00
.exif_info {
2014-09-30 16:11:38 +02:00
width: 264px;
background-color: #eee;
2014-10-07 09:35:18 +02:00
}