Projet

Général

Profil

Télécharger (20,6 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / themes / pfsense-dropdown / all.css @ 41312f7f

1
/* Element CSS Definitions */
2
html, body, td, th, input, select {
3
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
4
	font-size: 0.9em;
5
}
6

    
7
.nowrap { white-space: nowrap; }
8

    
9
.addgatewaybox {
10
	background-color: #990000;
11
	border-style: none none none none;
12
	width: 225px;
13
}
14

    
15
.infobox {
16
	width:100%;
17
}
18

    
19
.infoboxsave {
20
	padding-right: 10px;
21
}
22

    
23
.infoboxnptd2 {
24
	width:100%;
25
	color:white;
26
	background-color:#990000;
27
	padding-right: 10px;	
28
}
29

    
30
.infoboxnptd {
31
	width:8%;
32
	background-color:#990000;	
33
}
34

    
35
.infoboxnptable {
36
 	height:32px;
37
	width:100%;
38
	background-color:#990000;	
39
}
40

    
41
.infoboxnptable2 {
42
 	height:32px;
43
	width:100%;
44
	background-color:#990000;	
45
}
46

    
47
.infoboxnp {
48
	background-color:#990000;
49
	width:100%;
50
}
51

    
52
.infoboxnpimg {
53
	vertical-align:middle;
54
	width:28px;
55
	height:32px;
56
	background-color:#990000;	
57
}
58

    
59
.inputerrorsleft {
60
	background-color: #990000;
61
	width: 36px;
62
	text-align: center;
63
}
64

    
65
.inputerrorsright {
66
	background-color: #FFD9D1;	
67
	color: #000000;
68
	font-size: 11px;
69
	padding-left: 8px; 
70
	padding-top: 6px;
71
}
72

    
73
form {
74
	margin: 0px;
75
}
76
a {
77
	text-decoration: none;
78
}
79
form input {
80
	font-size: 1.1em;
81
}
82

    
83
/* DOM Tooltip CSS definitions */
84
div.niceTitle
85
{
86
	background-color: #333333;
87
	color: #FFFFFF;
88
	font-weight: bold;
89
	font-size: 13px;
90
	font-family: "Trebuchet MS", sans-serif;
91
	width: 220px;
92
	left: 0;
93
	top: 0;
94
	padding: 4px;
95
	position: absolute;
96
	text-align: left;
97
	z-index: 20;
98
	-moz-border-radius: 0 10px 10px 10px;
99
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
100
	-moz-opacity: .87;
101
	-khtml-opacity: .87;
102
	opacity: .87;
103
}
104
div.niceTitle h1
105
{
106
  background: #990000;
107
  border-bottom: 1px dotted #FFFFFF;
108
	font-weight: bold;
109
	font-size: 13px;
110
	font-family: "Trebuchet MS", sans-serif;
111
	margin: 3px;
112
  padding-top: 1px;
113
  padding-bottom: 1px;
114
  padding-left: 3px;
115
  text-align: left;
116
	left: 0;
117
	top: 0;
118
  -moz-border-radius: 0 8px 0 0;
119
  -moz-opacity: 1;
120
}
121
div.niceTitle .contents
122
{
123
	margin: 0;
124
	padding: 0 3px;
125
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
126
	-moz-opacity: 1;
127
	-khtml-opacity: 1;
128
	opacity: 1;
129
}
130
div.niceTitle p
131
{
132
  background: #FFFFFF;
133
  border: 1px solid #990000;
134
	color: #000000;
135
	font-size: 11px;
136
	font-family: "Trebuchet MS", sans-serif;
137
	padding: 5px;
138
	margin: 3px;
139
	text-align: left;
140
	-moz-opacity: 1;
141
  -moz-border-radius: 0 0 8px 8px;
142
}
143

    
144
body {
145
	background-color: #ffffff;
146
}
147

    
148
/* ID Based CSS Definitions */
149
#wrapper {
150

    
151
}
152

    
153
#header {
154
	height: 70px;
155
	width: 800px;
156
}
157
#header-left {
158
	position: relative;
159
	background: url('images/logo.gif') no-repeat;
160
	background-position: center;
161
	height: 65px;
162
	width: 145px;
163
	left: 10px;
164
	float: left;
165
	background-color: #fff;
