Changeset 382 for trunk/umn


Ignore:
Timestamp:
05/18/17 14:59:56 (7 years ago)
Author:
ctoma
Message:

einbinden des css in die template-datei, kann ausgelagert werden

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/umn/alkis_n/templates/header_punktnummer.html

    r379 r382  
    66<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    77<title>ALKIS Punktinformation</title> 
    8 <link rel="stylesheet" type="text/css" href="http://localhost/css/templates.css"/> 
     8<link rel="stylesheet" type="text/css" href="http://localhost/templates.css"/> 
    99<style type="text/css"> 
    1010 
    11 #punktkennung { 
    12         width:100px; 
     11#punktkennung {width:100px;} 
     12body { 
     13        background-color: #FFFFFF;   
     14        border-color:#999999; 
     15        border-style:solid; 
     16        border-width:1px; 
     17        padding: 15px 15px 15px 15px;  
     18        font-size: 10pt; 
     19        font-weight: normal; 
     20        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
     21} 
     22 
     23table { 
     24        background-color:#777777; 
     25        border-color:#999999; 
     26        border-style:solid; 
     27        border-width:1px; 
     28        color:#000000; 
     29        font-size:10pt; 
     30        font-weight: normal; 
     31} 
     32 
     33table.auskunft { 
     34        background-color:#FFFFFF; 
     35        border-color:#0088CC; 
     36        border-style:double; 
     37        border-width:1px; 
     38} 
     39 
     40body, h1, h2, h3, table , p{ 
     41        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
     42} 
     43 
     44h1 { 
     45        font-size: 14pt; 
     46        font-weight: bold; 
     47        color: #0088CC; 
     48        text-align: left; 
     49} 
     50 
     51h2 { 
     52        font-size: 12pt; 
     53        font-weight: normal; 
     54        text-align: left; 
     55        color: #000000; 
     56} 
     57 
     58h3 { 
     59        font-size: 10pt; 
     60        font-style: italic; 
     61        text-align: left; 
     62        color: #000000; 
     63} 
     64 
     65.tdfirst { 
     66        background-color: #CCEEFF; 
     67} 
     68 
     69.tdlast { 
     70        background-color: #777777; 
     71} 
     72 
     73.tdrechtsbuendig{ 
     74        text-align: right 
     75} 
     76td.auskunft { 
     77        padding: 10px 10px 10px 10px;  
     78        background-color: #FFFFFF; 
     79} 
     80 
     81td { 
     82        padding: 4px 4px 4px 4px;  
     83        background-color: #E5E5E5; 
     84} 
     85 
     86p.auskunft { 
     87        font-size: 10pt; 
     88} 
     89 
     90a:link { 
     91        color: #0088CC; 
     92} 
     93 
     94a:visited { 
     95        color: #777777; 
     96} 
     97 
     98a:hover { 
     99        color: #CCEEFF; 
     100        background: #0088CC; 
     101} 
     102 
     103.bgmarker { 
     104        background-color: #CCEEFF; 
     105} 
     106 
     107.textmarker { 
     108        color: #0088CC; 
     109        font-weight: bold; 
     110} 
     111 
     112p.rahmen { 
     113        border-color:#999999; 
     114        border-style:solid; 
     115        border-width:1px; 
    13116} 
    14117 
     
    24127</head> 
    25128<body> 
    26 <h1> ALKIS Punktinformation </h1> 
     129<h3> ALKIS Punktinformation </h3> 
    27130 
    28 <h3>Legende</h3> 
    29 <table cellpadding="4" cellspacing="1" style="font-size:7pt;"> 
     131<h4>Legende</h4> 
     132<table cellpadding="4" cellspacing="1" style="font-size:10pt;"> 
    30133        <tr> 
    31134                <td class='tdfirst'>Genauigkeitsstufe (GST)</td> 
     
    36139                <td>S &lt;= 2cm</td> 
    37140        </tr> 
    38         <tr>  
     141        <tr> 
    39142                <td>2100</td> 
    40143                <td>S &lt;= 3cm</td> 
    41144        </tr> 
    42         <tr>  
     145        <tr> 
    43146                <td>2200</td> 
    44147                <td>S &lt;= 6cm</td> 
    45148        </tr> 
    46         <tr>  
     149        <tr> 
    47150                <td>2300</td> 
    48151                <td>S &lt;= 10cm</td> 
    49152        </tr> 
    50         <tr>  
     153        <tr> 
    51154                <td>3000</td> 
    52155                <td>S &lt;= 30cm</td> 
Note: See TracChangeset for help on using the changeset viewer.