Changeset 66 for trunk/data


Ignore:
Timestamp:
01/10/11 17:37:34 (13 years ago)
Author:
frank.jaeger
Message:
 
Location:
trunk/data/mapbender
Files:
10 added
2 edited

Legend:

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

    r60 r66  
    11/* Style fuer ALKIS-Navigation  
    2         Vers. 2010-11-23 
     2        Version 2011-01-10 
    33*/ 
    44body,p,a,.textfield,.sbutton,.cityText,.streetText,.city {font-family: Verdana, Arial, Helvetica, sans-serif;} 
    5 body            {       font-size: 11px; color: #000000; margin: 0px;} 
     5body            {font-size: 11px; color: #000000; margin: 0px;} 
    66 
    77p                       {font-size: 10px;} 
    8 p.hilfe         {font-size: 9px; text-align: right; color: gray;} /* Programmier-Hilfsfelder */ 
    9 p.start         {font-size: 9px; color: gray;} 
     8p.hilfe         {font-size:  9px; text-align: right; color: gray;} /* Programmier-Hilfsfelder */ 
     9p.start         {font-size:  9px; color: gray;} 
    1010p.nam           {font-size: 10px; border: 1px solid navy; padding: 3px; margin: 0px;} 
    1111p.err           {font-size: 11px; color: red;} 
     
    1616        a:active        {color: red;} 
    1717 
    18 /* abgestufte Treffer in Suche */ 
     18/* abgestuft eingerueckte Treffer in Suche */ 
    1919div                     {margin: 0px; padding: 0px;} 
    2020div.back        {font-size: 10px; color: gray; border-bottom: 1px dotted gray;} 
    2121div.nam         {color: maroon;} /* Name */ 
    22 div.gb          {color: green;  margin-left: 6px;} /* Grundbuch */ 
    23 div.gk          {color: black;  margin-left: 0px; margin-top: 6px;} /* Gemarkung */ 
    24 div.fl          {color: olive;  margin-left: 6px; margin-top: 4px;} /* Flur */ 
    25 div.fs          {color: navy;   margin-left: 12px; margin-top: 0px;} /* Flurstueck */ 
     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:  9px; margin-top: 4px;} /* Flur */ 
    2625div.st          {color: maroon;} 
     26div.gs          {color: olive;  margin-left: 12px; margin-top: 2px;} /* Grundstueck, BVNR */ 
     27div.fs          {color: navy;   margin-left: 18px; margin-top: 0px;} /* Flurstueck */ 
    2728 
     29/*  Abstufungen (margin-left) 
     30  Adr.: 
     31  Name: 
     32  Flst:  gk    - fl   - fs 
     33  Grdb:  gk - gb - gs - fs 
     34          0   6  9 12   18 
     35 */ 
    2836td.hsnr {text-align: center; margin: 2px;} 
    2937hr {color: gray;} 
     
    5765        width: 220px; 
    5866        text-align: left; 
    59         border:0px dashed #00aa00; 
     67        border: 0px dashed #00aa00; 
    6068} 
    6169div#tabs li { 
     
    8391/* passt in Mapbender 2.5: tabs width=280, tab_frameHeight[n]=360 */ 
    8492iframe.OuterFrame{ 
    85         width: 260px; height: 330px;  
     93        width: 250px; height: 330px;  
    8694        padding: 0px; margin: 0px; 
    87         border:0px dotted #ff0000; 
     95        border: 0px dotted #ff0000; 
    8896        overflow: hidden; 
    8997        background-color: white; 
     
    94102        width: 235px; height: 220px; 
    95103        padding: 0px; margin: 0px; 
    96         border:0px dotted #00ff00; 
     104        border: 0px dotted #00ff00; 
    97105} 
  • trunk/data/mapbender/http/nav/blank_grd.html

    r60 r66  
    88<body> 
    99<p class='start'>Suche nach Grundbuchblatt in ALKIS:<br><br> 
    10 Dieser Programmteil ist noch nicht realisiert!<br><br> 
    11 Geplant ist:<br><br> 
    12 Schritt 1: Auswahl Amtsgericht<br><br> 
    13 Schritt 2: Auswahl Grundbuch-Bezirk<br><br> 
    14 Schritt 3: Auswahl Grundbuch-Blatt<br><br> 
     10Schritt 1: Suche Grundbuch-Bezirk<br><br> 
     11Schritt 2: Auswahl Grundbuch-Blatt<br><br> 
     12Schritt 3: Auswahl Grundst&uuml;ck (Buchungsstelle, BVNR)<br><br> 
    1513Schritt 4: Auswahl Flurst&uuml;ck</p> 
    1614</body> 
Note: See TracChangeset for help on using the changeset viewer.