[Zope3-checkins] CVS: Zope3/doc/style - rest.css:1.1
Fred L. Drake, Jr.
fred at zope.com
Thu Aug 28 19:52:35 EDT 2003
Update of /cvs-repository/Zope3/doc/style
In directory cvs.zope.org:/tmp/cvs-serv28521
Added Files:
rest.css
Log Message:
Derived stylesheet for ReST-based documentation for Zope.
=== Added File Zope3/doc/style/rest.css ===
/*
:Author: Fred L. Drake, Jr.
:date: $Date: 2003/08/28 22:52:35 $
:version: $Revision: 1.1 $
This stylesheet combines some ideas from the two stylesheets
distributed with docutils and enhances them for Zope 3 documentation.
*/
@import url(default.css);
body {
margin: 0px;
margin-bottom: 1em;
padding: 0px; }
div.section {
margin-left: 4em;
margin-right: 1em;
margin-bottom: 1.5em; }
div.section h1 {
background-color: rgb(230,230,230);
margin-left: -2em;
padding: 0.2em; }
div.section div.section div.section {
margin-left: 2em; }
div.section div.section div.section h3 {
margin-left: -1.9em;
margin-bottom: -0.5em; }
div.section div.section {
margin-left: 0em;
margin-right: 0em;
margin-top: 1.5em; }
h1 {
font-family: sans-serif;
font-size: 150%; }
h2 {
font-family: sans-serif;
font-size: 130%; }
h3 {
font-family: sans-serif;
font-size: 105%; }
h4 {
font-family: sans-serif;
font-size: 100%; }
h5 {
font-family: sans-serif;
font-size: 100%; }
h6 {
font-family: sans-serif;
font-style: italic;
font-size: 100%; }
hr {
width: 75%; }
.literal-block {
border: thin solid rgb(180,180,180);
padding: 0.3em; }
/* docutils uses the "option" class with both "col" and "span"
elements, so we have to be explicit here */
.option-list span.option {
font-weight: bold; }
.option-list kbd {
font-family: inherit; }
More information about the Zope3-Checkins
mailing list