source: ether_eccad/trunk/ECCAD_INTERFACE/css/carte.css @ 70

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

maj eccad V3.2

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1div.nom {
2        font-size:12pt;
3        font-weight:bold;
4        color:#000099;
5        margin-left: 10px;
6}
7
8
9div.valeur {
10        color:#000099;
11        font-size:10pt;
12        margin-left: 15px;
13}
14
15a.valeur {
16        color:#000099;
17        font-size:10pt;
18        margin-left: 15px;
19        text-decoration: underline;
20}
21
22a.valeur:hover {
23        color:#000099;
24        font-size:10pt;
25        margin-left: 15px;
26        cursor: pointer;
27}
28
29
30table.recap {
31        color:#000099;
32        font-size:10pt;
33        margin-left: 0px;
34        text-align: left;
35        border-style: none;
36        }
37
38td.recap {
39        color:#000099;
40        font-size:10pt;
41        margin-left: 0px;
42        text-align: left;
43        }
44
45table.valeur {
46        color:#000099;
47        border-width: 1px;
48        font-size:11pt;
49        text-align: right;
50        border-collapse: collapse;
51}
52
53td.valeur {
54        border: none;
55        border-width: 1px;
56        border-color: #000099;
57        border-collapse: collapse;
58        font-size:11pt;
59        color:#000099;
60}
61
62td.nom {
63        border: none;
64        border-width: 1px;
65        border-color: #000099;
66        border-collapse: collapse;
67        font-size:12pt;
68        color:#000099;
69        font-weight: bold;
70}
71
72
73div.bloc {
74        position: relative;
75        border: solid;
76        border-width: 2px;
77/*      border-color: #ffcc00;*/
78        border-color: #000099;
79        background-color: white;
80        margin-top: 20px;
81        padding: 6px;
82}
83
84div.legendbloc {
85        font-family:Arial, sans-serif;
86        position: absolute;
87        top : -15px;
88        left: 5px;
89        /*background-color: #ffcc00;*/
90        background-color:#000099;
91        font-size:10pt;
92        font-weight:bold;
93        color:white;
94        padding-left: 10px;
95        padding-right: 10px;
96       
97}
98
99
100
101div.actifNan {
102        position: absolute;
103        top : -10px;
104        right: -10px;
105        /*background-color: #ffcc00;*/
106        /*background-color:#000099;*/
107        font-size:10pt;
108        font-weight:bold;
109        color:white;
110}
111
112div.latitude {
113        }
114
115div.longitude {
116}
117
118div.position {
119        font-family: tahoma, sans-serif;
120        color: #000052;
121        font-size: 10pt;
122        position: absolute; 
123        background-color: #ffcc00;
124        width:150px;
125        visibility:hidden; 
126        bottom: -5px; 
127        left: -5px; 
128        z-index: 10;
129        }
Note: See TracBrowser for help on using the repository browser.