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/alkisn/alkisauszug.css

    r405 r422  
    33 
    44        Version: 
    5         2010-09-21      Inlay 
    6         2010-09-30      body-width bei Print 
    7         2010-10-12      class p.fsd: margin statt position-relative, dann keine Scrollbar 
    8         2011-01-04      Spalte td.fla im fsnw 
    9         2011-01-26      einheitlich td padding-top 6px 
    10         2011-11-16      FS-Historie 
    11         2013-06-27      p.recht 
    12         2014-01-27      strasse, hsnr, Print-Balken 
    13         2014-09-15      PostNAS 0.8: p.cnt 
    14         2014-12-30      Neu: td.fsnr 
    15         2016-02-24      Umstellung norBIT-Struktur 
    16         2016-12-01      Stop-Meldung bei BerechtigungsprÃŒfung, Sortierspalten 
    17         2017-06-08      Tab-Zeilen-Farbe wechseln, Spaltenbreite td.flag, media screen 
    18         2017-06-09      ErlÀrung zu Haus: 2 Arten 
    19         2017-10-11      BodenschÀtzung 
    20         2017-10-17      td.nwlink min-width 
    21         2017-12-20      td.dbg 
     5        2010-09-21       
     6        .... 
    227        2018-04-23      Spaltenbreiten 
    238        2018-05-03      GS-Nachweis 
     9        2020-02-03      media screen body width 
     10        2021-03-08  Gruppenwechsel-ZwischenÃŒberschrift 
     11        2021-03-17      Balken von Bauwerk Farbe wie im WMS 
    2412 
    25 https://wiki.selfhtml.org/wiki/Grafik/Farbpaletten#Farbnamen 
     13        https://wiki.selfhtml.org/wiki/Grafik/Farbpaletten#Farbnamen 
    2614*/ 
    2715body    {background-color: #FEFFFE;} 
    28 p, body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    29         font-size: 10pt; color: #000033; margin-top: 2pt; margin-bottom: 2pt;} 
     16p, body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000033; margin-top: 2pt; margin-bottom: 2pt;} 
    3017 
    31 /* Banner im Kopf (farbiger Balken), Farbcode fuer Nachweis-Art (gleiche Farbe wie Rahmen um das Kennzeichen) */ 
    32 p.fsausk,p.fskennz,p.fsei,p.fshis,p.gbkennz,p.gskennz,p.nakennz,p.geb,p.lage,p.strasse,p.recht {text-align: right; padding-top: 4px; padding-bottom: 4px; padding-right: 24px;} 
    33 /* Balken-Farben individuell */ 
    34 p.fsausk        {background-color: teal; color: silver;}        /* Uebersichts-Seite Flurstuecks-Auskunft */ 
    35 p.fskennz,p.fsei{background-color: navy; color: silver;} /* Flurstuecks-Nachweis */ 
    36 p.fshis         {background-color: gray; color: white;}         /* Flurstuecks-Historie */ 
    37 p.gbkennz       {background-color: green; color: silver;}       /* Bestandsnachweis */ 
     18/* Banner im Kopf (farbiger Balken) */ 
     19p.balken        {text-align: right; padding-top: 4px; padding-bottom: 4px; padding-right: 24px;} 
     20 
     21        /* Farbcode individuell fÃŒr Nachweis-Art (gleiche Farbe wie Rahmen um Kennz.) */ 
     22p.fsausk        {background-color: teal; color: silver;}                        /* Uebersichts-Seite Flurstuecks-Auskunft */ 
     23p.fskennz,p.fsei{background-color: navy; color: silver;}                /* Flurstuecks-Nachweis */ 
     24p.fshis         {background-color: gray; color: white;}                         /* Flurstuecks-Historie */ 
     25p.gbkennz       {background-color: green; color: silver;}                       /* Bestandsnachweis */ 
    3826p.gskennz       {background-color: LightGreen ; color: DimGray ;}       /* GrundstÃŒcksnachweis */ 
    39 p.nakennz       {background-color: maroon; color: silver;}      /* Personen- und Adressdaten */ 
    40 p.geb           {background-color: yellow; color: gray;}        /* Gebaeude zum FS */ 
    41 p.lage          {background-color: lime; color: gray;}          /* Lage/Adresse zum FS */ 
     27p.nakennz       {background-color: maroon; color: silver;}                      /* Personen- und Adressdaten */ 
     28p.geb           {background-color: yellow; color: gray;}                        /* Gebaeude zum FS */ 
     29p.lage          {background-color: lime; color: gray;}                          /* Lage/Adresse zum FS */ 
    4230p.strasse       {background-color: limegreen; color: slategray;}        /* Strasse */ 
    43 p.recht         {background-color: #F0F8FF; color: gray;}       /* Baurecht, Bodenneuordnung */ 
     31p.recht         {background-color: #F0F8FF; color: gray;}                       /* Baurecht, Bodenneuordnung */ 
     32 
     33        /* in alkisbauwerk.php synchron zum Mapfile (WMS), 9 Layer-Gruppen */ 
     34p.bauwerk1      {background-color: rgb(40,0,180); color: gray;}         /* 1 Bauwerk im Verkehrsbereich */ 
     35p.bauwerk2      {background-color: rgb(0,160,246); color: gray;}        /* 2 Bauwerk im GewÀsserbereich */ 
     36p.bauwerk3      {background-color: rgb(160,130,0); color: black;}       /* 3 Sonstiges Bauwerk oder sonstige Einrichtung */ 
     37p.bauwerk4      {background-color: rgb(252,162,2); color: gray;}        /* 4 Bauwerk oder Anlage fÃŒr Industrie und Gewerbe */ 
     38p.bauwerk5      {background-color: rgb(140,0,120); color: gray;}        /* 5 Bauwerk oder Anlage fÃŒr Sport, Freizeit und Erholung */ 
     39p.bauwerk6      {background-color: rgb(220,10,10); color: black;}       /* 6 Leitung */ 
     40p.bauwerk7      {background-color: rgb(10,180,10 ); color: gray;}       /* 7 Transportanlage */ 
     41p.bauwerk8      {background-color: rgb(135,76,1); color: gray;}         /* 8 Turm */ 
     42p.bauwerk9      {background-color: rgb(0,140,40); color: black;}        /* 9 VorratsbehÀlter, Speicherbauwerk */ 
    4443 
    4544/* Format nach Inhalt */ 
    46 /* p.bezieh     {text-align: right; background: olive;  color: silver;} */ /* Beziehungen */ 
    47 p.fsd           {margin-left: 170px;}   /* Flst-Flaeche */ 
    48 p.gbl           {position: relative; left: 60px;}       /* Nam: Buchungsstelle*/ 
     45p.fsd           {margin-left: 170px;}                                   /* Flst-Flaeche */ 
     46p.gbl           {position: relative; left: 60px;}               /* Nam: Buchungsstelle*/ 
    4947p.zus           {margin: 2pt; padding: 2pt; border:1px dotted maroon; background: white;} /* Zusatz zum Eigent., gerahmt */ 
    50 p.avh           {font-style: italic; color: navy;}      /* Anteilsverhaeltnis */ 
     48p.avh           {font-style: italic; color: navy;}              /* Anteilsverhaeltnis */ 
    5149p.ant           {font-style: italic; position: relative;} /* Anteil am FS  left: 12px;*/ 
    52 p.geig          {color: navy;}          /* GB-Nachw. Eigentuemer Name */ 
    53 p.gadr          {color: maroon; margin-top: 1pt;}       /* GB-Nachw. Eigentuemer Adresse */ 
     50p.geig          {color: navy;}                                                  /* GB-Nachw. Eigentuemer Name */ 
     51p.gadr          {color: maroon; margin-top: 1pt;}               /* GB-Nachw. Eigentuemer Adresse */ 
    5452p.nwlink, td.nwlink {font-size: 7pt; text-align: right; margin-top: 0pt;}       /* Link zum Nachweis GB, FS, ..*/ 
    55 p.err           {font-size: 11px; color: red;}          /* Fehler -> Anwender */ 
     53p.err           {font-size: 11px; color: red;}                  /* Fehler -> Anwender */ 
    5654p.dbg, td.dbg{font-size: 10px; color: gray;}            /* Debug -> Entwickler */ 
    57 p.cnt           {font-size: 10px; color: gray;}         /* Counter, Zaehler */ 
    58 p.warn          {color: gray; font-style: italic;}      /* Warnung, Hinweis */ 
    59 p.ph            {color: gray;}                                          /* Platzhalter */ 
    60 p.erklk         {color: silver; font-size: 8pt;}        /* Haus: ErklÀrungen zur Kategorie */ 
    61 p.erkli         {color: grey; font-size: 8pt;}          /* Haus: ErklÀrungen zum Inhalt */ 
     55p.cnt           {font-size: 10px; color: gray;}                 /* Counter, Zaehler */ 
     56p.warn          {color: gray; font-style: italic;}              /* Warnung, Hinweis */ 
     57p.ph            {color: gray;}                                                  /* Platzhalter */ 
     58p.erklk         {color: silver; font-size: 8pt;}                /* Haus: ErklÀrungen zur Kategorie */ 
     59p.erkli         {color: grey; font-size: 8pt;}                  /* Haus: ErklÀrungen zum Inhalt */ 
    6260 
    6361/* Links */ 
     
    9391table.kennzstra {border: 2px solid  limegreen;  padding: 3px; margin: 0px;}     /* Strasse */ 
    9492 
    95 /* volle Breite fuer verschiedene Zwecke */ 
    96 table.fs, table.nua, table.klas, table.eig, table.outer, table.geb {width: 100%;} 
     93/* fast volle Breite, fuer verschiedene Zwecke, aber kleiner als Body */ 
     94table.fs, table.nua, table.klas, table.eig, table.outer, table.geb {width: 98%;}  
    9795 
    9896td      {vertical-align: top; padding-top: 6px;}        /* ** Tabellenfelder ** */ 
     
    10199td.ll   {width: 140px;} /* Liste Links */ 
    102100td.lr   {color: black; padding-left: 4px;}      /* Liste Rechts */ 
    103 td.re   {min-width: 80px; padding-right: 4px; text-align: right;} /* RechtsbÃŒndig */ 
    104 td.fla  {width: 110px; padding-right: 4px; text-align: right;} /* Flaechen rechtsbuendig (stellengerecht) */ 
    105 td.flag {min-width: 110px; padding-right: 4px; text-align: right;} /* .. im GB-Bestandsnachweis erweiterbar */ 
    106 td.fsnr {padding-right: 4px; text-align: right;} /* Flst.-Nr. rechtsbuendig */ 
     101td.re   {min-width: 80px; padding-right: 4px; text-align: right;}       /* RechtsbÃŒndig */ 
     102td.fla  {width: 110px; padding-right: 4px; text-align: right;}          /* Flaechen rechtsbuendig (stellengerecht) */ 
     103td.flag {min-width: 110px; padding-right: 4px; text-align: right;}      /* .. im GB-Bestandsnachweis erweiterbar */ 
     104td.fsnr {padding-right: 4px; text-align: right;}                                        /* Flst.-Nr. rechtsbuendig */ 
    107105td.key  {width:  35px; padding-right: 4px; padding-left: 4px;} 
    108 /* Ertragsmesszahl der Bodenschaetzung 
    109 td.emz  {width: 45px; padding-right: 4px; padding-left: 4px; text-align: right;} */ 
     106/* td.emz       {width: 45px; padding-right: 4px; padding-left: 4px; text-align: right;} Ertragsmesszahl der Bodenschaetzung */ 
    110107td.kurz {width: 26px; padding-left: 4px;} 
    111 td.nanu {width: 50px;}                          /* Namensnummer */ 
     108td.nanu {width: 50px;}                                                                  /* Namensnummer */ 
    112109td.sond, p.sond {font-size: 9pt; font-style: italic; background-color: white; 
    113                 border: 1px dotted silver; padding: 6px;}       /* Sondereigentumsbeschreibung */ 
     110                border: 1px dotted silver; padding: 6px;}               /* Sondereigentumsbeschreibung */ 
    114111td.nrap, p.nrap {font-size: 9pt; font-style: italic; background-color: white;}  /* Nummer im Aufteilungsplan */ 
    115112td.fett {font-weight: bold;} 
    116 td.nwlink {min-width: 80px;}    /* Link zum Nachweis */ 
     113td.nwlink {min-width: 80px;}                                                    /* Link zum Nachweis */ 
    117114 
    118 /* Kopfzeile, Spaltenueberschrift */ 
    119 td.head, td.heads{font-style: italic; padding-top: 2px;}         
    120 td.head {border-bottom: 1px solid gray;}         
    121 td.heads        {border-bottom: 1px solid black;}       /* Kopf Sortierspalte(n) */ 
     115/* Kopfzeile, SpaltenÃŒberschrift, GW-Zwischenzeile */ 
     116td.head, td.heads, td.gw{font-style: italic; padding-top: 2px;}  
     117td.head         {border-bottom: 1px solid gray;}         
     118td.heads        {border-bottom: 1px solid black;}                       /* Kopf Sortierspalte */ 
     119td.gw           {background-color: WhiteSmoke;}                         /* Gruppen-Wechsel */ 
    122120 
    123121td.sum {border-top: 2px dotted maroon;  border-bottom:3px solid maroon; 
    124122        border-left:0px dotted maroon;  border-right:0px dotted maroon; font-weight: bold;}     /* unter dem Strich = Summenzeile */ 
    125 td.bez  {font-weight: bold;}    /* Beziehungen */ 
    126 td.nhd  {width: 150px;}                 /* Namen - linke / rechte Spalte */ 
     123td.bez  {font-weight: bold;}            /* Beziehungen */ 
     124td.nhd  {width: 150px;}                         /* Namen - linke / rechte Spalte */ 
    127125td.nam  {font-weight: bold;} 
    128126/* td.gbl       {border-bottom: 1px dotted green;}       Name: GB-Liste */ 
     
    133131td.hsnr {width: 70px; padding-right: 4px; text-align: right;} /* Hausnummer in Straße */ 
    134132 
    135 /* Fallunterscheidung bei GebÀude auf FlurstÃŒck: */ 
    136 td.gin {color: rgb(0,50,0);}    /* GebÀude in FS */ 
    137 td.gtl {color: rgb(140,140,100);}       /* GebÀude teilweise auf FS */ 
    138 td.gan {color: rgb(210,170,170);}       /* GebÀude angrenzend an FS*/ 
     133/* Fallunterscheidung bei GebÀude oder Bauwerk auf FlurstÃŒck: */ 
     134td.gin {color: rgb(0,50,0);}                    /* in FS */ 
     135td.gtl {color: rgb(140,140,100);}               /* teilweise auf FS */ 
     136td.gan {color: rgb(210,170,170);}               /* angrenzend an FS*/ 
    139137 
    140138/* Farbwechsel je Zeile pair/unpair */ 
     
    142140tr.unp {background-color: rgb(252,255,252);} 
    143141 
    144 /* Ueberschriften */ 
     142/* Überschriften */ 
    145143h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;} 
    146144h1 {    color: black;   font-size: 14pt;} 
     
    152150 
    153151img     {border: 0px; margin: 0px;} /* Icons */ 
    154  
    155 iframe.inlay {border:0px; width: 100%;} /* height: 400px; */ 
    156152 
    157153/* Abbruch, Fehler der Berechtigung */ 
     
    166162/* Nur am Bildschirm: */ 
    167163@media screen { 
    168         /* gefÃŒllten farbiger Balken abrunden */ 
    169         p.fsausk,p.fskennz,p.fsei,p.fshis,p.gbkennz,p.gskennz,p.nakennz,p.geb,p.lage,p.strasse,p.recht { border-radius: 8px; } 
     164        body {width: 740px;} /* wenn in eigenem Browser-Tab geöffnet statt in Hochformat-Fenster. 
     165                width synchron halten mit Javascript-Function "imFenster" aus alkisinlayausk.php. Etwas kleiner als Fenster. */ 
     166        body.mbfi {width: 540px;} /* Mapbender Feature-Info, kleines PopUp-Fenster */ 
     167        /* iframe.inlay Siehe featureinfo.css */ 
     168 
     169        p.balken {border-radius: 8px;}          /* gefÃŒllten farbiger Balken, abrunden */ 
    170170        .onlyprint {visibility: hidden;} 
    171171} 
    172172 
    173173/* Abweichende Darstellung im Druck. 
    174 Generell keine "Bedienelemente" mit drucken, also Links zu anderen Nachweisen oder optionale Umschalter fÃŒr den Umfang der Anzeige. 
    175 Dies wird durch class='noprint' gesteuert. Große farbige FlÀchen vermeiden, z.B. durch Rahmen ersetzen. */ 
     174Generell keine "Bedienelemente" mit drucken, also Hyperlinks zu anderen Nachweisen oder optionale Umschalter fÃŒr den Umfang der Anzeige. 
     175Dies wird durch class='noprint' gesteuert. Große farbige FlÀchen vermeiden, z.B. durch einen Rahmen ersetzen. */ 
    176176@media print { 
    177         body    {background-color: white;} /* width: 98%; */ 
    178         .noprint {visibility: hidden;} 
     177        body            {background-color: white;} 
     178        .noprint        {visibility: hidden;} 
    179179 
    180180        /* Balken im Druck (auf weißem Hintergrund) mit schwarzer Schrift */ 
Note: See TracChangeset for help on using the changeset viewer.