Ignore:
Timestamp:
09/03/10 13:36:04 (14 years ago)
Author:
frank.jaeger
Message:
 
File:
1 edited

Legend:

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

    r26 r41  
    1 /*      S t y l e s 
    2         ALKIS-Buchauskunft, Kommunales Rechenzentrum Minden-Ravensberg/Lippe (Lemgo). 
     1/*      Modul: alkisauszug.css 
     2        S t y l e s zur ALKIS-Buchauskunft, Kommunales Rechenzentrum Minden-Ravensberg/Lippe (Lemgo). 
    33 
    44        Version: 
    5         21.01.2010 - Bearbeitung einer Kopie von ALB  
     5        31.08.2010      Prototyp 
     6        02.09.2010  Mit img 
    67 
    7         ToDo: Nicht benoetigte Classen loeschen. 
     8        ToDo: Nicht benoetigte Classen loeschen (Kopie aus ALB) 
    89*/ 
    9 body    {background-color: #FBFFFC;} 
     10body    {background-color: #FDFFFD;} 
    1011p, body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    11         font-size: 10pt; 
    12         color: #000033; 
    13         margin-top: 2pt; 
    14         margin-bottom: 2pt; 
    15 } 
     12        font-size: 10pt; color: #000033; margin-top: 6pt; margin-bottom: 2pt;} 
     13 
    1614/* ** Banner im Kopf, Farbcode f. Nachweis-Art ** */ 
    17 p.fsausk        {text-align: right; background: teal;   color: silver;} /* Uebersichts-Seite Flurstuecks-Auskunft */ 
     15p.fsausk                {text-align: right; background: teal;   color: silver;} /* Uebersichts-Seite Flurstuecks-Auskunft */ 
    1816p.fskennz       {text-align: right; background: navy;   color: silver;} /* Flurstuecks-Nachweis */ 
    1917p.fsei          {text-align: right; background: olive;  color: silver;} /* Flurstuecks- und Eigentuemer-Nachweis */ 
    2018p.gbkennz       {text-align: right; background: green;  color: silver;} /* Bestandsnachweis */ 
    2119p.nakennz       {text-align: right; background: maroon; color: silver;} /* Personen- und Adressdaten */ 
     20p.geb                   {text-align: right; background: yellow; color: silver;} /* Gebaeude zum FS */ 
     21 
    2222p.bezieh        {text-align: right; background: olive;  color: silver;} /* Beziehungen */ 
    2323p.fsd           {position: relative;    left: 170px;}   /* Flst-Flaeche */ 
     
    2626p.avh           {font-style: italic; color: navy;}      /* Anteilsverhaeltnis */ 
    2727p.ant           {font-style: italic; position: relative;left: 12px;} /* Anteil am FS */ 
    28 p.geig          {color: navy;}                          /* GB-Nachw. Eigent., Adresse */ 
    29 p.gadr          {color: maroon;} 
    30 p.nwlink        {font-size: 7pt;text-align: right;}     /* Link zum Nachweis GB, FS, ..*/ 
    31 p.err           {color: red;}                           /* Fehler-Meldungen */ 
     28p.geig  {color: navy;}          /* GB-Nachw. Eigentuemer Name */ 
     29p.gadr  {color: maroon; margin-top: 1pt;}       /* GB-Nachw. Eigentuemer Adresse */ 
     30p.nwlink, td.nwlink {font-size: 7pt; text-align: right;}        /* Link zum Nachweis GB, FS, ..*/ 
     31p.err           {color: red;}   /* Fehler-Meldungen */ 
     32p.ph            {color: gray;}  /* Platzhalter */ 
     33 
    3234/* Links */ 
    3335a:link          {color: rgb(0,102,153);} 
    3436a:visited       {color: rgb(0,153,102);} 
    35 a:active        {color: rgb(0,102,102);} 
     37a:active                {color: rgb(0,102,102);} 
    3638a:hover         {color: rgb(255,40,40);} 
    37 a.gmlid         {text-decoration: none; color: silver;} /* Globaler Identifikator gml_id */ 
    38 div.gmlid       {font-style: italic;font-size: 7pt;text-align: right;}   
    39 /* Adresse im Rahmen*/ 
     39 
     40/* Globaler Identifikator gml_id - Link fuer Entwicklung */ 
     41a.gmlid         {text-decoration: none; color: silver; font-style: italic; font-size: 7pt; text-align: right;} 
     42span.gmlid      {font-style: italic; font-size: 7pt; text-align: right;} 
     43 
     44/* komplette Adresse im Rahmen*/ 
    4045div.adr {border-left-width: 0px;  
    4146        border-right-width: 0px;  
     
    5358        background: #e4f7dd; 
    5459} 
    55 /* ** Tabellen ** */ 
    56 table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    57         font-size: 10pt; 
    58         color: #000033; 
    59 } 
     60 
     61span.key                {color: gray; font-style: italic;} /* Schluesselwert vor Text, Wert zurueck nehmen */ 
     62span.wichtig    {color: #BB0000; font-weight: bold;} /* Wert hervorheben */ 
     63 
     64/* ** T a b e l l e n ** */ 
     65table           {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000033;} 
    6066table.fsd       {font-size: 9pt; margin-left: 12px;} 
    6167table.bez       {font-size: 9pt; margin-bottom: 10px; margin-left: 3px;} 
    6268 
    6369table.kennz     {border: 2px solid navy; padding: 3px; margin: 0px;}    /* Kennzeichen (FS, GB, ..) mit Rahmen */ 
    64 table.fs, table.nua, table.klas, table.eig, table.outer {width:100%;} 
     70table.fs, table.nua, table.klas, table.eig, table.outer, table.geb {width:100%;} 
    6571 
    66 td      {vertical-align: top;}                                  /* ** Tabellenfelder ** */ 
     72td      {vertical-align: top;}                  /*  ** Tabellenfelder ** */ 
     73/*td    {vertical-align: top; border: 1px dotted gray; }         ** Tabellenfelder  Variante f. TEST ** */ 
    6774 
    68 td.ll   {width:120px; } /* ALKIS Datenliste linke Spalte */ 
    69 td.lr   {color: black;} /* .. rechte Spalte */ 
     75td.ll   {width: 130px; padding-top: 8px;}       /* ALKIS Datenliste linke Spalte */ 
     76td.lr   {color: black; padding-top: 8px;}       /* .. rechte Spalte */ 
     77td.ph   {color: gray;  padding-top: 8px;}       /* Platzhalter, vorlaeufig, spaeter loschen */ 
    7078 
    7179td.fla  {width: 90px; padding-right: 4px; text-align: right;}   /* Flaechen rechtsbuendig (stellengerecht) */ 
     
    7381/* Ertragsmesszahl der Bodenschaetzung 
    7482td.emz  {width: 45px; padding-right: 4px; padding-left: 4px;  
    75         text-align: right;} */ 
     83                        text-align: right;} */ 
    7684td.kurz {width: 26px; padding-left: 4px;} 
    77 td.nanu {width: 80px;}                                  /* Namensnummer */ 
    78 /* td.mit, td.erb {font-style: italic;} */              /* Miteigentumsanteil, Erbbaurecht */ 
    79 td.sond {font-size: 8pt;}                               /* Sondereigentumsbeschreibung */ 
     85td.nanu {width: 80px;}                          /* Namensnummer */ 
     86td.sond {font-size: 8pt;}                       /* Sondereigentumsbeschreibung */ 
    8087td.fett {padding-top: 8px; font-weight: bold;} 
    8188td.head {border-bottom: 1px solid gray; font-style: italic;}    /* Kopfzeile, Spaltenueberschrift */ 
     
    8390        border-left:0px dotted maroon;  border-right:0px dotted maroon; 
    8491        font-weight: bold;}                             /* unter dem Strich = Summenzeile */ 
    85 td.bez  { font-weight: bold;}                           /* Beziehungen */ 
    86 td.nhd  { width: 150px; }                               /* Namen - linke / rechte Spalte */ 
     92td.bez  { font-weight: bold;}   /* Beziehungen */ 
     93td.nhd  { width: 150px; }                       /* Namen - linke / rechte Spalte */ 
    8794td.nam  { font-weight: bold;} 
    8895td.gbl {border-top:1px dotted green;    border-bottom:0px; 
    8996        border-left:0px ;               border-right:0px ;}     /* Name: GB-Liste */ 
     97 
    9098/* Ueberschriften */ 
    9199h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;} 
     
    96104h5 {    color: black;   font-size: 10pt;} 
    97105h6 {    color: black;   font-size:  9pt; margin-top: 2pt; margin: 0pt}  /* FS in Best-NW */ 
    98 /* 
    99 pre {   font-family: monospace; 
    100         font-size: 9pt; 
    101         color: #000033; 
    102         margin-top: 2pt; 
    103         margin-bottom: 2pt; 
    104 } */ 
    105106 
    106 /* 
    107 ul, ol, li { 
    108         margin-top:3pt; 
    109         margin-bottom:3pt;  
    110         margin-left:2.75em;  
    111         font-family: Verdana; 
    112         font-size: 10pt; 
    113         color: #000066; 
    114 } */ 
     107img     {border: 0px; margin: 0px;} /* Icons */ 
     108 
    115109/* Seitenfuss */ 
    116110.buttonbereich  {font-size: 7pt;        text-align: right;} 
     
    122116} 
    123117@media print { 
    124         body { 
    125                 width: 100%; 
    126                 background-color:white; 
    127         } 
     118        body {width: 100%; background-color:white;} 
    128119} 
Note: See TracChangeset for help on using the changeset viewer.