adapt local.css to own scheme with sidebar

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-05-07 11:49:54 +02:00
parent d9786b4048
commit 97493128ed

View file

@ -9,14 +9,23 @@
* */ * */
#sidebar { #sidebar {
line-height: 3ex;
width: 20ex; width: 20ex;
float: right; float: left;
margin-left: 40px; margin-left:10px;
margin-top: 10px;
margin-bottom: 40px; margin-bottom: 40px;
padding: 2ex 2ex; background: #474747;
background: white;
color: black !important; background: #800000;
/* font-color: #e6deee; */
font-size: 80%;
font-family: sans-serif;
border: 2px solid #500000;
}
#sidebar ul {
list-style-type: none;
padding-left: 1em;
} }
@ -27,6 +36,7 @@ body {
#content { #content {
background: #333333; background: #333333;
margin: 10px 0px; margin: 10px 0px;
margin-left: 21ex;
border: 1px dotted #c0c0c0; border: 1px dotted #c0c0c0;
padding: 10px; padding: 10px;
font-family: sans-serif; font-family: sans-serif;
@ -77,5 +87,3 @@ pre {
.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;} .actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
.actions a { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;} .actions a { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
#footer { border: none; font-family: sans-serif;} #footer { border: none; font-family: sans-serif;}