source: trunk/mapbender/http/nav/alkisnav.css @ 431

Revision 425, 4.7 KB checked in by frank.jaeger, 2 years ago (diff)

Web-GIS-Auskunft und Mapbender2-Navigation: neue Konfigurations-Parameter und verbessertes Grundbuch-Modul

Line 
1/* Style fuer ALKIS-Navigation
2Version:
3        2013-04-29 Abgleich Darstellung in IE/FF
4        2013-05-15 EinrÃŒckungen vergrößert
5        2014-02-06 kosmetische Überarbeitung
6        2015-12-10 Rahmen breiter, mehr HsNr je Zeile
7        2021-12-29 Abstand vor .hn
8*/
9body,p,a,.textfield,.sbutton {font-family: Verdana, Arial, Helvetica, sans-serif;}
10body {font-size: 11px; color: #000000; margin: 0px; border: 0px;}
11p {font-size: 10px;}
12p.hilfe {font-size:  9px; text-align: right; color: gray; padding-right: 3px;} /* Programmier-Hilfsfelder */
13p.start {font-size:  9px; color: gray; padding: 2px; margin: 2px; border: 0px;}
14p.nam {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px; color: maroon;}
15p.err {font-size: 11px; color: red;} /* Fehler -> Anwender */
16p.dbg {font-size: 10px; color: gray;} /* Debug -> Entwickler */
17p.ein, p.anz, p.blt {font-size: 9px; text-align: right;} /* Einleitung, Anzahl am Ende, BlÀttern weitere ... */
18p.ein {color: navy; font-weight: bold;}
19p.anz, p.blt {color: purple;}
20p.hn {color: gray; margin-left: 28px; margin-top: 8px; margin-bottom: 2px;} /* Hist.-Nachf. Überschr. */
21
22a {text-decoration: none;}
23a:hover, a:active {color: red;}
24a.hislnk {color: gray; font-style: italic; text-align: right; padding-left: 50px;} /* Link zur Historie */
25a.hsnro {color: gray; font-style: italic;} /* HsNr ohne Haus */
26a.blt {color: maroon; background-color: yellow;} /* Link weitere ... */
27
28/* abgestuft eingerueckte Treffer in der Suche */
29div {margin: 0px; padding: 0px;}
30div.back {font-size: 10px; color: gray; border-bottom: 1px dotted gray;}
31
32div.ga {color: fuchsia; margin-left: 0px; margin-top: 6px;} /* GB-Amtsgericht */
33div.gm {color: green; margin-left: 0px; margin-top: 6px;} /* Gemeinde */
34div.gk {color: black; margin-left: 7px; margin-top: 6px;} /* Gemarkung o. GB-Bezirk */
35div.pe {color: black; margin-left: 7px; margin-top: 0px;} /* Person, Eigentuemer */
36div.fl {color: olive; margin-left: 17px; margin-top: 4px;} /* Flur ()zw. Gemarkg und Flst.) */
37div.gb {color: green; margin-left: 14px; margin-top: 3px;} /* Grundbuch */
38div.gs {color: olive; margin-left: 21px; margin-top: 2px;} /* Grundstueck, BVNR */
39div.fs {color: navy; margin-left: 28px; margin-top: 0px;} /* Flurstueck */
40div.hi {color: gray; margin-left: 28px; margin-top: 0px;} /* Historie */
41div.hn {color: gray; margin-left: 28px; margin-top: 0px;} /* Historie-Nachfolger */
42
43div.stu {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
44
45div.stl {color: maroon; font-size: 11px; margin-top: 3px; margin-left: 7px} /* Strasse - Liste */
46
47td.hsnr {font-size: 11px; text-align: center; padding-left: 3px; padding-right: 3px;} /* Hausnummer */
48hr {color: silver; background-color: silver; height: 2px; border: 0px; width: 98%;}
49dfn.title {color: maroon; font-size: 10px; text-align: right; padding-left: 8px; padding-right: 4px;}
50.aktuell {background-color: #fdfbd0;}
51.textfield {border: 1px solid #990000; height: 20px; width: 140px; background: #FFFFFF;}
52.sbutton {font-size: 11px; font-weight: normal; border: solid 1px #000000; width: 22px; height: 20px; background: #6699FF;}
53img {border: 0px;} /* Icons */
54img.nwlink {border: 0px; margin: 0px; padding: 0px;} /* ..mit Link zum Buch-Nachweis */
55.letter {cursor: pointer; font-weight: bold;} /* Liste Anfangsbuchstaben */
56
57/* Registertabs: ul in einem div id='tabs' */
58div#tabs ul {position: absolute; top: 0px;
59        margin-top: 0px; margin-left: 0px; margin-bottom: 20px;
60        padding: 0px; width: 220px; text-align: left; border: 0px dashed #00aa00;}
61div#tabs li {cursor: pointer; list-style: none; /* Eintraege NEBENeinander */
62        float: left; text-align: center; background-color: #F9F9F9;
63        border: 1px solid #CCD5DE; border-bottom-width: 1px;
64        vertical-align: text-bottom; position: relative;
65        background-image: url(./img/tab_bg_grau.gif); /* inaktive Tabs grau */
66        background-repeat: repeat-x; background-position: top left;
67        margin: 0 3px 0 0; padding: 2px;}
68div#tabs li.aktiveTab {
69        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */
70        background-color: #F9F9F9;      border-bottom-color: #F9F9F9;} /* nicht sichtbar, wie Hintergrund */
71
72/* Anpassen an width des Tab in Mapbender */
73/* in alkisnav.htm */
74
75/* iframe.OuterFrame{width: 250px; height:400px; padding: 0px; margin: 0px;
76        border: 0px dotted #ff0000; overflow: hidden; background-color: white;} */
77
78iframe.OuterFrame{width: 100%; height:99%; padding: 0px; margin: 0px;
79        border: 0px dotted #ff0000; overflow: hidden; background-color: white;}
80
81form.nav {position: absolute; top: 22px;}
82
83/* iframe.ResultFrame {position: absolute; top: 78px; width: 244px; height: 290px;
84        padding: 0px; margin: 0px; border: 0px dotted #00ff00;} */
85
86iframe.ResultFrame {position: absolute; top: 78px; width: 99%; height: 360px;
87        padding: 0px; margin: 0px; border: 0px dotted #00ff00;}
Note: See TracBrowser for help on using the repository browser.