source: ether_eccad/trunk/ECCAD_INTERFACE/original/Eccad.css @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 7.1 KB
Line 
1body{
2        background-color:#f7f0f9;
3}
4
5/*********************************************************/
6/* Définition générale de la page                        */
7/*********************************************************/
8#page{
9        margin: 0;
10        padding: 0;
11        width:900px;
12        margin-right: auto;
13        margin-left: auto;
14        background-color:#ffffff;
15        color: #000099;
16        font-size: 10pt;
17}
18
19/*********************************************************/
20/* Définition du bandeau haut de la page                 */
21/*********************************************************/
22#bandeau_haut{
23        margin:0;
24        padding: 0;
25        width:100%;
26        height:100px;
27        background:  url(./images/fond_menu_top.jpg);
28        color: #ffffff;
29}
30/*---------------------------------------------*/
31/* colonne contenant le logo Ether             */
32/*---------------------------------------------*/
33.colLogo{
34        float:left;
35        width:150px;
36}
37/*---------------------------------------------*/
38/* colonne contenant le reste de l'en-tête     */
39/*---------------------------------------------*/
40.colEntete
41{
42        float:left;
43        width:750px;
44}
45/*---------------------------------------------*/
46/* zone de copyright                           */
47/*---------------------------------------------*/
48.copyright{
49        width:100%;
50        height:25px;
51        float:left;
52        text-align: right;
53        font-size:small;
54}
55/*---------------------------------------------*/
56/* zone contenant le titre du site (ECCAD)     */
57/*---------------------------------------------*/
58.titre_site{
59        float:left;
60        width:100%;
61        height:45px;
62        color:#cdecff;
63        font-size:x-large;
64        font-weight:bold;
65}
66/*---------------------------------------------*/
67/* zone de navigation horizontale              */
68/*---------------------------------------------*/
69.navigH{
70        float:left;
71        width:100%;
72        text-align:center;
73        font-size:medium;
74        height:30px;
75}
76.navigH a{
77        color:#ffffff;
78        text-decoration:none;
79        padding-right:50px;
80        padding-left:50px;
81}
82.navigH a:hover{
83        color:#ffcc00;
84        text-decoration:none;
85}
86
87/*********************************************************/
88/* Définition de la zone principale de la page           */
89/*********************************************************/
90#centre{
91        width: 900px;
92        background: #ffffff;
93        min-height:600px;
94        color:#000099;
95        margin:0;
96        padding: 0;
97}
98/*---------------------------------------------*/
99/* zone de navigation verticale                */
100/*---------------------------------------------*/
101.navigV{
102        font-family:Arial, Helvetica, sans-serif;
103        background:#ffcc00;
104        float:left;
105        width:200px;
106        min-height:600px;
107        font-size:medium;
108}
109.navigV ul{
110        margin-left:10px;
111        padding-left:10px;
112        line-height:200%;
113}
114.navigV a{
115        color:#0c0cef;
116        text-decoration:none;
117}
118.navigV a:hover{
119        color:#cc0066;
120}
121
122
123/*---------------------------------------------*/
124/* zone contenant le logo du site (ECCAD)      */
125/*---------------------------------------------*/
126.logo2{
127        text-align:center;
128        padding:10px;
129}
130
131/*---------------------------------------------*/
132/* zone contenant la page sélectionnée         */
133/*---------------------------------------------*/
134.contenu{
135        float:left;
136        width:700px;
137        min-height:600px;
138}
139/*---------------------------------------------*/
140/* chemin de la page                           */
141/*---------------------------------------------*/
142.chemin{
143        font-weight:bold;
144        font-family:Verdana, sans-serif;
145        font-size:11px;
146        color:#066aa2;
147        text-align:right;
148        padding:10px;
149}
150.chemin a{
151        color:#066aa2;
152        text-decoration:underline;
153}
154
155/*---------------------------------------------*/
156/* zone contenant le texte de la page          */
157/*---------------------------------------------*/
158.pageEccad{
159        font-family:Arial, Helvetica, sans-serif;
160        padding:10px;
161        font-size:10pt;
162}
163.pageEccad h1{
164        font-size:12pt;
165        color:#990099;
166}
167.pageEccad h2{
168        float: left;
169        width:100%;
170        color:#33cc33;
171        font-size:10pt;
172        margin:10px;
173/*      padding-top:5px; */
174}
175.pageEccad h3{
176        float: left;
177        margin:5px;
178        margin-left: 25px;
179        width: 125px;
180        font-size:10pt;
181}
182.pageEccad a{
183        color:#ff9900;
184        text-decoration:none;
185}
186.pageEccad p{
187        float: left;
188        width:100%;
189        margin:5px;
190}
191
192/*********************************************************/
193/* Propriétées du formulaire de sélection des produits   */
194/*********************************************************/
195.selection label{
196        float: left;
197        margin-left: 25px;
198        margin-top: 5px;
199        width: 125px;
200/*      border: solid 1px; */
201}
202.selection select{
203        float: left;
204        margin-left: 25px;
205        background:#d8edf8;
206/*      max-width:100px; */
207}
208.selection option{
209        background:#d8edf8;
210}
211
212.selection input{
213        float: left;
214        margin-left:5px;
215        margin-top: 3px;
216        background:#d8edf8;
217}
218
219.selection input[type="submit"], input[type="reset"] {
220        float: left;
221        margin-left:100px;
222        margin-top:20px;
223}
224
225/*********************************************************/
226/* Propriétés de la colonne de gauche en visualisation   */
227/*********************************************************/
228.visuCommon{
229        margin:25px;
230        font-size:10pt;
231}
232.visuCommon h1{
233        font-size:12pt;
234        margin:0;
235        margin-top:0.5em;
236        margin-bottom:0.5em;
237        margin-left:-15px;
238}
239.visuCommon h2{
240        margin:0;
241        margin-left:-5px;
242        margin-top:0.2em;
243        margin-bottom:0.2em;
244        font-size:11pt;
245        font-weight:normal;
246        text-decoration:underline;
247}
248.visuCommon label{
249        float: left;
250        margin-left: 10px;
251        margin-top: 5px;
252        width: 75px;
253/*      border: solid 1px; */
254}
255.visuCommon input{
256        float: left;
257        margin-left:5px;
258        margin-top: 3px;
259/*      background:#d8edf8; */
260        background:#fff2bf;
261        text-align:right;
262}
263.visuCommon input[type="submit"], input[type="reset"] {
264        float: left;
265        margin-left:25px;
266        margin-top:25px;
267/*      background:#806600; */
268        background:#000099;
269/*      color:#ffcc00; */
270        color:#fff2bf;
271}
272/*********************************************************/
273/* Propriétés de la colonne d'affichage des données      */
274/*********************************************************/
275/*---------------------------------------------*/
276/* menu par onglets                            */
277/*---------------------------------------------*/
278.menu_onglets {
279        float:left;
280        width:100%;
281        height:25px;
282        text-align:center;
283        color:#ffffff;
284        font-weight:bold;
285}
286.menu_onglets a { 
287        text-decoration:none;
288        color:#ffffff;
289        font-weight:bold;
290} 
291.onglet {
292        float: left;
293        margin-left:5px;
294        height:100%;
295        width:125px;
296        background:  url(./images/onglet_clair.gif);
297}
298
299.onglet-actif {
300        margin-left:5px;
301        float: left;
302        height:100%;
303        width:125px;
304        background:  url(./images/onglet_fonce.gif);
305}
306/*---------------------------------------------*/
307/* bloc de visualisation                       */
308/*---------------------------------------------*/
309.bloc_visu{
310        width:100%;
311        float: left;
312        height:500px;
313        border:solid 1px;
314}
315.zone_affich{
316        float:left;
317        width:90%;
318        margin-left:5%;
319        margin-right:5%;
320        margin-top:10px;
321        margin-bottom:10px;
322        border:solid 1px;
323}
324/*---------------------------------------------*/
325/* menu pour la zone d'affichage               */
326/*---------------------------------------------*/
327.col1_menu{
328        float:left;
329        width:200px;
330        height:30px;
331        margin-top:5px;
332}
333.col2_menu{
334        float:left;
335}
336/*---------------------------------------------*/
337/* paramètres pour l'affichage des images      */
338/*---------------------------------------------*/
339.image{
340        float:left;
341        width:540px;
342        height:270px;
343        border:solid 1px;
344        margin:5px;
345}
346.legend{
347        float:left;
348        width:100px;
349        height:270px;
350        border:solid 1px;
351        margin:5px;
352}
Note: See TracBrowser for help on using the repository browser.