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

Revision 140, 3.7 KB checked in by frank.jaeger, 12 years ago (diff)

Filter auf Gemeinde bei Navigation bei Suche nach Eigentümer. Dazu Hilfstabelle aufbauen.

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*/
7body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;}
8body            {font-size: 11px; color: #000000; margin: 0px;}
9
10p                       {font-size: 10px;}
11p.hilfe         {font-size:  9px; text-align: right; color: gray; padding-right: 3px;} /* Programmier-Hilfsfelder */
12p.start         {font-size:  9px; color: gray;}
13p.nam           {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px; color: maroon;}
14p.err           {font-size: 11px; color: red;}  /* Fehler -> Anwender */
15p.dbg           {font-size: 10px; color: gray;} /* Debug -> Entwickler */
16
17a                       {text-decoration: none;} /* font-size: 11px; */
18a:hover, a:active       {color: red;}
19a.hislnk {color: gray; font-style: italic; text-align: right; padding-left: 50px;}      /* Link zur Historie */
20
21/* abgestuft eingerueckte Treffer in der Suche */
22div                     {margin: 0px; padding: 0px;}
23div.back        {font-size: 10px; color: gray; border-bottom: 1px dotted gray;}
24/* div.nam              {color: maroon;}   Name */
25div.ga          {color: fuchsia;        margin-left:  0px; margin-top: 6px;} /* GB-Amtsgericht */
26div.gm          {color: green;          margin-left:  0px; margin-top: 6px;} /* Gemeinde */
27div.gk          {color: black;          margin-left:  5px; margin-top: 6px;} /* Gemarkung o. GB-Bezirk*/
28div.fl          {color: olive;          margin-left: 12px; margin-top: 4px;} /* Flur */
29div.gb          {color: green;          margin-left: 10px; margin-top: 3px;} /* Grundbuch */
30div.gs          {color: olive;          margin-left: 15px; margin-top: 2px;} /* Grundstueck, BVNR */
31div.fs          {color: navy;           margin-left: 20px; margin-top: 0px;} /* Flurstueck */
32div.hi          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie */
33div.hn          {color: gray;           margin-left: 25px; margin-top: 0px;} /* Historie-Nachfolger */
34
35div.stu         {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
36div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste*/
37td.hsnr         {font-size: 11px; text-align: center; padding-left: 4px; padding-right: 4px;} /* Hausnummer */
38hr                              {color: gray;}
39
40.textfield{
41        border: 1px solid #990000;
42        height: 20px;
43        width: 140px;
44        background: #FFFFFF;
45}
46.sbutton{font-size: 11px;
47        font-weight: normal;
48        border: solid thin;
49        width: 22px;
50        height: 20px;
51        background: #6699FF;
52}
53img.nwlink      {border: 0px; margin: 0px; padding: 0px;} /* Icons mit Link zum Buch-Nachweis */
54.letter         {cursor: pointer; font-weight: bold;} /* Liste Anfangsbuchstaben */
55
56/* Registertabs */
57/* ul in einem <div id='tabs' */
58div#tabs ul {
59        position: absolute; top: 0px;
60        margin-top: 0px; margin-left: 0px; margin-bottom: 20px;
61        padding: 0px;
62        width: 220px;
63        text-align: left;
64        border: 0px dashed #00aa00;
65}
66div#tabs li {
67        cursor: pointer;
68        list-style: none; /* Eintraege NEBENeinander */
69        float: left;
70        text-align: center;
71        background-color: #F9F9F9;
72        border: 1px solid #CCD5DE;
73        border-bottom-width: 1px;
74        vertical-align: text-bottom;
75        position: relative;
76        background-image: url(./img/tab_bg_grau.gif); /* inaktive Tabs grau */
77        background-repeat: repeat-x;
78        background-position: top left;
79        margin: 0 3px 0 0;
80        padding: 2px;
81}
82div#tabs li.aktiveTab {
83        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */
84        background-color: #F9F9F9;
85        border-bottom-color: #F9F9F9; /* nicht sichtbar, wie Hintergrund */
86}
87
88/* passt in Mapbender 2.5: tabs width=280, tab_frameHeight[n]=360 */
89iframe.OuterFrame{
90        width: 250px; height: 330px;
91        padding: 0px; margin: 0px;
92        border: 0px dotted #ff0000;
93        overflow: hidden;
94        background-color: white;
95}
96form.nav {position: absolute; top: 22px;}
97iframe.ResultFrame {
98        position: absolute; top: 78px;
99        width: 235px; height: 220px;
100        padding: 0px; margin: 0px;
101        border: 0px dotted #00ff00;
102}
Note: See TracBrowser for help on using the repository browser.