166
}
167
#header-right {
168
	position: relative;
169
	background: url('images/header.gif') no-repeat;
170
	height: 70px;
171
	color: #fff;
172
	left: 0px;
173
	margin-left: 165px;
174
}
175
#header-right .alert {
176
	position: relative;
177
	/* background: url('images/alert.gif') no-repeat; */
178
	background-position: 4px 2px;
179
	color: #fff;
180
	height: 17px;
181
	width: 500px;
182
	padding: 4px;
183
	padding-left: 27px;
184
	float: left;
185
}
186

    
187
#header-right .container .left {
188
	position: relative;
189
	top: 32px;
190
	left: 9px;
191
	font-size: 1.8em;
192
}
193

    
194
#header-right .container .right {
195
	position: relative;
196
	top: -8px;
197
	left: 195px;
198
}
199

    
200
#header-right .container .right #alerts {
201
	position: relative;
202
	background: url('images/alert_bgr.gif') no-repeat;
203
	height: 39px;
204
	width: 431px;
205
	z-index: 1;
206
	padding-top: 20px;
207
	padding-left: 5px;
208
	margin: 0px;
209
}
210
#header-right .container .right #hostname {
211
	position: relative;
212
	height: 39px;
213
	width: 431px;
214
	z-index: 1;
215
	padding-left: 5px;
216
	margin: 0px;
217
	top: 25px;
218
	left: 230px;
219
}
220

    
221

    
222

    
223

    
224
table#marquee {
225
	position: relative;
226
	top: -6px;
227
	left: -5px;
228
	border: 0;
229
	padding: 0;
230
	margin: 0;
231
	width: 424px;
232
	background-color: transparent;
233
	padding: 2px;
234
	border: 0px;
235
}
236
span#marquee-container {
237
	position: absolute;
238
	visibility: hidden;
239
	top: -100px;
240
	left: -10000px;
241
}
242
div#marquee-text {
243
	font-size: 1.18em;
244
	font-weight: bold;
245
	font: Verdana;
246
    text-align: center;
247
}
248
table#marquee div#container {
249
	position: relative;
250
	overflow: hidden;
251
	width: 418px;
252
	height: 20px;
253
}
254
table#marquee div#container div#scroller {
255
	position: absolute;
256
	left: 0px;
257
	top: 0px;
258
}
259

    
260

    
261

    
262

    
263

    
264

    
265

    
266
#content {
267
	border-top: 1px solid #FFFFFF;
268
	margin-top: 0px;
269
	padding-top: 0px;
270
	width: 800px;
271
}
272

    
273
#left {
274
	width: 800px;
275
	height: 25px;
276
	margin-bottom: 5px;
277
}
278
#right {
279
	width: 770px;
280
	margin-left: 5px;
281
	margin-right: 5px;
282
	margin-top: 4px;
283
	padding-top: 1px;
284
	padding-bottom: 15px;
285
	padding-left: 10px;
286
	padding-right: 10px;
287
	border-left: 1px solid #000000;
288
	border-right: 1px solid #000000;
289
}
290

    
291
#footer {
292
	position: relative;
293
	top: 3px;
294
	padding: 0px;
295
	margin: 6px;
296
	margin-left: 0px;
297
	margin-top: 2px;
298
	width: 800px;
299
	background-color: #990000;
300
	text-align: center;
301
	color: #ffffff;
302
	font-size: 0.75em;
303
	clear: both;
304
	margin-bottom: 20px;
305
	z-index: 0;
306
}
307
#footer p {
308
	padding: 0px;
309
	margin: 0px;
310
}
311

    
312
/* Style the List */
313
#navigation {
314
	background: url('images/menu.gif') no-repeat;
315
	/* width: 693px; */
316
	width: 800px;
317
	padding: 0px;
318
	height: 28px;
319
}
320
#navigation ul {
321
	padding: 0;
322
	margin: 0;
323
	list-style: none;
324
	text-align: center;
325
	z-index: 10;
326
}
327
#navigation ul#menu {
328
	padding-top: 3px;
329
	padding-left: 5px;
330
}
331

    
332
/* Style the List Elements */
333
#navigation ul li {
334
	float: left;
335
	position: relative;
336
	padding: 0 25px 0 15px;
