-
Notifications
You must be signed in to change notification settings - Fork 3
/
hours.css
128 lines (106 loc) · 1.85 KB
/
hours.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
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
.prevnext {
list-style-type: none;
margin: 0;
overflow: hidden;
display: inline;
}
.prev {
margin-left: 5%;
text-align: left;
}
.next {
margin-right: 5%;
text-align: right;
margin-top: -2em;
}
.prev a, .next a {
font-weight: bold;
}
#col-mid {
padding-bottom: 6em; /* remove need for 3 blank paragrahs - still not sure why this is even needed */
}
.hours h2 {
text-align: center;
font-weight: bolder;
margin-bottom: 0;
font:bold 1.7em "Trebuchet MS", Arial, Verdana,sans-serif;
}
h3 {
font:bold 1.7em "Trebuchet MS", Arial, Verdana,sans-serif;
color: #333;
padding: .6em 0 .8em 0;
margin: 0;
}
table.calendar {
margin-left: auto;
margin-right: auto;
border-spacing: 3px;
border: none;
position: relative;
background-color: #fff;
border: 1px dotted #e0e0e0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
.calendar td p, .calendar th p {
margin: 0;
}
.calendar td, .calendar th {
padding: 5px;
}
.ie.tblwrap {
text-align: center;
}
.calendar th {
background-color: #efefde;
text-align: center;
color: #000;
font-weight: normal;
}
.calendar td.today {
background-color: #69c;
color: #ff9;
}
.calendar td.closed *{
color: #f35;
}
.calendar td.edge {
background-color: #eee;
font-size: smaller;
}
.calendar td.invalid {
background-color: #f00;
}
.calendar td.null {
background-color: #dd4;
}
.calendar td.null.edge {
background-color: #ee9;
}
.calendar td {
background-color: #CFDAE6;
text-align: center;
}
h3.dom {
padding: 5px;
}
.times p, .calendar th p {
padding: 0;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
white-space: nowrap;
}
.poweredby {
float: right;
padding: 0.5em;
background-color: #efefde;
margin-right: 5%;
margin-top: 2em;
border-radius: 5px;
font: italic normal normal smaller Arial, Helvetica, sans-serif;
}
/* just for testing ATM
.mi {
font-style: italic;
}
*/