fix positioning, fix a:hover colour

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-05-07 12:23:39 +02:00
parent 97493128ed
commit 0314e0f606
1 changed files with 17 additions and 20 deletions

View File

@ -9,18 +9,15 @@
* */ * */
#sidebar { #sidebar {
width: 20ex; width: 20ex;
float: left; float: left;
margin-left:10px; margin-top: 10px;
margin-top: 10px; margin-left: 0px;
margin-bottom: 40px; background: #800000;
background: #474747; border: 2px solid #500000;
background: #800000;
/* font-color: #e6deee; */
font-size: 80%; font-size: 80%;
font-family: sans-serif; font-family: sans-serif;
border: 2px solid #500000; color: #c0c0c0 !important;
} }
#sidebar ul { #sidebar ul {
@ -34,13 +31,13 @@ body {
} }
#content { #content {
background: #333333; background: #333333;
margin: 10px 0px; margin: 10px 0px;
margin-left: 21ex; margin-left: 21ex;
border: 1px dotted #c0c0c0; border: 1px dotted #c0c0c0;
padding: 10px; padding: 10px;
font-family: sans-serif; font-family: sans-serif;
color: #acacac color: #acacac
} }
h1 { h1 {
@ -59,13 +56,13 @@ a {
text-decoration: none; text-decoration: none;
} }
a:hover { background: #300000; } a:hover { background: blue; }
pre { pre {
color: #d0d0d0; color: #d0d0d0;
border: 1px dotted #c0c0c0; border: 1px dotted #c0c0c0;
background: black; background: black;
padding: 2px; padding: 2px;
font-size: 110%; font-size: 110%;
} }