source: trunk/data/mapbender/http/nav/alkisnav.css @ 86

Revision 86, 3.2 KB checked in by frank.jaeger, 13 years ago (diff)

ALKIS-Navigation fuer Mapbender erweitert: EPSG aus Mapframe entnehmen, Liste der Gemeinden oder Amtsgerichte bei leerer Eingabe

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