Aquest codi correspòn a l'arxiu estil.css
estil.css
* {
padding: 0;
margin: 0;}
BODY {
font-family: Arial, Helvetica, sans-serif;
background-color: white}
abbr, acronym {
text-decoration: none;
border-bottom: 1px dotted;
cursor: help;}
A:link {color: #06f;
background: transparent;
text-decoration: none}
A:visited {color: #069;
background: transparent;
text-decoration: none}
A:active {color: #0cf;
background: transparent;
text-decoration: none}
A:hover {color: #fff;
background-color: #06f;
text-decoration: none;
border: 1px dotted black;}
/* Llistes */
ul {padding-left: 1em;
vertical-align:top;}
ul p{width: 90%;
text-indent: 0;}
li {list-style-position: outside;
list-style-type:disc;}
/*Paràgrafs*/
p {text-align:justify;
text-indent: 2em;
margin-bottom: 1em;
margin-top: 1em;}
p.quadre {background-color: #ddf;
border: 1px solid #990066;}
div.book, div.article, div.chapter,
div.section, div.sect1, div.sect2,
div.sect3, div.sect4, div.bibliography {
background-color: white;
margin: 0;
padding: 1em;}
pre.screen{
width: 90%;
background-color: #dfd;
border: 1px solid #990066;
padding: 1em;}
code.filename {
background-color: #dfd;
border: 1px solid #990066;}
code.code{
font-weight:bold;
font-size: 1.1em;
color: blue;}
div.calloutlist {
font-size: 0.8em;
color:#666}
div.calloutlist dt {
display:block;
float:left}
div.calloutlist dd {
display:block;}
/*Estil de les taules de contingut, llistat d'exemples i figures. */
div.toc, div.list-of-figures, div.list-of-examples {
width: 90%;
border: 1px solid #666;
background-color:#CCC;
padding: 1em;
font-size: 0.9em;
margin-bottom: 1em;}
div.figure-contents {
min-width:1%;
text-align: left;}
div.figure-contents img{
border: 1px solid #666;
padding:1em;}
div.toc A, div.list-of-figures A, div.list-of-examples A {
color: blue;
text-decoration: none;
background-color: transparent;}
div.toc A:hover, div.list-of-figures A:hover, div.list-of-examples A:hover {
color: #06f;
text-decoration: underline;
background-color: transparent;
border: none;}
/*Capçaleres i peu de navegació*/
div.navheader {
background-color: #ddd;
border-bottom: 1px solid #333;
font-size: 0.9em;
padding: 0.5em;}
hr, div.navheader span.sep { display:none;}
div.navheader_links {padding: 1em;}
div.navheader_links span.navheader_next {
width: 20%;
float: right;
text-align: right;}
div.navheader_links span.navheader_prev {
width: 20%;
float:left;
text-align:left;}
div.navheader_title, div.navheader_titleup{
width: 100%;
text-align:center;}
div.navfooter {
background-color:#ddd;
border-top: 1px solid #333;
font-size: 0.9em;
padding: 1em;}
div.navfooter hr { display: none;}
div.navheader A, div.navfooter A {
color: #06f;
background: transparent;
text-decoration: none}
div.navheader A:hover, div.navfooter A:hover{
color: blue;
background: transparent;
text-decoration: underline;
border: none;}
/*Tabulació de les llistes DL*/
dl dt{padding-left:1em;
padding-top: 1em;}
dl dd dl dt{padding-left:3em;
padding-top: 0;}
dl dd dl dd dl dt{padding-left:6em;
padding-top: 0;}