Updating bookinfo.xml file; Adding colo file; Adding colo include and bookseries to book file; adding index markup to book file; Adding tools dir and oneoff boilerplate

This commit is contained in:
Chris Pappas
2014-10-07 11:24:42 -04:00
parent 63c3312cff
commit 7a8a50c975
4 changed files with 123 additions and 1 deletions

57
tools/oneoffs/oneoff.css Normal file
View File

@@ -0,0 +1,57 @@
@charset "UTF-8";
@import "DYNAMIC CSS PLACEHOLDER";
/*--------Put Your Custom CSS Rules Below--------*/
/*----Uncomment to turn on automatic code wrapping
pre.programlisting, pre.screen, pre.literallayout {
white-space: pre-wrap;
word-wrap: break-word;
}
----*/
/*----Uncomment to change the TOC start page (set
the number to one page _after_ the one you want;
so 6 to start on v, 8 to start on vii, etc.)
@page tableofcontents:first {
counter-reset: page 6;
}
----*/
/*----Uncomment to fix a bad break in the title
(increase padding value to push down, decrease
value to pull up)
div.book div.booktitlepage h1.title {
padding-left: 1.5in;
}
----*/
/*----Uncomment to fix a bad break in the subtitle
(increase padding value to push down, decrease
value to pull up)
div.book div.booktitlepage h2.subtitle {
padding-left: 1in;
}
----*/
/*----Uncomment to fix a bad break in the author names
(increase padding value to push down, decrease
value to pull up)
p.titlepageauthor {
padding-left: 3in;
}
----*/
/*----Uncomment to suppress colophon, show only
"About the Authors"
div.colophon {
display: none;
}
----*/