summaryrefslogtreecommitdiff
path: root/ui/style.css
blob: 18ae7942912c3f70e4465cbe0ca6eef0af41eedd (plain)
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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
@import url("DejaVu_Sans_ExtraLight/stylesheet.css");
* {
	font-family: sans-serif;
}
html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background: white;
	font-size: 12pt;
}

input[type="text"], input[type="password"] {
	background: #fff;
	border: 1px solid #666;
	font-size: 12pt;
	padding: 0.5ex 0ex 0.5ex;
}
input[type="text"]:hover, input[type="password"]:hover {
	border-color: #000;
}
button, .fakebutton {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 12pt;
	padding: 0.5ex 0ex 0.5ex;
	cursor: pointer;
}
button:hover, .fakebutton:hover {
	background-color: #ccc !important;
}
a.fakebutton {
	color: black;
	text-decoration: none;
	display: inline-block;
}

#headerwrap {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #aaa;
	color: #eee;
	margin: 0px;
	z-index: 1000;
}

#header {
	margin: 0px 7mm 0px;
}

#header a {
	display: inline-block;
	color: #eee;
	text-decoration: none;
	border-bottom: 3px solid #bbb;
	height: 100%;
	vertical-align: middle;
	padding: 0.5ex 0ex 0.5ex;
}
#header a:hover {
	color: #fff;
	border-bottom-color: #55c5ff !important;
}

#userinfo {
	position: absolute;
	right: 7mm;
}
.username {
	color: white;
}

.bghelp {
	z-index: -1;
	background: #eee;
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60mm;
}

#lists {
	position: absolute;
	left: 0;
	top: 0;
	width: 60mm;
	z-index: 1;
	padding: 0mm;
	background: #eee;
}

#lists ul {
	list-style: none;
	margin: 3.5ex 0mm 3em;
	padding: 0px;
}

#lists ul li {
	position: relative;
	margin: 0;
	padding: 0.5ex 3ex 0.5ex 1ex;
}
#lists ul li:hover {
	background: #f8f8f8;
}
#lists ul li.active {
	background: #fff;
}
#lists a {
	color: #555;
	text-decoration: none;
}
#lists a:hover {
	color: black;
}
.listlink {
	display: block;
}


.deletelist {
	display: inline-block;
	margin:0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 3ex;
	border-left: 1px dotted #555;
	text-align: center;
	padding: 0.5ex 0ex 0.5ex 0ex;
}

.deletelist:hover {
	background: #ccc;
}

#addlist {
	position: fixed;
	bottom: 0px;
	width: 58mm;
	background: #ddd;
	padding: 1mm;
	vertical-align: middle;
}
#addlist button {
	position: absolute;
	right: 1mm;
	width: 7mm;
	margin: 0mm;
}
#addlist input {
	width: 100%;
	margin: 0mm;
	width: 50mm;
}

#content {
	padding: 4ex 2mm 2mm 63mm;
}

h1 {
	font-family: "DejaVu Sans ExtraLight", sans-serif;
	font-weight: bold;
	font-size: 16pt;
}

h1 input.listname {
	border: 1px solid #ccc;
	font-size: 16pt;
	margin: 0;
	font-family: "DejaVu Sans ExtraLight", sans-serif;
	font-weight: bold;
}
h1 input.listname:hover, h1 input.listname:focus {
	border: 1px solid black;
}
h1 button {
	background-color: #f7f7f7;
	color: #ddd;
	border: 1px solid #ddd;
}
h1:hover button {
	background: #eee;
	border: 1px solid #ccc;
	color: black;
}

ul.todolist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.todolist li {
	margin: 0;
	position: relative;
	padding: 0.6ex 0 0.6ex;
	border-top: 1px solid #f7f7f7;
	min-height: 34px
}
ul.todolist li:first-child {
	border-top: none;
}
ul.todolist form {
	display: inline;
}
li.checked span.txt {
	font-style: italic;
	color: gray;
	text-decoration: line-through;
	vertical-align: middle;
}
ul.todolist span.btncluster {
	vertical-align: middle;
	position: absolute;
	right: 0;
}
ul.todolist span.btncluster button {
	background: #fbfbfb;
	border: 1px solid #f2f2f2;
	color: #bbb;
}
ul.todolist li:hover span.btncluster button {
	background: #eee;
	border: 1px solid #ccc;
	color: black;
}

.chkbtn {
	padding: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.chkbtn.checked {
	background-image: url(img/sprites.png);
}
.chkbtn input {
	display: none;
}

.notify {
	margin: -100px auto 1mm;
	width: 50%;
	text-align: center;
	color: white;
	padding: 100px 5px 5px 35px;
	position: relative;
}

.notify .icon {
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 45px;
	background-size: 80px 20px;
	background-repeat: no-repeat;
	background-image: url(img/sprites.png);
}

.success {background: #2a0;}
.success .icon {background-position: left -20px top 50%;}
.info {background: #48f;}
.info .icon {background-position: left -40px top 50%;}
.error {background: #f40;}
.error .icon {background-position: left -60px top 50%;}

.delchecked {
	text-align: right;
}

.empty {
	font-style: italic;
	margin: 2mm;
}
.nolist {
	font-style: italic;
	font-size: 18pt;
	color: #999;
	text-align: center;
	position: absolute;
	top: 40%;
}

form.tabform {
	display: table;
}
form.tabform p {
	display: table-row;
}
form.tabform input, form.tabform label {
	display: table-cell;
	margin: 1mm;
}
form.tabform p.formctrl {
	display: block;
	margin: 0;
}