337
}
338
#navigation ul li div {
339
	font-size: 1em;
340
	font-weight: bold;
341
}
342
/* Make the List inside the List Elements */
343
/* initially hidden with absolute position */
344
#navigation ul li ul {
345
	display: none;
346
	position: absolute;
347
	top: 2em;
348
	left: 0px;
349
	font-weight: normal;
350
	background: transparent bottom left no-repeat; /* This is key to making the menu maintain visibility when not on a link */
351
	padding: 0em 0 1em 0;
352
}
353
/* to override top and left in browsers other than IE */
354
/* which will position to the top right of the containing */
355
/* li, rather than bottom left */
356
#navigation ul li > ul {
357
	top: auto;
358
	left: auto;
359
	left: -1px !important;
360
}
361
/* Show initial drop down upon mouse over, but do not show */
362
/* nested side drop menus within listed elements */
363
#navigation ul li:hover ul {
364
	display: block;
365
	cursor: hand;
366
}
367
#navigation ul li:hover {
368
	cursor: hand;
369
	cursor: pointer;
370
}
371
#navigation ul li:hover div {
372
	text-decoration: underline;
373
}
374

    
375
#navigation ul li {
376
	background-color: transparent;
377
	color: #FFF;
378
}
379
#navigation ul li ul li {
380
	border: 1px solid #000;
381
	background-color: #000;
382
	color: #FFF;
383
}
384
#navigation ul li ul li a.navlnk:hover {
385
	text-decoration: underline;
386
}
387
#navigation ul li.first {
388
	border-right: 0px;
389
}
390
#navigation ul li.middle {
391
	border-right: 0px;
392
}
393
#navigation ul li.last {
394

    
395
}
396

    
397
#navigation ul li.dropfirst {
398
	border-bottom: 0px;
399
}
400
#navigation ul li.dropmiddle {
401
	border-bottom: 0px;
