Projet

Général

Profil

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

univnautes / usr / local / www / themes / pfsense-dropdown / all.css @ 1cca6b6a

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

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

    
396
}
397

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

    
407

    
408

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

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

    
684

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

    
760

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

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

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

    
784

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

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

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

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

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

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

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

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

    
866

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

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

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

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

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

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

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

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

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

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

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

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

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

    
988
/*thermal_sensors widget styles*/
989

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

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

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

    
1018
.thermal_sensors_widget_mark100 { position: absolute; width: 15px; left: 96%; margin-top: -12px; font: 6pt Arial, sans-serif; text-align: left; color: #575757; }
1019

    
1020
/* widget textarea styles - full width */
1021
.textarea_widget { 
1022
	width: 100%; 
1023
	resize:vertical;
1024
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
1025
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
1026
	box-sizing: border-box;         /* IE 8+ */
1027
}
(1-1/7)