Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/* Setup the container with some padding and zoom it for IE's hasLayout */
.yui-toolbar-container .yui-toolbar-subcont {
    padding: .25em 0;
    zoom: 1;
}
/* Setup the :after so that compliant browsers don't loose the bounding box */
.yui-toolbar-container .yui-toolbar-subcont:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
 
/* Drag handle for the toolbar's draggable property */
.yui-toolbar-container span.yui-toolbar-draghandle {
    cursor: move;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    overflow: hidden;
    text-indent: 77777px;
    width: 2px;
    height: 20px;
    display: block;
    clear: none;
    float: left;
    margin: 0 0 0 .2em;
}
/* If the titlebar is draggable, the set the cursor */
.yui-toolbar-container .yui-toolbar-titlebar.draggable {
    cursor: move;
}
/* Set the titlebar to relative so we can position the collapse button */
.yui-toolbar-container .yui-toolbar-titlebar {
    position: relative;
}
/* Toolbar's titlebar styles */
.yui-toolbar-container .yui-toolbar-titlebar h2 {
    font-weight: bold;
    border: none;
    color: #000;
    margin: 0;
    padding: .2em;
}
/* If the toolbar is grouped the draghandle needs to be bigger */
.yui-toolbar-container.yui-toolbar-grouped span.yui-toolbar-draghandle {
    height: 40px;
}
 
/* Float the groups so they position nicely and zoom them for IE */
.yui-toolbar-container .yui-toolbar-group {
    float: left;
    zoom: 1;
}
/* Setup the :after so that compliant browsers don't loose the bounding box */
.yui-toolbar-container .yui-toolbar-group:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
/* Grouped title styles */
.yui-toolbar-container .yui-toolbar-group h3 {
    font-size: 75%;
    color: #999;
    padding-left: .25em;
}
/* Style the separators with a left border */
.yui-toolbar-container span.yui-toolbar-separator {
    border-left: 1px solid #999;
    overflow: hidden;
    text-indent: 77777px;
    width: 2px;
    height: 18px;
    margin: .2em 0 .2em .1em;
    display: block;
    clear: none;
    float: left;
}
/* Set the height of a grouped separator to a little bit bigger */
.yui-toolbar-container.yui-toolbar-grouped span.yui-toolbar-separator {
    height: 35px;
}
 
/* Reset the height of a separator inside of a group */
.yui-toolbar-container.yui-toolbar-grouped .yui-toolbar-group span.yui-toolbar-separator {
    height: 18px;
}
 
/* Kill the default styles of the list */
.yui-toolbar-container ul li {
    margin: 0;
    float: left;
}
 
/* Setup the default style of a button in the toolbar */
.yui-toolbar-container .yui-button {
    border: 1px solid #999999;
    background: none;
    padding: 0;
    cursor: pointer;
    height: 20px;
    width: 30px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 1px;
    position: relative;
    filter: none; /* UNDO Button filter..*/
}
 
/* setup the default style of the A inside of the toolbar button */
.yui-toolbar-container .yui-button .first-child, .yui-toolbar-container .yui-button .first-child a {
    margin: 0;
    border: 0;
    display: block;
    text-indent: 50px !important; /* IE Fix */
    width: 200px;
    overflow:hidden;
}
 
/* Setup the disabled state of a button */
.yui-toolbar-container .yui-button-disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}
/* remove any padding from the A */
.yui-toolbar-container .yui-button a {
    padding: 0;
}
/* Fix a style inherited from the Button widget for IE */
.yui-toolbar-container .yui-button.ie6.hover {
    background-color: #98D5FC !important;
}
 
/* Select Button Emulation */
.yui-toolbar-container .yui-toolbar-select {
    height: 20px;
    width: auto;
}
 
/* Override the default Button style for select menu*/
.yui-toolbar-container .yui-toolbar-select a {
    border: none;
    background-color: transparent;
    height: 19px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    opacity: 1;
    filter: none;
}
/* Fix IE */
.yui-toolbar-container .yui-toolbar-select .first-child {
    width: 100% !important; /* For IE */
}
/* Reset the text-indent because we want to see the text of a select menu */
.yui-toolbar-container .yui-toolbar-select .first-child a {
    text-indent: 3px !important;
    width: 100% !important; /* For IE */
}
 
/* Fix styles inherited from Button  */
.yui-toolbar-container .yui-toolbar-select.yui-button-disabled a {
    cursor: default;
    opacity: 1;
    filter: none;
    display: block;
}
 
 
/* Font Family Drop Down */
.yui-toolbar-container .yui-toolbar-fontname {
    width: 125px;
}
 
/* Header Drop Down */
.yui-toolbar-container .yui-toolbar-heading {
    width: 80px;
}
 
