Statistics
| Branch: | Tag: | Revision:

root / ui / static / main.css @ 9c4d2a8f

History | View | Annotate | Download (13.1 kB)

1
html, body, div, span, applet, object, iframe,
2
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
a, abbr, acronym, address, big, cite, code,
4
del, dfn, em, font, img, ins, kbd, q, s, samp,
5
small, strike, strong, sub, sup, tt, var,
6
b, u, i, center,
7
dl, dt, dd, ol, ul, li,
8
fieldset, form, label, legend,
9
table, caption, tbody, tfoot, thead, tr, th, td {
10
        margin: 0;
11
        padding: 0;
12
        border: 0;
13
        font-size: 100%;
14
        vertical-align: baseline;
15
        background: transparent;
16
    font-family: Verdana, 'PT Sans', sans-serif;
17
}
18

    
19
body {
20
        line-height: 1;
21
    background: url(../static/degrade-background.png) repeat-x scroll 0 0 #C3C3C3;
22
    margin: 0;
23
}
24

    
25
ol, ul {
26
        list-style: none;
27
}
28

    
29
blockquote, q {
30
        quotes: none;
31
}
32

    
33
blockquote:before, blockquote:after,
34
q:before, q:after {
35
        content: '';
36
        content: none;
37
}
38

    
39
/* remember to define focus styles! */
40
:focus {
41
    outline: 1px dotted #87AADE;
42
}
43

    
44
/* remember to highlight inserts somehow! */
45
ins {
46
        text-decoration: none;
47
}
48

    
49
del {
50
        text-decoration: line-through;
51
}
52

    
53
/* tables still need 'cellspacing="0"' in the markup */
54
table {
55
        border-collapse: collapse;
56
        border-spacing: 0;
57
}
58

    
59

    
60
h5 {
61
    font-weight: normal;
62
    font-size: 9pt;
63
    margin-bottom:3px;
64
}
65

    
66
/* root element for tabs  */
67
ul.css-tabs {
68
        margin: 0 0 0 10px; 
69
    padding: 0;
70
        height:31px;
71
    font-size:32px;        
72
    overflow: hidden;         
73
}
74

    
75
/* single tab */
76
ul.css-tabs li {  
77
        float:left;         
78
        padding:0; 
79
        margin: 0 10px 0 0;  
80
        list-style-type:none;        
81
}
82

    
83
/* link inside the tab. uses a background image */
84
ul.css-tabs a { 
85
        float:left;
86
        display:block;
87
        text-decoration:none;
88
        color:#d2d2d2;
89
        position:relative;
90
        outline:0;
91
    padding: 0 9px 0 13px;
92
    top: 7px;
93
}
94

    
95
ul.css-tabs a#instances {
96
    color: #a3bbc5;
97
}
98

    
99
ul.css-tabs a#instances.current {
100
  color: #87aade;
101
}
102

    
103
ul.css-tabs a#disks {
104
    color: #deb358;
105
}
106

    
107
ul.css-tabs a#disks.current {
108
    color: #dea842;
109
}
110

    
111
ul.css-tabs a#images {
112
    color: #9ba97b;
113
}
114

    
115
ul.css-tabs a#images.current {
116
    color: #87a06d;
117
}
118

    
119
ul.css-tabs a#networks {
120
    color: #bc9399;
121
}
122

    
123
ul.css-tabs a#networks.current {
124
  color: #9d6d6a;
125
}
126

    
127
ul.css-tabs a:hover {
128

    
129
}
130
        
131
/* selected tab */
132
ul.css-tabs a.current {
133
        cursor:default;   
134
    top: 2px !important; 
135
}
136

    
137
/* tab pane */
138
div.css-panes {
139
/*    border-top: 10px solid #87aade;
140
    border-bottom: 10px solid #87aade;  */
141
    background: white;
142
}
143

    
144
.css-panes > div.pane {
145
        display:none;
146
        padding:0px 20px;
147
    margin: 0 1em;
148
}
149

    
150
/* CSS3 border radius for various elements. yea - CSS isn't perfect */
151
.rounded, #sheet input, .error {
152
        border-radius: 5px;
153
        -webkit-border-radius: 5px;
154
        -moz-border-radius: 5px;
