Index: openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css 31 Mar 2004 21:12:18 -0000 1.1 +++ openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css 29 Apr 2004 15:56:04 -0000 1.2 @@ -1,9 +1,149 @@ -body { - font: verdana, arial, sans; +html,body { + height:100%; + width: 100%; + margin: 0; padding: 0; border: 0; +} + +body { + font: "bitstream vera sans", verdana, arial, sans; background-color: #f0f0fc; } #subsite-name { - padding: 10px 0 0 10px; - font-size: 1.25em; + font-size: 120%; } +#site-footer { + clear: both; +} + +#navbar-bodyx { } + +/* Here is the chunk which does left nav */ +#side { + width: 12em; + margin-right: 1em; + border-right: 1px solid #000; + padding: 0 0 1em 0; + font-family: 'bitstream vera sans', 'Trebuchet MS', 'Lucida Grande', + Verdana, Lucida, Geneva, Helvetica, + Arial, sans-serif; + background-color: #90bade; + color: #333; + float: left; + min-height: 100%; +} + +#button ul { + list-style: none; + margin: 0; + padding: 0; + border: none; +} + +#button ul ul a { + padding: 5px 5px 5px 1em; +} + +#button ul li { + border-bottom: 1px solid #90bade; + margin: 0; + } + #button li a { + display: block; + padding: 5px 5px 5px 0.5em; + border-left: 10px solid #1958b7; + border-right: 10px solid #508fc4; + background-color: #2175bc; + color: #fff; + text-decoration: none; + width: 100%; +} + +ul#subnavbarx ul li { + border-left: 10px solid #1928f8; +} + +#button ul li ul { + border-top: 1px solid #90bade; +} + +#button #navbar-here a:before { + content: "\0020 \0020 \0020 \00BB \0020"; +} + +#button #navbar-here a, +#button #navbar-here #subnavbarx #subnavbar-here a { + background: #508fc4; +} + +#button #navbar-here #subnavbarx a { + background: #2175bc; + border-left: 10px solid #888; +} + +#button #navbar-here ul a:before { + content: "" +} + +#button ul #subnavbar-here a:before { + content: "\0020 \0020 \0020 \00BB \0020"; +} + +html>body #button li a { + width: auto; +} + +#button #navbar-here #subnavbarx a:hover, +#button a:hover { + border-left: 10px solid #1c64d1; + border-right: 10px solid #5ba3e0; + background-color: #2586d7; + color: #fff; +} + +/* Here are the KM classes */ +#cop-footer { + padding: 1em; +} + +div.cop-box { + padding: 1em; +} + + +.cop-views, +.cop-ratings, +.cop-categories, +.cop-clipboards, +.cop-related { + padding: 5px; + font-size: .8em; +} + +#side p { + margin: .5em 0 0 0; + text-align: center; +} + +#side ul { + margin: .5em 0 0 0; + padding: 0; +} + +#cop-footer p.section, +#side p.section { + margin: 0; + padding: 2px 30px 0 0; + background-color: #999; + color: #fff; + text-align: center; + font-weight: bold; +} + +#side p.head { + padding: 2px 0 2px 2em; + background-color: #aaa; + color: #fff; + text-align: left; +} +