- Hervorhebungen umformatiert, schliesst #68
This commit is contained in:
parent
1c64a86f93
commit
2541aa38f4
1 changed files with 9 additions and 2 deletions
|
@ -57,14 +57,17 @@ hr {
|
||||||
color: rgb(80,80,80);
|
color: rgb(80,80,80);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav a {
|
#nav a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav li {
|
#nav li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav li:hover {
|
#nav li:hover {
|
||||||
color: rgb(30,60,80);
|
color: rgb(30,60,80);
|
||||||
}
|
}
|
||||||
|
@ -75,6 +78,7 @@ hr {
|
||||||
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;
|
||||||
|
@ -85,13 +89,16 @@ hr {
|
||||||
blockquote {
|
blockquote {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bildbeschreibungen*/
|
/* Bildbeschreibungen*/
|
||||||
caption {
|
caption {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hervorhebungen */
|
||||||
.textit {
|
.textit {
|
||||||
font-style: italic;
|
color: #294210;
|
||||||
font-variant: small-caps;
|
letter-spacing: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
Loading…
Reference in a new issue