forked from anuko/timetracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
269 lines (222 loc) · 4.75 KB
/
default.css
File metadata and controls
269 lines (222 loc) · 4.75 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
/*
// +----------------------------------------------------------------------+
// | Anuko Time Tracker
// +----------------------------------------------------------------------+
// | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
// +----------------------------------------------------------------------+
// | LIBERAL FREEWARE LICENSE: This source code document may be used
// | by anyone for any purpose, and freely redistributed alone or in
// | combination with other software, provided that the license is obeyed.
// |
// | There are only two ways to violate the license:
// |
// | 1. To redistribute this code in source form, with the copyright
// | notice or license removed or altered. (Distributing in compiled
// | forms without embedded copyright notices is permitted).
// |
// | 2. To redistribute modified versions of this code in *any* form
// | that bears insufficient indications that the modifications are
// | not the work of the original author(s).
// |
// | This license applies to this document only, not any other software
// | that it may be combined with.
// |
// +----------------------------------------------------------------------+
// | Contributors:
// | https://www.anuko.com/time_tracker/credits.htm
// +----------------------------------------------------------------------+
*/
a { color: blue; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
html {
overflow-y: scroll;
}
body {
font-size: 10pt;
font-family: Verdana, sans-serif;
background-color: white;
}
table { font-size: 10pt; font-family: Verdana, sans-serif; }
input, button, select, textarea {
font-size: 10pt;
font-family: Verdana, sans-serif;
margin: 2px 2px 2px 2px;
padding: 2px 5px 2px 5px;
}
input[type=checkbox], label {
vertical-align: middle;
}
.pageTitle {
font-size: 12pt;
font-weight: bold;
color: silver;
}
.systemMenu {
font-size: 11pt;
font-weight: bold;
color: white;
background-color: black;
margin: 2px 4px 2px 4px;
}
.mainMenu {
font-size: 11pt;
color: #444444;
margin: 2px 4px 2px 4px;
}
.onBehalf {
font-weight: bold;
}
/* calendar styles */
.calendarHeader {
padding: 5px;
font-size: 8pt;
color: #333333;
background-color: #d9d9d9;
}
.calendarDay {
padding: 5px;
border: 1px solid silver;
font-size: 8pt;
color: #333333;
background-color: #ffffff;
}
.calendarDaySelected {
padding: 5px;
border: 1px solid silver;
font-size: 8pt;
color: #666666;
background-color: #a6ccf7;
}
.calendarDayWeekend {
padding: 5px;
border: 1px solid silver;
font-size: 8pt;
color: #666666;
background-color: #f7f7f7;
}
.calendarDayHoliday {
padding: 5px;
border: 1px solid silver;
font-size: 8pt;
color: #666666;
background-color: #f7f7f7;
}
.calendarDayHeader {
padding: 5px;
border: 1px solid white;
font-size: 8pt;
color: #333333;
}
.calendarDayHeaderWeekend {
padding: 5px;
border: 1px solid white;
font-size: 8pt;
color: #999999;
}
.calendarLinkWeekend {
color: #999999;
}
.calendarLinkHoliday {
color: #999999;
}
.calendarLinkRecordsExist {
color: #ff0000;
}
.calendarLinkNonCompleteDay {
color: #800080;
}
/* end of calendar styles */
.tableHeader {
font-weight: bold;
text-align: left;
}
.tableHeaderCentered {
font-weight: bold;
text-align: center;
}
.rowReportItem {
background-color: #f5f5f5;
}
.rowReportItemAlt {
background-color: #ffffff;
}
.rowReportSubtotal {
background-color: #e0e0e0;
}
.cellLeftAligned {
text-align: left;
vertical-align: top;
}
.cellRightAligned {
text-align: right;
vertical-align: top;
}
.cellLeftAlignedSubtotal {
font-weight: bold;
vertical-align: top;
}
.cellRightAlignedSubtotal {
font-weight: bold;
text-align: right;
vertical-align: top;
}
.midAligned {
text-align: center;
}
.sectionHeader {
font-weight: bold;
border-bottom: 1px solid lightgray;
}
.sectionHeaderNoBorder {
font-weight: bold;
}
.error {
color: red;
}
.info_message {
color: #0000c0;
}
.divider {
background-color: #efefef;
}
div.table-divider { height: 30px; }
div#LoginAboutText { width: 400px; }
.uncompleted-entry {
display: inline-block;
height: 8px;
width: 8px;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 50%;
background-color: rgba(0, 0, 0, .1);
}
.uncompleted-entry.active { background-color: red; }
.table_icon {
height: 16px;
width: 16px;
}
/* Mobile styles */
.mobile-table {
border: 0;
width: 100%;
border-spacing: 0;
}
.mobile-textarea {
width: 100%;
resize: vertical;
height: 5em;
}
.mobile-input {
width: 100%;
}
.mobile-table-details {
width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
word-wrap: break-word;
border-spacing: 1px;
border: 0;
}
.mobile-table-details td {
padding: 3px;
}