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

Revision 315, 4.3 KB checked in by frank.jaeger, 10 years ago (diff)

Feinschliff und Korrektur an Auskunft und Navigation

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