more formatting mostly

This commit is contained in:
Joao Tavora 2012-05-30 18:47:57 +01:00
parent 68b0bce76a
commit 7a88722371
2 changed files with 615 additions and 649 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,142 +1,93 @@
/* Base stylesheet from Docutils distribution */ @media all
@import url(html4css1.css); {
body {
/* Theme stylesheet */ margin: 1em auto;
body { /*margin: 10px 18% 10px 18%;*/
background: #EDF5FA; font-family: Arial;
margin: 0; /*text-align: justify;*/
padding: 0; font-size: 14pt;
} padding: 10px;
.clear-block { line-height: 1.2em;
display: block; max-width: 600pt;
} }
#header-region {
background: #D2E6F3 url(images/bg-navigation.png) repeat-x scroll 50% 100%;; div#table-of-contents {
min-height: 1em; position: fixed;
} left: 0%;
#wrapper { right: 0%;
background: #EDF5FA url(images/body.png) repeat-x scroll 50% 0pt; top: 0px;
} z-index: 100;
#container { background: black;
margin: 0pt auto; }
padding: 0pt 20px;
} div#table-of-contents h2 {
#header { display: none;
height: 80px; }
}
#sidebar-left { div#table-of-contents a {
float: left; text-decoration: none;
margin: 60px 0pt 5em; color: white;
position: relative; }
width: 210px;
z-index: 2; div#table-of-contents a:visited {
} color: white;
#center #squeeze { }
background: #FFFFFF url(images/bg-content.png) repeat-x scroll 50% 0pt;
position: relative; div#table-of-contents a:hover {
} color: orange;
#center .right-corner { }
background: transparent url(images/bg-content-right.png) no-repeat scroll 100% 0pt;
left: 10px; div.outline-2 h2{
position: relative; padding-top: 50px;
} }
#center .left-corner {
background: transparent url(images/bg-content-left.png) no-repeat scroll 0pt 0pt; div#text-table-of-contents {
left: -10px; text-color: white;
margin-left: -10px; text-align: center;
min-height: 400px; margin-left: 30%;
padding: 60px 25px 5em 35px; margin-right: 30%;
position: relative; }
}
ul.primary-links { div#text-table-of-contents ul {
float: right; height: 2em;
margin: 0px; width: 500px;
padding: 0px; list-style: none;
position: relative; margin: auto;
z-index: 4; }
}
ul.primary-links li { div#text-table-of-contents ul li {
list-style-type: none; float: left;
float: left; margin-left:auto;
margin: 0px; margin-right: auto;
font-size: 0.8em; padding-left: 10px;
padding: 0px; }
}
ul.primary-links li a { div#postamble{
background: transparent url(images/bg-navigation-item.png) no-repeat scroll 50% 0pt; position: fixed;
color: #FFFFFF; width: 800px;
display: block; height: 250px;
margin: 0pt 1em; left: 50%;
padding: 0.75em 0pt 0pt; right: 50%;
} margin:-75px 0 0 -400px;
ul.primary-links li a:hover { bottom: -20px;
background: transparent url(images/bg-navigation-item-hover.png) no-repeat scroll 50% 0pt; font-size: 10pt;
} color: grey;
#logo-floater { background: url('siscog-bottom-logo.png') no-repeat;
position: absolute; /* background-size: 100% 100%; */
color: #FFFFFF; }
height: 80px;
font-weight: normal; div#postamble *{
text-shadow: #1659AC 0px 1px 3px; display: none;
} }
#logo-floater h1 {
margin-top: 25px; div#postamble p.date{
margin-left: 10px; position: relative;
font-family: Georgia, Serif; bottom: -200px;
} text-align: center;
display: block;
/* Contents stylesheet */ }
body {
font-family: Georgia, Serif;
}
#contents {
margin-right: 0;
width: 340px;
overflow: hidden;
float: right;
}
#contents p.topic-title {
margin: 0 0 0 18px;
}
#contents ul.simple {
margin: 5px 0 5px 5px;
padding: 2px 0 8px 30px;
border-left: 1px solid #E0E5FB;
}
a {
color: #027AC6;
text-decoration: none;
}
a:hover {
color: #0062A0;
text-decoration: underline;
}
a.toc-backref:hover {
color: #000000;
}
a.external {
padding-right: 13px;
background: transparent url(images/external.png) no-repeat scroll right center;
}
tt.docutils {
background-color: #EAFFEA;
font-family: Monaco, Consolas, Courier New, Monospace;
}
div.highlight {
margin: 5px 40px 5px 15px;
overflow: auto;
padding: 0;
background: #F7F7F7;
border: 1px solid #E0E5FB;
}
div.highlight pre {
margin: 8px 15px 8px 15px;
font-family: Monaco, Consolas, Courier New, Monospace;
font-size: 0.9em;
line-height: 1.2em;
}
img {
margin: 8px;
} }