* css validiert
This commit is contained in:
parent
5d5dd4b793
commit
be049d7169
1 changed files with 15 additions and 11 deletions
|
@ -138,13 +138,13 @@ hr {
|
|||
|
||||
#titlebar .left {
|
||||
text-align: left;
|
||||
color: orange;
|
||||
color: #f57900;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#titlebar .right {
|
||||
text-align: right;
|
||||
color: white;
|
||||
color: #ffffff;
|
||||
font-size: 44px;
|
||||
}
|
||||
|
||||
|
@ -283,12 +283,6 @@ caption {
|
|||
background-color: #eeeeec;
|
||||
}
|
||||
|
||||
#footnotes {
|
||||
font-size: small;
|
||||
margin-top: 3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
|
@ -301,7 +295,7 @@ caption {
|
|||
}
|
||||
|
||||
#progresstitle{
|
||||
color: #888;
|
||||
color: #888a85;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
@ -310,7 +304,7 @@ caption {
|
|||
}
|
||||
|
||||
.done, .done a {
|
||||
color: grey;
|
||||
color: #888a85;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
@ -338,6 +332,16 @@ caption {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footnotes {
|
||||
font-size: 90%;
|
||||
margin-top: 3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
#fntitle {
|
||||
font-size: 90%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* #### Footer #### */
|
||||
|
||||
|
|
Loading…
Reference in a new issue