-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
82 lines (67 loc) · 1.26 KB
/
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
70
71
72
73
74
75
76
77
78
79
80
81
82
<style>
.title {
color:rgb(120,120,120);
padding-top:15%;
text-shadow: 0px 1px 2px rgb(200,200,200);
font-size:30px;
font-family:sans-serif;
font-weight:300;
margin-left:30px;
}
.subtitle {
display:block;
color:rgb(46,94,134);
text-shadow:0px 1px 2px rgb(86,154,184);
font-size:30px;
font-family:sans-serif;
font-weight:300;
margin-left:30px;
text-decoration:none;
}
.item {
display: block;
color:rgb(60,60,80);
text-shadow:0px 1px 2px rgb(200,200,200);
font-size:60px;
font-family:sans-serif;
font-weight:300;
margin-left:30px;
text-decoration:none;
}
.message {
display:block;
color:rgb(120,120,120);
text-shadow:0px 1px 2px rgb(200,200,200);
padding-top:15%;
font-size:30px;
font-family:sans-serif;
font-weight:300;
margin-left:30px;
text-decoration:none;
}
.galleryTitle {
display: block;
padding-top:5%;
color:rgb(60,60,80);
text-shadow:0px 1px 2px rgb(200,200,200);
font-size:60px;
font-family:sans-serif;
font-weight:300;
margin-left:30px;
text-decoration:none;
}
.print {
width: 160px;
height: 240px;
float: left;
box-shadow: rgb(221, 214, 203) 2px 2px 10px 0px;
margin: 10px;
}
.largePrint{
width: 320px;
height: 480px;
float: left;
box-shadow: rgb(221, 214, 203) 4px 4px 20px 5px;
margin: 20px;
}
</style>