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

Revision 124, 3.4 KB checked in by frank.jaeger, 12 years ago (diff)

ALKIS-Mapbender-Navigation erweitert um die Suche in Flurstücks-Historie

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