402
}
403
#navigation ul li.droplast {
404
}
405

    
406

    
407

    
408
/* Class Based CSS Definitions */
409
.pgtitle {
410
	font-size: 18px;
411
	color: #777777;
412
	font-weight: bold;
413
}
414
.tfrtitle {
415
	font-size: 18px;
416
	color: #ffffff;
417
	font-weight: bold;
418
}
419
.vncell {
420
	background-color: #DDDDDD;
421
	padding-right: 20px;
422
	padding-left: 8px;
423
	border-bottom: 1px solid #999999;
424
}
425
.formfld {
426

    
427
}
428
.formfldalias {
429
	background-color: #990000;
430
	color: #FFFFFF;
431
}
432
.formpre {
433
	font-family: Courier New, Courier, monospaced;
434
	font-size: 10px;
435
}
436
.formbtn {
437
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
438
	font-size: 13px;
439
	font-weight: bold;
440
}
441
.formbtns {
442
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
443
	font-size: 10px;
444
	font-weight: bold;
445
}
446
.vvcell {
447
	background-color: #FFFFC6;
448
}
449
.errmsg {
450
	font-weight: bold;
451
	color: #CC0000;
452
}
453
.red {
454
	color: #CC0000;
455
}
456
.gray {
457
	color: #A0A0A0;
458
}
459
.vexpl {
460
	font-size: 11px;
461
}
462
.navlnk {
463
	color: #FFFFFF;
464
	text-decoration: none;
465
	font-size: 13px;
466
}
467
.navlnks {
468
	color: #FFFFFF;
469
	text-decoration: none;
470
	font-size: 11px;
471
}
472
.tblnk {
473
	color: #FFFFFF;
474
	text-decoration: none;
475
}
476
.vncellreq {
477
	background-color: #DDDDDD;
478
	padding-right: 20px;
479
	padding-left: 8px;
480
	font-weight: bold;
481
	border-bottom: 1px solid #999999;
482
}
483
.vncellt {
484
	background-color: #DDDDDD;
485
	padding-right: 20px;
486
	padding-left: 8px;
487
	padding-top: 4px;
488
	padding-bottom: 4px;
489
	font-weight: bold;
490
	border-bottom: 1px solid #999999;
491
}
492
.vtable {
493
	border-bottom: 1px solid #999999;
494
}
495
.vnsepcell {
496
	background-color: #BBBBBB;
497
	padding-right: 20px;
498
	padding-left: 8px;
499
	font-weight: bold;
500
	border-bottom: 1px solid #999999;
501
	font-size: 11px;
502
}
503
.cpline {
504
	font-size: 11px;
505
	color: #FFFFFF;
506
}
507
.hostname {
508
	font-size: 11px;
509
	color: #FFFFFF;
510
}
511
.vnsepcellr {
512
	background-color: #BBBBBB;
513
	padding-right: 20px;
514
	padding-left: 8px;
515
	font-weight: bold;
516
	border-right: 1px solid #999999;
517
	border-bottom: 1px solid #999999;
518
	font-size: 11px;
519
}
520
.listrborder {
521
	background-color: #FFFFFF;
522
	border-right: 1px solid #999999;
523
	border-left: 1px solid #999999;	
524
	border-bottom: 1px solid #999999;
525
	font-size: 11px;
526
	padding-right: 6px;
527
	padding-left: 6px;
528
	padding-top: 4px;
529
	padding-bottom: 4px;
530
}
531
.listr {
532
	background-color: #FFFFFF;
533
	border-right: 1px solid #999999;
534
	border-bottom: 1px solid #999999;
535
	font-size: 11px;
536
	padding-right: 6px;
537
	padding-left: 6px;
538
	padding-top: 4px;
539
	padding-bottom: 4px;
540
}
541
.listrpad {
542
	border-right: 1px solid #999999;
543
	border-bottom: 1px solid #999999;
544
	font-size: 11px;
545
	padding-right: 16px;
546
	padding-left: 10px;
547
	padding-top: 8px;
548
	padding-bottom: 8px;
549
}
550
.listn {
551
	font-size: 11px;
552
	padding-right: 16px;
553
	padding-left: 6px;
554
	padding-top: 4px;
555
	padding-bottom: 4px;
556
}
557
.listbg {
558
	border-right: 1px solid #999999;
559
	border-bottom: 1px solid #999999;
560
	font-size: 11px;
561
	color: #FFFFFF;
562
	background-color: #990000;
563
	padding-right: 16px;
564
	padding-left: 6px;
565
	padding-top: 4px;
566
	padding-bottom: 4px;
567
}
568
.listbggrey {
569
	border-right: 1px solid #999999;
570
        border-bottom: 1px solid #999999;
571
        font-size: 11px;
572
        background-color: #999999;
573
        padding-right: 16px;
574
        padding-left: 6px;
575
        padding-top: 4px;
576
        padding-bottom: 4px;
577
}
578
.listhdr {
579
	background-color: #BBBBBB;
580
	padding-right: 16px;
581
	padding-left: 6px;
582
	font-weight: bold;
583
	border-bottom: 1px solid #999999;
584
	font-size: 11px;
585
	padding-top: 5px;
586
	padding-bottom: 5px;
587
}
588
.listhdr a {
589
	color: #000000;
590
}
591
.listhdrr {
592
	background-color: #BBBBBB;
593
	padding-right: 16px;
594
	padding-left: 6px;
595
	font-weight: bold;
596
	border-right: 1px solid #999999;
597
	border-bottom: 1px solid #999999;
598
	font-size: 11px;
599
	padding-top: 5px;
600
	padding-bottom: 5px;
601
}
602
.listhdrr a {
603
	color: #000000;
604
}
605
.listlr {
606
	background-color: #FFFFFF;
607
	border-right: 1px solid #999999;
608
	border-bottom: 1px solid #999999;
609
	border-left: 1px solid #999999;
610
	font-size: 11px;
611
	padding-right: 6px;
612
	padding-left: 6px;
613
	padding-top: 4px;
614
	padding-bottom: 4px;
615
}
616
.listlrns {
617
	background-color: #FFFFFF;
618
	border-right: 1px solid #999999;
619
	border-bottom: 1px solid #999999;
620
	border-left: 1px solid #999999;
621
	font-size: 11px;
622
	padding-top: 4px;
623
	padding-bottom: 4px;
624
}
625
.list {
626
	font-size: 11px;
627
	padding-left: 6px;
628
	padding-top: 2px;
629
	padding-bottom: 2px;
630
}
631
.listt {
632
	font-size: 11px;
633
	padding-top: 5px;
634
}
635
.listhdrrns {
636
	background-color: #BBBBBB;
637
	padding-left: 6px;
638
	padding-top: 5px;
639
	padding-bottom: 5px;
640
	padding-right: 6px;
641
	font-weight: bold;
642
	border-right: 1px solid #999999;
643
	border-bottom: 1px solid #999999;
644
	font-size: 11px;
645
}
646
.listbgns {
647
	border-right: 1px solid #999999;
648
	border-bottom: 1px solid #999999;
649
	font-size: 11px;
650
	background-color: #D9DEE8;
651
	padding-left: 6px;
652
	padding-right: 4px;
653
	padding-top: 4px;
654
	padding-bottom: 4px;
655
}
656
.listtopic {
657
	border-right: 1px solid #999999;
658
	font-size: 11px;
659
	background-color: #990000;
660
	padding-right: 16px;
661
	padding-left: 6px;
662
	color: #FFFFFF;
663
	font-weight: bold;
664
	padding-top: 5px;
665
	padding-bottom: 5px;
666
}
667
.optsect_t {
668
	border-right: 1px solid #999999;
669
	background-color: #990000;
670
	padding-right: 6px;
671
	padding-left: 6px;
672
	padding-top: 2px;
673
	padding-bottom: 2px;
674
}
675
.optsect_s {
676
	font-size: 11px;
677
	color: #FFFFFF;
678
	font-weight: bold;
679
}
680
.tabnavtbl {
681
}
682

    
683

    
684
/* MISC CSS Definitions */
685
ul#tabnav {
686
	font-size: 11px;
