-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (67 loc) · 906 Bytes
/
style.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
body {
text-align: center;
}
input {
width: 460px;
margin: 40px auto;
font-size: 16pt;
}
.container {
width: 1040px;
margin: 0 auto;
position:relative;
}
.greyed-out {
background-image: none;
background-color:darkgray;
z-index: 20;
}
img {
width:100%;
}
.hidden {
display: none;
}
.thumbnail {
display: block;
height: 200px;
width: 200px;
float: left;
}
.thumbnail {
margin-bottom: 60px;
margin-right: 60px;
}
/*thumbnail:first-child {
margin-left: 0;
}
.thumbnail:nth-of-type(4n+1) {
margin-left: 0;*/
.photoviewer {
position: absolute;
top: 15px;
left:40px;
width:900px;
}
.left-click {
color: white;
font-size: 60px;
position:absolute;
top:270px;
left: -120px;
}
.right-click {
color: white;
font-size:60px;
position:absolute;
top:270px;
right:-120px;
}
.caption {
width:600px;
font-size: 1.25em;
line-height: 1.5em;
margin: 0 auto;
top: -200px;
color: white;
}