2014-10-07 15:24:42 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
/*--------Put Your Custom CSS Rules Below--------*/
|
|
|
|
|
2014-11-18 15:12:47 +00:00
|
|
|
/*----Uncomment to turn on automatic code wrapping----*/
|
2014-10-07 15:24:42 +00:00
|
|
|
|
|
|
|
pre.programlisting, pre.screen, pre.literallayout {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2014-11-18 15:16:36 +00:00
|
|
|
text-align: left;
|
2014-11-18 15:12:47 +00:00
|
|
|
}
|
2014-10-07 15:24:42 +00:00
|
|
|
|
|
|
|
/*----Uncomment to change the TOC start page (set
|
|
|
|
the number to one page _after_ the one you want;
|
2014-11-26 14:49:33 +00:00
|
|
|
so 6 to start on v, 8 to start on vii, etc.)----*/
|
2014-10-07 15:24:42 +00:00
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
2015-11-25 21:13:53 +00:00
|
|
|
----*/
|