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

Revision 76, 6.3 KB checked in by frank.jaeger, 13 years ago (diff)

Feinschliff an css und Tabellen-Formatierung

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