-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.css
executable file
·86 lines (70 loc) · 1.02 KB
/
global.css
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* Center the text in the caption */
.highslide-caption
{
width: 100%;
text-align: center;
font-size: 15pt;
}
.borderless .highslide-caption
{
font-size: 15pt;
}
/* Put the image number in front of the caption */
.highslide-number {
display: inline;
padding-right: 1em;
color: black;
}
body
{
background-color: black;
}
div.album-name
{
text-align: center;
color: white;
font-size: 20pt;
font-weight:bold;
}
div.album-thumb
{
display: table;
margin: 0 auto;
margin-bottom: 50px;
}
div.thumbnails-wrapper
{
display: table;
margin: 0 auto;
}
div.subalbum-name
{
color: white;
font-size: 15pt;
}
span.subalbum-link
{
display: inline-block;
width: 300px;
height: 300px;
text-align: center;
vertical-align: top;
}
span.thumb {
display: inline-block;
width: 210px;
text-align: center;
}
img.subalbum-link {
width: auto;
height:200px;
text-align:center;
}
.highslide-thumbstrip-horizontal img {
width: auto;
height: 100px;
}
.highslide-thumbstrip-vertical img {
width: 150px;
height: auto;
}