/* Font Family Menu Style - This styles the menu items and the selected menu item */
.yui-toolbar-fontname-arial { font-family: Arial; }
.yui-toolbar-fontname-arial-black { font-family: Arial Black; }
.yui-toolbar-fontname-comic-sans-ms { font-family: Comic Sans MS; }
.yui-toolbar-fontname-courier-new { font-family: Courier New; }
.yui-toolbar-fontname-times-new-roman { font-family: Times New Roman; }
.yui-toolbar-fontname-verdana { font-family: Verdana; }
.yui-toolbar-fontname-impact { font-family: Impact; }
.yui-toolbar-fontname-lucida-console { font-family: Lucida Console; }
.yui-toolbar-fontname-tahoma { font-family: Tahoma; }
.yui-toolbar-fontname-trebuchet-ms { font-family: Trebuchet MS; }
 
/* Put a fake border around buttons that have focus */
.yui-toolbar-container .yui-push-button-focus {
    border: 1px dotted #999;
}
 
/* Spin Button */
.yui-toolbar-container .yui-toolbar-spinbutton {
    position: relative;
    width: 35px;
}
 
/* Set a default width */
.yui-toolbar-container .yui-toolbar-spinbutton .first-child {
    width: 35px;
}
/* Setup the default style for the A */
.yui-toolbar-container .yui-toolbar-spinbutton .first-child a {
    border: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    width: 28px;
    height: 20px;
    text-align: left;
    text-indent: 2px !important;
    z-index: 0;
    opacity: 1;
    filter: none;
}
 
/* Setup the position and style for the up and down arrows */
.yui-toolbar-container .yui-toolbar-spinbutton.yui-button a.up, .yui-toolbar-container .yui-toolbar-spinbutton.yui-button a.down {
    position: absolute;
    display: block
    right: 0;
    cursor: pointer;
    text-indent: 999px;
    overflow: hidden;
    z-index: 1;
    border: none;
}
/* Position all panels/overlays as absolute by default */
.yui-toolbar-container .yui-overlay {
    position: absolute;
}
/* Smash the default style for lists */
.yui-toolbar-container .yui-overlay ul li {
    float: none;
}
 
/* Setup the default look of a color menu and Zoom it for IE */
.yui-toolbar-colors {
    width: 133px;
    zoom: 1;
    display: none;
    z-index: 100;
    overflow: hidden;
}
 
/* Setup the :after so that compliant browsers don't loose the bounding box */
.yui-toolbar-colors:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
/* Style all of the A's so the float properly */
.yui-toolbar-colors a {
    height: 9px;
    width: 9px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 999px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #F6F7EE;
}
/* Put a little border around one that is hovered over */
.yui-toolbar-colors a:hover {
    border: 1px solid black;
}
 
/* Smash the inhertited Menu style */
.yui-color-button-menu {
    overflow: hidden;
    background-color: transparent;
}
 
/* This is the preview box at the bottom of the menu - Zoom it for IE */
.yui-toolbar-colors span {
    position: relative;
    display: block;
    padding: 3px;
    overflow: hidden;
    float: left;
    width: 100%;
    zoom: 1;
}
/* Setup the :after so that compliant browsers don't loose the bounding box */
.yui-toolbar-colors span:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
 
/* This is the box with the color preview in it */
.yui-toolbar-colors span em {
    height: 35px;
    width: 30px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 999px;
    margin: 0.75px;
    border: 1px solid black;
}
 
/* The container for the name and hex code */
.yui-toolbar-colors span strong {
    font-weight: normal;
    padding-left: 3px;
    display: block;
    font-size: 85%;
    float: left;
    width: 65%;
}
 
/* Reset the z-index of the toolbar container so that menu's appear over the iframe in IE and Safari */
.yui-toolbar-container {
    z-index: 1;
}
 
/* The div around the iFrame */
.yui-editor-container .yui-editor-editable-container {
    position: relative;
    z-index: 0;
}
/* The disbled state of the Editor */
.yui-editor-container .yui-editor-masked {
    background-color: #CCC;
}
/* Style the eidtable iframe to hide it */
.yui-editor-container iframe {
    border: 0px;
    padding: 0;
    margin: 0;
}
/* Reset some padding on the editable iframes container */
.yui-editor-container .yui-editor-editable {
    padding: 0;
    margin: 0;
}
/* Style the dom path box at the bottom of the editor */
.yui-editor-container .dompath {
    height: 1em;
    padding:0.25em;
    font-size: 85%;
}
 
/* Header styles for the Property Editor */
.yui-editor-panel .hd {
    text-align: left;
    position: relative;
}
/* Setup some padding around the h3 */
.yui-editor-panel .hd h3 {
    font-weight: bold;
    padding: 0.25em 0pt 0.25em 0.25em;
}
 
/* set it to relative so we can position the close button - Zoom it for IE */
.yui-editor-panel .bd {
    width: 100%;
    zoom: 1;
    position: relative;
}
/* Setup some padding for the body container - Zoom it for IE */
.yui-editor-panel .bd div.yui-editor-body-cont {
    padding: .25em .1em;
    zoom: 1;
}
 
/* Setup the :after so that compliant browsers don't loose the bounding box */
.yui-editor-panel .bd div.yui-editor-body-cont:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
 
/* style the footer of the property editor */
.yui-editor-panel .ft {
    text-align: right;
    width: 99%;
    float: left;
    clear: both;
}
 
