* Formatierung vereinfacht
This commit is contained in:
parent
3cbf4c74a3
commit
739c057ed4
26 changed files with 205 additions and 186 deletions
|
@ -306,9 +306,28 @@ caption {
|
|||
font-size: 90%;
|
||||
}
|
||||
|
||||
.nextnext, .nextnext a {
|
||||
color: grey;
|
||||
font-size: 90%;
|
||||
.next a {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.next a:link {
|
||||
text-decoration: none;
|
||||
color: #f57900;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.next a:visited {
|
||||
color: #ce5c00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.next a:active {
|
||||
color: #f57900;
|
||||
}
|
||||
|
||||
.next a:hover {
|
||||
color: #fcaf3e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue