* 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 {
|
#titlebar .left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: orange;
|
color: #f57900;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titlebar .right {
|
#titlebar .right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
font-size: 44px;
|
font-size: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -283,12 +283,6 @@ caption {
|
||||||
background-color: #eeeeec;
|
background-color: #eeeeec;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footnotes {
|
|
||||||
font-size: small;
|
|
||||||
margin-top: 3em;
|
|
||||||
padding-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#progress {
|
#progress {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -301,7 +295,7 @@ caption {
|
||||||
}
|
}
|
||||||
|
|
||||||
#progresstitle{
|
#progresstitle{
|
||||||
color: #888;
|
color: #888a85;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,7 +304,7 @@ caption {
|
||||||
}
|
}
|
||||||
|
|
||||||
.done, .done a {
|
.done, .done a {
|
||||||
color: grey;
|
color: #888a85;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -338,6 +332,16 @@ caption {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footnotes {
|
||||||
|
font-size: 90%;
|
||||||
|
margin-top: 3em;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fntitle {
|
||||||
|
font-size: 90%;
|
||||||
|
color: #888a85;
|
||||||
|
}
|
||||||
|
|
||||||
/* #### Footer #### */
|
/* #### Footer #### */
|
||||||
|
|
||||||
|
@ -359,4 +363,4 @@ caption {
|
||||||
|
|
||||||
#footer .right {
|
#footer .right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue