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

Revision 45, 6.2 KB checked in by frank.jaeger, 14 years ago (diff)
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        31.08.2010      Prototyp
6        02.09.2010  Mit img
7        06.09.2010  Kennzeichen-Rahmenfarben differenziert
8        15.09.2010  ...
9*/
10body    {background-color: #FDFFFD;}
11p, body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
12        font-size: 10pt; color: #000033; margin-top: 2pt; margin-bottom: 2pt;}
13
14/* ** Banner im Kopf (Balken), Farbcode fuer Nachweis-Art ** */
15p.fsausk                {text-align: right; background: teal;   color: silver;} /* Uebersichts-Seite Flurstuecks-Auskunft */
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 */
19p.nakennz       {text-align: right; background: maroon; color: silver;} /* Personen- und Adressdaten */
20p.geb                   {text-align: right; background: yellow; color: gray;} /* Gebaeude zum FS */
21p.lage          {text-align: right; background: lime;   color: gray;} /* Gebaeude zum FS */
22
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
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 */
47p.geig  {color: navy;}          /* GB-Nachw. Eigentuemer Name */
48p.gadr  {color: maroon; margin-top: 1pt;}       /* GB-Nachw. Eigentuemer Adresse */
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 */
53
54/* Links */
55a:link          {color: rgb(0,102,153);}
56a:visited       {color: rgb(0,153,102);}
57a:active                {color: rgb(0,102,102);}
58a:hover         {color: rgb(255,40,40);}
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*/
65div.adr {border-left-width: 0px;
66        border-right-width: 0px;
67        border-bottom-width: 2px;
68        border-top-width: 2px;
69        width: 60%;
70        border-color: #a2d545;
71        border-style: solid;
72        font-size: 12pt;
73        margin-bottom: 8px;
74        margin-top: 8px;
75        margin-left: 0.7in;
76        /* margin-right: 0.7in; */
77        overflow: auto;
78        padding: 6px;
79        background: #e4f7dd;
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;}
87table.fsd       {font-size: 9pt; margin-left: 12px;}
88table.bez       {font-size: 9pt; margin-bottom: 10px; margin-left: 3px;}
89
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%;}
98
99td      {vertical-align: top;}                  /*  ** Tabellenfelder ** */
100/* td   {vertical-align: top; border: 1px dotted gray; }  Variante fuer TEST */
101
102td.ll   {width: 130px; padding-top: 8px;}       /* Liste Links */
103td.lr   {color: black; padding-top: 8px;}       /* Liste Rechts */
104td.ph   {color: gray;  padding-top: 8px;}       /* Platzhalter, vorlaeufig, spaeter loschen */
105
106/* Flaechen rechtsbuendig (stellengerecht) */
107/* td.fla       {width: 90px; padding-right: 4px; text-align: right;} */
108td.fla  {padding-right: 4px; text-align: right;}
109td.key  {width: 35px; padding-right: 4px; padding-left: 4px;}
110/* Ertragsmesszahl der Bodenschaetzung
111td.emz  {width: 45px; padding-right: 4px; padding-left: 4px;
112                        text-align: right;} */
113td.kurz {width: 26px; padding-left: 4px;}
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
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 */
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 */
129
130/* dienendes GB in FS-Tab im Best-NW  */
131td.dien {font-size: 9pt; font-style: italic; color: purple; border-bottom: 1px solid silver;}
132
133/* Ueberschriften */
134h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
135h1 {    color: black;   font-size: 14pt;}
136h2 {    color: maroon;  font-size: 12pt;}
137h3 {    color: green;   font-size: 12pt;}
138h4 {    color: black;   font-size: 11pt;}
139h5 {    color: black;   font-size: 10pt;}
140h6 {    color: black;   font-size:  9pt; margin-top: 2pt; margin: 0pt}  /* FS in Best-NW */
141
142img     {border: 0px; margin: 0px;} /* Icons */
143
144/* Seitenfuss */
145.buttonbereich  {font-size: 7pt;        text-align: right;}
146.confbereich    {font-size: 7pt;
147        background-color: #EFFDFF;
148        width: 88%;
149        position: relative;
150        left: 40px;
151}
152@media print {
153        body {width: 100%; background-color:white;}
154}
Note: See TracBrowser for help on using the repository browser.