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

Revision 278, 4.1 KB checked in by frank.jaeger, 11 years ago (diff)

Mapbender-Navigation mit ALKIS-Daten komplett überarbeitet.

Line 
1/* Style fuer ALKIS-Navigation
2        Version
3         2011-04-11
4         2011-11-09 Historie, dbg
5         2011-12-09 p.nam
6         2012-12-13 td.hsnro
7         2013-04-19 frames hoeher
8*/
9body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;}
10body            {font-size: 11px; color: #000000; margin: 0px;}
11
12p                       {font-size: 10px;}
13p.hilfe         {font-size:  9px; text-align: right; color: gray; padding-right: 3px;} /* Programmier-Hilfsfelder */
14p.start         {font-size:  9px; color: gray;}
15p.nam           {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px; color: maroon;}
16p.err           {font-size: 11px; color: red;}  /* Fehler -> Anwender */
17p.dbg           {font-size: 10px; color: gray;} /* Debug -> Entwickler */
18p.ein, p.anz, p.blt     {font-size: 9px; text-align: right;}    /* Einleitung, Anzahl am Ende, BlÀttern weitere ... */
19p.ein   {color: navy; font-weight: bold;}
20p.anz, p.blt    {color: purple;}
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/* div.nam      {color: maroon;}   Name */
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:  5px; margin-top: 6px;} /* Gemarkung o. GB-Bezirk*/
35div.fl          {color: olive;          margin-left: 12px; margin-top: 4px;} /* Flur */
36div.gb          {color: green;          margin-left: 10px; margin-top: 3px;} /* Grundbuch */
37div.gs          {color: olive;          margin-left: 15px; margin-top: 2px;} /* Grundstueck, BVNR */
38div.fs          {color: navy;           margin-left: 20px; margin-top: 0px;} /* Flurstueck */
39div.hi          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie */
40div.hn          {color: gray;           margin-left: 25px; margin-top: 0px;} /* Historie-Nachfolger */
41
42div.stu         {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
43div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste */
44td.hsnr         {font-size: 11px; text-align: center; padding-left: 4px; padding-right: 4px;} /* Hausnummer */
45hr                              {color: gray;}
46
47dfn.title       {color: maroon; font-size: 10px; text-align: right; padding-left: 8px; padding-right: 4px;}
48
49.textfield      {border: 1px solid #990000; height: 20px; width: 140px; background: #FFFFFF;}
50.sbutton{font-size: 11px; font-weight: normal; border: solid thin;
51        width: 22px; height: 20px;      background: #6699FF;}
52img.nwlink      {border: 0px; margin: 0px; padding: 0px;} /* Icons mit Link zum Buch-Nachweis */
53.letter         {cursor: pointer; font-weight: bold;} /* Liste Anfangsbuchstaben */
54
55/* Registertabs */
56/* ul in einem <div id='tabs' */
57div#tabs ul {position: absolute; top: 0px;
58        margin-top: 0px; margin-left: 0px; margin-bottom: 20px;
59        padding: 0px; width: 220px; text-align: left; border: 0px dashed #00aa00;}
60div#tabs li {
61        cursor: pointer;
62        list-style: none; /* Eintraege NEBENeinander */
63        float: left;
64        text-align: center;
65        background-color: #F9F9F9;
66        border: 1px solid #CCD5DE;
67        border-bottom-width: 1px;
68        vertical-align: text-bottom;
69        position: relative;
70        background-image: url(./img/tab_bg_grau.gif); /* inaktive Tabs grau */
71        background-repeat: repeat-x;
72        background-position: top left;
73        margin: 0 3px 0 0;
74        padding: 2px;
75}
76div#tabs li.aktiveTab {
77        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */
78        background-color: #F9F9F9;      border-bottom-color: #F9F9F9; /* nicht sichtbar, wie Hintergrund */
79}
80
81/* Anpassen an width des Tab in Mapbender */
82/* in alkisnav.htm */
83/* ALT: OuterFrame: height: 350px; ResultFrame: height: 240px; */
84iframe.OuterFrame{width: 225px; height:400px; padding: 0px; margin: 0px;
85        border: 0px dotted #ff0000; overflow: hidden; background-color: white;}
86form.nav {position: absolute; top: 22px;}
87iframe.ResultFrame {position: absolute; top: 78px; width: 220px; height: 290px;
88        padding: 0px; margin: 0px; border: 0px dotted #00ff00;}
Note: See TracBrowser for help on using the repository browser.