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

Revision 126, 3.6 KB checked in by frank.jaeger, 12 years ago (diff)

ALKIS-Navigation, Suche nach historischen Flurstücken erweitert

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