687
	font-weight: bold;
688
	list-style-type: none;
689
	margin: 0;
690
	padding: 0;
691
}
692
ul#tabnav li.tabinact1 {
693
	float: left;
694
	background-color: #777777;
695
	color: #FFFFFF;
696
	padding: 0;
697
	white-space: nowrap;
698
}
699
ul#tabnav li.tabinact {
700
	float: left;
701
	border-left: 1px solid #999999;
702
	background-color: #777777;
703
	color: #FFFFFF;
704
	padding: 0;
705
	white-space: nowrap;
706
}
707
ul#tabnav li.tabinact a {
708
	float: left;
709
	display: block;
710
	text-decoration: none;
711
	padding: 5px 8px 5px 8px;
712
	color: #FFFFFF;
713
}
714
ul#tabnav li.tabinact1 a {
715
	float: left;
716
	display: block;
717
	text-decoration: none;
718
	padding: 5px 8px 5px 8px;
719
	color: #FFFFFF;
720
}
721
ul#tabnav li.tabact {
722
	float: left;
723
	background-color: #EEEEEE;
724
	color: #000000;
725
	padding: 5px 8px 5px 8px;
726
	white-space: nowrap;
727
}
728
.tabcont {
729
	background-color: #DDDDDD;
730
	padding-right: 12px;
731
	padding-left: 12px;
732
	padding-top: 12px;
733
	padding-bottom: 12px;
734
}
735
.tabact {
736
	float: left;
737
	background-color: #EEEEEE;
738
	color: #000000;
739
	padding: 5px 8px 5px 8px;
740
	white-space: nowrap;
741
}
742
.tabinact {
743
	font-weight: bold;
744
	float: left;
745
	border-left: 1px solid #999999;
746
	background-color: #777777;
747
	color: #FFFFFF;
748
	padding: 0;
749
	white-space: nowrap;
750
}
751
.menu {
752
	background-color: #000000;
753
	white-space: nowrap;
754
	padding: 0px 5px 0px 5px;
755
	width: 100%;
756
	vertical-align: top;
757
}
758

    
759

    
760
/* Auto Complete Suggestions */
761
div.suggestions {
762
    -moz-box-sizing: border-box;
763
    box-sizing: border-box;
764
    border: 1px solid black;
765
    position: absolute;
766
	background-color: #990000;
767
	color: #FFF;
768
}
769

    
770
div.suggestions div {
771
    cursor: default;
772
    padding: 0px 3px;
773
	background-color: #990000;
774
	color: #FFF;
775
}
776

    
777
div.suggestions div.current {
778
    background-color: #3366cc;
779
    color: #FFF;
780
}
781
/* End Auto Complete Suggestions */
782

    
783

    
784
/* Nifty Corners Crap */
785
.rtop,.artop{display:block}
786
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
787
.artop *{border-style: solid;border-width:0 1px}
788
.r1,.rl1,.re1,.rel1{margin-left:5px}
789
.r1,.rr1,.re1,.rer1{margin-right:5px}
790
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
791
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
792
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
793
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
794
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
795
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
796
.rx1,.rxl1{border-left-width:5px}
797
.rx1,.rxr1{border-right-width:5px}
798
.rx2,.rxl2{border-left-width:3px}
799
.rx2,.rxr2{border-right-width:3px}
800
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
801
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
802
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
803
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
804
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
805
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
806

    
807
#login {
808
	background: #cccccc;
