|
From: <tr...@us...> - 2003-08-07 21:15:00
|
Update of /cvsroot/babeldoc/babeldoc/readme
In directory sc8-pr-cvs1:/tmp/cvs-serv6987/readme
Added Files:
style.css
Log Message:
babeldoc documentation now has a css style associated with it.
--- NEW FILE: style.css ---
P.note {
font-family: Helvetica,Arial;
}
H3.note {
font-family: Helvetica,Arial;
font-weight: bold;
font-size: 12;
}
.productname {
text-transform: none;
font-variant: small-caps;
text-decoration: underline
}
BODY {
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
background-color: #fffdf0;
padding-left: 20px
}
div.toc {
background-color: #eeeeee;
border: 1px dotted #333;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
margin-right: 30px;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
div.list-of-examples {
background-color: #eeeeee;
border: 1px dotted #333;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
margin-right: 30px;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
div.chapter {
border-top-color: black;
border-top-width: 10px;
border-top-style: groove;
padding-top: 20px;
margin-top: 60px;
}
b.userinput {
font-family: "Courier New", Courier;
color: #be1b33;
}
b.userinput tt p {
margin-top: -.1em;
margin-bottom: -.1em;
font-size: 11;
}
tt.computeroutput p {
margin-top: -.1em;
margin-bottom: -.1em;
font-size: 11;
}
|