server/apps/gallery/css/styles.css

54 lines
819 B
CSS
Raw Normal View History

2011-09-25 20:32:08 +00:00
div#gallery_list {
margin: 90pt 20pt;
}
2011-12-08 19:04:56 +00:00
div#gallery_list.leftcontent {
padding-top: 15px;
margin: 0;
text-align: center;
}
2011-09-25 20:32:08 +00:00
2011-10-01 09:26:47 +00:00
div#gallery_album_box {
2011-09-25 20:32:08 +00:00
width: 200px;
text-align: center;
border: 0;
2011-12-08 19:04:56 +00:00
display: inline-block;
2011-09-25 20:32:08 +00:00
margin: 5pt;
vertical-align: top;
2011-12-21 17:37:17 +00:00
padding: 10px;
border: solid 1px black;
2011-12-21 20:55:52 +00:00
position: relative;
2011-09-25 20:32:08 +00:00
}
2011-12-08 19:04:56 +00:00
.leftcontent div#gallery_album_box {
margin: 5px;
}
2011-09-25 20:32:08 +00:00
2011-10-01 09:26:47 +00:00
div#gallery_album_box h1 {
2011-09-25 20:32:08 +00:00
font-size: 12pt;
2011-12-21 20:55:52 +00:00
font-family: Verdana;
2011-09-25 20:32:08 +00:00
}
2011-10-01 09:26:47 +00:00
div#gallery_album_cover {
width: 199px;
height: 199px;
2011-12-21 20:55:52 +00:00
border: solid 1pt #999;
2011-12-21 17:37:17 +00:00
padding: 0;
}
div#gallery_control_overlay {
2011-12-21 20:55:52 +00: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 20:32:08 +00:00
}
2011-10-01 09:26:47 +00:00
2011-12-08 19:04:56 +00:00
#gallery_images {
padding:10px 5px;
}