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

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