summaryrefslogtreecommitdiffstats
path: root/apps/gallery/css/styles.css
blob: e23d822fec781b2cd840fdbff1a55ef761d6448e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
div#gallery_list {
  margin: 90pt 20pt;
}
div#gallery_list.leftcontent {
  padding-top: 15px;
  margin: 0;
  text-align: center;
}

div#gallery_album_box {
  width: 200px;
  text-align: center;
  border: 0;
  display: inline-block;
  margin: 5pt;
  vertical-align: top;
}
.leftcontent div#gallery_album_box {
  margin: 5px;
}

div#gallery_album_box h1 {
  font-size: 12pt;
  font-family: Arial;
}

div#gallery_album_cover {
  width: 199px;
  height: 199px;
  border: solid 1px black;
}

#gallery_images {
padding:10px 5px;
}