1/* Taken from OpenCL styles-css.xsl, which is imbedded in CL man pages * 2/* This style sets a margin around the entire page */ 3html, body { 4 margin: 10px; 5} 6 7p { 8 font: normal 16px verdana, sans-serif; 9 margin: 0; 10 padding-bottom:12px; 11} 12 13h1 { 14 font: bold 25px verdana, sans-serif; 15 margin-top: 0; 16 margin-bottom: 3px; 17 padding-top: 0; 18 padding-bottom: 0; 19} 20 21h2 { 22 font: bold 19px verdana, sans-serif; 23 margin-top: 28px; 24 margin-bottom: 3px; 25 padding-top: 0; 26 padding-bottom: 0; 27} 28 29h3 { 30 font: bold 19px verdana, sans-serif !important; 31 margin-top: 28px; 32 margin-bottom: 3px; 33 padding-top: 0; 34 padding-bottom: 0; 35} 36 37li { 38 font: normal 16px verdana, sans-serif; 39 margin-top: 0; 40 margin-bottom: 18px; 41 padding-top: 0; 42 padding-bottom: 0; 43} 44 45.pdparam { 46 font: italic 16px verdana, sans-serif; 47} 48 49.term { 50 font: italic 16px verdana, sans-serif; 51 font-weight: normal; 52} 53 54.type { 55 font: normal 16px verdana, sans-serif !important; 56} 57 58.parameter { 59 font-style: italic; 60} 61 62a:link, a:visited { 63 color: blue; 64 text-decoration: none; 65 font: normal 16px; 66} 67 68a:hover { 69 background-color: #FFFF99; 70 font: normal 16px; 71} 72 73div.funcsynopsis { 74 text-align: left; 75 background-color: #e6e6e6; 76 font: normal 16px verdana, sans-serif; 77 padding-top: 10px; 78 padding-bottom: 10px; 79} 80 81div.funcsynopsis table { 82 border-collapse: separate; 83 font: normal 16px verdana, sans-serif; 84} 85 86div.funcsynopsis td { 87 background-color: #e6e6e6; 88 border: 0 solid #000; 89 padding: 1px; 90 font: normal 16px verdana, sans-serif; 91} 92 93div.refsect1 { 94 font-family: verdana, sans-serif; 95 font-size: 16px; 96} 97 98code.constant { 99 font: normal 16px courier new, monospace !important; 100} 101 102span.errorname { 103 font: normal 16px verdana, sans-serif !important; 104} 105 106code.function { 107 font: bold 16px verdana, sans-serif !important; 108} 109 110b.fsfunc { 111 font: bold 16px verdana, sans-serif !important; 112} 113 114code.varname { 115 font: italic 16px verdana, sans-serif; 116} 117 118code.replaceable { 119 font: italic 16px courier new, monospace; 120} 121 122code.funcdef { 123 font: normal 16px verdana, sans-serif !important; 124} 125 126.citerefentry { 127 font: normal 16px verdana, sans-serif !important; 128} 129 130.parameter { 131 font-style: italic; 132} 133 134code.fsfunc { 135 font: normal 16px verdana, sans-serif !important; 136} 137 138/* PARAMETER: This style controls spacing between the terms in Parameter section */ 139dt { 140 margin-top: 15px; 141} 142 143/* TABLES: These styles apply to all tables OTHER than the Synopsis and Example tables */ 144div.refsect1 table { 145 width: 100%; 146 margin-top: 10px; 147 background-color: #FFF; 148 border-collapse: collapse; 149 border-color: #000; 150 border-width: 1px; 151 font: normal 16px verdana, sans-serif; 152} 153 154div.refsect1 th { 155 border-collapse: collapse; 156 border-color: #000; 157 border-width: 1px; 158 font: bold 16px verdana, sans-serif; 159} 160 161div.refsect1 td { 162 background-color: #FFF; 163 padding: 5px; 164 vertical-align: text-top; 165 border-collapse: collapse; 166 border-color: #000; 167 border-width: 1px; 168 font: normal 16px verdana, sans-serif; 169} 170 171div.refsect1 p{ 172 font: normal 16px verdana, sans-serif; 173 margin-top: 8px; 174 margin-bottom: 8px; 175 padding-top: 0; 176 padding-bottom: 0; 177} 178 179 180/* EXAMPLE: These styles apply only to the Example section */ 181div.refsect2 { 182 font: normal 16px courier new, monospace !important; 183} 184 185div.refsect2 table { 186 margin-top: 0; 187 background-color: #e6e6e6; 188 width: 100%; 189 border: 0 solid #000; 190 padding: 2px; 191 font: normal 16px courier new, monospace !important; 192} 193 194div.refsect2 td { 195 background-color: #e6e6e6; 196 font: normal 16px courier new, monospace !important; 197 white-space:pre; 198} 199 200/* <refsect3> is used only for the copyright statement (copyright.xml) 201 at the bottom of the page 202 */ 203div.refsect3 p { 204 font: normal 11px verdana, sans-serif; 205 margin-top: 0; 206 margin-bottom: 0; 207 padding-top: 0; 208 padding-bottom: 0; 209} 210