source: trunk/info/info/featureinfo.css @ 387

Revision 107, 1.6 KB checked in by astrid.emde, 13 years ago (diff)

added css file to modify define the style of the MapServer? featureinfo template

Line 
1/* Style fuer Feature-Info-Request - nicht kommunal-spezifisch, Vers. 17.12.2009 */
2body {  background-color: #FCFCFC;}
3h1, h2, p, td, a, iframe, div {font-family:Verdana, Arial, Helvetica, sans-serif; color:navy;}
4h1      {color:navy;
5        font-size:13pt;
6        text-align:center;
7        border-bottom:2px solid #AAAAAA;
8        border-top:2px solid #AAAAAA;
9        margin-bottom:6px;}
10h2      {font-size:13pt;}
11p, td, a, iframe {font-size:11pt;}
12p.datum, a.datum {font-size: 7pt; text-align:right;}
13p.hinweis, td.hinweis, div.hinweis {font-size: 8pt;}
14p.err { color: red; }
15/* Tabelle allgemein */
16td      {min-width:40px; border-bottom:1px solid gray;}
17/* Tabellenfeld invisible */
18td.inv {border-bottom:0px;}
19/* linke Tabellenspalte - Feldname */
20td.li, td.gr {
21        color:gray;
22        padding-left:8px;
23        padding-right:8px;
24        border-bottom:0px;
25        vertical-align:top; }
26/* Tabellenspalte - Gruppenueberschrift */
27td.gr { margin-top:8px;
28        font-style:italic ;
29        font-stretch:expanded;
30        border-top:1px dotted #AAAAAA; }
31/* Tabellenspalte - Nav-Form gerahmt Google */
32td.nav, div.nav {
33        padding:8px;
34        margin:8px;
35        border:1px solid #AAAAAA;
36        background-color: #ffffdd;}
37/* Tabellenspalte - Nav-Form gerahmt OpenRouteService */
38td.ors, div.ors {
39        padding:8px;
40        margin:8px;
41        border:1px solid #AAAAAA;
42        background-color: #ddffdd;}
43/* cms2map */
44div.poi {text-align: center; }
45iframe.poi {
46        text-align: center;
47        margin: 1px;
48        padding: 1px;
49        align: middle;
50        height: 40px;
51        width: 96%;
52        scrolling: no;
53        frameborder: 0;
54        background-color: #fff5fa;}
55a.cms2map {background-color: #ffff22;}
56
57@media print {
58        body {
59                width: 100%;
60                background-color:white;
61        }
62}
Note: See TracBrowser for help on using the repository browser.