Index: openacs-4/packages/acs-core-docs/www/openacs.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/openacs.css,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/openacs.css 10 Aug 2002 20:07:20 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/openacs.css 24 Jun 2003 03:58:11 -0000 1.3 @@ -1,13 +1,28 @@ +/* These are aimed at DocBook output, specifically from the chunk.xsl style and derivatives /* + body, ol, td, th, hr, h1, h2, h3, strong, dl, a, blockquote, em, .force, dt, dd, ul, li, p{font-family:verdana,helvetica,arial,sans-serif} a:link{color:0000ff} a:visited{color:000099} -a.topnav{font-size:11pt} -a.bottomnav{font-size:11pt} +a.topnav{font-size:1.2em} +a.bottomnav{font-size:1.2em} code{font-family:mono-space} .CVS, .cvstag{font-family:mono-space; font-size:small; color:#999999; text-align:right} .codeblock{background-color:#ffffff;font-family:monospace} -.programlisting{background-color:#CCCCCC} .strong{font-weight:bold} .authorblurb{font-size:small} + +/* this is intended to catch docbook Screen stuff */ +pre {background-color:#eeeeee;} + +/* DocBook stuff */ +.guibutton{background-color:white;border: solid#eeeeee; padding:1px;} +.replaceable{color:red; font-style:italic;} +.guilabel{background-color:silver; padding:2px;} +.programlisting{background-color:#eeeeee} +.strong{font-weight:bold} +.authorblurb{font-size:small} +.screen{padding:3px;} +.action{padding:0.5em; margin:0.5em;font-weight:bold;} +