forked from ChicoState/MySchedule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.css
More file actions
43 lines (39 loc) · 762 Bytes
/
Copy pathschedule.css
File metadata and controls
43 lines (39 loc) · 762 Bytes
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
/*color obtained from http://www.colourlovers.com/palette/147921/Blue_Kitten*/
th {
color: #250352;
/*background-color: black;*/
background-color: #ECE59A;
/*background-color: #2C3B63;*/
text-align: left;
text-transform: uppercase;
font-weight: bold;
padding-right: 40px;
}
table tr:nth-child(odd) td{
text-align: left;
width:auto;
color:#FD6E8A;
background-color: #2C3B63;
}
tr {
text-align: left;
width:auto;
color: #2C3B63;
background-color:#FD6E8A;
}
tr:nth-child(odd) td:hover {
color: #2C3B63;
background-color:#FD6E8A;
}
tr:nth-child(even) td:hover {
color:#FD6E8A;
background-color: #2C3B63;
}
table {
/*width: auto;*/
border-collapse: collapse;
text-align: left;
}
body {
background-color: #ECE59A;
}