155
        -o-border-radius: 5px;
156
        -khtml-border-radius: 5px;
157
}
158

    
159
/* validation error message */
160
.error {
161
        background-color:#E8FF6D;
162
        padding:4px;
163
        -webkit-box-shadow: #000 0 0 9pt;
164
        -moz-box-shadow: #000 0 0 9pt;
165
}
166

    
167
/* nested arrow inside error message. It's 100% CSS. No images. */
168
.error em {
169
        border: 10px solid;
170
        border-color: #E8FF6D transparent transparent;
171
        bottom: -17px;
172
        display: block;
173
        height: 0;
174
        left: 10px;
175
        position: absolute;
176
        width: 0;
177
}
178

    
179
/* input field that caused validation error */
180
.invalid {
181
        background-color: rgba(221, 233, 255, 0.898) !important;
182
}
183

    
184
#create {
185
    background-color: #87aade;
186
    color: #000;
187
    cursor: pointer;
188
    display: block;
189
    padding: 6px 24px;
190
    margin: 12px 0 20px -36px;
191
    width: 125px;
192
    text-decoration: none;
193
}
194

    
195
#create:hover {
196
    background-color: #a8c5f1;
197
}
198

    
199
#header .fatborder{
200
    height: 60px;
201
    background: #999;
202
}
203

    
204
div#wrapper {
205
    width: 700px;
206
    margin: 0em auto;
207
}
208

    
209
.modal {
210
    background-color:#fff;
211
    display:none;
212
    width:30em;
213
    height:20em;
214
    padding:1em;
215
    text-align:left;
216
    opacity:0.9;
217
}
218
        
219
/* scrollable root element */
220
#wizard {        
221
        border:5px solid #87AADE;
222
        font-size:9pt;
223
        height:405px;
224
        width:460px;
225
        margin:0px auto;        
226
        overflow:hidden;
227
        position:relative;
228
}  
229

    
230
/* scrollable items */
231
#wizard .items {
232
        width:20000em;
233
        clear:both;
234
        position:absolute;
235
}
236

    
237
/* validation error message bar. positioned on the top edge */
238
#drawer {
239
        overflow:visible;
240
        position:fixed;
241
        left:0;
242
        top:0;
243
}
244

    
245
/* scrollable items */
246
#wizard .items {
247
        width:20000em;        
248
        clear:both;        
249
        position:absolute;        
250
    display:block;
251
    padding: 0;
252
    margin: 0;
253
    border:none;
254
    background:none;
255
}
256

    
257
/* single item */
258
#wizard .page {        
259
        padding:20px 30px;
260
        width:440px;
261
        float:left;        
262
    display:block;
263
    border:none;
264
    background-color: transparent;
265
}
266

    
267
/* title */
268
#wizard h2 {
269
        font-weight: bold;
270
    font-size: 12pt;
271
    color: #666;
272
}
273

    
274
#wizard li {
275
        margin-bottom:1.2em;
276
}
277

    
278
#wizard .pane li {
279
    margin: 0;
280
}
281

    
282
#wizard label {
283
        font-size:16px;        
284
        display:block;
285
    clear: both;
286
}
287

    
288
#wizard label strong {
289
        color:#789;        
290
        position:relative;
291
        top:-1px;
292
    font-size: 12pt;
293
}
294

    
295
#wizard label em {
296
        font-size:9pt;
297
        color:#666;        
298
        font-style:normal;
299
}
300

    
301
#wizard .text {
302
        width: 94%;
303
        padding: 5px;
304
    margin-top: 10px;
305
        border: 1px solid #ccc;
306
        color: #456;
307
        letter-spacing: 1px;
308
}
309

    
310
#wizard select {
311
        border:1px solid #ccc;
312
        width:94%;        
313
        padding:4px;
314
    display: none;
315
}
316

    
317
#wizard .double label { 
318
        width:50%;
319
        float:left;
320
}
321

    
322
#wizard .double .text {
323
        width:93%;        
324
}
325

    
326
#wizard .clearfix {
327
        clear:left;
328
        padding-top:10px;        
329
}
330

    
331
#wizard .right {
332
        float:right;                
333
}
334

    
335
#wizard .error {
336
        border:1px solid red;                
