Index: openacs-4/packages/theme-zen/www/resources/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/css/main.css,v diff -u -r1.2 -r1.3 --- openacs-4/packages/theme-zen/www/resources/css/main.css 15 May 2007 20:14:57 -0000 1.2 +++ openacs-4/packages/theme-zen/www/resources/css/main.css 9 Nov 2008 23:29:28 -0000 1.3 @@ -27,7 +27,7 @@ h1 { font-size: 1.2em; font-weight:bold; - color: #646c61; + color: #585858; } h2 { @@ -43,19 +43,19 @@ } a:link { - color: #235c96; + color: #133f6d; text-decoration:none; } a:visited { - color: #235c96; + color: #133f6d; text-decoration:none; } a:hover { - color: #235c96; + color: #133f6d; text-decoration:underline; - background: #f3f1e9; + background-color: #f3f1e9; } @@ -213,7 +213,7 @@ a.button:hover { background:url("/resources/theme-zen/images/global/button-background-hover.gif") repeat-x; text-decoration: underline; - background-color: #4b68a0; + background-color: #334f82; color: #fff; } @@ -255,6 +255,10 @@ border-top: 3px double #c8c8c8; } +#footer-icons { + float: left; +} + #footer-links { text-align: right; } @@ -268,7 +272,30 @@ /* SKIP */ - #skiptocontent a, #skiptocontent a:hover, #skiptocontent a:visited, .block-marker { +#skiptocontent p, #skiptocontent a, #skiptocontent a:hover, #skiptocontent a:visited { + position:relative; + left:0px; + top:0px; + overflow:hidden; + background-color: #eeeeee; + color: #000000; +} + +#skiptocontent p { + display: block; + margin-top: -3px; + margin-bottom: 3px; + margin-left: -10px; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #999999; + text-align: left; + width:100%; + height: 1.5em; + padding-left: 1em; +} + +.block-marker { position:absolute; left:0px; top:-500px;