* Spielerei mit unix2dos, schliesst #119
This commit is contained in:
parent
c1f4ee9df8
commit
1e75887f93
7 changed files with 836 additions and 830 deletions
|
@ -1,366 +1,366 @@
|
|||
/*
|
||||
HINWEISE
|
||||
padding,margin Angaben: oben rechts unten links
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 11pt;
|
||||
font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
html>body {
|
||||
font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family: georgia, times new roman, times, serif;
|
||||
font-weight: normal;
|
||||
background: none;
|
||||
padding: 1.75em 0 0;
|
||||
margin: 0;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 220%;
|
||||
text-align: center;
|
||||
color: #555753;
|
||||
padding: 0 0 0.5em;
|
||||
margin: 0.75em 0 1.5em 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 150%;
|
||||
color: #4e9a06;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* Seiten-Untertitel */
|
||||
.author_info {
|
||||
text-align: center;
|
||||
color: #B7B7B7;
|
||||
margin-top: -3.5em;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #f57900;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ce5c00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #f57900;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fcaf3e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
border: 1px solid silver;
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
#container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#container hr {
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
#container .externalLink {
|
||||
background: url(externallink.png) center right no-repeat;
|
||||
padding-right: 13px;
|
||||
}
|
||||
|
||||
#titlenav {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
z-index: 5;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
#titlenav li {
|
||||
color: #43598e;
|
||||
float: left;
|
||||
list-style-type: disc;
|
||||
margin-left: 15pt;
|
||||
padding: 5pt 10pt;
|
||||
}
|
||||
|
||||
#titlenav li:first-child {
|
||||
/*margin-left: 0;*/
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#titlenav a {
|
||||
color: #f57900;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#titlenav a:hover {
|
||||
color: #fcaf3e;
|
||||
}
|
||||
|
||||
#titlebar {
|
||||
background-color: #33436a;
|
||||
text-shadow: 2px 2px 3px gray;
|
||||
height: 54px;
|
||||
padding-top: 1px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border-bottom: 6px solid #f57900;
|
||||
}
|
||||
|
||||
#titlebar .left {
|
||||
text-align: left;
|
||||
color: #f57900;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#titlebar .right {
|
||||
text-align: right;
|
||||
color: #ffffff;
|
||||
font-size: 44px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* #### Menue #### */
|
||||
#nav {
|
||||
float: left;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
width: 180px;
|
||||
margin: 0 0 0.5em 2em;
|
||||
padding: 0.75em;
|
||||
font-size: 90%;
|
||||
border:1px solid #ccc;
|
||||
background-color: #f6f6f6;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
margin: 0 0 0 -2em;
|
||||
list-style-type: square;
|
||||
color: #888a85;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#navtitle {
|
||||
color: #888;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.toclevel-2 {
|
||||
color: #babdb6;
|
||||
}
|
||||
|
||||
|
||||
/* #### Hauptteil #### */
|
||||
|
||||
#main {
|
||||
margin-left: 25%;
|
||||
padding: 0 1em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
#main li {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
#main ul li {
|
||||
margin: 0.5em;
|
||||
list-style-type: square;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
/* Abstand von Bildern + Bildunterschrift zum folgenden Absatz */
|
||||
#main table caption {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#main img {
|
||||
margin-bottom: 1.5em;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#toctitle {
|
||||
color: #888;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.TofC {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/* #os_selection: Tabelle mit Computern auf index.html */
|
||||
#os_selection {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#os_selection td {
|
||||
padding: 10pt;
|
||||
}
|
||||
|
||||
.ie_center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* #selection: Tabelle mit Buttons auf index2.html*/
|
||||
#selection a {
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#selection td {
|
||||
vertical-align: middle;
|
||||
padding: 0.6em 0.6em 0.9em 0;
|
||||
}
|
||||
|
||||
#selection img {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Zitate */
|
||||
blockquote {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
/* Bildbeschreibungen*/
|
||||
caption {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/* Hervorhebungen */
|
||||
.textit {
|
||||
color: #294210;
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
.kbd {
|
||||
font-family: monospace;
|
||||
font-size: 90%;
|
||||
background-color: #eeeeec;
|
||||
margin: 0.1em 0.3em 0.1em 0.1em;
|
||||
padding: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #babdb6 #888a85 #888a85 #babdb6;;
|
||||
}
|
||||
|
||||
.hint {
|
||||
background-color: #eeeeec;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
width: 400px;
|
||||
margin: 3em 0 0.5em 2em;
|
||||
padding: 0.75em;
|
||||
border:1px solid #ccc;
|
||||
background-color: #f6f6f6;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#progresstitle{
|
||||
color: #888a85;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
#progress ul li {
|
||||
margin-left: -2.6em;
|
||||
}
|
||||
|
||||
.done, .done a, .done a:visited {
|
||||
color: #888a85;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.next a {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.next a:link {
|
||||
text-decoration: none;
|
||||
color: #f57900;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.next a:visited {
|
||||
color: #ce5c00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.next a:active {
|
||||
color: #f57900;
|
||||
}
|
||||
|
||||
.next a:hover {
|
||||
color: #fcaf3e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footnotes {
|
||||
font-size: 90%;
|
||||
margin-top: 3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
#fntitle {
|
||||
font-size: 90%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* #### Footer #### */
|
||||
|
||||
#footer {
|
||||
clear: left;
|
||||
border-top: 3px solid #B7B7B7;
|
||||
background-color: #33436a;
|
||||
margin-top: 30px;
|
||||
padding: 15px 15px 0 15px;
|
||||
color: white;
|
||||
font-size: 90%;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#footer .left {
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#footer .right {
|
||||
text-align: right;
|
||||
}
|
||||
/*
|
||||
HINWEISE
|
||||
padding,margin Angaben: oben rechts unten links
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 11pt;
|
||||
font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
html>body {
|
||||
font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family: georgia, times new roman, times, serif;
|
||||
font-weight: normal;
|
||||
background: none;
|
||||
padding: 1.75em 0 0;
|
||||
margin: 0;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 220%;
|
||||
text-align: center;
|
||||
color: #555753;
|
||||
padding: 0 0 0.5em;
|
||||
margin: 0.75em 0 1.5em 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 150%;
|
||||
color: #4e9a06;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* Seiten-Untertitel */
|
||||
.author_info {
|
||||
text-align: center;
|
||||
color: #B7B7B7;
|
||||
margin-top: -3.5em;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #f57900;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ce5c00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #f57900;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fcaf3e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
border: 1px solid silver;
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
#container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#container hr {
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
#container .externalLink {
|
||||
background: url(externallink.png) center right no-repeat;
|
||||
padding-right: 13px;
|
||||
}
|
||||
|
||||
#titlenav {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
z-index: 5;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
#titlenav li {
|
||||
color: #43598e;
|
||||
float: left;
|
||||
list-style-type: disc;
|
||||
margin-left: 15pt;
|
||||
padding: 5pt 10pt;
|
||||
}
|
||||
|
||||
#titlenav li:first-child {
|
||||
/*margin-left: 0;*/
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#titlenav a {
|
||||
color: #f57900;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#titlenav a:hover {
|
||||
color: #fcaf3e;
|
||||
}
|
||||
|
||||
#titlebar {
|
||||
background-color: #33436a;
|
||||
text-shadow: 2px 2px 3px gray;
|
||||
height: 54px;
|
||||
padding-top: 1px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border-bottom: 6px solid #f57900;
|
||||
}
|
||||
|
||||
#titlebar .left {
|
||||
text-align: left;
|
||||
color: #f57900;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#titlebar .right {
|
||||
text-align: right;
|
||||
color: #ffffff;
|
||||
font-size: 44px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* #### Menue #### */
|
||||
#nav {
|
||||
float: left;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
width: 180px;
|
||||
margin: 0 0 0.5em 2em;
|
||||
padding: 0.75em;
|
||||
font-size: 90%;
|
||||
border:1px solid #ccc;
|
||||
background-color: #f6f6f6;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
margin: 0 0 0 -2em;
|
||||
list-style-type: square;
|
||||
color: #888a85;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#navtitle {
|
||||
color: #888;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.toclevel-2 {
|
||||
color: #babdb6;
|
||||
}
|
||||
|
||||
|
||||
/* #### Hauptteil #### */
|
||||
|
||||
#main {
|
||||
margin-left: 25%;
|
||||
padding: 0 1em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
#main li {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
#main ul li {
|
||||
margin: 0.5em;
|
||||
list-style-type: square;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
/* Abstand von Bildern + Bildunterschrift zum folgenden Absatz */
|
||||
#main table caption {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#main img {
|
||||
margin-bottom: 1.5em;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#toctitle {
|
||||
color: #888;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.TofC {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/* #os_selection: Tabelle mit Computern auf index.html */
|
||||
#os_selection {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#os_selection td {
|
||||
padding: 10pt;
|
||||
}
|
||||
|
||||
.ie_center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* #selection: Tabelle mit Buttons auf index2.html*/
|
||||
#selection a {
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#selection td {
|
||||
vertical-align: middle;
|
||||
padding: 0.6em 0.6em 0.9em 0;
|
||||
}
|
||||
|
||||
#selection img {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Zitate */
|
||||
blockquote {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
/* Bildbeschreibungen*/
|
||||
caption {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/* Hervorhebungen */
|
||||
.textit {
|
||||
color: #294210;
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
.kbd {
|
||||
font-family: monospace;
|
||||
font-size: 90%;
|
||||
background-color: #eeeeec;
|
||||
margin: 0.1em 0.3em 0.1em 0.1em;
|
||||
padding: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #babdb6 #888a85 #888a85 #babdb6;;
|
||||
}
|
||||
|
||||
.hint {
|
||||
background-color: #eeeeec;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
width: 400px;
|
||||
margin: 3em 0 0.5em 2em;
|
||||
padding: 0.75em;
|
||||
border:1px solid #ccc;
|
||||
background-color: #f6f6f6;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#progresstitle{
|
||||
color: #888a85;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
#progress ul li {
|
||||
margin-left: -2.6em;
|
||||
}
|
||||
|
||||
.done, .done a, .done a:visited {
|
||||
color: #888a85;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.next a {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.next a:link {
|
||||
text-decoration: none;
|
||||
color: #f57900;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.next a:visited {
|
||||
color: #ce5c00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.next a:active {
|
||||
color: #f57900;
|
||||
}
|
||||
|
||||
.next a:hover {
|
||||
color: #fcaf3e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footnotes {
|
||||
font-size: 90%;
|
||||
margin-top: 3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
#fntitle {
|
||||
font-size: 90%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* #### Footer #### */
|
||||
|
||||
#footer {
|
||||
clear: left;
|
||||
border-top: 3px solid #B7B7B7;
|
||||
background-color: #33436a;
|
||||
margin-top: 30px;
|
||||
padding: 15px 15px 0 15px;
|
||||
color: white;
|
||||
font-size: 90%;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#footer .left {
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#footer .right {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue