-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotoexplorerremote.css
100 lines (91 loc) · 1.45 KB
/
photoexplorerremote.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#showcontactarea {
position: absolute;
border-radius: 15px;
background-color: #cccccc;
right: 10%;
width: 80%;
top: 70px;
height: 300px;
z-index: 30000;
visibility: hidden;
}
#contactbutton {
background-color: #f40003;
color: #e9edee;
position: absolute;
height: 30px;
bottom: 15px;
left: 5px;
vertical-align: middle;
font-size: 18px;
border-radius: 5px;
padding: 5px;
}
#showcontacttitle {
position: absolute;
top: 30px;
left: 10%;
width: 80%;
font-size: 4vh;
}
#showcontactarea_namelabel {
position: absolute;
top: 100px;
left: 10%;
width: 80%;
font-size: 3vh;
}
#showcontactarea_name {
position: absolute;
top: 140px;
left: 10%;
width: 80%;
}
#showcontactarea_emaillabel {
position: absolute;
top: 180px;
left: 10%;
width: 80%;
font-size: 3vh;
}
#showcontactarea_email {
position: absolute;
top: 220px;
left: 10%;
width: 80%;
}
#showcontactarea_feedback {
position: absolute;
top: 180px;
left: 10%;
width: 80%;
visibility: hidden;
font-size: 4vh;
}
#contactsubmitbutton {
background-color: #f40003;
color: #ffffff;
position: absolute;
height: 30px;
top: 260px;
left: 40%;
vertical-align: middle;
font-size: 18px;
border-radius: 5px;
padding: 5px;
}
#contactokbutton {
background-color: #f40003;
color: #ffffff;
position: absolute;
height: 30px;
top: 260px;
left: 40%;
width: 100px;
vertical-align: middle;
font-size: 18px;
border-radius: 5px;
padding: 5px;
text-align: center;
visibility: hidden;
}