gereinigter style
This commit is contained in:
parent
aba9b7de9e
commit
5beb531aae
1 changed files with 38 additions and 62 deletions
|
@ -1,25 +1,26 @@
|
||||||
/* Kommentare werden durch Slash Stern eingeleitet und durch Stern Slash geschlossen
|
/** padding,margin Angaben: oben rechts unten links **/
|
||||||
Rauten stellen im css keine Auskommentierung dar */
|
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
color: #7fb945;
|
color: #7fb945;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seiten-Ueberschrift */
|
/* Seiten-Ueberschrift */
|
||||||
h1 {
|
h1 {
|
||||||
border-top: 1px solid rgb(204,204,204);
|
border-bottom: 1px solid silver;
|
||||||
border-bottom: 1px solid rgb(204,204,204);
|
border-top: 1px solid silver;
|
||||||
border-right: 1px solid rgb(204,204,204);
|
border-right: 1px solid silver;
|
||||||
padding: 3px 3px 3px 3px;
|
padding: 3px 3px 3px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
color: #7fb945;
|
color: #7fb945;
|
||||||
}
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #3f8915;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: 1px solid rgb(204,204,204);
|
border: 1px solid silver;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
@ -39,51 +40,36 @@ hr {
|
||||||
|
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
#nav {
|
#nav {
|
||||||
float: left;
|
float: left;
|
||||||
width: 14em;
|
width: 23%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 1em 0 0;
|
padding: 0 1em 0 0;
|
||||||
padding-left: 3px;
|
border-top: 1px solid silver;
|
||||||
margin-bottom: 40px;
|
border-right: 1px solid silver;
|
||||||
font-size: small;
|
padding-left:3px;
|
||||||
text-align: left;
|
margin-bottom: 40px;
|
||||||
position: absolute;
|
font-size: small;
|
||||||
left: 1.5ex;
|
color: rgb(80,80,80);
|
||||||
color: rgb(80,80,80);
|
background-color: transparent;
|
||||||
background-color: transparent;
|
|
||||||
border: 1px solid rgb(204,204,204);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav a {
|
#nav a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav:hover {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav li {
|
#nav li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.75ex 0 1ex -10.5ex;
|
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav li:hover {
|
#nav li:hover {
|
||||||
color: rgb(61,92,122);
|
color: rgb(30,60,80);
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hauptseite */
|
||||||
#main {
|
#main {
|
||||||
margin-left: 14em;
|
margin-left: 25%;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main li {
|
#main li {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
|
@ -92,37 +78,27 @@ hr {
|
||||||
|
|
||||||
/* Zitate */
|
/* Zitate */
|
||||||
blockquote {
|
blockquote {
|
||||||
font-style: italic;
|
font-style:italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bildbeschreibungen*/
|
/* Bildbeschreibungen*/
|
||||||
caption {
|
caption {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lyx Hervorhebungen */
|
|
||||||
.textit {
|
.textit {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Footer */
|
||||||
#online, #offline {
|
#online, #offline {
|
||||||
text-align: center;
|
clear: left;
|
||||||
width: 80%;
|
text-align: center;
|
||||||
border-top: 1px solid rgb(204,204,204);
|
width: 80%;
|
||||||
margin: 30px auto 10px auto;
|
border-top: 1px solid silver;
|
||||||
padding: 5px;
|
margin: 30px auto 10px auto;
|
||||||
clear: left;
|
padding: 5px;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
font-style: italic;
|
font-style:italic;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
|
||||||
|
|
||||||
#naviblock {
|
|
||||||
margin: 0 auto 0 auto;
|
|
||||||
border: 1px dashed silver;
|
|
||||||
text-align: center;
|
|
||||||
width: 80%;
|
|
||||||
font-size: small;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue