source: tapas/web/resources/css/tapas.css @ 511

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

loading

File size: 10.7 KB
RevLine 
[384]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/** ***************************************************** **/
[490]18button.positive, button.negative {
19
[497]20    float: right;
[504]21    font-weight:bold;
22    //font-size:12px;
[481]23}
24
[490]25.tab_class {
26    float: right;
27    background: #BFAFD6;
28    color: #574176;
29    margin-left: 11px;
[497]30    margin-right: -10px;
[490]31    padding: 4px;
32    -moz-border-radius: 4px 4px 0 0;
33    -webkit-border-radius: 4px 4px 0 0;
34    margin-top: 3px;
[497]35    height: 19px;
36/ / -moz-box-shadow : 0 0 5 px rgba ( 0, 0, 0, 0.3 );
37/ / -webkit-box-shadow : 0 0 5 px rgba ( 0, 0, 0, 0.3 );
38/ / box-shadow : 0 0 4 px rgba ( 0, 0, 0, 0.3 );
[490]39}
40
41.tab_class.activated {
42    background: #574176;
43    color: #BFAFD6;
44
45}
46
47.divAll {
48
49}
50
51.cfs1 {
52    border: 2px solid white;
53    -moz-border-radius: 8px;
54    -webkit-border-radius: 8px;
55    border-radius: 8px;
56    padding-right: 40px;
57    padding-left: 30px;
58    margin-left: -10px;
59    padding-bottom: 30px;
[504]60    width:650px;
[490]61}
62
[481]63.cfs2 {
[490]64    border: 2px solid white;
65    -moz-border-radius: 8px;
66    -webkit-border-radius: 8px;
67    border-radius: 8px;
[504]68    padding-right: 30px;
[490]69    padding-bottom: 30px;
70    margin-right: 0px;
[504]71    margin-left: -65px;
72    padding-left: 20px
[481]73}
74
[504]75
76
[481]77.containerForm {
78
[490]79    float: left;
[504]80    width: 1070px;
[497]81    height: 400px;
[481]82
83}
84
[490]85.containerTabs {
86
87    float: right;
88    margin-top: -40px;
89
90}
91
[481]92.divPreference {
[490]93    margin-top: 20px;
94    float: left;
[481]95}
96
97#button_submit {
[490]98    margin-right: 30px;
[481]99
100}
101
102.divObservation {
[490]103    margin-top: 20px;
104    margin-left: 30px;
105    margin-right: 80px;
106    float: left;
[481]107}
108
[409]109.containerLinkLogoEther {
[481]110
[409]111    position: absolute;
112    top: 0;
113    left: 127px;
114    width: 10px;
115    height: 99px;
116    background-image: url("../images/link_logo_Ether.png");
117    background-repeat: repeat-y;
[481]118
[409]119}
120
121.containerLogoEther {
122    position: absolute;
123    top: 100px;
124    left: 50px;
125    -moz-border-radius: 4px 4px 4px 4px;
126    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
127    -webkit-border-radius: 4px 4px 4px 4px;
128    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
129    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
130    width: 80px;
131    height: 80px;
132    padding: 15px;
133}
134
[481]135.containerText {
136    font-size: 12px;
137    color: #574176;
[490]138/ / float : left;
139/ / margin-top : 10 px;
[481]140    padding-left: 0px;
[490]141/ / width : 100 px;
[481]142
143}
144
145.containerLabel {
146    font-size: 12px;
147    color: white;
148    font-weight: bold;
[490]149/ / margin-bottom : 10 px;
[481]150    padding-left: 20px;
[490]151    text-align: right;
[481]152}
153
[489]154.containerLabel2 {
155    font-size: 12px;
156    color: white;
157    font-weight: bold;
[490]158/ / margin-bottom : 10 px;
159/ / padding-left : 20 px;
[489]160}
[481]161
[489]162.containerLabel3 {
163    font-size: 12px;
164    color: white;
165    font-weight: bold;
[490]166    text-align: center;
[489]167}
168
[384]169.containerTapas {
170    -moz-border-radius: 4px 4px 4px 4px;
171    -webkit-border-radius: 4px 4px 4px 4px;
172    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
173    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
174    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
[504]175    width: 1047px;
[384]176    float: left;
177    margin-bottom: 10px;
178}
179
180.containerTitle {
[444]181    font-size: 16px;
[480]182    color: #574176;
[384]183    font-weight: bold;
184    float: left;
185    margin-top: 9px;
[444]186    padding-left: 80px;
[384]187}
188
189.containerLogo {
[386]190    -moz-border-radius: 4px 4px 4px 4px;
[384]191    -webkit-border-radius: 4px 4px 4px 4px;
192    float: left;
193    margin-bottom: 10px;
194    margin-right: 20px;
195    padding-left: 30px;
196    width: 120px;
[481]197    top: -22px;
[384]198    position: relative;
199}
200
201.containerUserLogout {
202    float: left;
203    margin-right: 5px;
204}
205
206.containerImgLogout {
207    float: right;
208    position: relative;
209    top: 13px;
210}
211
212.containerNav {
213    -moz-border-radius: 4px 4px 4px 4px;
214    -webkit-border-radius: 4px 4px 4px 4px;
215    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
216    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
217    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
218    float: left;
219    position: relative;
[481]220    width: 330px;
[388]221    height: 33px;
[384]222    color: #04155D;
223    top: 4px;
[386]224    margin-bottom: 20px;
[384]225    padding-top: 6px;
226    padding-left: 10px;
227    font-size: 11px;
[490]228    top: 12px;
[384]229}
230
231.containerMenu {
232    float: right;
[504]233    margin-left:171px;
[384]234}
235
236.containerTitleContentBorder {
237    float: left;
238    position: relative;
239    height: 2px;
240    border-bottom: 10px solid white;
241    z-index: 1;
242    left: -10px;
243    width: 810px;
244}
245
246.containerTitleContent {
247    -moz-border-radius: 4px 4px 0 0;
248    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
249    -webkit-border-radius: 4px 4px 0 0;
250    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
251    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
[481]252    background: -moz-linear-gradient(#574176, #574176) repeat scroll 0 0 transparent;
253    background: -ms-linear-gradient(#574176, #574176) repeat scroll 0 0 transparent; /*For IE10*/
254    background: -webkit-linear-gradient(#574176, #574176) repeat scroll 0 0 transparent; /*For IE10*/
[480]255    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#574176', endColorstr = 'white'); /*For IE7-8-9*/
[384]256    float: left;
257    position: relative;
[504]258    width: 141px;
[384]259    height: 26px;
[388]260    color: white;
[384]261    font-weight: bold;
262    padding-left: 10px;
263    padding-top: 4px;
[490]264    top: 23px;
[497]265    margin-right: 600px;
[490]266    text-decoration: underline;
[481]267
[384]268}
269
[481]270.containerField {
271    color: white;
272    font-weight: bold;
[490]273    font-size: 14px;
[481]274}
275
[384]276.containerCenter {
277    -moz-border-radius-topright: 0;
278    -webkit-border-radius: 0; /*#E8EFF3*//* #618EAC*/
[481]279    background: -moz-linear-gradient(#574176, #bfafd6);
280    background: -webkit-linear-gradient(#574176, #bfafd6);
[490]281    background: -ms-linear-gradient(white, #C03000) repeat scroll 0 0 transparent; /*For IE10*/
[480]282    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#574176'); /*For IE7-8-9*/
[384]283    min-height: 400px;
284    text-align: justify;
285    position: relative;
286    top: -32px;
287    padding: 10px;
[504]288    width: 1028px;
[384]289}
290
291.containerBottom {
[481]292    background: #574176;
[490]293    background: -moz-linear-gradient(left center, white, #574176); /*background: -webkit-linear-gradient(white, #574176);*/
[480]294    background: -ms-linear-gradient(white, #574176) repeat scroll 0 0 transparent; /*For IE10*/
295    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#574176'); /*For IE7-8-9*/
[384]296    color: #FFFFFF;
297    height: 26px;
298    padding-right: 10px;
299    position: relative;
300    top: -32px;
[504]301    width: 1040px;
[384]302}
303
[388]304.containerBottom a {
305    color: white;
306}
307
[384]308.containerErrors, #errors {
[481]309    background: white;
[384]310    -moz-border-radius: 4px 4px 4px 4px;
311    -webkit-border-radius: 4px 4px 4px 4px;
[480]312    border: 1px solid #574176;
313    color: #574176;
[384]314    padding: 10px;
315    margin: 10px;
316}
317
[490]318.errorsForm {
[504]319
320    -moz-border-radius: 8px;
321    -webkit-border-radius: 8px;
322    border: 2px solid #cc0000 ;
323    color: #cc0000;
324    //padding-right: 284px;
325    //padding-bottom:60px;
326    padding:10px;
327    margin-left: 776px;
328    //margin-right: 0px;
329    margin-top: -121px;
[490]330    text-align: left;
331    font-weight: bold;
[497]332    float: left;
[504]333    background:white;
[490]334}
[504]335Spectral unit : must be selected
336Observatory : must be selected
[490]337
[504]338.cfs3 {
339   /* border: 2px solid red;
340    -moz-border-radius: 8px;
341    -webkit-border-radius: 8px;
342    border-radius: 8px;
343    padding-right: 40px;
344    padding-bottom: 30px;
345    margin-right: 0px;
346    margin-left: 30px;
347    padding-left: 30px ;
348    background: white;*/
349}
350
351/*.errorsForm {
352    -moz-border-radius: 8px 8px 8px 8px;
353    border: 2px solid white;
354    //margin-left: 648px;
355    margin-right: 1500;
356    padding-bottom: 30px;
357    //padding-left: 30px;
358    //padding-right: 40px;
359
360} */
361
[384]362.containerErrors {
363    display: none;
364}
365
366.containerInfos {
367    background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #F0FFF0;
368    -moz-border-radius: 4px 4px 4px 4px;
369    -webkit-border-radius: 4px 4px 4px 4px;
[480]370    border: 1px solid #574176;
371    color: #574176;
[384]372    padding: 10px;
373    margin: 10px;
374    display: none;
375}
376
377/** ***************************************************** **/
378/** ************************ OTHER ********************** **/
379/** ***************************************************** **/
[490]380#button_submit {
381    height: 27px;
382}
383
[409]384#tools .complexButton {
385    float: right;
386}
387
[384]388.roundTable {
389    -moz-border-radius: 4px;
390    -webkit-border-radius: 4px;
391    border: 1px solid;
392    width: 100%;
393}
394
395.smallRoundTable {
396    -moz-border-radius: 4px;
397    -webkit-border-radius: 4px;
398    border: 1px solid;
399}
400
401.divMenu_arrow, .divMenu_arrow.deployed, .divMenu_arrow_left, .divMenu_arrow_left.deployed {
402    height: 13px;
403    width: 13px;
404    position: relative;
405    float: right;
406    top: -17px;
407}
408
409.divMenu_arrow, .divMenu_arrow_left {
410    background-image: url("../images/utils/toggle_down_dark.png");
411}
412
413.divMenu_arrow_left, .divMenu_arrow_left.deployed {
414    float: left;
415    top: 4px;
416    margin-left: -19px;
417}
418
419.divMenu_arrow.deployed, .divMenu_arrow_left.deployed {
420    background-image: url("../images/utils/toggle_up_dark.png");
421}
422
423.divMenu_content {
424    display: none;
425}
426
[409]427.loading-classic {
428    background-image: url(../../resources/icons/transparent_loading.gif);
429    height: 16px;
430    width: 16px;
431}
432
[384]433/** ***************************************************** **/
434/** ************************ PAGES ********************** **/
435/** ***************************************************** **/
436#title_tools, #title_tools .links li a {
437    height: 39px;
438}
439
440#title_tools {
441    font: 12px/18px Trebuchet MS, Arial, san-serif;
442    margin: 18px auto 12px;
443    position: relative;
444}
445
446.dataProtocolDownloadButton {
447    float: right;
448}
449
450.dataProtocolCheckbox, .dataProtocolCheckboxText {
451    float: left;
452    margin-left: 3px;
453    margin-top: 7px;
454}
455
456.dataProtocolCheckboxText {
457    margin-top: 4px;
458}
[439]459
460/** ************************************ **/
461/** ************ CALENDAR ************** **/
462/** ************************************ **/
[490]463.calendar {
[439]464    background-image: url("../../resources/icons/calendrier-icone-16x16.png");
465    background-position: right center;
466    background-repeat: no-repeat;
467}
[489]468
[490]469.time {
[489]470    background-image: url("../../resources/icons/icone_heure.png");
[490]471    background-position: bottom right;
[489]472    background-repeat: no-repeat;
473
474}
[511]475
476/** ************************************ **/
477/** ************ LOADING *************** **/
478/** ************************************ **/
479.loading-classic {
480    background-image: url(../../resources/icons/transparent_loading.gif);
481    height: 16px;
482    width: 16px;
483}
484
485.loading-data {
486    background-image: url(../../resources/icons/loading_datas.gif);
487    height: 15px;
488    width: 128px;
489}
Note: See TracBrowser for help on using the repository browser.