server/apps/gallery/css/styles.css

35 lines
502 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;
}
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;
font-family: Arial;
}
2011-10-01 09:26:47 +00:00
div#gallery_album_cover {
width: 199px;
height: 199px;
2011-09-25 20:32:08 +00:00
border: solid 1px black;
}
2011-10-01 09:26:47 +00:00
2011-12-08 19:04:56 +00:00
#gallery_images {
padding:10px 5px;
}