nextcloud/apps/gallery/css/styles.css

61 lines
905 B
CSS
Raw Normal View History

2011-09-25 16:32:08 -04:00
div#gallery_list {
margin: 90pt 20pt;
}
2011-12-08 14:04:56 -05:00
div#gallery_list.leftcontent {
padding-top: 15px;
margin: 0;
text-align: center;
}
2011-09-25 16:32:08 -04:00
2011-10-01 05:26:47 -04:00
div#gallery_album_box {
2011-09-25 16:32:08 -04:00
width: 200px;
text-align: center;
border: 0;
2011-12-08 14:04:56 -05:00
display: inline-block;
2011-09-25 16:32:08 -04:00
margin: 5pt;
vertical-align: top;
2011-12-21 12:37:17 -05:00
padding: 10px;
border: solid 1px black;
2011-12-21 15:55:52 -05:00
position: relative;
2011-12-30 11:06:29 -05:00
overflow: hidden;
color: #999;
2011-09-25 16:32:08 -04:00
}
2011-12-30 11:06:29 -05:00
div#gallery_album_box:hover {
color: black;
}
2011-12-08 14:04:56 -05:00
.leftcontent div#gallery_album_box {
margin: 5px;
}
2011-09-25 16:32:08 -04:00
2011-10-01 05:26:47 -04:00
div#gallery_album_box h1 {
2011-09-25 16:32:08 -04:00
font-size: 12pt;
2011-12-21 15:55:52 -05:00
font-family: Verdana;
2011-09-25 16:32:08 -04:00
}
2011-10-01 05:26:47 -04:00
div#gallery_album_cover {
width: 199px;
height: 199px;
2011-12-21 15:55:52 -05:00
border: solid 1pt #999;
2011-12-21 12:37:17 -05:00
padding: 0;
}
div#gallery_control_overlay {
2011-12-21 15:55:52 -05:00
border: 0;
position:absolute;
right: 10pt;
background-color: #333;
opacity: 0.5;
visibility:hidden;
padding: 0 5pt;
}
div#gallery_control_overlay a {
color:white;
2011-09-25 16:32:08 -04:00
}
2011-10-01 05:26:47 -04:00
2011-12-08 14:04:56 -05:00
#gallery_images {
padding:10px 5px;
}