Changeset 1328 for www/index.html

Show
Ignore:
Timestamp:
12/28/08 18:40:58 (4 years ago)
Author:
ben
Message:

Viele Kommentare gelöscht + unbenutzte pngs gelöscht

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www/index.html

    r1285 r1328  
    55<meta http-equiv="content-type" content="text/html; charset=UTF-8"> 
    66 <link rel="shortcut icon" href="./favicon.ico"> 
    7 <!-- <link rel="stylesheet" type="text/css" href="stylesheet.css"> /--> 
     7 <link rel="stylesheet" type="text/css" href="stylesheet.css"> 
     8<!--[if lte IE 7]> 
     9 <link rel="stylesheet" type="text/css" href="stylesheet_ie7.css"> 
     10<![endif]--> 
    811 
    912<script type="text/javascript"> 
     
    1821</script> 
    1922 
    20  
    21  
    22 <style type="text/css"> 
    23  
    24 #Hauptfeld { 
    25   width:39em; 
    26   border-width:thin; 
    27   border-color:#444; 
    28   border-style:solid; 
    29   margin-left:12em; 
    30   margin-right:0em; 
    31   margin-top:2em; 
    32   padding-left:2.5em; 
    33   padding-right:4em; 
    34   padding-top:2em; 
    35   padding-bottom:2.4em; 
    36 /* text-align:justify;  */ 
    37 /* font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; */ 
    38 /*  font-family: LinuxLibertine, Libertine, Linux-Libertine, sans; 
    39   line-height:1.35em; 
    40   font-size:1em;*/ 
    41   background-color:White; 
    42   color:Black; 
    43 } 
    44  
    45 #Hauptfeldlink_rechtsunten { 
    46   position:relative; top:.8em; left:.5em; 
    47   text-align:right; 
    48   margin-bottom:0em; 
    49 } 
    50  
    51 #Navigationsleiste { 
    52   background-color:#F8F8FA; 
    53   color:WindowText; 
    54   position:relative;  
    55   width:10em;  
    56 /* float:left;  */ 
    57   text-align:center;  
    58   margin:2em; 
    59   margin-left:0em; 
    60   margin-top:2em; 
    61   border-width:thin;   
    62   border-style:solid;   
    63   border-color:green;  
    64   border-top-width:0px; 
    65  
    66 } 
    67  
    68 #Navigationsthema { 
    69   border-bottom-width:1px; 
    70   border-bottom-style:solid; 
    71   border-color:black; 
    72   border-top-width:1px; 
    73   border-top-style:solid; 
    74   border-color:black; 
    75   text-align:center; 
    76   font-weight:bold; 
    77   background-color:#FAFBF8; 
    78   color:InfoText; 
    79   padding-top:.2em; 
    80   padding-bottom:.2em; 
    81 } 
    82  
    83 #Navigationsunterpunkte { 
    84   padding-top:.5em; 
    85   padding-bottom:.75em; 
    86 } 
    87  
    88 #Navigationseintrag { 
    89   display:block; 
    90   text-align:left; 
    91   padding-left:1em; 
    92   padding-right:1em; 
    93   padding-top:.25em; 
    94   padding-bottom:.25em; 
    95 } 
    96  
    97 #Bildcontainer_links { 
    98   width:10em; 
    99   border-width:thin; 
    100   border-color:#DDD; 
    101   border-style:solid; 
    102   margin-right: 1.2em; 
    103   margin-bottom: .8em; 
    104   margin-left: 0em; 
    105   margin-top: 1em; 
    106   float:left; 
    107   text-align:center; 
    108  
    109 } 
    110  
    111  
    112 #Bildcontainer_oben { 
    113   width:39em; 
    114   border-width:thin; 
    115   border-color:#DDD; 
    116   border-style:solid; 
    117   margin-left: 0em; 
    118   margin-bottom: 1.75em; 
    119   margin-right: 0em; 
    120   margin-top: 0em; 
    121 /*  float:left; */ 
    122   display:block;  
    123   text-align:center; 
    124 } 
    125  
    126  
    127 #Bildcontainer_rechts { 
    128   width:10em; 
    129   border-width:thin; 
    130   border-color:#DDD; 
    131   border-style:solid; 
    132   margin-left: 1.2em; 
    133   margin-bottom: .8em; 
    134   margin-right: 0em; 
    135   margin-top: 1em; 
    136   float:right; 
    137   text-align:center; 
    138  
    139 } 
    140  
    141 #Bild { 
    142   text-align:center; 
    143   padding:.5em; 
    144   width:9em; 
    145 } 
    146  
    147  
    148 #Bild_oben { 
    149   text-align:center; 
    150   padding:.5em; 
    151   width:38em; 
    152 } 
    153  
    154  
    155  
    156 #Bildtext { 
    157   padding:.5em; 
    158   font-size:small; 
    159   text-align:left; 
    160   background-color:#EEE;  
    161 } 
    162  
    163 #Hintergrundverlauf_von {  
    164   background-color:#F30; 
    165 } 
    166  
    167 #Hintergrundverlauf_nach {  
    168   background-color:transparent; 
    169 } 
    170  
    171 a         {  text-decoration:none;  } 
    172 a:hover   {  color:HighlightText; background-color:Highlight; } 
    173  
    174 h1        {  margin-bottom:1em; margin-top:0em;   font-size:1.5em; } 
    175 h2        {  margin-bottom:.5em; margin-top:1.5em;  font-size:1.2em; /* padding-left:1em; */ } 
    176  
    177 p         {  /* text-indent:1em;   
    178                 text-align:justify; */ 
    179                margin-bottom:-.5em;} 
    180  
    181 /* Altbestand: */ 
    182  
    183 #linkbutton 
    184         { 
    185         line-height:2em; 
    186         text-align:left; color:#000; 
    187         } 
    188  
    189 #linkbutton a 
    190         { 
    191         border-width:2px; border-style:solid; 
    192         border-color:#aaaaaa; 
    193         padding-top:.25em; padding-bottom:.25em; 
    194         background-color:#FAFAFA; 
    195         padding-left:1em; padding-right:1em; 
    196         } 
    197  
    198 #linkbutton a:link    {  color:#000; text-decoration:none;      } 
    199 #linkbutton a:visited {  color:#4a4a4a; text-decoration:none;   } 
    200 #linkbutton a:focus   {  color:#223; text-decoration:underline; } 
    201 #linkbutton a:active  {  color:#8b2121; text-decoration:none;  } 
    202 #linkbutton a:hover   {  color:#020; text-decoration:none; 
    203                          background-color:Highlight;           
    204                       } 
    205  
    206 #Gesamtzentrierung {  
    207         background-color: transparent;  
    208         text-align: left;   
    209         margin: 0px auto 0;  
    210         width: 57.5em;  
    211 } 
    212 /*-------------*/ 
    213  
    214 </style> 
    215  
    216 <!--[if lte IE 7]> 
    217     <style type="text/css"> 
    218  
    219 #Bild_oben { 
    220   width:31em; 
    221 } 
    222  
    223 #Bildcontainer_oben { 
    224   width:32em; 
    225 }        
    226 #IE6-Bildweitenkorrektur { 
    227   width:32em; 
    228 } 
    229  
    230  
    231     </style> 
    232 <![endif]--> 
    233  
    234  
    23523</head> 
    23624<!-- Für Mittenpositionierung: padding: 0; margin: 0; text-align: center; ind bodystyle /--> 
     
    24432 
    24533 
    246  
    24734<div id="Gesamtzentrierung">  
    24835 
    249  
    250  
    251  
    252  
    25336<!-- Logo /--> 
    254 <!-- <div style="position:relative; top:2.25em; left:3.25em; width:522px; height:70px;  overflow:hidden; float:left;"> /--> 
    25537<div style="position:relative; top:2.25em; left:3.25em; width:54em; height:70px;  overflow:hidden; ">  
    256 <!-- 
    257     <object data="./neo_kopf_trac_522x50.svg" type="image/svg+xml" style="width:522px; height:50px; ">  
    258             <param name="src" value="./neo_kopf_trac_522x50.svg"> 
    259 /--> 
    260             <img src="./neo_kopf_trac_522x50.png"  alt="Neo – Ergonomisches Tastaturlayout"> 
    261 <!-- 
    262     </object> 
    263 /--> 
    264 <!-- </div> /--> 
     38        <img src="./neo_kopf_trac_522x50.png"  alt="Neo – Ergonomisches Tastaturlayout"> 
    26539 
    26640<!-- Quicklinks /--> 
    26741 
    268  
    269  
    270 <!-- <div style="position:relative; top:-1.65em; left:43em; width:200px; height:40px;"> /--> 
    271  
    272    <!-- Achtung: Die Links sind auch jeweils in den SVG-Dateien kodiert! /--> 
    273  
    274 <!-- 
    275    <object data="./tastentier_linksblickend_quicklink_linux.svg" type="image/svg+xml" style="width:61px; height:37px;  overflow:hidden; "> 
    276             <param name="src" value="./tastentier_linksblickend_quicklink_linux.svg"> 
    277 /--> 
    278  
    279                                                 <!--Wird per post-commit hook immer aktuell gehalten!--> 
    280             <a href="neo_de.xmodmap"> 
    281                <img src="./tastentierchen_pingu.png"  title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux"  border="0"> 
    282             </a> 
    283 <!-- 
    284     </object> 
    285 /--> 
    286  
    287  
    288 <!-- 
    289    <object data="./tastentier_laechelnd_quicklink_windows.svg" type="image/svg+xml" style="width:50px; height:34px;  overflow:hidden; "> 
    290             <param name="src" value="./tastentier_laechelnd_quicklink_windows.svg"> 
    291 /--> 
    292                                                 <!--Wird per post-commit hook immer aktuell gehalten!--> 
    293             <a href="neo20.exe"> 
    294                <img src="./tastentierchen_fenster.png"  title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows"  border="0"> 
    295             </a> 
    296 <!-- 
    297     </object> 
    298 /--> 
    299  
    300 <!-- 
    301    <object data="./tastentier_apfel.svg" type="image/svg+xml" style="width:50px; height:34px;  overflow:hidden; "> 
    302             <param name="src" value="./tastentier_grinsend_quicklink_osx.svg"> 
    303 /--> 
    304                                                 <!--Wird per post-commit hook immer aktuell gehalten!--> 
    305             <a href="neo.keylayout"> 
    306                <img src="./tastentier_apfel.png"  title="quickdownload:Neo_OS-X" alt="quickdownload:Neo_OS-X"  border="0"> 
    307             </a> 
    308 <!-- 
    309     </object> 
    310 /--> 
    311  
    312  
    313  
    314  
    315  
    316 <!-- 
    317  
    318   <a href="https://svn.neo-layout.org/windows/neo-vars/out/neo20.exe"> 
    319      <img src="./tastentier_laechelnd.png" width="50px" height="34px" title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows" border="0"> 
    320   </a> 
    321   <a href="./neo_de.xmodmap"> 
    322      <img src="./tastentier_linksblickend.png" width="50px" height="37px" title="quickdownload:Neo für Linux" alt="quickdownload:Neo für Linux" border="0"> 
    323   </a> 
    324   <a href="http://wiki.neo-layout.org/browser/mac_osx/neo.keylayout?format=raw"> 
    325      <img src="./tastentier_grinsend.png"  width="50px" height="34px" title="quickdownload:Neo für Mac OS-X" alt="quickdownload:Neo für Mac OS-X" border="0"> 
    326   </a> 
    327 /--> 
     42        <!--Wird per post-commit hook immer aktuell gehalten!--> 
     43        <a href="neo_de.xmodmap"> 
     44                 <img src="./tastentierchen_pingu.png"  title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux"  border="0"> 
     45        </a> 
     46 
     47 
     48        <!--Wird per post-commit hook immer aktuell gehalten!--> 
     49        <a href="neo20.exe"> 
     50                 <img src="./tastentierchen_fenster.png"  title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows"  border="0"> 
     51        </a> 
     52 
     53        <!--Wird per post-commit hook immer aktuell gehalten!--> 
     54        <a href="neo.keylayout"> 
     55                 <img src="./tastentier_apfel.png"  title="quickdownload:Neo_OS-X" alt="quickdownload:Neo_OS-X"  border="0"> 
     56        </a> 
     57 
    32858 
    32959        <!--Wird per post-commit hook immer aktuell gehalten!--> 
    33060  <a href="neo_portable.zip"> 
    331    <!--  <img src="./tastentier_usb.png"  width="46px" height="40px" title="quickdownload:Neo-Portable für USB-Stick" alt="quickdownload:Neo-Portable für USB-Stick" border="0"> /--> 
    332      <img src="./usb-stick.png"  width="40px" height="34px" title="quickdownload:Neo-Portable für USB-Stick" alt="quickdownload:Neo-Portable für USB-Stick" border="0"> 
    333   </a> 
    334  </div> 
     61         <img src="./usb-stick.png"  width="40px" height="34px" title="quickdownload:Neo-Portable für USB-Stick" alt="quickdownload:Neo-Portable für USB-Stick" border="0"> 
     62        </a> 
     63</div> 
     64  
     65  
    33566<!-- /Quicklinks /--> 
    336  
    337 <!-- 
    338 <div style="height:2em; width:1em;"> 
    339 </div> 
    340  /--> 
    341  
    342  
    34367<div style="float:left; width:12em;"> 
    34468 
     
    36387 <div id="Navigationsthema">Download</div> 
    36488  <div id="Navigationsunterpunkte"> 
    365 <!-- <a id="Navigationseintrag" href="./download.html">Download</a> --> 
    36689   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/windows/">Windows-Treiber</a> 
    36790   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/linux/">Linux-Treiber</a> 
     
    37699</div> 
    377100 
    378 <!-- 
    379 <div id="Navigationsleiste" style="border-color:#AAA; opacity:.2;"> 
    380  <div id="Navigationsthema" style="color:#AAA; border-color:#AAA;">FOSS-Links</div> 
    381   <div id="Navigationsunterpunkte" > 
    382    <a id="Navigationseintrag"  
    383       style="text-align:center; padding-top:.5em; padding-bottom:.5em; border-bottom-color:#EEE; border-bottom-style:solid;"  
    384        href="http://linuxlibertine.sf.net"><img src="./signet_linuxlibertine.png" border="0" style=" opacity:.5; width:50%;"><br>Libertine<br>Open Fonts</a> 
    385    <a id="Navigationseintrag"  
    386       style="text-align:center; padding-top:.5em; padding-bottom:.5em; border-bottom-color:#EEE; border-bottom-style:solid;"  
    387         href="http://dejavu.sourceforge.net"><img src="./signet_dejavu.png" border="0"  style=" opacity:.5;  width:50%;" ><br>DejaVu<br>Font</a> 
    388   </div> 
    389 </div> 
    390 /--> 
    391  
    392101 
    393102</div> 
     
    400109 
    401110 <p> 
    402    <font style="color:#222">Neo ist ein neue Tastaturbelegung, die </font>extra für die Deutsche Sprache<font style="color:#222"> optimiert ist: 
    403    <!--. Ihre Hauptmerkmale sind: /--> </font>  
     111  <font style="color:#222">Neo ist ein neue Tastaturbelegung, die </font> 
     112  extra für die Deutsche Sprache 
     113  <font style="color:#222"> optimiert ist:</font>  
    404114 </p> 
    405115 
     
    423133  <div style="min-width:650px; overflow:visible;"> 
    424134    <div id="linkbutton" style="text-align:center; "> 
    425         <a href="./index_ebene1.html"  style="border-color:#56b; color:#23b" onclick="Tastaturbildwechsel_nach(1); return false;" id="ebenenreiter1" > Ebene1</a> 
    426         <a href="./index_ebene2.html" onclick="Tastaturbildwechsel_nach(2); return false;"  style="" id="ebenenreiter2">Ebene2</a> 
    427         <a href="./index_ebene3.html" onclick="Tastaturbildwechsel_nach(3); return false;"  style="" id="ebenenreiter3">Ebene3</a> 
    428         <a href="./index_ebene4.html" onclick="Tastaturbildwechsel_nach(4); return false;"  style="" id="ebenenreiter4">Ebene4</a> 
    429         <a href="./index_ebene5.html" onclick="Tastaturbildwechsel_nach(5); return false;"  style="" id="ebenenreiter5">Ebene5</a> 
    430         <a href="./index_ebene6.html" onclick="Tastaturbildwechsel_nach(6); return false;"  style="" id="ebenenreiter6">Ebene6</a> 
     135      <a href="./index_ebene1.html"  style="border-color:#56b; color:#23b" onclick="Tastaturbildwechsel_nach(1); return false;" id="ebenenreiter1" > Ebene1</a> 
     136      <a href="./index_ebene2.html" onclick="Tastaturbildwechsel_nach(2); return false;"  style="" id="ebenenreiter2">Ebene2</a> 
     137      <a href="./index_ebene3.html" onclick="Tastaturbildwechsel_nach(3); return false;"  style="" id="ebenenreiter3">Ebene3</a> 
     138      <a href="./index_ebene4.html" onclick="Tastaturbildwechsel_nach(4); return false;"  style="" id="ebenenreiter4">Ebene4</a> 
     139      <a href="./index_ebene5.html" onclick="Tastaturbildwechsel_nach(5); return false;"  style="" id="ebenenreiter5">Ebene5</a> 
     140      <a href="./index_ebene6.html" onclick="Tastaturbildwechsel_nach(6); return false;"  style="" id="ebenenreiter6">Ebene6</a> 
    431141    </div> 
    432142  </div> 
     
    513223<!--------------------------------------------------/--> 
    514224<div id="Hauptfeld"> 
    515   <div id="Bildcontainer_rechts" >  <!-- style="margin-top:0em;" > /-->  
     225  <div id="Bildcontainer_rechts" >   
    516226    <img id="Bild" src="tastentier_grinsend.png" /> 
    517227    <div id="Bildtext"> Ein Tasten&shy;tierchen als Quick&shy;download&shy;link. </div> 
     
    545255 
    546256 
    547 <!-- </div>  rechts /--> 
    548257 
    549258</div>