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

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