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

Last change on this file since 440 was 440, checked in by rboipsl, 12 years ago

ajout anotations
usermandatory

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