* Weiter am neuen Design gearbeitet, schliesst #88
This commit is contained in:
parent
f8802a42e7
commit
8503d449a6
6 changed files with 97 additions and 73 deletions
|
@ -18,8 +18,8 @@ html>body {
|
|||
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family: georgia, times new roman, times, serif;
|
||||
font-weight: normal;
|
||||
color: #888;
|
||||
background: none;
|
||||
padding: 1.75em 0 0;
|
||||
margin: 0;
|
||||
|
@ -29,12 +29,17 @@ h1, h2, h3, h4 {
|
|||
h1 {
|
||||
font-size: 220%;
|
||||
text-align: center;
|
||||
color: #555;
|
||||
color: #555753;
|
||||
padding: 0 0 0.5em;
|
||||
margin: 0.75em 0 0;
|
||||
}
|
||||
|
||||
a {
|
||||
h2 {
|
||||
font-size: 150%;
|
||||
color: #4e9a06;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #f57900;
|
||||
background: none;
|
||||
|
@ -42,10 +47,11 @@ a {
|
|||
|
||||
a:visited {
|
||||
color: #ce5c00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: Orange;
|
||||
color: #f57900;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
@ -53,14 +59,6 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*
|
||||
a:link, a:visited {
|
||||
color: #7fb945;
|
||||
}
|
||||
a:hover {
|
||||
color: #3f8915;
|
||||
}*/
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
border: 1px solid silver;
|
||||
|
@ -127,24 +125,29 @@ hr {
|
|||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#nav ul {
|
||||
margin-left: -2em;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
margin: 0;
|
||||
list-style-type: square;
|
||||
color: #888a85;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#nav li:hover {
|
||||
color: rgb(30,60,80);
|
||||
}
|
||||
|
||||
|
||||
/* Hauptteil einer Seite */
|
||||
|
||||
#toctitle {
|
||||
color: #888;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.toclevel-2 {
|
||||
color: #babdb6;
|
||||
}
|
||||
|
||||
|
||||
/* #### Hauptteil #### */
|
||||
|
||||
#main {
|
||||
margin-left: 25%;
|
||||
padding: 0 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue