source: trunk/info/info/alkis/alkisauszug.css @ 350

Revision 350, 7.8 KB checked in by frank.jaeger, 9 years ago (diff)

ALKIS-Auskunft: Bestandsnachweis verbessert

Line 
1/*      Modul: alkisauszug.css
2        S t y l e s zur ALKIS-Buchauskunft, Kommunales Rechenzentrum Minden-Ravensberg/Lippe (Lemgo).
3
4        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*/
16body    {background-color: #FDFFFD;}
17p, body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
18        font-size: 10pt; color: #000033; margin-top: 2pt; margin-bottom: 2pt;}
19
20/* ** Banner im Kopf (farbiger Balken), Farbcode fuer Nachweis-Art ** */
21p.fsausk,p.fskennz,p.fsei,p.fshis,p.gbkennz,p.nakennz,p.geb,p.lage,p.strasse,p.recht {text-align: right;}
22p.fsausk        {background-color: teal; color: silver;}        /* Uebersichts-Seite Flurstuecks-Auskunft */
23p.fskennz,p.fsei{background-color: navy; color: silver;}        /* Flurstuecks-Nachweis */
24/* p.fsei       {background-color: olive; color: silver;}*/     /* Flurstuecks- und Eigentuemer-Nachweis */
25p.fshis         {background-color: gray; color: white;}         /* Flurstuecks-Historie */
26p.gbkennz       {background-color: green; color: silver;}       /* Bestandsnachweis */
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 */
30p.strasse       {background-color: limegreen; color: slategray;}        /* Strasse */
31p.recht         {background-color: #F0F8FF; color: gray;}       /* Baurecht, Bodenneuordnung */
32
33/* Format nach Inhalt */
34p.bezieh        {text-align: right; background: olive;  color: silver;} /* Beziehungen */
35p.fsd           {margin-left: 170px;}   /* Flst-Flaeche */
36p.gbl           {position: relative; left: 60px;}       /* Nam: Buchungsstelle*/
37p.zus           {margin: 2pt; padding: 2pt; border:1px dotted maroon; background: white;} /* Zusatz zum Eigent., gerahmt */
38p.avh           {font-style: italic; color: navy;}      /* Anteilsverhaeltnis */
39p.ant           {font-style: italic; position: relative;left: 12px;} /* Anteil am FS */
40p.geig          {color: navy;}          /* GB-Nachw. Eigentuemer Name */
41p.gadr          {color: maroon; margin-top: 1pt;}       /* GB-Nachw. Eigentuemer Adresse */
42p.nwlink, td.nwlink {font-size: 7pt; text-align: right; margin-top: 0pt;}       /* Link zum Nachweis GB, FS, ..*/
43p.err           {font-size: 11px; color: red;}          /* Fehler -> Anwender */
44p.dbg           {font-size: 10px; color: gray;}         /* Debug -> Entwickler */
45p.cnt           {font-size: 10px; color: gray;}         /* Counter, Zaehler */
46p.warn          {color: gray; font-style: italic;}      /* Warnung, Hinweis */
47p.ph            {color: gray;}                                          /* Platzhalter */
48
49/* Links */
50a:link          {color: rgb(0,102,153);}
51a:visited       {color: rgb(0,153,102);}
52a:active        {color: rgb(0,102,102);}
53a:hover         {color: rgb(255,40,40);}
54
55/* Globaler Identifikator gml_id - Link fuer Entwicklung */
56a.gmlid         {text-decoration: none; color: silver; font-style: italic; font-size: 7pt; text-align: right;}
57span.gmlid      {font-style: italic; font-size: 7pt; text-align: right;}
58
59/* komplette Adresse im Rahmen */
60div.adr {border-left-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-top-width: 2px;
61        width: 60%; font-size: 12pt; border-color: #a2d545; border-style: solid;
62        margin-bottom: 8px; margin-top: 8px; margin-left: 0.7in;
63        overflow: auto; padding: 6px; background: #e4f7dd;}
64
65span.key        {color: gray; font-style: italic;} /* Schluesselwert vor Text, Wert zurueck nehmen */
66span.wichtig{color: #BB0000; font-weight: bold;} /* Wert hervorheben */
67span.flae       {font-weight: bold;} /* FlÀchensumme Flurst. */
68
69/* ** T a b e l l e n ** */
70table           {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000033;}
71table.fsd       {font-size: 9pt; margin-left: 12px;}
72table.bez       {font-size: 9pt; margin-bottom: 10px; margin-left: 3px;}
73
74/* Kennzeichen mit Rahmen, Rahmen-Farben wie 'Balken' */
75table.kennzfs   {border: 2px solid  navy;  padding: 3px; margin: 0px;}  /* Flurstueck */
76table.kennzfsh  {border: 2px dotted navy;  padding: 3px; margin: 0px;}  /* - historisch */
77table.kennzgb   {border: 2px solid  green; padding: 3px; margin: 0px;}  /* Grundbuch */
78table.kennzgbf  {border: 2px dotted green; padding: 3px; margin: 0px;}  /* - fiktiv */
79table.kennzla   {border: 2px solid  lime;  padding: 3px; margin: 0px;}  /* Lage */
80table.kennzstra {border: 2px solid  limegreen;  padding: 3px; margin: 0px;}     /* Strasse */
81
82/* volle Breite fuer verschiedene Zwecke */
83table.fs, table.nua, table.klas, table.eig, table.outer, table.geb {width: 100%;}
84
85td      {vertical-align: top; padding-top: 6px;}        /* ** Tabellenfelder ** */
86/* border: 1px dotted gray;  Variante fuer TEST */
87
88td.ll   {width: 130px;} /* Liste Links */
89td.lr   {color: black;} /* Liste Rechts */
90td.ph   {color: gray;}  /* Platzhalter, vorlaeufig, spaeter loschen */
91
92td.fla  {width: 110px; padding-right: 4px; text-align: right;} /* Flaechen rechtsbuendig (stellengerecht) */
93td.fsnr {padding-right: 4px; text-align: right;} /* Flst.-Nr. rechtsbuendig */
94td.key  {width:  35px; padding-right: 4px; padding-left: 4px;}
95/* Ertragsmesszahl der Bodenschaetzung
96td.emz  {width: 45px; padding-right: 4px; padding-left: 4px; text-align: right;} */
97td.kurz {width: 26px; padding-left: 4px;}
98td.nanu {width: 80px;}                          /* Namensnummer */
99td.sond, p.sond {font-size: 9pt; font-style: italic; background-color: white;
100                border: 1px dotted silver; padding: 6px;}       /* Sondereigentumsbeschreibung */
101
102td.nrap, p.nrap {font-size: 9pt; font-style: italic; background-color: white;}  /* Nummer im Aufteilungsplan */
103
104td.fett {font-weight: bold;}
105td.head {border-bottom: 1px solid gray; font-style: italic; padding-top: 2px;}  /* Kopfzeile, Spaltenueberschrift */
106td.sum {border-top: 2px dotted maroon;  border-bottom:3px solid maroon;
107        border-left:0px dotted maroon;  border-right:0px dotted maroon; font-weight: bold;}     /* unter dem Strich = Summenzeile */
108td.bez  {font-weight: bold;}    /* Beziehungen */
109td.nhd  {width: 150px;}                 /* Namen - linke / rechte Spalte */
110td.nam  {font-weight: bold;}
111td.gbl  {border-bottom: 1px dotted green;}      /* Name: GB-Liste */
112/* Inlay analog Template: linke Tabellenspalte - Feldname */
113td.li, td.gr {color:gray; padding-left: 8px; padding-right:8px; border-bottom: 0px; vertical-align:top;}
114/* dienendes GB in FS-Tab im Best-NW  */
115td.dien {font-size: 9pt; font-style: italic; color: purple; border-bottom: 1px solid silver;}
116td.hsnr {width: 70px; padding-right: 4px; text-align: right;} /* Hausnummer in Straße */
117
118/* Ueberschriften */
119h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
120h1 {    color: black;   font-size: 14pt;}
121h2 {    color: maroon;  font-size: 12pt;}
122h3 {    color: green;   font-size: 12pt;}
123h4 {    color: black;   font-size: 11pt;}
124h5 {    color: black;   font-size: 10pt;}
125h6 {    color: black;   font-size:  9pt; margin-top: 2pt; margin: 0pt}  /* FS in Best-NW */
126
127img     {border: 0px; margin: 0px;} /* Icons */
128
129iframe.inlay {border:0px; width: 100%;} /* height: 400px; */
130
131/* Seitenfuss */
132.buttonbereich  {font-size: 7pt; text-align: right;}
133.confbereich    {font-size: 7pt; background-color: #EFFDFF; width: 88%; position: relative; left: 40px;}
134
135/* abweichender Druck */
136@media print {
137        body {width: 98%; background-color:white;}
138
139        /* Balken im Druck */
140        p.fskennz,p.fsei,p.fshis,p.gbkennz,p.nakennz,p.geb,p.lage,p.strasse,p.recht{text-align: right; color: black;}
141        p.fskennz,p.fsei{border-bottom: 2px solid navy; border-top: 2px solid navy;}
142        p.fshis         {border-bottom: 2px solid gray; border-top: 2px solid gray;}
143        p.gbkennz       {border-bottom: 2px solid green; border-top: 2px solid green;}
144        p.nakennz       {border-bottom: 2px solid maroon; border-top: 2px solid maroon;}
145        p.geb           {border-bottom: 2px solid yellow; border-top: 2px solid yellow;}
146        p.lage          {border-bottom: 2px solid lime; border-top: 2px solid lime;}
147        p.strasse       {border-bottom: 2px solid limegreen; border-top: 2px solid limegreen;}
148        p.recht         {border-bottom: 2px solid #F0F8FF; border-top: 2px solid #F0F8FF;}
149}
Note: See TracBrowser for help on using the repository browser.