Index: openacs-4/packages/acs-subsite/www/resources/site-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/site-master.css,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-subsite/www/resources/site-master.css 30 Dec 2003 20:46:37 -0000 1.7 +++ openacs-4/packages/acs-subsite/www/resources/site-master.css 6 Jan 2004 14:44:23 -0000 1.8 @@ -48,6 +48,32 @@ } +table.developer-toolbar { + background-color: #616093; + color: white; + font-family: tahoma, verdana; + font-size: 85%; +} +table.developer-toolbar td { + padding-top: 3px; + padding-bottom: 3px; +} +table.developer-toolbar td a { + border: solid 1px #616093; + text-align: center; + padding: 1px; + padding-left: 4px; + padding-right: 4px; + color: white; + text-decoration: none; +} +table.developer-toolbar td a:hover { + text-decoration: none; + background-color: #666666; + border: solid 1px #999999; +} + + a.button { font: 85% arial; border: solid 1px black; @@ -202,6 +228,81 @@ padding-right: 6px; } + + + + + + + + + +#tabs-div { + border-bottom: 1px solid #666; +} +#tabs-container { + height: 15px; + position: relative; +} +#tabs { + position: absolute; + height: 21px; + margin: 0px; + padding: 0px 0px 0px 0px; + left: 10px; + bottom: -2px; + margin-top: 10px; + font-family: Arial, sans-serif; + font-size: 80%; + font-weight: bold; +} +html>body #tabs { bottom: 0px } + +#tabs .tab { + height: 16px; + float: left; + background-color: #cccccc; + border: 1px solid #666; + padding: 2px 5px 2px 5px; + margin: 0px 2px 0px 2px; +} +#tabs a { + text-decoration: none; + color: black; +} +#tabs a:hover { + text-decoration: underline; +} +#tabs #tabs-here { + border-bottom-color: #f6f6f6; + background-color: #f6f6f6; +} +#tabs #tabs-here a { + color: black; +} + + +#tabs-body { + border-bottom: 1px solid #016799; + background-color: #f6f6f6; + clear: both; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 4px; + padding-right: 4px; +} + + + + + + + + + + + + table.subsite-body { width: 100%; height: 100%;