-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStyle.css
103 lines (91 loc) · 1.71 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
background-image: url(Resources/background.jpg);
background-attachment: fixed;
background-size: cover;
padding: 0;
}
.galleria {
float: right;
}
#LMenu {
width: 15%;
height: 300px;
position:fixed;
visibility: hidden;
background-color: black;
border: 0.5em solid black;
opacity: 0.9;
color: white;
padding-left: -1.5%;
list-style-position: hanging;
border-radius: 10px;
margin-top: -.5%;
z-index: 2;
}
#BoxImage {
visibility: hidden;
}
#photoBox {
z-index: 3;
opacity: 0.9;
visibility: hidden;
background-color: black;
position: fixed;
border-radius: 5px;
margin-left: 17%;
padding: 1%;
height: 150px;
}
#LMenu a:link {
text-decoration: none;
color: white;
}
#LMenu a:visited {
color: white;
}
#header {
opacity: 0.9;
vertical-align: middle;
padding: 10px;
font-size: 1em;
background-color: beige;
border-radius: 5px;
list-style: none;
margin-bottom: 10px;
width: 15%;
height: 25px;
background-color: black;
color: white;
}
#locations {
width: 12%;
float: left;
background-color:beige;
border-radius: 5px;
}
.specific {
width:80%;
margin-left: 10%;
border-radius: 5px;
border-style: solid;
border-color: black;
border-width: 2px;
}
.specific:hover {
border-style: dashed;
}
div a p {
margin:2%;
margin-left: 2%;
text-align: center;
}
#body {
position: absolute !important;
margin-left: 15%;
height: 85% !important;
width: 65%;
background-color: whitesmoke;
border-radius: 10px;
padding: 2%;
background: radial-gradient(white 75%, lightblue);
}