1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
@import url("./sphinxdoc.css");
body {
background-color: #FFFFFF;
}
div.sphinxsidebar h4, div.sphinxsidebar h3 {
background-color: #000000;
}
h1,h2,h3,h4,h5 {
color: #000000;
}
h1 { margin-top: 10px; font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }
table {
margin: 0 0 0 0;
}
div.footer {
background-color: #000000;
}
div.body {
background-color: white;
}
tt {
background-color: transparent;
}
div.leftside {
width: 614px;
padding: 0px 3px 0px 0px;
float: left;
}
div.rightside {
float: right;
}
|