source: trunk/var/www/info/alkis/alkisauszug.css @ 128

Revision 128, 6.6 KB checked in by frank.jaeger, 12 years ago (diff)

Erweiterung der ALKIS-Buchauskunft im Bereich Flurstücks-Historie.
Symbole für die Doku: .ico nach .png konvertiert

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