-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
97 lines (84 loc) · 1.42 KB
/
styles.css
File metadata and controls
97 lines (84 loc) · 1.42 KB
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
.school_background {
position: relative;
top: 0;
left: 0;
}
.logo {
position: absolute;
top: 100px;
width: 210;
height: 158;
transition: width 1s, height 1s;
}
body {
background-color: aliceblue;
}
a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: Copperplate Gothic;
font-size: 12
}
a:hover {
background-color: #041664;
color: white;
}
a.active {
background-color: #171581;
}
a.facebook {
background-color: transparent;
}
div.pagina {
background-color: #dddee7;
width: 800px;
border-style: outset;
padding: 50px;
margin: 80px;
box-shadow: 10px 10px 5px grey;
float: left;
}
.gmap_canvas {
overflow: hidden;
background: none!important;
height: 500px;
width: 600px;
}
.mapouter {
border: 8px;
border-color: #041664;
border-style: solid;
margin: 50px;
position: relative;
text-align: right;
height: 500px;
width: 600px;
}
.photo {
width: 180;
height: 128;
transition: width 1s, heigth 1s;
}
.photo:hover {
width: 210;
height: 158;
}
iframe {
transition: all linear 0.5s;
background-color: lightblue;
height: 350px;
width: 350px;
position: relative;
top: 0;
left: 0;
}
.ng-hide {
height: 0;
width: 0;
background-color: transparent;
top: -200px;
left: 200px;
}