Ignore:
Timestamp:
04/26/13 13:52:56 (11 years ago)
Author:
frank.jaeger
Message:

Mapbender-Navigation mit ALKIS-Daten komplett überarbeitet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mapbender/http/nav/alkisnav.css

    r140 r278  
    44         2011-11-09 Historie, dbg 
    55         2011-12-09 p.nam 
     6         2012-12-13 td.hsnro 
     7         2013-04-19 frames hoeher 
    68*/ 
    79body,p,a,.textfield,.sbutton    {font-family: Verdana, Arial, Helvetica, sans-serif;} 
     
    1416p.err           {font-size: 11px; color: red;}  /* Fehler -> Anwender */ 
    1517p.dbg           {font-size: 10px; color: gray;} /* Debug -> Entwickler */ 
     18p.ein, p.anz, p.blt     {font-size: 9px; text-align: right;}    /* Einleitung, Anzahl am Ende, BlÀttern weitere ... */ 
     19p.ein   {color: navy; font-weight: bold;} 
     20p.anz, p.blt    {color: purple;} 
    1621 
    17 a                       {text-decoration: none;} /* font-size: 11px; */ 
     22a                       {text-decoration: none;} 
    1823a:hover, a:active       {color: red;} 
    1924a.hislnk {color: gray; font-style: italic; text-align: right; padding-left: 50px;}      /* Link zur Historie */ 
     25a.hsnro {color: gray; font-style: italic;} /* HsNr ohne Haus */ 
     26a.blt           {color: maroon; background-color: yellow;}      /* Link weitere ... */ 
    2027 
    2128/* abgestuft eingerueckte Treffer in der Suche */ 
    2229div                     {margin: 0px; padding: 0px;} 
    2330div.back        {font-size: 10px; color: gray; border-bottom: 1px dotted gray;} 
    24 /* div.nam              {color: maroon;}   Name */ 
     31/* div.nam      {color: maroon;}   Name */ 
    2532div.ga          {color: fuchsia;        margin-left:  0px; margin-top: 6px;} /* GB-Amtsgericht */ 
    2633div.gm          {color: green;          margin-left:  0px; margin-top: 6px;} /* Gemeinde */ 
     
    3441 
    3542div.stu         {color: maroon; font-size: 13px;} /* Strasse - Ueberschrift */ 
    36 div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste*/ 
     43div.stl         {color: maroon; font-size: 11px; margin-top: 3px;} /* Strasse - Liste */ 
    3744td.hsnr         {font-size: 11px; text-align: center; padding-left: 4px; padding-right: 4px;} /* Hausnummer */ 
    3845hr                              {color: gray;} 
    3946 
    40 .textfield{ 
    41         border: 1px solid #990000; 
    42         height: 20px; 
    43         width: 140px; 
    44         background: #FFFFFF; 
    45 } 
    46 .sbutton{font-size: 11px; 
    47         font-weight: normal; 
    48         border: solid thin; 
    49         width: 22px; 
    50         height: 20px; 
    51         background: #6699FF; 
    52 } 
     47dfn.title       {color: maroon; font-size: 10px; text-align: right; padding-left: 8px; padding-right: 4px;} 
     48 
     49.textfield      {border: 1px solid #990000; height: 20px; width: 140px; background: #FFFFFF;} 
     50.sbutton{font-size: 11px; font-weight: normal; border: solid thin; 
     51        width: 22px; height: 20px;      background: #6699FF;} 
    5352img.nwlink      {border: 0px; margin: 0px; padding: 0px;} /* Icons mit Link zum Buch-Nachweis */ 
    5453.letter         {cursor: pointer; font-weight: bold;} /* Liste Anfangsbuchstaben */ 
     
    5655/* Registertabs */ 
    5756/* ul in einem <div id='tabs' */ 
    58 div#tabs ul { 
    59         position: absolute; top: 0px; 
     57div#tabs ul {position: absolute; top: 0px; 
    6058        margin-top: 0px; margin-left: 0px; margin-bottom: 20px; 
    61         padding: 0px; 
    62         width: 220px; 
    63         text-align: left; 
    64         border: 0px dashed #00aa00; 
    65 } 
     59        padding: 0px; width: 220px; text-align: left; border: 0px dashed #00aa00;} 
    6660div#tabs li { 
    6761        cursor: pointer; 
     
    8276div#tabs li.aktiveTab { 
    8377        background-image: url(./img/tab_bg_rot.gif);  /* aktive Tabs rot */ 
    84         background-color: #F9F9F9; 
    85         border-bottom-color: #F9F9F9; /* nicht sichtbar, wie Hintergrund */ 
     78        background-color: #F9F9F9;      border-bottom-color: #F9F9F9; /* nicht sichtbar, wie Hintergrund */ 
    8679} 
    8780 
    88 /* passt in Mapbender 2.5: tabs width=280, tab_frameHeight[n]=360 */ 
    89 iframe.OuterFrame{ 
    90         width: 250px; height: 330px;  
    91         padding: 0px; margin: 0px; 
    92         border: 0px dotted #ff0000; 
    93         overflow: hidden; 
    94         background-color: white; 
    95 } 
     81/* Anpassen an width des Tab in Mapbender */ 
     82/* in alkisnav.htm */ 
     83/* ALT: OuterFrame: height: 350px; ResultFrame: height: 240px; */ 
     84iframe.OuterFrame{width: 225px; height:400px; padding: 0px; margin: 0px; 
     85        border: 0px dotted #ff0000; overflow: hidden; background-color: white;} 
    9686form.nav {position: absolute; top: 22px;} 
    97 iframe.ResultFrame { 
    98         position: absolute; top: 78px; 
    99         width: 235px; height: 220px; 
    100         padding: 0px; margin: 0px; 
    101         border: 0px dotted #00ff00; 
    102 } 
     87iframe.ResultFrame {position: absolute; top: 78px; width: 220px; height: 290px; 
     88        padding: 0px; margin: 0px; border: 0px dotted #00ff00;} 
Note: See TracChangeset for help on using the changeset viewer.