forked from simmons-tech/Simmons-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simmons.css
544 lines (502 loc) · 8.59 KB
/
simmons.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
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
body {
color: #001133;
background-color: #FFFFFF;
margin-top: 0px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: x-large;
margin-top: 5px;
margin-bottom: 5px;
color: #006633;
}
h2 {
font-size: large;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
color: #006633;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
}
a:link,
a:visited {
color: #CC3300;
text-decoration: none;
}
a:hover {
color: #CC3300;
text-decoration: underline;
}
.error {
color: red;
font-weight: bold;
}
.success {
color: green;
font-weight: bold;
}
.alert {
color: red;
font-weight: bold;
font-size: larger;
}
.pagebody {
margin: 1em 2em;
}
.footer {
clear: left;
padding: 1em 2em;
font-size: small;
}
/* old nav system */
table.navbar {
background: #DDDDDD;
padding: 6px 6px;
border: solid 1px black;
}
table.navbar td {
font-size: small;
white-space: nowrap;
padding-left: 10px
}
table.navbar td.navbarGroup {
border-top: solid 1px black;
font-weight: bold;
color: #006633;
}
/* new nav system */
ul.navbar {
background: #dddddd;
padding: 6px;
border: solid 1px black;
margin: 0 10px;
list-style-type: none;
}
ul.navbar li {
font-size: small;
white-space: nowrap;
}
ul.navbar > li {
border-top: solid 1px black;
font-weight: bold;
color: #006633;
padding-left: 10px;
padding-bottom: 5px;
}
ul.navbar > li > ul {
padding: 0;
margin: 0;
list-style-type: none;
}
ul.navbar > li > ul > li {
font-weight: normal;
}
table.movielist {
border-collapse: collapse;
width: 100%;
white-space: nowrap;
}
table.movielist caption {
caption-side: top;
font-weight: bold;
font-size: larger;
}
table.movielist td,
table.movielist th {
padding: 0 .5em;
text-align: center;
}
table.movielist td.titlecell {
white-space: normal;
text-align: left;
}
table.movielist td.statuscell {
text-align: left;
padding-left: 0px;
}
table.movielist tr.evenrow {
background-color: #DDDDFF;
}
table.movielist tr.oddrow {
background-color: #FFFFFF;
}
table.movielist tr.overdue {
background-color: #FFDDDD;
}
table.movielist tr.hidden td {
color: #666666;
}
table.packagetable th {
padding-left: 0.5em;
padding-right: 0.5em;
}
table.packagetable td {
text-align: center;
}
table.packagetable form {
display: inline;
}
table.optionstable td.name {
padding-left: 3em;
text-indent: -3em;
}
table.maillist tr.evenrow {
background: #efefef;
border: #efefef;
}
table.maillist tr.oddrow {
background: #ffffff;
border: #ffffff;
}
table.directory {
empty-cells: show;
border-style: outset;
border-width: 1px;
border-color: silver;
}
table.directory tr.oddrow {
background: #ffdddd;
}
table.directory tr.evenrow {
background: #ffeeee;
}
table.directory td,
table.directory th {
border-style: inset;
border-width: 1px;
border-color: silver;
}
table.pollcreate td {
vertical-align: top;
}
table.pollcreate td.label {
white-space: nowrap;
}
table.openpolls th {
background-color: white;
}
table.openpolls td {
background-color: #ffbbbb;
}
table.openpolls td.description {
background-color: #ffdddd;
}
table.closedpolls th {
background-color: white;
}
table.closedpolls td {
background-color: #bbbbbb;
}
table.closedpolls td.description {
background-color: #dddddd;
}
table.openpolls a,
table.closedpolls a {
white-space: nowrap;
}
table.pollresults td {
background-color: #ffbbbb;
padding-top: 0;
padding-bottom: 0;
}
table.pollresults td.visual {
background-color: transparent;
padding-left: 0;
}
p.polldescription {
font-style: italic;
}
.money:before {
content: '$';
}
.money {
text-align: right;
}
.money.pos {
color: green;
}
.money.neg {
color: red;
}
.number {
text-align: right;
}
a.govaction {
white-space: nowrap;
}
a.govaction + a.govaction {
padding-left: 4px;
border-left: solid thin black;
}
table.proposallist td {
vertical-align: top;
}
table.proposallist tr.evenrow,
table.loungeinfo tr.evenrow {
background-color: #dddddd;
}
table.proposallist tr.oddrow,
table.loungeinfo tr.oddrow {
background-color: #eeeeee;
}
table.proposallist th,
table.loungeinfo th {
padding: 0 .5em;
vertical-align: bottom;
}
table.loungeinfo td.membership {
text-align: right;
}
table.proposallist a.proptitle {
display: block;
font-style: italic;
font-weight: bold;
}
table.proposallist a.admin {
font-size: small;
}
table.proposallist a.admin + a.admin {
padding-left: 4px;
border-left: solid thin black;
}
table.proposallist tr.deleted {
color: #666666;
}
table.proposallist cite {
display: block;
}
table.proposallist cite:before {
content: "-- ";
}
table.proposaldetail {
border-collapse: collapse;
border-width: thin;
border-style: solid;
}
table.proposaldetail td {
border-width: thin;
border-style: solid none;
}
table.proposaldetail .inputdetail {
font-style: italic;
font-size: small;
}
table.racadd td.label {
text-align: right;
}
table.racadd td.label:after {
content: ":";
}
table.batchupdate th {
font-weight: normal;
font-style: italic;
text-align: left;
}
table.rooming {
border: outset 3px;
empty-cells: show;
}
table.rooming td,
table.rooming th {
text-align: center;
border: inset 1px;
padding: 3px;
}
table.rooming .room,
table.rooming .name {
text-align: left;
}
table.rooming > caption {
font-weight: bold;
font-size: larger;
color: #006633;
white-space: nowrap;
margin-top: 3ex;
}
table.about td {
vertical-align: top;
}
table.about .title {
font-weight: bold;
}
table.about ul.names {
white-space: nowrap;
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
table.printeruse {
border-collapse: collapse;
}
table.printeruse th,
table.printeruse td {
padding-left: .5em;
padding-right: .5em;
}
table.printeruse td {
text-align: right;
}
table.printeruse .evenrow {
background-color: #bbbbbb;
}
table.printeruse .oddrow {
background-color: #dddddd;
}
table.grttable td {
padding-left: .5em;
padding-right: .5em;
}
table.grttable tr.evenrow {
background-color: #bbbbbb;
}
table.grttable tr.oddrow {
background-color: #dddddd;
}
table.grttable tr.evenrow.mysection {
background-color: #ffbbbb;
}
table.grttable tr.oddrow.mysection {
background-color: #ffdddd;
}
div.dragregion {
padding: 40px;
}
div.dragregion div.dragitem {
border: solid black thin;
background-color: #dddddd;
}
div.dragregion div.posIndicator {
visibility: hidden;
border: solid thin black;
}
div.dragtemplate {
display: none;
}
table.wiki-perms {
border-collapse: collapse;
}
table.wiki-perms th,
table.wiki-perms td {
border-width: 1px;
border-style: solid;
border-color: black;
text-align: center;
}
table.wiki-perms th {
padding-left: .5em;
padding-right: .5em;
}
table.wiki-perms td.prefix {
text-align: left;
}
.detail {
font-size: smaller;
font-weight: normal;
}
/* GovTracker Financial Styles */
table.fin-total {
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
table.fin-total td {
font-size: large;
font-weight: bold;
}
table.fin-total .money {
font-family: monospace;
font-size: x-large;
}
table.fin-acct-total {
padding-bottom: 20px;
}
table.fin-acct-total td {
font-size: medium;
font-weight: bold;
}
table.fin-acct-total .money {
font-family: monospace;
font-size: large;
}
ul.fin-account-list {
padding: 0;
text-align: center;
}
ul.fin-account-list > li {
display: inline;
}
ul.fin-account-list > li:before {
content: '[';
}
ul.fin-account-list > li:after {
content: ']';
}
ul.fin-account-list > li.current {
font-weight: bold;
}
.fin-link {
font-size: small !important;
}
.fin-link:before {
content: '[';
}
.fin-link:after {
content: ']';
}
table.fin-ledger {
border-collapse: collapse;
border-width: 1px;
border-color: gray;
border-style: dotted;
border-spacing: 0;
margin-bottom: 20px;
}
table.fin-ledger tr.evenrow {
background-color: #eeeeee;
}
table.fin-ledger tr.oddrow {
background-color: #fefefe;
}
table.fin-ledger tr.void td {
text-decoration: line-through;
}
table.fin-ledger th,
table.fin-ledger td {
border-width: 1px;
border-style: dotted;
border-color: gray;
padding: 1px;
vertical-align: top;
}
table.fin-ledger .money {
font-family: monospace;
font-weight: bold;
}
table.fin-ledger td.older {
text-align: center;
font-style: italic;
}
table.fin-ledger td.transtotal {
text-align: right;
font-weight: bold;
}
table.fin-ledger.grid td {
padding-left: .5em;
padding-right: .5em;
}
table.fin-create {
border-collapse: collapse;
border-width: thin;
border-style: solid;
}
table.fin-create td {
border-width: thin;
border-style: solid none;
}
span#fin-sub-descr > span {
display: none;
}