Retrofit simplifications from doc.css.

This commit is contained in:
Oliver Schmidt 2014-03-16 21:48:23 +01:00
parent 032bc3fa96
commit 995784e602

View file

@ -6,10 +6,8 @@ body {
margin-top: 10px; margin-top: 10px;
margin-right: 30px; margin-right: 30px;
margin-bottom: 10px; margin-bottom: 10px;
color: #000000;
background-image: url(image/cc65-bg.png); background-image: url(image/cc65-bg.png);
background-repeat: repeat-y; background-repeat: repeat-y;
background-color: #FFFFFF;
} }
a:active { a:active {
color: #FF0000; color: #FF0000;
@ -71,25 +69,24 @@ li#here a:hover {
color: #DB3232; color: #DB3232;
} }
h1 { h1, h2 {
text-align: left;
font-size: 250%;
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
text-align: left;
color: #DB3232;
}
h1 {
font-size: 250%;
text-shadow: 2px 2px 6px #505050; text-shadow: 2px 2px 6px #505050;
letter-spacing: 2px; letter-spacing: 2px;
color: #DB3232;
padding-top: 40px; padding-top: 40px;
} }
h2 { h2 {
text-align: left;
font-size: 160%; font-size: 160%;
font-weight: bold;
font-style: italic;
text-shadow: 2px 2px 6px #303030; text-shadow: 2px 2px 6px #303030;
letter-spacing: 1px; letter-spacing: 1px;
color: #DB3232;
margin-top: 2em; margin-top: 2em;
margin-bottom: 1em; margin-bottom: 1em;
} }