Revision 5153f2a9 ui/static/alt-main.css

b/ui/static/alt-main.css
14 14
	font-size: 100%;
15 15
	vertical-align: baseline;
16 16
	background: transparent;
17
    font-family: Verdana, Bitstream Charter, sans-serif;
17
    font-family: 'PT Sans', Verdana, Bitstream Charter, sans-serif;
18 18
}
19 19
body {
20 20
	line-height: 1;
......
56 56
    margin: 0;
57 57
}
58 58

  
59
h1, h2, h3, h4, h5 {
60
    margin-top: 0em;
61
    margin-bottom: .6em;
62
}
63

  
64 59
h5 {
65 60
    font-weight: normal;
66
    margin-bottom: 1em;
67
}
68

  
69
#footer {
70
    text-align:center;
71
    color: #666;
72
    font-size: .5em;
73
    padding:2em;
61
    font-size: 10pt;
62
    margin-bottom:3px;
74 63
}
75 64

  
76 65
/* get rid of those system borders being generated for A tags */
......
87 76
	margin: 0 0 0 10px; 
88 77
    padding: 0;
89 78
	height:31px;
90
    font-size:34px;	
79
    font-size:32px;	
91 80
    overflow: hidden; 	
92 81
}
93 82

  
......
107 96
	color:#d2d2d2;
108 97
	position:relative;
109 98
	outline:0;
110
    padding: 0 7px 0 10px;
111
    margin-top: 7px;
99
    padding: 0 9px 0 13px;
100
    margin-top: 6px;
101
}
102

  
103
ul.css-tabs a#instances {
104
    color: #87aade;
105
}
106

  
107

  
108
ul.css-tabs a#disks {
109
    color: #deb358;
110
}
111

  
112
ul.css-tabs a#networks {
113
    color: #bc9399;
114
}
115

  
116
ul.css-tabs a#images {
117
    color: #9ba97b;
112 118
}
113 119

  
114 120
ul.css-tabs a:hover {
......
117 123
	
118 124
/* selected tab */
119 125
ul.css-tabs a.current {
120
    color: #87aade;
121 126
	cursor:default;
122 127
    margin-top: 2px;
123 128
}
......
148 153
.error {
149 154
	background-color:#E8FF6D;
150 155
	padding:4px;
151
	-webkit-box-shadow: #000 0 0 12px;
152
	-moz-box-shadow: #000 0 0 12px;
156
	-webkit-box-shadow: #000 0 0 10pt;
157
	-moz-box-shadow: #000 0 0 10pt;
153 158
}
154 159

  
155 160
/* nested arrow inside error message. It's 100% CSS. No images. */
......
171 176

  
172 177
#create {
173 178
    background-color: #87aade;
174
    color: #162d50;
179
    color: #000;
175 180
    cursor: pointer;
176 181
    display: block;
177
    padding: 0.7em .4em 0.7em 2.2em;
182
    padding: 6px 24px;
178 183
    margin-top: 9px;
179
    width: 7.9em;
184
    width: 125px;
180 185
    text-decoration: none;
181 186
    margin-left: -2.3em;
187
    border:1px solid #bfd2ed;
182 188
}
183 189

  
184 190
#create:hover {
......
237 243
/* scrollable root element */
238 244
#wizard {	
239 245
	border:5px solid #87AADE;
240
	font-size:12px;
246
	font-size:10pt;
241 247
	height:480px;
242 248
	margin:0px auto;	
243 249
	width:500px;
......
300 306

  
301 307
#wizard h2 em {
302 308
	display:block;
303
	font-size:14px;
309
	font-size:10pt;
304 310
	color:#666;
305 311
	font-style:normal;
306 312
	margin-top:5px;
......
330 336
}
331 337

  
332 338
#wizard label em {
333
	font-size:11px;
339
	font-size:10pt;
334 340
	color:#666;	
335 341
	font-style:normal;
336 342
}
......
396 402
}
397 403

  
398 404
#wizard div.image span.size {
399
    font-size: 0.8em;
405
    font-size: 10pt;
400 406
    color: #666;
401 407
}
402 408

  
......
405 411
}
406 412

  
407 413
#wizard div.image span.image-id, #wizard div.image span.description {
408
    font-size: 0.8em;
