aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/000-controls.css
blob: 30ae0a1536314d6d3b0d36189e1f00c294d50335 (plain) (blame)
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
86
87
88
89
90
91
92
93
94
95
96
body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	font-family: "LM Roman", "Georgia", "Palatino Linotype", "Palatino", "Times New Roman", "Times", serif;
	color: #FFFFFF;
}
a {
	color: #88EE44;
	text-decoration: none;
}
a:hover {
	color: #DDDDDD;
}
#title {
	position: absolute;
	top: 0;
	padding: 0.4em;
	font-weight: bold;
	font-size: 1.2em;
}
#loading {
	display: none;
}


#album-view {
	position: absolute;
	top: 2.5em;
	padding: 1em;
}
#thumbs {
	line-height: 0;
}

#thumbs img {
	border: 0;
	margin: 0;
	padding: 0;
}
#subalbums {
	padding-top: 1.5em;
}
.album-button {
	float: left;
	display: block;
	width: 150px;
	height: 60px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 150px;
	background-image: url(../img/image-placeholder.png);
}


#next, #back {
	position: absolute;
	width: auto;
	font-size: 2.5em;
	line-height: 0;
	top: 40%;
}
#back {
	left: .5em;
}
#next {
	right: .5em;
}
#photo {
	border: 0;
}
#photo-view {
	position: absolute;
	bottom: 150px;
	top: 2.5em;
	overflow: hidden;
	margin-bottom: 0.5em;
	left: 0;
	right: 0;
	text-align: center;
}
.photo-view-container {
	position: absolute;
	height: 150px;
	width: 100%;
	bottom: 0;
	top: auto !important;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 0 !important;
	text-align: center;
}