| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | /* Copied from http://bakefile.sourceforge.net/, which appears | 
					
						
							|  |  |  |    licensed under the GNU GPL. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*************************************************************************** | 
					
						
							|  |  |  |                              Basic headers and text: | 
					
						
							|  |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     font-family: "Nimbus Sans L", sans-serif; | 
					
						
							| 
									
										
										
										
											2019-01-08 09:02:44 +00:00
										 |  |  |     font-size: 1em; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |     background: white; | 
					
						
							|  |  |  |     margin: 2em 1em 2em 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | h1, h2, h3, h4 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     color: #005aa0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | h1 /* title */ | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-size: 200%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | h2 /* chapters, appendices, subtitle */ | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-size: 180%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-08 09:02:44 +00:00
										 |  |  | div.book | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.book > div | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     /* | 
					
						
							|  |  |  |      * based on https://medium.com/@zkareemz/golden-ratio-62b3b6d4282a | 
					
						
							|  |  |  |      * we do 70 characters per line to fit code listings better | 
					
						
							|  |  |  |      * 70 * (font-size / 1.618) | 
					
						
							|  |  |  |      * expression for emacs: | 
					
						
							|  |  |  |      * (* 70 (/ 1 1.618)) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     max-width: 43.2em; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |     margin: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | /* Extra space between chapters, appendices. */ | 
					
						
							| 
									
										
										
										
											2018-03-26 14:04:19 -04:00
										 |  |  | div.chapter > div.titlepage h2, div.appendix > div.titlepage h2 | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |     margin-top: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.section > div.titlepage h2 /* sections */ | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     font-size: 150%; | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     margin-top: 1.5em; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | h3 /* subsections */ | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     font-size: 125%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | div.simplesect h2 | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-size: 110%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.appendix h3 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     font-size: 150%; | 
					
						
							|  |  |  |     margin-top: 1.5em; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.refnamediv h2, div.refsynopsisdiv h2, div.refsection h2 /* refentry parts */ | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     margin-top: 1.4em; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |     font-size: 125%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.refsection h3 | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-size: 110%; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*************************************************************************** | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |                                Examples: | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.example | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border: 1px solid #b0b0b0; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |     padding: 6px 6px; | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     margin-left: 1.5em; | 
					
						
							|  |  |  |     margin-right: 1.5em; | 
					
						
							|  |  |  |     background: #f4f4f8; | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border-radius: 0.4em; | 
					
						
							|  |  |  |     box-shadow: 0.4em 0.4em 0.5em #e0e0e0; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.example p.title | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     margin-top: 0em; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | div.example pre | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     box-shadow: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*************************************************************************** | 
					
						
							|  |  |  |                             Screen dumps: | 
					
						
							|  |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | pre.screen, pre.programlisting | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border: 1px solid #b0b0b0; | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     padding: 3px 3px; | 
					
						
							| 
									
										
										
										
											2019-01-08 09:02:44 +00:00
										 |  |  |     margin-left: 0.5em; | 
					
						
							|  |  |  |     margin-right: 0.5em; | 
					
						
							| 
									
										
										
										
											2018-03-26 08:24:27 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     background: #f4f4f8; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |     font-family: monospace; | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border-radius: 0.4em; | 
					
						
							|  |  |  |     box-shadow: 0.4em 0.4em 0.5em #e0e0e0; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.example pre.programlisting | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     border: 0px; | 
					
						
							|  |  |  |     padding: 0 0; | 
					
						
							|  |  |  |     margin: 0 0 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | /*************************************************************************** | 
					
						
							|  |  |  |                                Notes, warnings etc: | 
					
						
							|  |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | .note, .warning | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border: 1px solid #b0b0b0; | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     padding: 3px 3px; | 
					
						
							|  |  |  |     margin-left: 1.5em; | 
					
						
							|  |  |  |     margin-right: 1.5em; | 
					
						
							|  |  |  |     margin-bottom: 1em; | 
					
						
							|  |  |  |     padding: 0.3em 0.3em 0.3em 0.3em; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |     background: #fffff5; | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border-radius: 0.4em; | 
					
						
							|  |  |  |     box-shadow: 0.4em 0.4em 0.5em #e0e0e0; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.note, div.warning | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.note h3, div.warning h3 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     color: red; | 
					
						
							|  |  |  |     font-size: 100%; | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     padding-right: 0.5em; | 
					
						
							|  |  |  |     display: inline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.note p, div.warning p | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     margin-bottom: 0em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.note h3 + p, div.warning h3 + p | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     display: inline; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.note h3 | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     color: blue; | 
					
						
							|  |  |  |     font-size: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.navfooter * | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-size: 90%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*************************************************************************** | 
					
						
							| 
									
										
										
										
											2018-03-26 14:04:19 -04:00
										 |  |  |                         Links colors and highlighting: | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | a { text-decoration: none; } | 
					
						
							|  |  |  | a:hover { text-decoration: underline; } | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | a:link { color: #0048b3; } | 
					
						
							|  |  |  | a:visited { color: #002a6a; } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*************************************************************************** | 
					
						
							|  |  |  |                               Table of contents: | 
					
						
							|  |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | div.toc | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     font-size: 90%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | div.toc dl | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     margin-top: 0em; | 
					
						
							|  |  |  |     margin-bottom: 0em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*************************************************************************** | 
					
						
							|  |  |  |                                Special elements: | 
					
						
							|  |  |  |  ***************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | tt, code | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     color: #400000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .term | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							| 
									
										
										
										
											2018-03-26 14:04:19 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  | div.variablelist dd p, div.glosslist dd p | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2006-10-06 13:37:31 +00:00
										 |  |  |     margin-top: 0em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.variablelist dd, div.glosslist dd | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     margin-left: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.glosslist dt | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     font-style: italic; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .varname | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     color: #400000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | span.command strong | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     font-weight: normal; | 
					
						
							|  |  |  |     color: #400000; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | div.calloutlist table | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     box-shadow: none; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | table | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  |     border-collapse: collapse; | 
					
						
							|  |  |  |     box-shadow: 0.4em 0.4em 0.5em #e0e0e0; | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-05 07:54:01 -04:00
										 |  |  | table.simplelist | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |     color: #005aa0; | 
					
						
							|  |  |  |     border: 0; | 
					
						
							|  |  |  |     padding: 5px; | 
					
						
							|  |  |  |     background: #fffff5; | 
					
						
							|  |  |  |     font-weight: normal; | 
					
						
							|  |  |  |     font-style: italic; | 
					
						
							|  |  |  |     box-shadow: none; | 
					
						
							|  |  |  |     margin-bottom: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | div.navheader table, div.navfooter table { | 
					
						
							|  |  |  |     box-shadow: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-11 21:42:00 +00:00
										 |  |  | div.affiliation | 
					
						
							| 
									
										
										
										
											2006-01-30 17:34:34 +00:00
										 |  |  | { | 
					
						
							|  |  |  |     font-style: italic; | 
					
						
							| 
									
										
										
										
											2018-03-26 14:04:19 -04:00
										 |  |  | } |