diff options
-rw-r--r-- | local.css | 44 |
1 files changed, 30 insertions, 14 deletions
@@ -65,7 +65,8 @@ DIV#branding { right: 3%; } -DIV#topbar { +DIV#topbar, +DIV.topbar { float: right; background-color: #9cf; margin: 0; @@ -74,13 +75,15 @@ DIV#topbar { width: 100%; } -DIV#topbar a { +DIV#topbar a, +DIV.topbar a { text-decoration: none; color: #06c; font-weight: bold; } -DIV#topbar ul { +DIV#topbar ul. +DIV.topbar ul { list-style-type: none; padding: 0; margin-top: 0; @@ -90,18 +93,21 @@ DIV#topbar ul { line-height: 2.5em; } -DIV#topbar ul li { +DIV#topbar ul li, +DIV.topbar ul li { display: inline; color: #06c; font-weight: bold; margin: 0 3em; } -DIV#topbar a:hover { +DIV#topbar a:hover, +DIV.topbar a:hover { color: white; } -DIV#topbar span.selflink { +DIV#topbar span.selflink, +DIV.topbar span.selflink { color: white; } @@ -113,7 +119,8 @@ FORM#searchform { top: 5px; } -DIV#wrapper { +DIV#wrapper, +DIV#pagebody { float: right; width: 80%; } @@ -123,7 +130,8 @@ DIV#content { padding: 0; } -DIV#sidebar { +DIV#sidebar, +DIV.sidebar { float: left; margin-top: 6em; margin-left: 0; @@ -131,31 +139,39 @@ DIV#sidebar { padding: 0 0 0 1%; } -DIV#sidebar UL { +DIV#sidebar UL, +DIV.sidebar UL { margin: 0px; padding: 0px; text-transform: none; font-weight: bold; } -DIV#sidebar UL LI { +DIV#sidebar UL LI, +DIV.sidebar UL LI { line-height: 2; list-style-type: none; } -DIV#sidebar UL LI SPAN.selflink { +DIV#sidebar UL LI SPAN.selflink, +DIV.sidebar UL LI SPAN.selflink { color: #06c; } -DIV#sidebar UL UL LI { + +DIV#sidebar UL UL LI, +DIV.sidebar UL UL LI { margin-left: 10%; } -DIV#sidebar A { + +DIV#sidebar A, +DIV.sidebar A { text-decoration: none; color: black; font-weight: bold; } -DIV#sidebar A:hover { +DIV#sidebar A:hover +DIV.sidebar A:hover { text-decoration: underline; color: #06c; } |