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