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
RevLine 
[569]1/** ***************************************************** **/
2/** ************************ TITLES ********************* **/
3/** ***************************************************** **/
4.title1 {
[596]5    color: #65981E;
[569]6    font-weight: bold;
7    font-size: 15px;
8}
9
10.title2 {
[596]11    color: #99CC32;
[569]12    font-weight: bold;
13}
14
[596]15.text1 {
16    color: #99CC32;
17}
18
[569]19/** ***************************************************** **/
20/** ********************** CONTAINER ******************** **/
21/** ***************************************************** **/
[589]22#containerMiddle {
23    position: relative;
24}
25
[587]26.containerStatistics {
[569]27    -moz-border-radius: 4px 4px 4px 4px;
[589]28    -moz-box-shadow: 0 0 4px rgba(101, 152, 30, 1);
[569]29    -webkit-border-radius: 4px 4px 4px 4px;
[589]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;
[569]35}
36
[589]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;
[596]55    font-size: 11px;
[589]56}
57
[587]58.containerTop {
[592]59    position: relative;
60    margin-top: 19px;
[591]61    width: 690px;
[569]62}
63
[587]64.containerTitle {
[569]65    float: left;
[592]66    margin: -13px 48px 0 60px;
[587]67    color: #65981e;
68    font-weight: bold;
69    font-size: 20px;
[569]70}
71
[587]72.containerCloud {
[569]73    float: left;
[589]74    margin-right: 15px;
[569]75}
76
[591]77.menuCircle {
78    position: relative;
79    float: right;
80    width: 300px;
[592]81    margin: 67px 9px 0 0;
[591]82}
83
[569]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;
[654]92    float: right;
93    display:none;
[569]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
[596]106.containerMentions {
107    margin: 4px 0 0 -19px;
108}
109
110.containerCredits {
111    margin: 4px 0 0 -60px;
112}
113
[569]114/** ***************************************************** **/
115/** ************************ OTHER ********************** **/
116/** ***************************************************** **/
[587]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;
[569]123}
124
[596]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
[593]134#title {
135    position: relative;
136    top: 17px;
137    left: 3px;
138}
139
[587]140#home, #mail, #login {
141    padding: 15px 0 0 23px;
142    width: 67px;
[569]143}
144
[587]145#language {
146    padding: 21px 0 0 28px;
147    width: 62px;
[593]148    position: relative;
149    top: 23px;
150    left: 17px;
[569]151}
152
[593]153#mail {
154    position: relative;
155    top: -15px;
156    left: 20px;
157}
158
[589]159#copy {
160    position: absolute;
[596]161    top: 497px;
162    left: 812px;
[589]163}
164
[587]165#copy1 {
166    font-size: 7px;
167    font-weight: none;
168    margin: -5px 0 0 4px;
[569]169}
170
[587]171#copy2 {
172    font-size: 7px;
173    font-weight: none;
174    margin: -11px 0 0 14px;
[569]175}
176
[596]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
[587]195#login {
[569]196    position: relative;
197    float: left;
[589]198    margin-right: 10px;
[593]199    top: 41px;
200    left: 4px;
[569]201}
202
[587]203#login_bg {
204    position: absolute;
205    top: 0;
206    left: 0;
[569]207}
208
[587]209#login_button {
[589]210    position: absolute;
211    top: 21px;
212    left: 25px;
[569]213}
214
[596]215#login_text, #credits_text, #mentions_text {
[589]216    visibility: hidden;
[587]217    position: absolute;
[569]218}
219
[587]220#login_text_title {
221    position: absolute;
[589]222    top: 76px;
[587]223    left: 171px;
[569]224    font-weight: bold;
225}
226
[587]227#login_text_content {
228    position: absolute;
229    top: 163px;
230    left: 80px;
231    width: 273px;
[569]232}
233
[596]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
[569]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;
[596]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;
[654]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;
[569]275}
Note: See TracBrowser for help on using the repository browser.