|
|
|
@ -1,8 +1,9 @@ |
|
|
|
|
<style> |
|
|
|
|
.fullwidth { |
|
|
|
|
display:flex; |
|
|
|
|
justify-content:center; |
|
|
|
|
flex-wrap:wrap-reverse; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row-reverse; |
|
|
|
|
justify-content: center; |
|
|
|
|
flex-wrap: wrap-reverse; |
|
|
|
|
} |
|
|
|
|
.drittel { |
|
|
|
|
min-width: 15rem; |
|
|
|
@ -30,7 +31,7 @@ |
|
|
|
|
## Windows |
|
|
|
|
|
|
|
|
|
<div class="fullwidth" style="display:flex"> |
|
|
|
|
<div class="drittel"> |
|
|
|
|
<div class="drittel" style="order: 3"> |
|
|
|
|
<div class="tabbed-set kb-box" data-tabs="1:6"> <!-- Neo Bild<<<--> |
|
|
|
|
<input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><label for="__tabbed_1_1">Ebene 1</label><div class="tabbed-content"> |
|
|
|
|
<p><img alt="Image" src="/Layouts/de%20neo%20ebene%201.embed.svg" /></p> |
|
|
|
@ -54,7 +55,7 @@ |
|
|
|
|
|
|
|
|
|
<a class="md-button md-button--primary" href="//dl.neo-layout.org/neo20.exe">NeoVars herunterladen</a> |
|
|
|
|
</div> |
|
|
|
|
<div class="drittel"> |
|
|
|
|
<div class="drittel" style="order: 2"> |
|
|
|
|
<div class="tabbed-set kb-box" data-tabs="2:6"> <!-- NeoQwertz Bild<<<--> |
|
|
|
|
<input checked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><label for="__tabbed_2_1">Ebene 1</label><div class="tabbed-content"> |
|
|
|
|
<p><img alt="Image" src="/Layouts/de%20neo_qwertz%20ebene%201.embed.svg" /></p> |
|
|
|
@ -78,7 +79,7 @@ |
|
|
|
|
|
|
|
|
|
<a class="md-button md-button--primary" href="//dl.neo-layout.org/neoqwertz20.exe">NeoQwertzVars herunterladen</a> |
|
|
|
|
</div> |
|
|
|
|
<div class="drittel"> |
|
|
|
|
<div class="drittel" style="order: 1"> |
|
|
|
|
<div class="tabbed-set kb-box" data-tabs="3:6"> <!--Bone-Bild <<<--> |
|
|
|
|
<input checked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><label for="__tabbed_3_1">Ebene 1</label><div class="tabbed-content"> |
|
|
|
|
<p><img alt="Image" src="/Layouts/de%20bone%20ebene%201.embed.svg" /></p> |
|
|
|
|