Ignore:
Timestamp:
01/27/14 17:55:54 (10 years ago)
Author:
frank.jaeger
Message:

CSV-Export aller Flurstücke an einer Straße.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/info/info/alkis/alkisauszug.css

    r306 r308  
    1010        2011-11-16      FS-Historie 
    1111        2013-06-27      p.recht 
    12         2014-01-23      strasse, hsnr 
     12        2014-01-27      strasse, hsnr, Print-Balken 
    1313*/ 
    1414body    {background-color: #FDFFFD;} 
     
    1616        font-size: 10pt; color: #000033; margin-top: 2pt; margin-bottom: 2pt;} 
    1717 
    18 /* ** Banner im Kopf (Balken), Farbcode fuer Nachweis-Art ** */ 
    19 p.fsausk                {text-align: right; background: teal;    color: silver;}        /* Uebersichts-Seite Flurstuecks-Auskunft */ 
    20 p.fskennz       {text-align: right; background: navy;    color: silver;}        /* Flurstuecks-Nachweis */ 
    21 p.fsei          {text-align: right; background: olive;   color: silver;}        /* Flurstuecks- und Eigentuemer-Nachweis */ 
    22 p.fshis         {text-align: right; background: gray;    color: white;}         /* Flurstuecks-Historie */ 
    23 p.gbkennz       {text-align: right; background: green;   color: silver;}        /* Bestandsnachweis */ 
    24 p.nakennz       {text-align: right; background: maroon;  color: silver;}                /* Personen- und Adressdaten */ 
    25 p.geb           {text-align: right; background: yellow;  color: gray;}          /* Gebaeude zum FS */ 
    26 p.lage          {text-align: right; background: lime;    color: gray;}          /* Lage/Adresse zum FS */ 
    27 p.strasse       {text-align: right; background: limegreen; color: slategray;}   /* Strasse */ 
    28 p.recht         {text-align: right; background: #F0F8FF; color: gray;}          /* Baurecht, Bodenneuordnung */ 
     18/* ** Banner im Kopf (farbiger Balken), Farbcode fuer Nachweis-Art ** */ 
     19p.fsausk,p.fskennz,p.fsei,p.fshis,p.gbkennz,p.nakennz,p.geb,p.lage,p.strasse,p.recht {text-align: right;} 
     20p.fsausk        {background-color: teal; color: silver;}        /* Uebersichts-Seite Flurstuecks-Auskunft */ 
     21p.fskennz,p.fsei{background-color: navy; color: silver;}        /* Flurstuecks-Nachweis */ 
     22/* p.fsei       {background-color: olive; color: silver;}*/     /* Flurstuecks- und Eigentuemer-Nachweis */ 
     23p.fshis         {background-color: gray; color: white;}         /* Flurstuecks-Historie */ 
     24p.gbkennz       {background-color: green; color: silver;}       /* Bestandsnachweis */ 
     25p.nakennz       {background-color: maroon; color: silver;}      /* Personen- und Adressdaten */ 
     26p.geb           {background-color: yellow; color: gray;}        /* Gebaeude zum FS */ 
     27p.lage          {background-color: lime; color: gray;}          /* Lage/Adresse zum FS */ 
     28p.strasse       {background-color: limegreen; color: slategray;}        /* Strasse */ 
     29p.recht         {background-color: #F0F8FF; color: gray;}       /* Baurecht, Bodenneuordnung */ 
    2930 
     31/* Format nach Inhalt */ 
    3032p.bezieh        {text-align: right; background: olive;  color: silver;} /* Beziehungen */ 
    3133p.fsd           {margin-left: 170px;}   /* Flst-Flaeche */ 
     
    5254span.gmlid      {font-style: italic; font-size: 7pt; text-align: right;} 
    5355 
    54 /* komplette Adresse im Rahmen*/ 
     56/* komplette Adresse im Rahmen */ 
    5557div.adr {border-left-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-top-width: 2px;  
    5658        width: 60%; font-size: 12pt; border-color: #a2d545; border-style: solid;  
     
    5860        overflow: auto; padding: 6px; background: #e4f7dd;} 
    5961 
    60 span.key                {color: gray; font-style: italic;} /* Schluesselwert vor Text, Wert zurueck nehmen */ 
    61 span.wichtig    {color: #BB0000; font-weight: bold;} /* Wert hervorheben */ 
    62 span.flae               {font-weight: bold;} /* FlÀchensume Flurst. */ 
     62span.key        {color: gray; font-style: italic;} /* Schluesselwert vor Text, Wert zurueck nehmen */ 
     63span.wichtig{color: #BB0000; font-weight: bold;} /* Wert hervorheben */ 
     64span.flae       {font-weight: bold;} /* FlÀchensumme Flurst. */ 
    6365 
    6466/* ** T a b e l l e n ** */ 
     
    127129.buttonbereich  {font-size: 7pt; text-align: right;} 
    128130.confbereich    {font-size: 7pt; background-color: #EFFDFF; width: 88%; position: relative; left: 40px;} 
     131 
     132/* abweichender Druck */ 
    129133@media print { 
    130134        body {width: 98%; background-color:white;} 
     135 
     136        /* Balken */ 
     137        p.fskennz,p.fsei,p.fshis,p.gbkennz,p.nakennz,p.geb,p.lage,p.strasse,p.recht{text-align: right; color: black;} 
     138        p.fskennz,p.fsei{border-bottom: 2px solid navy; border-top: 2px solid navy;} 
     139        p.fshis         {border-bottom: 2px solid gray; border-top: 2px solid gray;} 
     140        p.gbkennz       {border-bottom: 2px solid green; border-top: 2px solid green;} 
     141        p.nakennz       {border-bottom: 2px solid maroon; border-top: 2px solid maroon;} 
     142        p.geb           {border-bottom: 2px solid yellow; border-top: 2px solid yellow;} 
     143        p.lage          {border-bottom: 2px solid lime; border-top: 2px solid lime;} 
     144        p.strasse       {border-bottom: 2px solid limegreen; border-top: 2px solid limegreen;} 
     145        p.recht         {border-bottom: 2px solid #F0F8FF; border-top: 2px solid #F0F8FF;} 
    131146} 
Note: See TracChangeset for help on using the changeset viewer.