337
}
338

    
339
#wizard a:hover div.image {
340
    background-color: #999;
341
}
342

    
343
#wizard label a:hover strong {
344
    color: white;
345
}
346

    
347
#wizard div.image span.size {
348
    font-size: 9pt;
349
    color: #666;
350
}
351

    
352
#wizard div.image .radio {
353
    float: right;
354
}
355

    
356
#wizard div.image span.image-id, #wizard div.image span.description {
357
    font-size: 9pt;
358
    color: #666;
359
    font-weight: normal;
360
    display:inline;
361
}
362

    
363
#wizard a:hover div.image span.image-id, #wizard a:hover div.image span.description, #wizard a:hover div.image span.size {
364
    color: white;
365
}
366

    
367
#wizard .cost {
368
    color: #666;
369
    margin-top: 50px;
370
}
371

    
372
#wizard #status {
373
        height: 32px;
374
        background: #999;
375
    padding-left: 15px;
376
}
377

    
378
.page ul {
379
    margin-top: 15px;
380
    height: 280px;
381
    overflow: auto;
382
}
383

    
384
.panes ul.pane {
385
    height: 276px;
386
}
387

    
388
.page ul.tabs {
389
    overflow: hidden;
390
    height: auto;
391
    margin-bottom: 0;
392
    margin-top: -20px;
393
}
394

    
395
.page ul.tabs li {
396
    float: right;
397
    margin: 0 1em;
398
}
399

    
400
#status li {
401
        float:left;
402
        color:#666;
403
        padding:10px 40px;
404
}
405

    
406
#status li.active {
407
        background-color: #87AADE;
408
    font-weight: bold;
409
    color: white;
