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

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