-
Notifications
You must be signed in to change notification settings - Fork 0
/
myStyle.css
58 lines (56 loc) · 1.24 KB
/
myStyle.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
body{
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size:medium;
font-weight:bold;
text-indent: 10px;
min-width: 600px;
max-width: 100%;
position: relative;
padding: 0%;
margin: 0%;
}
tr{
color:#fff;
background-color: rgb(112, 112, 112);
border-collapse: collapse;
height: 35px;
}
table{
border-collapse: collapse;
}
.daybox{
background-color: rgb(34, 34, 34);
text-align: center;
width: 100px;
text-indent: 0px;
}
.dayhead{
background-color: rgb(51, 51, 51);
width: 500px;
}
.classcolumn{
width: 100px;
}
.workcolumn{
width: 400px;
}
.duecolumn{
width: 100px;
}
.title{
width: 600px;
background-color: rgb(35, 165, 102);
text-align: right;
padding: 10px;
font-weight: lighter;
font-size:16pt !important;
color: black !important;
}
hr{
margin: 0px;
padding: 0px;
color: black !important;
border-color: black;
border-top:2px;
}