-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
98 lines (79 loc) · 1.9 KB
/
index.css
File metadata and controls
98 lines (79 loc) · 1.9 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
98
* {
font-family: "Helvetica Neue", "Arial", sans-serif;
font-weight: 150;
}
h2 {
font-size: 24px;
}
p {
font-size: 16px;
}
.calendar-container {
margin-left: 170px;
margin-right: 170px;
margin-top: 30px;
background-color: rgb(230,237,255)/*rgb(206,16,233)*//*rgb(238,251,248)*/;
position:relative;
}
.calendar-container .vert-line {
padding-right: 10px;
border-left: 2px solid #000;
width: 100%;
}
.calendar-container .week {
position:relative;
padding: 30px 50px;
color: rgb(96,19,235);
}
.calendar-container .week .day {
}
.calendar-container .week .day .info {
}
.h-line {
border-top: 1px solid rgb(174,221,255);
}
.dropdown {
position:fixed;
display:inline-block;
}
.dropdown .drop-button {
background-color: rgb(204,252,255);/*rgb(174,221,255);*//*rgb(247,208,247);*/ /*darker*/
color: rgb(96,19,235);/*rgb(128,128,128);dark gray*/
font-size: 20px;
border: 2px solid rgb(96,19,235);
position:sticky;
display:inline;
font-size: 30px;
min-width: 128px;
}
.dropdown .drop-button:hover {
background-color: rgb(96,19,235);/*rgb(249,225,249);*/ /*lighter pastel*/
color: rgb(204,252,255);/*rgb(150,150,150);gray*/
border: 2px solid rgb(204,252,255);
.dropdown-content {display:block;}
}
.dropdown .dropdown-content {
position:absolute;
display:none;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
background-color: rgb(204,252,255);/*rgb(236,244,254);white blue*//*rgb(249,225,249);pastel*/
min-width: 128px;
}
.dropdown:hover .dropdown-content {display:block;}
.dropdown .dropdown-content a {
font-size: 16px;
color: rgb(96,19,235);/*rgb(128,128,128);gray*/
display: block;
padding: 10px 10px;
text-align: center;
}
.dropdown .dropdown-content a:hover {
color: rgb(204,252,255);/*rgb(100,100,100);gray*/
background-color: rgb(96,19,235);/*rgb(247,208,247);pastel*/
}
.videos {
display: inline-block;
}
.videos .video {
display: inline-block;
}