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

Revision 283, 4.3 KB checked in by frank.jaeger, 11 years ago (diff)

Mapbender-Navigation nochmals ergänzt: aktuell gewählte Ebene wird farblich hinterlegt. Im GB-Teil kann Buchung verlinkt werden.

Line 
1/* Style fuer ALKIS-Navigation
2        Version
3        2013-04-29      Abgleich Darstellung in IE/FF
4        2013-05-08  in Arbeit ...
5*/
6body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;}
7body            {font-size: 11px; color: #000000; margin: 0px; border: 0px;}
8p                       {font-size: 10px;}
9p.hilfe         {font-size:  9px; text-align: right; color: gray; padding-right: 3px;} /* Programmier-Hilfsfelder */
10p.start         {font-size:  9px; color: gray; padding: 2px; margin: 2px; border: 0px;}
11p.nam           {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px; color: maroon;}
12p.err           {font-size: 11px; color: red;}  /* Fehler -> Anwender */
13p.dbg           {font-size: 10px; color: gray;} /* Debug -> Entwickler */
14p.ein, p.anz, p.blt     {font-size: 9px; text-align: right;}    /* Einleitung, Anzahl am Ende, BlÀttern weitere ... */
15p.ein   {color: navy; font-weight: bold;}
16p.anz, p.blt    {color: purple;}
17
18a                       {text-decoration: none;}
19a:hover, a:active       {color: red;}
20a.hislnk {color: gray; font-style: italic; text-align: right; padding-left: 50px;}      /* Link zur Historie */
21a.hsnro {color: gray; font-style: italic;} /* HsNr ohne Haus */
22a.blt           {color: maroon; background-color: yellow;}      /* Link weitere ... */
23
24/* abgestuft eingerueckte Treffer in der Suche */
25div                     {margin: 0px; padding: 0px;}
26div.back        {font-size: 10px; color: gray; border-bottom: 1px dotted gray;}
27
28div.ga          {color: fuchsia;        margin-left:  0px; margin-top: 6px;} /* GB-Amtsgericht */
29div.gm          {color: green;          margin-left:  0px; margin-top: 6px;} /* Gemeinde */
30
31div.gk          {color: black;          margin-left:  5px; margin-top: 6px;} /* Gemarkung o. GB-Bezirk */
32div.pe          {color: black;          margin-left:  5px; margin-top: 0px;} /* Person, Eigentuemer */
33
34div.fl          {color: olive;          margin-left: 12px; margin-top: 4px;} /* Flur */
35
36div.gb          {color: green;          margin-left: 10px; margin-top: 3px;} /* Grundbuch */
37
38div.gs          {color: olive;          margin-left: 15px; margin-top: 2px;} /* Grundstueck, BVNR */
39
40div.fs          {color: navy;           margin-left: 20px; margin-top: 0px;} /* Flurstueck */
41div.hi          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie */
42div.hn          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie-Nachfolger */
43
44div.stu         {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
45div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste */
46
47td.hsnr         {font-size: 11px; text-align: center; padding-left: 4px; padding-right: 4px;} /* 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 {
62        cursor: pointer;
63        list-style: none; /* Eintraege NEBENeinander */
64        float: left;
65        text-align: center;
66        background-color: #F9F9F9;
67        border: 1px solid #CCD5DE;
68        border-bottom-width: 1px;
69        vertical-align: text-bottom;
70        position: relative;
71        background-image: url(./img/tab_bg_grau.gif); /* inaktive Tabs grau */
72        background-repeat: repeat-x;
73        background-position: top left;
74        margin: 0 3px 0 0;
75        padding: 2px;
76}
77div#tabs li.aktiveTab {
78        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */
79        background-color: #F9F9F9;      border-bottom-color: #F9F9F9;} /* nicht sichtbar, wie Hintergrund */
80
81/* Anpassen an width des Tab in Mapbender */
82/* in alkisnav.htm */
83iframe.OuterFrame{width: 225px; height:400px; padding: 0px; margin: 0px;
84        border: 0px dotted #ff0000; overflow: hidden; background-color: white;}
85form.nav {position: absolute; top: 22px;}
86iframe.ResultFrame {position: absolute; top: 78px; width: 220px; height: 290px;
87        padding: 0px; margin: 0px; border: 0px dotted #00ff00;}
Note: See TracBrowser for help on using the repository browser.