source: ether_megapoli/trunk/web/resources/css/megapoli.css @ 249

Last change on this file since 249 was 249, checked in by vmipsl, 13 years ago

login

File size: 6.0 KB
Line 
1/** ***************************************************** **/
2/** ********************** CONTAINER ******************** **/
3/** ***************************************************** **/
4.containerLinkLogoEther {
5    position: absolute;
6    top: 0;
7    left: 127px;
8    width: 10px;
9    height: 99px;
10    background-image: url("../images/link_logo_Ether.png");
11    background-repeat: repeat-y;
12}
13
14.containerLogoEther {
15    position: absolute;
16    top: 100px;
17    left: 50px;
18    -moz-border-radius: 4px 4px 4px 4px;
19    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
20    -webkit-border-radius: 4px 4px 4px 4px;
21    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
22    width: 80px;
23    height: 80px;
24    padding: 15px;
25}
26
27.containerSmallLogoEther {
28    float: right;
29    margin-right: 15px;
30}
31
32.containerMegapoli {
33    -moz-border-radius: 4px 4px 4px 4px;
34    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
35    -webkit-border-radius: 4px 4px 4px 4px;
36    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
37    width: 980px;
38    float: left;
39    margin-bottom: 10px;
40}
41
42.containerTitle {
43/*background: url("../images/nuage_bleu.png") no-repeat scroll 0 0 transparent;*/
44    font-size: 20px;
45    color: #165076;
46    font-weight: bold;
47    float: left;
48    margin-top: 9px;
49    padding-left: 177px;
50}
51
52.containerLogo {
53    -moz-border-radius: 4px 4px 4px 4px; /*-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
54    -webkit-border-radius: 4px 4px 4px 4px;
55    float: left;
56    margin-bottom: 10px;
57    margin-right: 20px;
58    padding-left: 30px;
59    width: 120px;
60    top: -32px;
61    position: relative;
62}
63
64.containerUserLogout {
65    float: left;
66    margin-right: 5px;
67}
68
69.containerImgLogout {
70    float: right;
71    position: relative;
72    top: 11px;
73}
74
75.containerNav {
76    -moz-border-radius: 4px 4px 4px 4px;
77    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
78    -webkit-border-radius: 4px 4px 4px 4px;
79    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
80    float: left;
81    position: relative;
82    width: 334px;
83    height: 31px;
84    color: #04155D;
85    top: 4px;
86    margin-bottom: 20px; /*margin-right: 15px;*/
87    padding-top: 6px;
88    padding-left: 10px;
89    font-size: 11px;
90}
91
92.containerMenu {
93    float: right;
94}
95
96.containerTitleContentBorder {
97    float: left;
98    position: relative;
99    height: 2px;
100    border-bottom: 10px solid white;
101    z-index: 1;
102    left: -10px;
103    width: 810px;
104}
105
106.containerTitleContent {
107    -moz-border-radius: 4px 4px 0 0;
108    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
109    -webkit-border-radius: 4px 4px 0 0;
110    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
111    background-image: url("../images/fond_bleu2.png");
112    background-repeat: repeat-x;
113    float: left;
114    position: relative;
115    width: 800px;
116    height: 26px;
117    color: #165076;
118    font-weight: bold;
119    padding-left: 10px;
120    padding-top: 4px;
121}
122
123.containerCenter {
124    -moz-border-radius-topright: 0;
125    -webkit-border-radius: 0; /*#E8EFF3*//* #618EAC*/
126    background: -moz-linear-gradient(white, #E8EFF3);
127    min-height: 400px;
128    text-align: justify;
129    position: relative;
130    top: -32px;
131    padding: 10px;
132    width: 960px;
133}
134
135.containerCenterContent {
136    padding: 10px;
137}
138
139.containerBottom {
140/*background-image: url("../images/elements/button_middle.png");*/
141    background-image: url("../images/elements/button_middle_3.png");
142    background-repeat: repeat-x;
143    color: #FFFFFF;
144    height: 26px;
145    padding-right: 10px;
146    position: relative;
147    top: -32px;
148    width: 975px;
149}
150
151/** ***************************************************** **/
152/** ************************ SLIDES ********************** **/
153/** ***************************************************** **/
154.containerSlide {
155    position: absolute;
156    top: 300px;
157}
158
159.containerSlideContent {
160    float: left;
161    min-height: 200px;
162    -moz-border-radius: 4px 4px 0 0;
163    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
164    -webkit-border-radius: 4px 4px 0 0;
165    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
166    padding: 10px;
167    margin-right: 1px;
168    display: none;
169    background-color: white;
170}
171
172.containerSlideButton {
173    float: left;
174    -moz-border-radius: 4px;
175    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
176    -webkit-border-radius: 4px;
177    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
178}
179
180.containerSlideButtonMentions {
181    margin-top: 51px;
182}
183
184.containerSlideButtonInfos {
185    margin-top: 102px;
186}
187
188#creditSlide {
189    z-index: 2;
190}
191
192#mentionSlide {
193    z-index: 1;
194}
195
196#infoSlide {
197    z-index: 0;
198}
199
200/** ***************************************************** **/
201/** ************************ OTHER ********************** **/
202/** ***************************************************** **/
203#tools .complexButton {
204    float: right;
205}
206
207.colborder {
208    border-right: 1px solid #96A1BA;
209    margin-right: 15px;
210    padding-right: 29px;
211}
212
213.mainContent {
214    padding: 15px;
215}
216
217.roundTable {
218    -moz-border-radius: 4px;
219    -webkit-border-radius: 4px;
220}
221
222.divMenu_arrow, .divMenu_arrow.deployed {
223    height: 13px;
224    width: 13px;
225    position: relative;
226    top: -17px;
227    float: right;
228}
229
230.divMenu_arrow {
231    background-image: url("../images/utils/toggle_down_dark.png");
232}
233
234.divMenu_arrow.deployed {
235    background-image: url("../images/utils/toggle_up_dark.png");
236}
237
238.divMenu_content {
239    display: none;
240}
241
242/** ***************************************************** **/
243/** ************************ PAGES ********************** **/
244/** ***************************************************** **/
245#title_tools, #title_tools .links li a {
246    height: 39px;
247}
248
249#title_tools {
250    font: 12px/18px Trebuchet MS, Arial, san-serif;
251    margin: 18px auto 12px;
252    position: relative;
253}
254
255#level2 .title {
256    color: #165076;
257    font-weight: bold;
258    padding: 0.5em;
259}
260
261.errors {
262/*background-image: url("../images/utils/ui-icons_cd0a0a_256x240.png");*/
263/*background-position: 0 -144px;*/
264/*height: 16px;*/
265/*width: 16px;*/
266    background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
267    -moz-border-radius: 4px 4px 4px 4px;
268    -webkit-border-radius: 4px 4px 4px 4px;
269    border: 1px solid #CD0A0A;
270    color: #CD0A0A;
271    padding: 10px;
272    margin: 10px;
273}
Note: See TracBrowser for help on using the repository browser.