source: trunk/mapbender/http/nav/alkisnav.css @ 280

Revision 280, 4.1 KB checked in by frank.jaeger, 11 years ago (diff)

ALKIS-Navigation: Darstellung im IE verbessert

Line 
1/* Style fuer ALKIS-Navigation
2        Version
3         2013-04-29 Abgleich Darstellung in IE/FF
4*/
5body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;}
6body            {font-size: 11px; color: #000000; margin: 0px; border: 0px;}
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; padding: 2px; margin: 2px; border: 0px;}
10p.nam           {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px; color: maroon;}
11p.err           {font-size: 11px; color: red;}  /* Fehler -> Anwender */
12p.dbg           {font-size: 10px; color: gray;} /* Debug -> Entwickler */
13p.ein, p.anz, p.blt     {font-size: 9px; text-align: right;}    /* Einleitung, Anzahl am Ende, BlÀttern weitere ... */
14p.ein   {color: navy; font-weight: bold;}
15p.anz, p.blt    {color: purple;}
16
17a                       {text-decoration: none;}
18a:hover, a:active       {color: red;}
19a.hislnk {color: gray; font-style: italic; text-align: right; padding-left: 50px;}      /* Link zur Historie */
20a.hsnro {color: gray; font-style: italic;} /* HsNr ohne Haus */
21a.blt           {color: maroon; background-color: yellow;}      /* Link weitere ... */
22
23/* abgestuft eingerueckte Treffer in der Suche */
24div                     {margin: 0px; padding: 0px;}
25div.back        {font-size: 10px; color: gray; border-bottom: 1px dotted gray;}
26div.ga          {color: fuchsia;        margin-left:  0px; margin-top: 6px;} /* GB-Amtsgericht */
27div.gm          {color: green;          margin-left:  0px; margin-top: 6px;} /* Gemeinde */
28div.gk          {color: black;          margin-left:  5px; margin-top: 6px;} /* Gemarkung o. GB-Bezirk*/
29div.fl          {color: olive;          margin-left: 12px; margin-top: 4px;} /* Flur */
30div.gb          {color: green;          margin-left: 10px; margin-top: 3px;} /* Grundbuch */
31div.gs          {color: olive;          margin-left: 15px; margin-top: 2px;} /* Grundstueck, BVNR */
32div.fs          {color: navy;           margin-left: 20px; margin-top: 0px;} /* Flurstueck */
33div.hi          {color: gray;           margin-left: 20px; margin-top: 0px;} /* Historie */
34div.hn          {color: gray;           margin-left: 25px; margin-top: 0px;} /* Historie-Nachfolger */
35div.stu         {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */
36div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste */
37td.hsnr         {font-size: 11px; text-align: center; padding-left: 4px; padding-right: 4px;} /* Hausnummer */
38hr                              {color: silver; background-color: silver; height: 2px; border: 0px; width: 98%;}
39dfn.title       {color: maroon; font-size: 10px; text-align: right; padding-left: 8px; padding-right: 4px;}
40.textfield      {border: 1px solid #990000; height: 20px; width: 140px; background: #FFFFFF;}
41.sbutton                {font-size: 11px; font-weight: normal; border: solid 1px #000000; width: 22px; height: 20px; background: #6699FF;}
42img                     {border: 0px;} /* Icons */
43img.nwlink      {border: 0px; margin: 0px; padding: 0px;} /* ..mit Link zum Buch-Nachweis */
44.letter         {cursor: pointer; font-weight: bold;} /* Liste Anfangsbuchstaben */
45
46/* Registertabs: ul in einem div id='tabs' */
47div#tabs ul {position: absolute; top: 0px;
48        margin-top: 0px; margin-left: 0px; margin-bottom: 20px;
49        padding: 0px; width: 220px; text-align: left; border: 0px dashed #00aa00;}
50div#tabs li {
51        cursor: pointer;
52        list-style: none; /* Eintraege NEBENeinander */
53        float: left;
54        text-align: center;
55        background-color: #F9F9F9;
56        border: 1px solid #CCD5DE;
57        border-bottom-width: 1px;
58        vertical-align: text-bottom;
59        position: relative;
60        background-image: url(./img/tab_bg_grau.gif); /* inaktive Tabs grau */
61        background-repeat: repeat-x;
62        background-position: top left;
63        margin: 0 3px 0 0;
64        padding: 2px;
65}
66div#tabs li.aktiveTab {
67        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */
68        background-color: #F9F9F9;      border-bottom-color: #F9F9F9;} /* nicht sichtbar, wie Hintergrund */
69
70/* Anpassen an width des Tab in Mapbender */
71/* in alkisnav.htm */
72iframe.OuterFrame{width: 225px; height:400px; padding: 0px; margin: 0px;
73        border: 0px dotted #ff0000; overflow: hidden; background-color: white;}
74form.nav {position: absolute; top: 22px;}
75iframe.ResultFrame {position: absolute; top: 78px; width: 220px; height: 290px;
76        padding: 0px; margin: 0px; border: 0px dotted #00ff00;}
Note: See TracBrowser for help on using the repository browser.