809
	border: 0px solid #666666;
810
	margin: 5em auto;
811
	padding: 0em;
812
	width: 340px;
813
}
814

    
815
#login h1 {
816
	background: url(images/misc/logon.png) no-repeat top left;
817
	margin-top: 0;
818
	display: block;
819
	text-indent: -1000px;
820
	height: 50px;
821
	border-bottom: none;
822
}
823

    
824
#login p {
825
	font-size: 1em;
826
	font-weight: bold;
827
	padding: 3px;
828
	margin: 0em;
829
	text-indent: 10px;
830
}
831

    
832
#login span {
833
	font-size: 1em;
834
	font-weight: bold;
835
	width: 20%;
836
	padding: 3px;
837
	margin: 0em;
838
	text-indent: 10px;
839
}
840

    
841
#login p#text {
842
	font-size: 1em;
843
	font-weight: normal;
844
	padding: 3px;
845
	margin: 0em;
846
	text-indent: 10px;
847
}
848

    
849
#login #username, #password, #password2 {
850
	font-size: small;
851
	width: 60%;
852
	padding-left:19px
853
	padding: 3px;
854
	margin: 0em;
855
}
856

    
857
#login #submit {
858
	font-size: 1em;
859
	font-weight: bold;
860
	padding: 3px;
861
	margin: 0em;
862
	text-indent: 10px;
863
}
864

    
865

    
866
/* Widget CSS */
867
.widgetsubheader {
868
	border-right: 1px solid #999999;
869
	font-size: 11px;
870
	background-color: #B1B1B1;
871
	padding-right: 6px;
872
	padding-left: 6px;
873
	color: #000000;
874
	font-weight: bold;
875
	padding-top: 5px;
876
	padding-bottom: 5px;
877
}
878
.widgetheader {
879
	border-right: 1px solid #999999;
880
	font-size: 11px;
881
	background-color: #990000;
882
	padding-right: 6px;
883
	padding-left: 6px;
884
	color: #FFFFFF;
885
	font-weight: bold;
886
	padding-top: 5px;
887
	padding-bottom: 5px;
888
}
889
.widgetdiv{
890
	margin:5px;
891
	padding: 5px;
892
	background:#CCCCCC;
893
}
894
.widgetconfigdiv{
895
	background:#BBBBBB;
896
	font-size: 11px;
897
	color: #000000;
898
	padding-right: 5px;
899
	padding-left: 5px;
900
	padding-top: 5px;
901
	padding-bottom: 5px;
902
}
903

    
904
div#log div.log-entry-mini {
905
	clear: both;
906
}
907

    
908
div#log div.log-entry-mini span {
909
	padding: 2px 2px 2px 2px;
910
	padding-left: 6px;
911
}
912

    
913
div#log span.log-action-mini-header,
914
div#log span.log-time-mini-header,
915
div#log span.log-interface-mini-header,
916
div#log span.log-source-mini-header,
917
div#log span.log-destination-mini-header,
918
div#log span.log-protocol-mini-header {
919
	float: left;
920
	text-align: left;
921
	background-color: #FFFFFF;
922
	font-size: 12px;
923
	border-left: 1px solid #999;
924
	border-bottom: 1px solid #999;
925
}
926

    
927
div#log span.log-action-mini,
928
div#log span.log-time-mini,
929
div#log span.log-interface-mini,
930
div#log span.log-source-mini,
931
div#log span.log-destination-mini,
932
div#log span.log-protocol-mini {
933
	float: left;
934
	text-align: left;
935
	background-color: #FFFFFF;
