1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
/* Begin External Fonts */
/* Normal */
@font-face {
font-family: "DejaVu Sans";
src: url(font/DejaVuSans.ttf);
}
/* Bold */
@font-face {
font-family: "DejaVu Sans";
src: url(font/DejaVuSans-Bold.ttf);
font-weight: bold;
}
/* Italic */
@font-face {
font-family: "DejaVu Sans";
src: url(font/DejaVuSans-Oblique.ttf);
font-style: italic;
}
/* Bold and italic */
@font-face {
font-family: "DejaVu Sans";
src: url(font/DejaVuSans-BoldOblique.ttf);
font-weight: bold;
font-style: italic;
}
/* Normal */
@font-face {
font-family: "DejaVu Serif";
src: url(font/DejaVuSerif.ttf);
}
/* Bold */
@font-face {
font-family: "DejaVu Serif";
src: url(font/DejaVuSerif-Bold.ttf);
font-weight: bold;
}
/* Italic */
@font-face {
font-family: "DejaVu Serif";
src: url(font/DejaVuSerif-Italic.ttf);
font-style: italic;
}
/* Bold and italic */
@font-face {
font-family: "DejaVu Serif";
src: url(font/DejaVuSerif-BoldItalic.ttf);
font-weight: bold;
font-style: italic;
}
/* End External Fonts */
h1 {
-pdf-outline: true;
-pdf-level: 0;
-pdf-open: true;
}
h2 {
-pdf-outline: true;
-pdf-level: 1;
-pdf-open: false;
}
h3,h4,h5,h6 {-pdf-outline:false;}
pdftoc {
color: #666;
}
pdftoc.pdftoclevel0 {
font-weight: bold;
margin-top: 0.5em;
border-bottom: .25pt dotted black;
}
pdftoc.pdftoclevel1 {
margin-left: 1em;
}
pdftoc.pdftoclevel2 {
margin-left: 2em;
font-style: italic;
display:none;
}
@frame footer {
-pdf-frame-content: footerContent;
bottom: 1cm;
margin-left: 4cm;
margin-right: 3cm;
height: 1cm;
}
#footerContent {text-align:right;}
img {zoom: 80%; margin:0}
.field-type-filefield {display:none} /*hides website bug that displays list of language-dependent images*/
.print-breadcrumb {display:none}
@page {margin: 2cm 3cm 2cm 4cm;}
body {font-family:"DejaVu Serif",serif; font-size:10pt;}
/*Expanded font for non-latin alphabets body {font-family:"DejaVu Sans"}*/
p {margin-left: 0em;}
ul, ol, dl {margin:1em 0 1em 1em;}
li, dd {margin:.2em 0 .2em 1em;}
/*img+br,br+img {padding: .2em 0 .2em 0;}*/
span.chapter {page-break-before:always;}
span.chapter, h1, h2, h3, h4, h5, h6 {font-family:"DejaVu Sans",sans-serif; page-break-after:avoid;}
span.chapter {display:block; font-size:2em; padding-top:5em; padding-bottom:0.5em; font-weight:bold}
h1 {font-size:2.5em; margin-bottom:1.5em; line-height:1em}
h2 {margin:2.5em 0 0.5em 0; font-size:1.5em;}
h3,h4,h5,h6 {margin:1em 0 0 0}
h3+p, h3+br {margin-top:0.5em}
kbd {
font-family: "DejaVu Sans", sans-serif;
font-style:italic;
font-size:0.9em;
}
kbd kbd {
border: 1pt solid black;
font-family: "DejaVu Sans", sans-serif;
font-style:italic;
margin:0pt;
padding:0pt 4pt;
}
samp.mode {
font-family: "DejaVu Sans", sans-serif;
}
kbd samp {
border:0pt none;
font-family: "DejaVu Sans", sans-serif;
margin:0pt;
padding:1pt;
}
del, del a, del a:link, del a:visited {color:grey; text-decoration:line-through}
/*Version specific info*/
.v0-9-2 {display:none}
.v0-9-3 {display:none}
.v0-9-4 {display:none}
.v0-9-5 {display:none}
.v0-9-6.label, .latest .label {display:none}
|