source: trunk/info/info/alkisn/alkisauszug.css @ 377

Revision 377, 8.4 KB checked in by frank.jaeger, 7 years ago (diff)

ALKIS-Auskunft: in info/alkis/ den Stand 372 wieder hergestellt (Versionen aus "alkisn" versehendlich dort hoch geladen).
In info/alkisn/ Nachbesserungen an Gebäude-Name und Nutzungsart.

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