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 -r1.24 -r1.25 --- openacs-4/packages/acs-subsite/www/resources/site-master.css 24 Mar 2004 00:01:20 -0000 1.24 +++ openacs-4/packages/acs-subsite/www/resources/site-master.css 20 Apr 2004 21:13:02 -0000 1.25 @@ -572,6 +572,67 @@ /********************************************************************** +/* acs-developer-support Toolbar +/**********************************************************************/ +/* LARS: This ought to go in the developer-support package, somehow */ + +#developer-toolbar { + background-color: #616093; + color: white; + font-family: tahoma, verdana; + font-size: 80%; + padding-left: 8px; + padding-right: 8px; + padding-top: 2px; + padding-bottom: 2px; +} +#developer-toolbar td a { + border: solid 1px #616093; + text-align: center; + color: white; + text-decoration: none; +} +#developer-toolbar td a:hover { + text-decoration: none; + background-color: #999999; + border: solid 1px #cccccc; +} +#developer-toolbar #search { + font: 80% tahoma; + color: white; +} +#developer-toolbar #search input { + font: 100% tahoma; +} +#developer-toolbar td a.on { + background-color: #888888; + border: solid 1px #cccccc; +} +#developer-toolbar td a:hover.on { + background-color: #666666; + border: solid 1px #999999; +} + +/* Developer-support footer */ + +.developer-support-footer { + float: left; + padding: 6px; + border: solid 1px gray; + background-color: #e1e1e1; + margin-top: 4px; +} + + + + + + + + + + +/********************************************************************** /* DEPRECATED CLASSES /**********************************************************************/