936
	font-size: 11px;
937
	border-left: 1px solid #999;
938
	border-bottom: 1px solid #999;
939
}
940

    
941
div#log span.log-action-mini,
942
div#log span.log-action-mini-header {
943
	width: 6%;
944
}
945

    
946
div#log span.log-time-mini,
947
div#log span.log-time-mini-header {
948
	width: 19%;
949
}
950

    
951
div#log span.log-interface-mini,
952
div#log span.log-interface-mini-header {
953
	width: 8%;
954
}
955

    
956
div#log span.log-source-mini,
957
div#log span.log-source-mini-header {
958
	width: 23%;
959
}
960

    
961
div#log span.log-destination-mini,
962
div#log span.log-destination-mini-header {
963
	width: 31%;
964
}
965

    
966
div#log span.log-protocol-mini,
967
div#log span.log-protocol-mini-header {
968
	width: 8%;	
969
	border-right: 1px solid #999;
970
}
971

    
972
/* Sortable tables */
973
table.sortable thead {
974
    cursor: default;
975
<!--	background-color: #EEEEEE;-->
976
	padding-right: 12px;
977
	padding-left: 12px;
978
	padding-top: 12px;
979
	padding-bottom: 12px;
980
}
981

    
982
#graph {
983
	position: relative;
984
	z-index: 1;
985
}
986

    
987
/*thermal_sensors widget styles*/
988

    
989
.thermalSensorRow		{ width: 100%; border: 0px solid #ddd; padding: 1px; border-radius: 3px; }
990
.thermalSensorBarShell	{ position: relative; width: 100%; height: 5px; border: 1px solid lightgray; border-radius: 3px; }
991
.thermalSensorBar		{ position: absolute; width:   0%; height: 1px; z-index: 1; border-style: solid; border-radius: 3px; 
992
						  background-color: LimeGreen; 
993
						  border-top-width: 2px; border-top-color: Lime; 
994
						  border-left-width: 0px;   
995
						  border-right-width: 0px; 
996
						  border-bottom-width: 2px; border-bottom-color: Green; 
997
}
998
.thermalSensorTextShell	{ height: 20px; width: 100%; top: 3px; }
999
.thermalSensorText		{ float: left; height: 20px; top: 3px; }
1000
.thermalSensorValue		{ float: left; height: 20px; top: 3px; font-weight: bold; margin-left: 10px;}
1001

    
1002
.thermalSensorWarnThresh	{ position: absolute; background-color: orange; height: 16px; width: 2px; z-index: 2; margin-top: -8px; }
1003
.thermalSensorCritThresh	{ position: absolute; background-color:    red; height: 16px; width: 2px; z-index: 2; margin-top: -8px; }
1004

    
1005
.thermal_sensors_widget_scale000 { position: absolute; height: 5px; width: 1px; left: -1px; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1006
.thermal_sensors_widget_scale020 { position: absolute; height: 3px; width: 1px; left:  10%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1007
.thermal_sensors_widget_scale010 { position: absolute; height: 3px; width: 1px; left:  20%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1008
.thermal_sensors_widget_scale030 { position: absolute; height: 3px; width: 1px; left:  30%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1009
.thermal_sensors_widget_scale040 { position: absolute; height: 3px; width: 1px; left:  40%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1010
.thermal_sensors_widget_scale050 { position: absolute; height: 3px; width: 1px; left:  50%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1011
.thermal_sensors_widget_scale060 { position: absolute; height: 3px; width: 1px; left:  60%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1012
.thermal_sensors_widget_scale070 { position: absolute; height: 3px; width: 1px; left:  70%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1013
.thermal_sensors_widget_scale080 { position: absolute; height: 3px; width: 1px; left:  80%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1014
.thermal_sensors_widget_scale090 { position: absolute; height: 3px; width: 1px; left:  90%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1015
.thermal_sensors_widget_scale100 { position: absolute; height: 9px; width: 1px; left: 100%; margin-top: -6px; background-color: lightgray; z-index: 0; font-size: 0; }
1016

    
1017
.thermal_sensors_widget_mark100 { position: absolute; width: 15px; left: 96%; margin-top: -12px; font: 6pt Arial, sans-serif; text-align: left; color: #575757; }
(1-1/7)