-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
95 lines (89 loc) · 1.54 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
body{
background-color: white;
}
table{
background-color: white;
border: none;
padding: 20px;
border-spacing: 0;
border-collapse: collapse;
}
th{
font-weight: normal;
background-color: #1abc9c;
color: white;
text-align: center;
height: 1cm;
width: 5%;
/* padding: 1%; */
}
.topRow{
position: sticky;
top: 0px;
}
/* tr:nth-child(even){
background-color: #f2f2f2;
} */
td{
text-align: center;
height: 1.25cm;
font-size: 12px;;
/* width: 0.5cm; */
}
#buttons{
text-align: center;
}
/* #currDay{
text-align: center;
font-size: 1cm;
} */
/* .Header{
background: black;
color: white;
} */
.Header {
padding: 60px;
text-align: center;
background: #1abc9c;
/* background: #131817; */
color: white;
font-size: 20px;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.button5 {
background-color: white;
color: #1abc9c;
border: 2px solid #1abc9c;
}
.button5:hover {
background-color: #1abc9c;
color: white;
}
.heading{
text-align: center;
font-size: 0.5cm
}
.smallTables{
width: 100%;
}
.small{
background: #1abc9c;
text-align: center;
color:white;
}
.halfHourData{
vertical-align: top;
}