mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
more formatting mostly
This commit is contained in:
parent
68b0bce76a
commit
7a88722371
993
doc/manual.org
993
doc/manual.org
File diff suppressed because it is too large
Load Diff
@ -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 {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#header-region {
|
|
||||||
background: #D2E6F3 url(images/bg-navigation.png) repeat-x scroll 50% 100%;;
|
|
||||||
min-height: 1em;
|
|
||||||
}
|
|
||||||
#wrapper {
|
|
||||||
background: #EDF5FA url(images/body.png) repeat-x scroll 50% 0pt;
|
|
||||||
}
|
|
||||||
#container {
|
|
||||||
margin: 0pt auto;
|
|
||||||
padding: 0pt 20px;
|
|
||||||
}
|
|
||||||
#header {
|
|
||||||
height: 80px;
|
|
||||||
}
|
|
||||||
#sidebar-left {
|
|
||||||
float: left;
|
|
||||||
margin: 60px 0pt 5em;
|
|
||||||
position: relative;
|
|
||||||
width: 210px;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
#center #squeeze {
|
|
||||||
background: #FFFFFF url(images/bg-content.png) repeat-x scroll 50% 0pt;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
#center .right-corner {
|
|
||||||
background: transparent url(images/bg-content-right.png) no-repeat scroll 100% 0pt;
|
|
||||||
left: 10px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
#center .left-corner {
|
|
||||||
background: transparent url(images/bg-content-left.png) no-repeat scroll 0pt 0pt;
|
|
||||||
left: -10px;
|
|
||||||
margin-left: -10px;
|
|
||||||
min-height: 400px;
|
|
||||||
padding: 60px 25px 5em 35px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
ul.primary-links {
|
|
||||||
float: right;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
position: relative;
|
|
||||||
z-index: 4;
|
|
||||||
}
|
|
||||||
ul.primary-links li {
|
|
||||||
list-style-type: none;
|
|
||||||
float: left;
|
|
||||||
margin: 0px;
|
|
||||||
font-size: 0.8em;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
ul.primary-links li a {
|
|
||||||
background: transparent url(images/bg-navigation-item.png) no-repeat scroll 50% 0pt;
|
|
||||||
color: #FFFFFF;
|
|
||||||
display: block;
|
|
||||||
margin: 0pt 1em;
|
|
||||||
padding: 0.75em 0pt 0pt;
|
|
||||||
}
|
|
||||||
ul.primary-links li a:hover {
|
|
||||||
background: transparent url(images/bg-navigation-item-hover.png) no-repeat scroll 50% 0pt;
|
|
||||||
}
|
|
||||||
#logo-floater {
|
|
||||||
position: absolute;
|
|
||||||
color: #FFFFFF;
|
|
||||||
height: 80px;
|
|
||||||
font-weight: normal;
|
|
||||||
text-shadow: #1659AC 0px 1px 3px;
|
|
||||||
}
|
|
||||||
#logo-floater h1 {
|
|
||||||
margin-top: 25px;
|
|
||||||
margin-left: 10px;
|
|
||||||
font-family: Georgia, Serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 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;
|
line-height: 1.2em;
|
||||||
}
|
max-width: 600pt;
|
||||||
img {
|
}
|
||||||
margin: 8px;
|
|
||||||
|
div#table-of-contents {
|
||||||
|
position: fixed;
|
||||||
|
left: 0%;
|
||||||
|
right: 0%;
|
||||||
|
top: 0px;
|
||||||
|
z-index: 100;
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#table-of-contents h2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#table-of-contents a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#table-of-contents a:visited {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#table-of-contents a:hover {
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.outline-2 h2{
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#text-table-of-contents {
|
||||||
|
text-color: white;
|
||||||
|
text-align: center;
|
||||||
|
margin-left: 30%;
|
||||||
|
margin-right: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#text-table-of-contents ul {
|
||||||
|
height: 2em;
|
||||||
|
width: 500px;
|
||||||
|
list-style: none;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#text-table-of-contents ul li {
|
||||||
|
float: left;
|
||||||
|
margin-left:auto;
|
||||||
|
margin-right: auto;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#postamble{
|
||||||
|
position: fixed;
|
||||||
|
width: 800px;
|
||||||
|
height: 250px;
|
||||||
|
left: 50%;
|
||||||
|
right: 50%;
|
||||||
|
margin:-75px 0 0 -400px;
|
||||||
|
bottom: -20px;
|
||||||
|
font-size: 10pt;
|
||||||
|
color: grey;
|
||||||
|
background: url('siscog-bottom-logo.png') no-repeat;
|
||||||
|
/* background-size: 100% 100%; */
|
||||||
|
}
|
||||||
|
|
||||||
|
div#postamble *{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#postamble p.date{
|
||||||
|
position: relative;
|
||||||
|
bottom: -200px;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user