-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.css
More file actions
132 lines (95 loc) · 4.35 KB
/
Copy pathschedule.css
File metadata and controls
132 lines (95 loc) · 4.35 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
@import "../index.css";
table.list { border: 0px; padding: 0px;
vertical-align: top; text-align: left;
border-collapse: collapse;
}
table.list th, table.list td { vertical-align: top; text-align: left;
padding: 0px; padding-right: 1em; border: solid white 0px; }
table.schedule { background: silver; color: navy;
border: ridge #cc0000 thick;
width: 100%;
border-collapse: collapse;
font-weight: bold;
text-align: center;
vertical-align: middle;
}
table.schedule td, table.schedule th { border: solid white 1px; }
table.schedule th { font-style: italic; }
td.office { color: white; background: blue; }
td.office a { color: white; text-decoration: none; }
td.office :hover { color: blue; background: white; }
td.office { color: white; background: navy; }
td.office a { color: white; text-decoration: none; }
td.office :hover { color: navy; background: white; }
/*
td.office { color: navy; background: white; }
td.office a { color: blue; text-decoration: none; }
td.office :hover { color: white; background: blue; }
td.office { color: navy; background: white; }
td.office a { color: blue; text-decoration: none; }
td.office :hover { color: white; background: blue; }
td.office { color: navy; background: tan; }
td.office a { color: blue; text-decoration: none; }
td.office :hover { color: tan; background: blue; }
td.office { color: navy; background: yellow; }
td.office a { color: blue; text-decoration: none; }
td.office :hover { color: yellow; background: blue; }
*/
/* Meetings : Blue */
td.meeting { color: white; background: #0000ff; }
td.meeting a { color: white; text-decoration: none; }
td.meeting :hover { color: #0000ff; background: white; }
td.meeting2 { color: white; background: #0000cc; }
td.meeting2 a { color: white; text-decoration: none; }
td.meeting2 :hover { color: #0000cc; background: white; }
td.meeting3 { color: white; background: #0000aa; }
td.meeting3 a { color: white; text-decoration: none; }
td.meeting3 :hover { color: #000099; background: white; }
td.meeting4 { color: white; background: #000088; }
td.meeting4 a { color: white; text-decoration: none; }
td.meeting4 :hover { color: #000066; background: white; }
td.meeting5 { color: white; background: #000066; }
td.meeting5 a { color: white; text-decoration: none; }
td.meeting5 :hover { color: #000033; background: white; }
td.seminar { color: navy; background: lightblue; }
td.seminar a { color: blue; text-decoration: none; }
td.seminar :hover { color: lightblue; background: blue; }
/* Classes : Red */
td.class1 { color: silver; background: #ff0000; }
td.class1 a { color: white; text-decoration: none; }
td.class1 :hover { color: #ff0000; background: white; }
td.class2 { color: silver; background: #dd0000; }
td.class2 a { color: white; text-decoration: none; }
td.class2 :hover { color: #dd0000; background: white; }
td.class3 { color: silver; background: #bb0000; }
td.class3 a { color: white; text-decoration: none; }
td.class3 :hover { color: #bb0000; background: white; }
td.class4 { color: silver; background: #990000; }
td.class4 a { color: white; text-decoration: none; }
td.class4 :hover { color: #990000; background: white; }
td.class5 { color: silver; background: #770000; }
td.class5 a { color: white; text-decoration: none; }
td.class5 :hover { color: #770000; background: white; }
td.class6 { color: silver; background: #550000; }
td.class6 a { color: white; text-decoration: none; }
td.class6 :hover { color: #550000; background: white; }
/* C&T Staff Meeting : Red + Blue */
td.ctmeeting { color: navy; background: #00cccc; }
td.ctmeeting a { color: blue; text-decoration: none; }
td.ctmeeting :hover { color: #00cccc; background: blue; }
/* Personal Time : Green */
td.research { color: navy; background: #00ff00; }
td.research a { color: blue; text-decoration: none; }
td.research :hover { color: #00ff00; background: blue; }
td.lunch { color: blue; background: blue; }
/* Auditing classes : Yellow = Red + Green */
td.audit { color: navy; background: #cccc00; }
td.audit a { color: blue; text-decoration: none; }
td.audit :hover { color: #cccc00; background: blue; }
/* Miscellaneous : Gray */
td.other { color: navy; background: gray; }
td.other a { color: blue; text-decoration: none; }
td.other :hover { color: gray; background: blue; }
td.other2 { color: navy; background: black; }
td.other2 a { color: blue; text-decoration: none; }
td.other2 :hover { color: darkgray; background: blue; }