/* Style the "tip" icon */
.yui-editor-panel .ft span.tip {
    display: block;
    position: relative;
    padding-left:23px;
    text-align:left;
    margin: .5em;
    zoom: 1;
}
 
 
/* setup some form fields */
.yui-editor-panel label {
    clear: both;
    float: left;
    padding: 0;
    overflow: auto; /* This fixes the caret issue in Firefox */
    width: 100%;
    zoom: 1;
    text-align: left;
}
 
/* more form fields */
.yui-editor-panel label strong {
    float: left;
    width: 6em;
}
 
/* The remove link in the Link Property Editor */
.yui-editor-panel .removeLink {
    width: 80%;
    text-align: right;
}
 
/* More form styling */
.yui-editor-panel label input {
    margin-left: .25em;
    float: left;
}
 
/* Image Padding in the Property Editor */
.yui-editor-panel .yui-toolbar-group-padding {
    width: 100px;
}
 
/* Image Border in the Property Editor */
.yui-editor-panel .yui-toolbar-group-border {
    width: 175px;
    *width: 190px;
}
 
/* Image Text Flow in the Property Editor */
.yui-editor-panel .yui-toolbar-group-textflow {
    width: 150px;
    *width: 180px;
}
 
/* Image Height/Width in the Property Editor */
.yui-editor-panel .height-width {
    float: left;
    width: 68%;
}
/* Image Height/Width title */
.yui-editor-panel .height-width h3 {
    padding-right: 11px;
}
/* Image Height/Width container */
.yui-editor-panel .height-width span {
    font-style: italic;
    display: block;
    float: left;
    overflow:auto;
}
/* Image Height/Width original info container */
.yui-editor-panel .height-width span.info {
    font-size: 70%;
}
 
/* Border Size/Type button widths */
.yui-editor-panel .yui-toolbar-bordersize, .yui-editor-panel .yui-toolbar-bordertype {
    width: 50px;
    font-size: 75%;
}
 
/* Kill the separators in the Property Editor */
.yui-editor-panel .yui-toolbar-container span.yui-toolbar-separator {
    border: none;
}
 
/* Undo the floats on the a's */
.yui-editor-panel .yui-toolbar-container div.yuimenu li.yuimenuitem a {
    float: none;
}
 
/* Border Type solid */
.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-solid {
    border-bottom: 1px solid black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Type dotted */
.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-dotted {
    border-bottom: 1px dotted black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Type dashed */
.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-dashed {
    border-bottom: 1px dashed black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Size 1 */
.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-1 {
    border-bottom: 1px solid black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Size 2 */
.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-2 {
    border-bottom: 2px solid black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Size 3 */
.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-3 {
    border-bottom: 3px solid black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Size 4 */
.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-4 {
    border-bottom: 4px solid black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
/* Border Size 5 */
.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-5 {
    border-bottom: 5px solid black;
    text-indent: 777px;
    overflow: hidden;
    display: block;
    width: 22px;
    height: 8px;
    position: absolute;
    left: 2px;
}
 
/* Border Size menu size */
.yui-toolbar-container .yui-toolbar-bordersize-menu {
    width: 30px;
}
/* Border Size menu styles */
.yui-toolbar-bordersize-menu .yuimenuitemlabel, .yui-toolbar-bordertype-menu .yuimenuitemlabel {
    display: block;
    width: 50px;
    color: #ffffff;
    position: relative;
    margin-left: 20px;
    padding: 0;
}
/* Border Size menu styles - Checked */
.yui-toolbar-bordersize-menu .yuimenuitemlabel .checkedindicator, .yui-toolbar-bordertype-menu .yuimenuitemlabel .checkedindicator {
    position: absolute;
    left: -14px;
}
/* Border Size menu styles - Selected */
.yui-toolbar-bordersize-menu .yuimenuitem a.selected, .yui-toolbar-bordertype-menu .yuimenuitem a.selected {
    color: #B3D4FF;
}
 
/* Border Size 0 - Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-0 a {
    color: #000;
}
/* Border Size 0 - Selected Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-0 a.selected {
    color: #fff;
}
/* Border Size 1 - Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-1 a {
    border-bottom: 1px solid black;
}
/* Border Size 2 - Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-2 a {
    border-bottom: 2px solid black;
}
/* Border Size 3 - Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-3 a {
    border-bottom: 3px solid black;
}
/* Border Size 4 - Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-4 a {
    border-bottom: 4px solid black;
}
/* Border Size 5 - Menu Item */
div.yuimenu.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-5 a {
    border-bottom: 5px solid black;
}
 
 
/* Border Type Solid - Menu Item */
div.yuimenu.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-solid a {
    border-bottom: 1px solid black;
}
/* Border Type Dashed - Menu Item */
div.yuimenu.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-dashed a {
    border-bottom: 1px dashed black;
}
/* Border Type Dotted - Menu Item */
div.yuimenu.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-dotted a {
    border-bottom: 1px dotted black;
}
/* Hidden Headers for Accessibility */
h2.yui-editor-skipheader, h3.yui-editor-skipheader {
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    width: 0;
    overflow: hidden;
    position: absolute;
}