Merge "Add qtip job to pod zte-virtual6"
[releng.git] / utils / test / reporting / css / default.css
1 .panel-header-item {
2     position: relative;
3     display: inline-block;
4     padding-left: 17px;
5     padding-right: 17px;
6 }
7
8 .panel-pod-name {
9     margin-top: 10px;
10     margin-right: 27px;
11     float:right;
12     padding: 6px;
13 }
14
15 .panel-default > .panel-heading .badge {
16     background-color: #007e88;
17     position: relative;
18     display: inline-block;
19 }
20
21 .panel-default > .panel-heading .progress-bar {
22     height: 100%;
23     position: absolute;
24     left: 0;
25     top: 0;
26     width: 100%;
27     background-color: #0095a2
28 }
29 .panel-default > .panel-heading h4 {
30     color: white;
31 }
32
33 .panel-default > .panel-heading {
34     background-color: #00ADBB;
35     overflow: hidden;
36     position: relative;
37     width: 100%;
38 }
39
40 th{
41     text-align: center;
42 }
43
44 td{
45     text-align: center;
46 }
47
48 .tr-danger {
49     background-color: #177870;
50     color: white;
51 }
52
53 .btn-more {
54     color: white;
55     background-color: #0095a2;
56 }
57
58 h1 { 
59     display: block;
60     font-size: 2em;
61     margin-top: 0.67em;
62     margin-bottom: 0.67em;
63     margin-left: 0;
64     margin-right: 0;
65     font-weight: bold;
66 }
67
68 h2 {
69     display: block;
70     font-size: 1.5em;
71     margin-top: 0.83em;
72     margin-bottom: 0.83em;
73     margin-left: 0;
74     margin-right: 0;
75     font-weight: bold;
76     color:rgb(128, 128, 128)
77 }
78
79 #power-gauge g.arc {
80         fill: steelblue;
81 }
82
83 #power-gauge g.pointer {
84         fill: #e85116;
85         stroke: #b64011;
86 }
87
88 #power-gauge g.label text {
89         text-anchor: middle;
90         font-size: 14px;
91         font-weight: bold;
92         fill: #666;
93 }
94
95 #power-gauge path {
96
97 }
98
99 .axis path,
100 .axis line {
101   fill: none;
102   stroke: #000;
103   shape-rendering: crispEdges;
104 }
105
106 .dot {
107   fill: steelblue;
108   stroke: steelblue;
109   stroke-width: 1.5px;
110 }
111
112 .myButtonPdf {
113         -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
114         -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
115         box-shadow:inset 0px 1px 0px 0px #f29c93;
116         background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
117         background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
118         background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
119         background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
120         background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
121         background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
122         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
123         background-color:#fe1a00;
124         -moz-border-radius:6px;
125         -webkit-border-radius:6px;
126         border-radius:6px;
127         border:1px solid #d83526;
128         display:inline-block;
129         cursor:pointer;
130         color:#ffffff;
131         font-family:Arial;
132         font-size:15px;
133         font-weight:bold;
134         padding:6px 24px;
135         text-decoration:none;
136         text-shadow:0px 1px 0px #b23e35;
137 }
138 .myButtonPdf:hover {
139         background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
140         background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
141         background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
142         background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
143         background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
144         background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
145         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
146         background-color:#ce0100;
147 }
148 .myButtonPdf:active {
149         position:relative;
150         top:1px;
151 }
152
153
154 .myButtonCSV {
155         -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
156         -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
157         box-shadow:inset 0px 1px 0px 0px #bbdaf7;
158         background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
159         background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
160         background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
161         background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
162         background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
163         background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
164         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
165         background-color:#79bbff;
166         -moz-border-radius:6px;
167         -webkit-border-radius:6px;
168         border-radius:6px;
169         border:1px solid #84bbf3;
170         display:inline-block;
171         cursor:pointer;
172         color:#ffffff;
173         font-family:Arial;
174         font-size:15px;
175         font-weight:bold;
176         padding:6px 24px;
177         text-decoration:none;
178         text-shadow:0px 1px 0px #528ecc;
179 }
180 .myButtonCSV:hover {
181         background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
182         background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
183         background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
184         background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
185         background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
186         background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
187         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
188         background-color:#378de5;
189 }
190 .myButtonCSV:active {
191         position:relative;
192         top:1px;
193 }
194