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

RevLine 
[124]1/* Style fuer ALKIS-Navigation
[315]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
[60]6*/
[68]7body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;}
[315]8body {font-size: 11px; color: #000000; margin: 0px; border: 0px;}
9p {font-size: 10px;}
[124]10p.hilfe         {font-size:  9px; text-align: right; color: gray; padding-right: 3px;} /* Programmier-Hilfsfelder */
[280]11p.start         {font-size:  9px; color: gray; padding: 2px; margin: 2px; border: 0px;}
[315]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;}
[124]18
[315]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 */
[278]22a.hsnro {color: gray; font-style: italic;} /* HsNr ohne Haus */
[315]23a.blt {color: maroon; background-color: yellow;} /* Link weitere ... */
[278]24
[124]25/* abgestuft eingerueckte Treffer in der Suche */
[315]26div {margin: 0px; padding: 0px;}
27div.back {font-size: 10px; color: gray; border-bottom: 1px dotted gray;}
[283]28
[315]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 */
[283]39
[315]40div.stu {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
[283]41
[315]42div.stl {color: maroon; font-size: 11px; margin-top: 3px; margin-left: 7px} /* Strasse - Liste */
[283]43
[315]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 */
[283]53
[280]54/* Registertabs: ul in einem div id='tabs' */
[278]55div#tabs ul {position: absolute; top: 0px;
[124]56        margin-top: 0px; margin-left: 0px; margin-bottom: 20px;
[278]57        padding: 0px; width: 220px; text-align: left; border: 0px dashed #00aa00;}
[315]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;
[124]62        background-image: url(./img/tab_bg_grau.gif); /* inaktive Tabs grau */
[315]63        background-repeat: repeat-x; background-position: top left;
64        margin: 0 3px 0 0; padding: 2px;}
[124]65div#tabs li.aktiveTab {
66        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */
[280]67        background-color: #F9F9F9;      border-bottom-color: #F9F9F9;} /* nicht sichtbar, wie Hintergrund */
[124]68
[278]69/* Anpassen an width des Tab in Mapbender */
[280]70/* in alkisnav.htm */
[278]71iframe.OuterFrame{width: 225px; height:400px; padding: 0px; margin: 0px;
72        border: 0px dotted #ff0000; overflow: hidden; background-color: white;}
[124]73form.nav {position: absolute; top: 22px;}
[278]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.