- 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);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
margin: 0;
|
||||
list-style-type: square;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
#nav li:hover {
|
||||
color: rgb(30,60,80);
|
||||
}
|
||||
|
@ -75,6 +78,7 @@ hr {
|
|||
padding: 0 1em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
#main li {
|
||||
margin: 0.5em;
|
||||
list-style-type: square;
|
||||
|
@ -85,13 +89,16 @@ hr {
|
|||
blockquote {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
/* Bildbeschreibungen*/
|
||||
caption {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* Hervorhebungen */
|
||||
.textit {
|
||||
font-style: italic;
|
||||
font-variant: small-caps;
|
||||
color: #294210;
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
|
Loading…
Reference in a new issue