410
}
411

    
412
/* slider root element */
413
.slider {
414
    border: 1px solid #666;
415
    clear: right;
416
    cursor: pointer;
417
    display: block !important;
418
    float: left;
419
    height: 5px;
420
    margin: 20px 0 20px;
421
    position: relative;
422
    width: 330px;
423
}
424

    
425
/* drag handle */
426
.handle {
427
    -moz-box-shadow: 0 0 2px #000000;
428
    background: url("../static/h30.png") repeat-x scroll 0 0 #FFFFFF;
429
    border: 1px solid #000000;
430
    cursor: move;
431
    display: block;
432
    height: 22px;
433
    margin-top: -15px;
434
    position: absolute;
435
    width: 10px;
436
}
437

    
438
/* progress bar (enabled with progress: true) */
439
.progress {
440
        height: 5px; 
441
        background-color: #87AADE;
442
}
443

    
444
/* the input field */
445
.range {
446
        border: 1px inset #ddd;
447
        float: left;
448
        font-size: 12pt;
449
        margin: 10px 0 0 15px;
450
        padding: 3px 0;
451
        text-align: center;
452
        width: 50px;                
453
}
454

    
455
div.instance {
456
    clear: both;
457
    margin: -1px 0 0 -32px;
458
    padding: 3px 4px 0;
459
    width: 523px;
460
    border: 1px dashed transparent;
461
    color: #666;
462
    height: 63px;
463
}
464

    
465
.instance a {
466
    color: #3d3d3d;
467
    font-weight: normal;
468
    text-decoration: none;
469
    font-size: 9pt;
470
}
471

    
472
.instance a:hover {
473
    color: #000;
474
    text-decoration: underline;
475
}
476

    
477
.state {
478
    float: right;
479
}
480

    
481
.state div {
482
    text-align: right;
483
    margin-right: 3px;
484
}
485

    
486
.actions {
487
    float: right;
488
    width: 70px;
489
    margin:-60px -75px 0 0;
490
    font-weight: normal;
491
}
492

    
493
.actions a {
494
    color: transparent;
495
}
496

    
497
a.action{
498
    margin: 0 0 5px 5px;
499
    display: none;
500
}
501

    
502
a.more {
503
    margin: 18px 0 5px 5px;
504
    display: none;
505
}
506

    
507
a.action:hover, a.more:hover {
508
    color: black !important;
509
    display: block;
510
}
511

    
512
.actions a:focus, .actions:hover a,.instance:hover .actions a {
513
    color: #3d3d3d;
514
    display: block;
515
}
516

    
517
.instance:hover {
518
    border: 1px dotted transparent;
519
    background-color:#dcdcdc;
520
    color: #3d3d3d;
521
}
522

    
523
.instance img {
524
    float: left;
525
    margin: 7px 14px 0;
526
}
527

    
528
div.ip, div.state {
529
    font-size:9pt;
530
    color: #3d3d3d;
531
}
532

    
533
.list .state {
534
    margin-top: 3px;
535
    margin-right: 10px;
536
}
537

    
538
div.indicator {
539
    width:10px;
540
    height:11px;
541
    margin: 3px -1px;
542
    clear: none;
543
    float:right;
544
}
545

    
546
.view-seperator {
547
    color:#5F8DD3;    
548
}
549
.running .indicator {
550
    border-top: 2px solid white;
551
    border-bottom: 2px solid white;
552
    border-left: 2px solid white;
553
    border-right: 3px solid white;
554
    background-color: #87AADE;
555
}
556

    
557
.instance:hover .indicator {  
558
    border-color: #dcdcdc !important;
559
}
560

    
561
.terminated {
562
    margin-bottom: 17px;
563
    opacity: 0.6;
564
}
565

    
566
.list .terminated {
567
    max-height: 200px;
568
    overflow: auto;
569
}
570

    
571
.instance:hover div.uptime, .instance:hover a.rename, .instance:hover a.configure {
572
    color: #3d3d3d;
573
}
574

    
575
div.uptime {
576
    clear: both;
577
    color: transparent;
578
    margin-left: 1px;
579
}
580

    
581
div.instance-tabs {
582
    margin-top: 1em;
583
}
584

    
585
span.rename, span.configure {
586
    background-repeat: no-repeat;
587
    color: transparent;
588
    font-size: 9pt;
589
    font-weight: normal;
590
    margin-left: 10px;
591
    padding-left: 10px;
592
    text-align: left;
593
}
594

    
595
a.name:hover span.rename {
596
    color: #3D3D3D;
597
    margin-top: 0.4em;
598
    background-image: url(/static/pencil.png);
599
}
600

    
601

    
602
a.settings:hover span.configure {
603
    color: #3D3D3D;
604
}
605

    
606
button {
607
    background-color: #87AADE;
608
    border: 1px solid #87AADE;
609
    color: #FFFFFF;
610
    cursor: pointer;
611
    padding: 4px 25px;
612
}
613

    
614
button.next:hover {
615
    background-color: #f4b400;
616
    border-color: #f4b400;
617
}
618

    
619
button.prev:hover {
620
    background-color: #a8c5f1;
621
    border-color: #a8c5f1;
622
}
623

    
624
button.next {
625
    background-color: #F49000;
626
    border-color: #F49000;
627
    font-weight: bold;
628
}
629

    
630
button.prev {
631
    margin-left: -19px;
632
}
633

    
634
.image-logo {
635
    float: left;
636
    margin-right: 1em;
637
}
638

    
639
div.image {
640
    padding: 10px;
641
    clear: both;
642
    display: block;
643
}
644

    
645
div#view-select {
646
    float: right;
647
    clear: both;
648
    color: white;
649
    margin-top: -70px;
650
    margin-right: -36px;
651
    font-size: 9pt;
652
    background-color: #87aade;
653
    padding: 5px 10px;
654
}
655

    
656
a#standard, a#list {
657
    text-decoration: none;
658
    font-size: 11pt;
659
}
660

    
661
a#standard:link, a#standard:visited {
662
color:#5f8dd3;
663
}
664

    
665
a#list:link, a#list:visited {
666
color:white;
667
}
668

    
669
a#list:hover {
670
background: #5f8dd3;
671
}
672

    
673
a#standard:hover{
674
background: #5f8dd3;
675
}
676

    
677
a#standard:active, a#list:active {
678
color:white;
679
}
680

    
681
.activelink {
682
color:white !important;
683
}
684

    
685
div.instance-type {
686
    float: left;
687
    margin: 4px 10px 20px 0;
688
}
689

    
690
div.active, div.inactive {
691
    min-height: 200px;
692
    width: 500px;
693
    overflow: auto;
694
}
695

    
696
div.inactive {
697
    opacity: .6;
698
    margin-bottom: 17px;
699
}
700

    
701
div.list#instancesview {
702
min-height: 270px; 
703
}
704

    
705
div.list label img {
706
    margin: 0 5px -3px 0;
707
}
708

    
709
div.list label {
710
    color: #3D3D3D;
711
    font-size: 9pt;
712
}
713

    
714
div.list div.running {
715
    margin: 8px 8px 8px 0;
716
    height: 200px; 
717
    overflow: auto;
718
}
719

    
720
div.list div.stopped {
721
    margin: 8px 8px 8px 0;
722
}
723

    
724
/* root element for tabs  */
725
#wizard ul.tabs { 
726
    margin-left: 260px;                          