414
    font-size: 10pt;
409 415
    color: #666;
410 416
    font-weight: normal;
411 417
    display:inline;
......
418 424
#wizard .cost {
419 425
    color: #666;
420 426
    margin-top: 5em;
421
    font-size: .8em;
427
    font-size: 10pt;
422 428
}
423 429

  
424 430
#wizard #status {
......
493 499
    cursor: move;
494 500
    display: block;
495 501
    height: 22px;
496
    margin-top: -11px;
502
    margin-top: -10pt;
497 503
    position: absolute;
498 504
    width: 10px;
499 505
}
......
519 525
	-webkit-border-radius:5px; 		
520 526
}
521 527

  
522
.instance {
528
div.instance {
523 529
    clear: both;
524 530
    margin: 1em 0 0 -2em;
525
    padding: 1em 2em 1em 1em;
526
    width: 70%;
531
    padding: 5px;
532
    width: 523px;
527 533
    border: 1px dashed transparent;
528 534
    color: #666;
529
    height: 70px;
535
    height: 67px;
530 536
}
531 537

  
532 538
.instance a {
533
    color: #6892d2;
539
    color: #3d3d3d;
534 540
    font-weight: normal;
535 541
    text-decoration: none;
536
    font-size: .8em;
542
    font-size: 10pt;
537 543
}
538 544

  
539 545
.instance a:hover {
540
    color: #162d50;
546
    color: #000;
541 547
}
542 548

  
543 549
.state {
......
587 593

  
588 594
.instance img {
589 595
    float: left;
590
    margin: 0em 2em 0 1em;
596
    margin: 0em 14px 0 14px;
591 597
}
592 598

  
593 599
div.ip, div.state {
594
    font-size:.7em;
595
    color: #6892D2;
600
    font-size:10pt;
601
    color: #3d3d3d;
596 602
}
597 603

  
598 604
div.indicator {
......
610 616

  
611 617

  
612 618
.instance:hover div.uptime, .instance:hover a.rename, .instance:hover a.configure {
613
    color: #6892D2;
619
    color: #000;
614 620
}
615 621

  
616 622
div.uptime {
......
629 635
span.rename, span.configure {
630 636
    background-repeat: no-repeat;
631 637
    color: transparent;
632
    font-size: 11px;
638
    font-size: 10pt;
633 639
    font-weight: normal;
634 640
    margin-left: 2em;
635 641
    padding-left: 2em;
......
637 643
}
638 644

  
639 645
a.name:hover span.rename {
640
    color: #213D55;
646
    color: #3D3D3D;
641 647
    margin-top: 0.4em;
642 648
    background-image: url(/static/pencil.png);
643 649
}
644 650

  
645
a.ip:hover span.configure {
646
    color: #213D55;
647
    background-image: url(/static/pencil.png);
648
}
649 651

  
650 652
a.storage:hover span.configure {
651
    color: #213D55;
652
    background-image: url(/static/pencil.png);
653
    color: #3D3D3D;
653 654
}
654 655

  
655 656
#ubuntu {
......
665 666
    border-width: 1px 1px 0.2em;
666 667
    color: #FFFFFF;
667 668
    cursor: pointer;
668
    font-size: 1em;
669
    font-size: 10pt;
669 670
    line-height: 1;
670 671
    padding: 0.7em 2em;
671 672

  
......
694 695
a#list, a#standard {
695 696
    float: right;
696 697
    clear: both;
697
    color: #666;
698
    color: white;
698 699
    text-decoration: none;
699
    margin-top: -2em;
700
    margin-right: 5em;
701
    font-size: 0.8em
700
    margin-top: -65px;
701
    margin-right: -36px;
702
    font-size: 10pt;
703
    background-color: #87aade;
704
    padding: 5px 10px;
702 705
}
703 706

  
704 707
div.instance-type {
......
727 730

  
728 731
div.list label {
729 732
    color: #87AADE;
730
    font-size:.8em;
733
    font-size:10pt;
731 734
}
732 735

  
733 736
div.list div.running {
......
790 793
    clear: left;
791 794
    color: #666 !important;
792 795
    display: block;
793
    font-size: .8em;
796
    font-size:10pt;
794 797
}
795 798

  
796 799
input.instance {

Also available in: Unified diff