Ignore:
Timestamp:
06/24/21 15:59:16 (3 years ago)
Author:
frank.jaeger
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/info/info/featureinfo.css

    r107 r422  
    1 /* Style fuer Feature-Info-Request - nicht kommunal-spezifisch, Vers. 17.12.2009 */ 
    2 body {  background-color: #FCFCFC;} 
    3 h1, h2, p, td, a, iframe, div {font-family:Verdana, Arial, Helvetica, sans-serif; color:navy;} 
    4 h1      {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;} 
    10 h2      {font-size:13pt;} 
     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;} 
    118p, td, a, iframe {font-size:11pt;} 
    12 p.datum, a.datum {font-size: 7pt; text-align:right;} 
    13 p.hinweis, td.hinweis, div.hinweis {font-size: 8pt;} 
    14 p.err { color: red; } 
     9p.datum, a.datum {font-size:8pt; text-align:right;} 
     10p.hinweis, td.hinweis, div.hinweis {font-size:8pt;} 
     11p.err {color:red;} 
     12 
    1513/* Tabelle allgemein */ 
    16 td      {min-width:40px; border-bottom:1px solid gray;} 
     14td, th  {min-width:40px; border-bottom:1px solid gray;} 
     15 
    1716/* Tabellenfeld invisible */ 
    1817td.inv {border-bottom:0px;} 
     18 
    1919/* linke Tabellenspalte - Feldname */ 
    20 td.li, td.gr { 
    21         color:gray; 
    22         padding-left:8px; 
    23         padding-right:8px; 
    24         border-bottom:0px; 
    25         vertical-align:top; } 
     20td.li, td.gr { color:gray; padding-left:8px; padding-right:8px; border-bottom:0px; vertical-align:top;} 
     21 
    2622/* Tabellenspalte - Gruppenueberschrift */ 
    27 td.gr { margin-top:8px; 
    28         font-style:italic ; 
    29         font-stretch:expanded; 
    30         border-top:1px dotted #AAAAAA; } 
    31 /* Tabellenspalte - Nav-Form gerahmt Google */ 
    32 td.nav, div.nav { 
    33         padding:8px; 
    34         margin:8px; 
    35         border:1px solid #AAAAAA; 
    36         background-color: #ffffdd;} 
    37 /* Tabellenspalte - Nav-Form gerahmt OpenRouteService */ 
    38 td.ors, div.ors { 
    39         padding:8px; 
    40         margin:8px; 
    41         border:1px solid #AAAAAA; 
    42         background-color: #ddffdd;} 
     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 
    4331/* cms2map */ 
    44 div.poi {text-align: center; } 
    45 iframe.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;} 
     32div.poi {text-align:center;} 
     33iframe.poi {text-align:center; margin:1px; padding:1px; height:40px; width:96%; background-color:#fff5fa;} 
    5534a.cms2map {background-color: #ffff22;} 
    5635 
     36/* iframe.inlay {border:1px dotted #FFBBBB; width: 100%; height: 400px;} */ 
     37iframe.inlay {border:0px; ; width: 98%; height: 580px;} 
     38 
    5739@media print { 
    58         body { 
    59                 width: 100%; 
    60                 background-color:white; 
    61         } 
     40        body { width:100%; background-color:white;      } 
    6241} 
Note: See TracChangeset for help on using the changeset viewer.