-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
99 lines (84 loc) · 1.28 KB
/
styles.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
body {
font-family:'Roboto', sans-serif;
font-size: 75%;
}
a:link {
color: black;
text-decoration:none;
}
a:visited{
color:black;
text-decoration:none;
}
a:hover{
background: #FFD700;
color:black;
text-decoration:none;
}
a:active {
color: black;
text-decoration:none;
}
#menu {
/*position: fixed;*/
background-color: LightSlateGrey ;
text-align: center;
font-size:110%;
}
.menu-link:link {
color:white;
text-decoration:none;
}
.menu-link:visited {
color:white;
text-decoration:none;
}
.menu-link:hover {
background: #FFD700;
color: LightSlateGrey;
}
.menu-link:active {
color:white;
text-decoration:none;
}
.audioplayer {
position: relative;
margin-top:0.75%;
margin-bottom:5%;
}
.backHome {
position: fixed;
font-size:100%;
left: 0;
bottom: 6%;
width: 100%;
text-align: center;
}
.backHome_img {
position: sticky;
font-size:100%;
left: 33%;
bottom: 6%;
width: 100%;
text-align: center;
}
#footer{
position: fixed;
font-size:80%;
left: 0;
bottom: 0.2%;
width: 100%;
text-align: center;
}
#footer_img{
position: sticky;
font-size:80%;
left: 0;
bottom: 0.2%;
width: 100%;
text-align: center;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
}