source: ether_statistics/web/resources/css/statistics.css @ 654

Last change on this file since 654 was 654, checked in by vmipsl, 12 years ago

statistics

File size: 5.1 KB
Line 
1/** ***************************************************** **/
2/** ************************ TITLES ********************* **/
3/** ***************************************************** **/
4.title1 {
5    color: #65981E;
6    font-weight: bold;
7    font-size: 15px;
8}
9
10.title2 {
11    color: #99CC32;
12    font-weight: bold;
13}
14
15.text1 {
16    color: #99CC32;
17}
18
19/** ***************************************************** **/
20/** ********************** CONTAINER ******************** **/
21/** ***************************************************** **/
22#containerMiddle {
23    position: relative;
24}
25
26.containerStatistics {
27    -moz-border-radius: 4px 4px 4px 4px;
28    -moz-box-shadow: 0 0 4px rgba(101, 152, 30, 1);
29    -webkit-border-radius: 4px 4px 4px 4px;
30    -webkit-box-shadow: 0 0 4px rgba(101, 152, 30, 1);
31    box-shadow: 0 0 4px rgba(101, 152, 30, 1);
32    position: absolute;
33    background-color: rgba(101, 152, 30, 0.1);
34    margin-right: 10px;
35}
36
37.containerStatisticsTitle {
38    background: -moz-linear-gradient(#65981E, #E6EFC2) repeat scroll 0 0 transparent;
39    background: -ms-linear-gradient(#65981E, #E6EFC2) repeat scroll 0 0 transparent; /*For IE10*/
40    background: -webkit-linear-gradient(#65981E, #E6EFC2) repeat scroll 0 0 transparent; /*For IE10*/
41    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#65981E', endColorstr = 'E6EFC2'); /*For IE7-8-9*/
42    background-color: #65981E;
43    -moz-border-radius: 4px 4px 4px 4px;
44    -moz-box-shadow: 0 0 4px rgba(101, 152, 30, 1);
45    -webkit-border-radius: 4px 4px 4px 4px;
46    -webkit-box-shadow: 0 0 4px rgba(101, 152, 30, 1);
47    box-shadow: 0 0 4px rgba(101, 152, 30, 1);
48    height: 25px;
49    font-weight: bold;
50    padding-left: 7px;
51}
52
53.containerStatisticsContent {
54    padding: 5px;
55    font-size: 11px;
56}
57
58.containerTop {
59    position: relative;
60    margin-top: 19px;
61    width: 690px;
62}
63
64.containerTitle {
65    float: left;
66    margin: -13px 48px 0 60px;
67    color: #65981e;
68    font-weight: bold;
69    font-size: 20px;
70}
71
72.containerCloud {
73    float: left;
74    margin-right: 15px;
75}
76
77.menuCircle {
78    position: relative;
79    float: right;
80    width: 300px;
81    margin: 67px 9px 0 0;
82}
83
84.containerErrors, #errors {
85    background: #FEF1EC;
86    -moz-border-radius: 4px 4px 4px 4px;
87    -webkit-border-radius: 4px 4px 4px 4px;
88    border: 1px solid #CD0A0A;
89    color: #CD0A0A;
90    padding: 10px;
91    margin: 10px;
92    float: right;
93    display:none;
94}
95
96.containerErrors {
97    display: none;
98}
99
100.disable {
101    background-color: #f5f5f5;
102    border: 1px solid #565656;
103    color: #565656;
104}
105
106.containerMentions {
107    margin: 4px 0 0 -19px;
108}
109
110.containerCredits {
111    margin: 4px 0 0 -60px;
112}
113
114/** ***************************************************** **/
115/** ************************ OTHER ********************** **/
116/** ***************************************************** **/
117.cloud {
118    background-image: url("../images/cloud_small.png");
119    background-repeat: repeat-x;
120    height: 60px;
121    width: 78px;
122    padding: 23px 0 0 12px;
123}
124
125/*.cloud_small {*/
126/*background-image: url("../images/cloud_smaller.png");*/
127/*background-repeat: repeat-x;*/
128/*height: 32px;*/
129/*width: 49px;*/
130/*padding: 13px 0 0 11px;*/
131/*font-size: 9px;*/
132/*}*/
133
134#title {
135    position: relative;
136    top: 17px;
137    left: 3px;
138}
139
140#home, #mail, #login {
141    padding: 15px 0 0 23px;
142    width: 67px;
143}
144
145#language {
146    padding: 21px 0 0 28px;
147    width: 62px;
148    position: relative;
149    top: 23px;
150    left: 17px;
151}
152
153#mail {
154    position: relative;
155    top: -15px;
156    left: 20px;
157}
158
159#copy {
160    position: absolute;
161    top: 497px;
162    left: 812px;
163}
164
165#copy1 {
166    font-size: 7px;
167    font-weight: none;
168    margin: -5px 0 0 4px;
169}
170
171#copy2 {
172    font-size: 7px;
173    font-weight: none;
174    margin: -11px 0 0 14px;
175}
176
177#help {
178    position: absolute;
179    top: 247px;
180    left: 375px;
181}
182
183#credits {
184    position: absolute;
185    top: 524px;
186    left: 695px;
187}
188
189#mentions {
190    position: absolute;
191    top: 543px;
192    left: 725px;
193}
194
195#login {
196    position: relative;
197    float: left;
198    margin-right: 10px;
199    top: 41px;
200    left: 4px;
201}
202
203#login_bg {
204    position: absolute;
205    top: 0;
206    left: 0;
207}
208
209#login_button {
210    position: absolute;
211    top: 21px;
212    left: 25px;
213}
214
215#login_text, #credits_text, #mentions_text {
216    visibility: hidden;
217    position: absolute;
218}
219
220#login_text_title {
221    position: absolute;
222    top: 76px;
223    left: 171px;
224    font-weight: bold;
225}
226
227#login_text_content {
228    position: absolute;
229    top: 163px;
230    left: 80px;
231    width: 273px;
232}
233
234#credits_title, #mentions_title {
235    margin: -31px 0 0 9px;
236    font-size: 9px;
237}
238
239#mentions_text, #credits_text {
240    top: 100px;
241    left: 141px;
242}
243
244/* ****************** LOADINGS ************************* */
245.loadingPlot {
246    margin: auto;
247    height: 15px;
248    width: 128px;
249    margin-top: 50px;
250}
251
252.loadingForParameters_meta, .loadingForPlateforms_meta {
253    margin: auto;
254}
255
256.statisticsEther {
257    background: none;
258    border: none;
259}
260
261.back_button {
262    float: right;
263    margin-right: 10px;
264    margin-top: 35px;
265}
266
267.action_button {
268    width: 95%;
269    margin: 3px;
270}
271
272.export_button {
273    float: right;
274    margin: 20px 6px 0 0;
275}
Note: See TracBrowser for help on using the repository browser.