727
}
728

    
729
#wizard div.panes {
730
    height: 270px;
731
    margin-bottom: 6px;
732
}
733

    
734
/* single tab */
735
#wizard ul.tabs li {  
736
    margin-bottom: 0; 
737
        list-style-type:none;
738
    float: left;        
739
}
740

    
741
/* link inside the tab. uses a background image */
742
#wizard ul.tabs a { 
743
        display:block;
744
        padding: 0.5em;        
745
        text-decoration:none;
746
        color: #999;
747
        position:relative;
748
        top:1px;
749
        outline:0;
750
}
751

    
752
#wizard ul.tabs a:hover {
753
        color: black;
754
    background-color:#F7F7F7;
755
}
756
        
757
/* selected tab */
758
#wizard ul.tabs a.current {
759
        color: white;
760
    background-color: #87AADE;        
761
        cursor: default;
762
}
763

    
764
div.list div.actions {
765
    clear: left;
766
    float: right;
767
    margin-right: -20px;
768
    margin-top: 9px;
769
    text-align: right;
770
    width: 150px;
771
    height: 1000px;
772
}
773

    
774
div.list div.actions a {
775
    clear: left;
776
    color: #3D3D3D !important;
777
    display: block;
778
    font-size:9pt;
779
    opacity: 0.6;
780
}
781

    
782
div.list div.actions a:hover{
783
    text-decoration: underline;
784
    cursor: pointer;
785
}
786

    
787
input.instance {
788
    width: 13px;
789
    height: 13px;
790
    padding: 0;
791
    margin:0;
792
    vertical-align: bottom;
793
    position: relative;
794
    top: -1px;
795
    overflow: hidden;
796
}
797

    
798
#misc {
799
    height: 100px;
800
    border: 5px solid #87AADE;
801
    z-index: 9999;
802
}
803

    
804
#misc p {
805
    margin-top: 15px;
806
}
807

    
808
#misc strong {
809
    color: #F49C1A;
810
}
811

    
812
#misc .close {
813
        background-image: url(/static/close.png);
814
        position: absolute;
815
        right: -19px;
816
        top: -20px;
817
        cursor: pointer;
818
        height: 35px;
819
        width: 35px;
820
}
821

    
822
div#user{
823
    float:right;
824
    clear: both;
825
    color: #a0a0a0;
826
    font-size: 9pt;
827
    margin-top: 16px;
828
}
829

    
830
div#user a{
831
    color: #a0a0a0;
832
    text-decoration: none;
833
}
834

    
835
div#user a.current_lang {
836
    opacity: .5;
837
}
838

    
839
.seperator {
840
    background-color: #87AADE;
841
    height: 10px;
842
    width: 700px;
843
    margin: 0 0 0 -36px;
844
}
845

    
846
#mini.seperator {
847
    width: 538px;
848
    height: 5px;
849
    margin: 17px 0 17px -36px;
850
}
851

    
852
#disks.seperator {
853
    background-color: #dea842;
854
}
855

    
856
#images.seperator {
857
    background-color: #87a06d;
858
}
859

    
860
#networks.seperator {
861
    background-color: #9d6d6a;
862
}
863

    
864
.instance .seperator {
865
    width: 508px;
866
    height: 1px;
867
    margin: 4px 0 0 15px;
868
    background-color: #DCDCDC;
869
}
870

    
871
.instance h5 {
872
    margin: 0px 60px 1px 84px;
873
}
874

    
875
.instance .settings {
876
    margin-top: 22px;
877
}
878