Index: openacs-4/www/templates/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/css/Attic/main.css,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/www/templates/css/main.css 1 Dec 2004 10:42:20 -0000 1.1.2.1 +++ openacs-4/www/templates/css/main.css 26 Aug 2008 23:16:36 -0000 1.1.2.2 @@ -1,17 +1,29 @@ body { background-color: white; - font-family: sans-serif; - margin-top: 3px; - + margin:5px 10px 0px 10px; + padding:0; + font: 0.9em Tahoma, "Lucida Grande", sans-serif; + voice-family: "\"}\""; voice-family:inherit; } - -a { - color: #336699; +a:link { + color: #235c96; + text-decoration:none; } + +a:visited { + color: #235c96; + text-decoration:none; +} + +a:hover { + color: #235c96; + text-decoration:underline; + background-color: #f3f1e9; +} -a:visited { - color: purple; +h1, h2, h3, h4, h5, h6 { + color: #222222; } #description { @@ -20,30 +32,18 @@ .more { float: right; - margin-right: 8px; } -.forum { - margin-top: 0px; - margin-bottom:7px; -} - -.title { - margin-bottom:2px; - margin-top: 5px; - font-weight: bold; -} - .page-title { } .context { } .item { - padding-bottom: 0px; - margin-bottom: 8px; - margin-top: 0px; + padding-bottom: 0px; + margin-bottom: 8px; + margin-top: 0px; } @@ -55,20 +55,26 @@ color: #ccc; } -span.navigation td { - font-weight: bold; +div.navigation td { + font-weight: normal; color: white; } -span.navigation a { - font-weight: bold; +div.navigation a:link { + font-weight: normal; color: white; } -span.navigation a:visited { +div.navigation a:hover { + font-weight: normal; color: white; + background: inherit; } +div.navigation a:visited { + color: white; +} + span.statistics { font-size: 70%; } @@ -85,18 +91,25 @@ margin-bottom: 15px; } -span.box-title a { +h1.box-title, h2.box-title { color: white; - font-weight: bold; + font-family: Verdana, "Lucida Grande", sans-serif; + font-weight: normal; + font-size: 1em; padding-left: 2px; padding-right: 2px; - padding-bottom: 5px; + padding-bottom: 1px; + margin: 0 0 0 0; } -span.box-title a:visited { +.box-title a:link, .box-title a:visited { color: white; } +.box-title a:hover { + background: inherit; +} + div.box-content { font-size: 85%; padding-left: 8px; @@ -122,29 +135,9 @@ div.left-panel { float: left; - width: 20%; + width: 25%; } -div.login td { - -} - -div.news { - -} - -div.postings { - -} - -div.postings span.forum { - -} - -div.postings span.post { - text-indent: 10px; -} - div.download { margin-bottom: 15px; } @@ -154,13 +147,9 @@ width: 20%; } -div.features { - -} - div.main-content { - float: left; - width: 50%; + float: right; + width: 69%; margin-left: 3%; margin-right: 3%; } @@ -191,10 +180,6 @@ width: 59%; } -div.forums { - clear: both; -} - div.jobs { clear: both; } @@ -211,15 +196,45 @@ clear: both; } -div.forum-post { - margin-left: 30px; - margin-right: 30px; -} - - dl.faq dt { margin-bottom: 5px; font-weight: bold; background-color: #eee; padding: 2px; } -dl.faq dd { margin-bottom: 20px; } \ No newline at end of file +dl.faq dd { margin-bottom: 20px; } + +div.news .rss-feed { + float: right; + top: 6px; +} + +div.news h2, div.postings h2 { + color: #545D51; +} + +div.postings .forum, div.news .news-item { + margin-left: 1em; +} + +div.item-content, p.item-content, ul.forum-content { + background-color: #f8f8f8; + padding: 6px; + margin-top: 1px; +} + +ul.forum-content li { + list-style-type: none; +} + +h3.item-title, h3.forum-title { + margin-bottom: 1px; + font-weight: normal; + font-size: 1em; +} +h3.item-title a, h3.forum-title a { + font-weight: bold; +} +h3.item-title a:hover, h3.forum-title a:hover, p.item-content a:hover, ul.forum-content a:hover { + background-color: inherit; +} +