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

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

interface _ cloud

File size: 2.8 KB
Line 
1/** ***************************************************** **/
2/** ************************ TITLES ********************* **/
3/** ***************************************************** **/
4.title1 {
5    color: #165076;
6    font-weight: bold;
7    font-size: 15px;
8}
9
10.title2 {
11    color: #165076;
12    font-weight: bold;
13}
14
15/** ***************************************************** **/
16/** ********************** CONTAINER ******************** **/
17/** ***************************************************** **/
18.containerStatistics {
19    -moz-border-radius: 4px 4px 4px 4px;
20    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
21    -webkit-border-radius: 4px 4px 4px 4px;
22    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
23    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
24    width: 980px;
25    float: left;
26    margin-bottom: 10px;
27}
28
29.containerTop {
30    width: 840px;
31    float: left;
32}
33
34.containerTitle {
35    float: left;
36    margin: 15px 100px 0 60px;
37    color: #65981e;
38    font-weight: bold;
39    font-size: 20px;
40}
41
42.containerCloud {
43    float: left;
44    margin-right: 30px;
45}
46
47.containerErrors, #errors {
48    background: #FEF1EC;
49    -moz-border-radius: 4px 4px 4px 4px;
50    -webkit-border-radius: 4px 4px 4px 4px;
51    border: 1px solid #CD0A0A;
52    color: #CD0A0A;
53    padding: 10px;
54    margin: 10px;
55}
56
57.containerErrors {
58    display: none;
59}
60
61.disable {
62    background-color: #f5f5f5;
63    border: 1px solid #565656;
64    color: #565656;
65}
66
67/** ***************************************************** **/
68/** ************************ OTHER ********************** **/
69/** ***************************************************** **/
70.cloud {
71    background-image: url("../images/cloud_small.png");
72    background-repeat: repeat-x;
73    height: 60px;
74    width: 78px;
75    padding: 23px 0 0 12px;
76}
77
78#home, #mail, #login {
79    padding: 15px 0 0 23px;
80    width: 67px;
81}
82
83#language {
84    padding: 21px 0 0 28px;
85    width: 62px;
86}
87
88#copy1 {
89    font-size: 7px;
90    font-weight: none;
91    margin: -5px 0 0 4px;
92}
93
94#copy2 {
95    font-size: 7px;
96    font-weight: none;
97    margin: -11px 0 0 14px;
98}
99
100#login {
101    position: relative;
102    float: left;
103}
104
105#login_bg {
106    position: absolute;
107    top: 0;
108    left: 0;
109    z-index: 1;
110}
111
112#login_button {
113    position: absolute; /*top: 16px;*/
114/*left: 20px;*/
115
116    top: 74px;
117    left: 153px;
118    z-index: 2;
119}
120
121#login_text {
122/*visibility: hidden;*/
123    position: absolute;
124    z-index: 2;
125}
126
127#login_text_title {
128    position: absolute;
129    top: 67px;
130    left: 171px;
131    font-weight: bold;
132}
133
134#login_text_content {
135    position: absolute;
136    top: 163px;
137    left: 80px;
138    width: 273px;
139}
140
141/* ****************** LOADINGS ************************* */
142.loadingPlot {
143    margin: auto;
144    height: 15px;
145    width: 128px;
146    margin-top: 50px;
147}
148
149.loadingForParameters_meta, .loadingForPlateforms_meta {
150    margin: auto;
151}
Note: See TracBrowser for help on using the repository browser.