-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
75 lines (65 loc) · 999 Bytes
/
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
p, ul{
margin: 0;
padding: 0;
}
.dropbtn {
background-color: #3498DB;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
margin-left: 17rem;
}
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}
.dropdown-content {
display: none;
position: absolute;
margin-left: 2rem;
}
.show {display: block;}
.group{
background: #660000;
color: white;
padding: .5em .5em 1em;
max-width: 22em;
height: 13rem;
margin: .5em auto;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.left {
float: left;
}
.right {
float: right;
}
.pointer {
cursor: pointer;
}
.center {
text-align: center;
}
.monthname{
width: 16.5em;
font-size: 20px;
}
ul{
list-style-type: none;
}
li{
width: -webkit-calc(100%/7);
float: left;
text-align: center;
height: 20px;
padding: .25em 0;
cursor: pointer;
}
li:hover{
color: #3366ff;
}
.start, .end{
margin: 2rem;
}