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

Revision 333, 7.7 KB checked in by frank.jaeger, 10 years ago (diff)

Anpassung der Programme und Views an verschieden lange gm_id und Datenbanken mit historischen Objekten.

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