--- test/html-webhacc/cc-style.css 2007/06/27 13:30:15 1.1 +++ test/html-webhacc/cc-style.css 2007/06/27 14:36:45 1.2 @@ -1,11 +1,84 @@ @import '/www/style/html/xoxo.css'; -q { +.section { + display: block; + margin: 1em; + border: #800080 1px solid; + padding: 0.5em 1em; +} + +dt { + font-weight: bolder; + font-family: sans-serif; +} +dt:after { + content: ":"; +} + +h2 { + margin: 0; + border-style: none; + padding: 0; + font-weight: bolder; + font-family: sans-serif; + font-size: 150%; +} + +.tree-text q, .tree-cdata q, .tree-comment q { + display: block; +} + +q, #source-string li { white-space: pre; white-space: -moz-pre-wrap; white-space: pre-wrap; } +q, #source-string ol { + background-color: #f0f0ff; + color: black; + line-height: 1.5; +} + +q:before, q:after { + content: ""; +} + +#document-tree > ol { + margin-left: 0; + padding-left: 0; +} +#document-tree > ol > li { + display: block; + list-style: none; + margin-left: 0; + padding-left: 0; +} + +#document-tree ol ol { + margin-left: 1em; + padding-left: 0; +} + +#document-tree ol ol li { + margin-left: 0; + padding-left: 0.4em; +} + +#document-tree ul.attributes { + margin-left: 3em; + padding: 0; +} + +#document-tree ul.attributes li { + display: inline; + list-style: none; + margin: 0 2em 0 0; + padding: 0; + text-indent: 0; + font-size: 90%; +} + #nav-items { display: block; position: fixed; @@ -43,6 +116,6 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -$Date: 2007/06/27 13:30:15 $ +$Date: 2007/06/27 14:36:45 $ */