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.

RevLine 
[124]1/* Style fuer ALKIS-Navigation
[280]2        Version
[283]3        2013-04-29      Abgleich Darstellung in IE/FF
4        2013-05-08  in Arbeit ...
[60]5*/
[68]6body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;}
[280]7body            {font-size: 11px; color: #000000; margin: 0px; border: 0px;}
[124]8p                       {font-size: 10px;}
9p.hilfe         {font-size:  9px; text-align: right; color: gray; padding-right: 3px;} /* Programmier-Hilfsfelder */
[280]10p.start         {font-size:  9px; color: gray; padding: 2px; margin: 2px; border: 0px;}
[140]11p.nam           {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px; color: maroon;}
[278]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;}
[124]17
[278]18a                       {text-decoration: none;}
19a:hover, a:active       {color: red;}
[126]20a.hislnk {color: gray; font-style: italic; text-align: right; padding-left: 50px;}      /* Link zur Historie */
[278]21a.hsnro {color: gray; font-style: italic;} /* HsNr ohne Haus */
22a.blt           {color: maroon; background-color: yellow;}      /* Link weitere ... */
23
[124]24/* abgestuft eingerueckte Treffer in der Suche */
[278]25div                     {margin: 0px; padding: 0px;}
[283]26div.back        {font-size: 10px; color: gray; border-bottom: 1px dotted gray;}
27
[124]28div.ga          {color: fuchsia;        margin-left:  0px; margin-top: 6px;} /* GB-Amtsgericht */
29div.gm          {color: green;          margin-left:  0px; margin-top: 6px;} /* Gemeinde */
[283]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
[124]34div.fl          {color: olive;          margin-left: 12px; margin-top: 4px;} /* Flur */
[283]35
[124]36div.gb          {color: green;          margin-left: 10px; margin-top: 3px;} /* Grundbuch */
[283]37
38div.gs          {color: olive;          margin-left: 15px; margin-top: 2px;} /* Grundstueck, BVNR */
39
[278]40div.fs          {color: navy;           margin-left: 20px; margin-top: 0px;} /* Flurstueck */
41div.hi          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie */
[283]42div.hn          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie-Nachfolger */
43
[124]44div.stu         {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
[283]45div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste */
46
[124]47td.hsnr         {font-size: 11px; text-align: center; padding-left: 4px; padding-right: 4px;} /* Hausnummer */
[280]48hr                              {color: silver; background-color: silver; height: 2px; border: 0px; width: 98%;}
[278]49dfn.title       {color: maroon; font-size: 10px; text-align: right; padding-left: 8px; padding-right: 4px;}
[283]50.aktuell                {background-color: #fdfbd0;}
[278]51.textfield      {border: 1px solid #990000; height: 20px; width: 140px; background: #FFFFFF;}
[280]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 */
[68]55.letter         {cursor: pointer; font-weight: bold;} /* Liste Anfangsbuchstaben */
[124]56
[280]57/* Registertabs: ul in einem div id='tabs' */
[278]58div#tabs ul {position: absolute; top: 0px;
[124]59        margin-top: 0px; margin-left: 0px; margin-bottom: 20px;
[278]60        padding: 0px; width: 220px; text-align: left; border: 0px dashed #00aa00;}
[124]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 */
[280]79        background-color: #F9F9F9;      border-bottom-color: #F9F9F9;} /* nicht sichtbar, wie Hintergrund */
[124]80
[278]81/* Anpassen an width des Tab in Mapbender */
[280]82/* in alkisnav.htm */
[278]83iframe.OuterFrame{width: 225px; height:400px; padding: 0px; margin: 0px;
84        border: 0px dotted #ff0000; overflow: hidden; background-color: white;}
[124]85form.nav {position: absolute; top: 22px;}
[278]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.