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

Revision 422, 1.6 KB checked in by frank.jaeger, 3 years ago (diff)

Aktualisierungen der ALKIS-Buchauskunft, neues Modul für Bauwerke, Härtung

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