PTdecode/CImg-1.3.0/html/reference/doxygen.css

changeset 5
1204ebf9340d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/doxygen.css	Mon Aug 03 14:09:20 2009 +0100
     1.3 @@ -0,0 +1,441 @@
     1.4 +body, table, div, p, dl {
     1.5 +	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
     1.6 +	font-size: 12px;
     1.7 +}
     1.8 +
     1.9 +/* @group Heading Levels */
    1.10 +
    1.11 +h1 {
    1.12 +	text-align: center;
    1.13 +	font-size: 150%;
    1.14 +}
    1.15 +
    1.16 +h2 {
    1.17 +	font-size: 120%;
    1.18 +}
    1.19 +
    1.20 +h3 {
    1.21 +	font-size: 100%;
    1.22 +}
    1.23 +
    1.24 +/* @end */
    1.25 +
    1.26 +caption {
    1.27 +	font-weight: bold;
    1.28 +}
    1.29 +
    1.30 +div.qindex, div.navpath, div.navtab{
    1.31 +	background-color: #e8eef2;
    1.32 +	border: 1px solid #84b0c7;
    1.33 +	text-align: center;
    1.34 +	margin: 2px;
    1.35 +	padding: 2px;
    1.36 +}
    1.37 +
    1.38 +div.qindex, div.navpath {
    1.39 +	width: 100%;
    1.40 +	line-height: 140%;
    1.41 +}
    1.42 +
    1.43 +div.navtab {
    1.44 +	margin-right: 15px;
    1.45 +}
    1.46 +
    1.47 +/* @group Link Styling */
    1.48 +
    1.49 +a {
    1.50 +	color: #153788;
    1.51 +	font-weight: normal;
    1.52 +	text-decoration: none;
    1.53 +}
    1.54 +
    1.55 +.contents a:visited {
    1.56 +	color: #1b77c5;
    1.57 +}
    1.58 +
    1.59 +a:hover {
    1.60 +	text-decoration: underline;
    1.61 +}
    1.62 +
    1.63 +a.qindex {
    1.64 +	font-weight: bold;
    1.65 +}
    1.66 +
    1.67 +a.qindexHL {
    1.68 +	font-weight: bold;
    1.69 +	background-color: #6666cc;
    1.70 +	color: #ffffff;
    1.71 +	border: 1px double #9295C2;
    1.72 +}
    1.73 +
    1.74 +a.el {
    1.75 +	font-weight: bold;
    1.76 +}
    1.77 +
    1.78 +a.elRef {
    1.79 +}
    1.80 +
    1.81 +a.code {
    1.82 +}
    1.83 +
    1.84 +a.codeRef {
    1.85 +}
    1.86 +
    1.87 +/* @end */
    1.88 +
    1.89 +dl.el {
    1.90 +	margin-left: -1cm;
    1.91 +}
    1.92 +
    1.93 +.fragment {
    1.94 +	font-family: monospace, fixed;
    1.95 +	font-size: 105%;
    1.96 +}
    1.97 +
    1.98 +pre.fragment {
    1.99 +	border: 1px solid #CCCCCC;
   1.100 +	background-color: #f5f5f5;
   1.101 +	padding: 4px 6px;
   1.102 +	margin: 4px 8px 4px 2px;
   1.103 +}
   1.104 +
   1.105 +div.ah {
   1.106 +	background-color: black;
   1.107 +	font-weight: bold;
   1.108 +	color: #ffffff;
   1.109 +	margin-bottom: 3px;
   1.110 +	margin-top: 3px
   1.111 +}
   1.112 +
   1.113 +div.groupHeader {
   1.114 +	margin-left: 16px;
   1.115 +	margin-top: 12px;
   1.116 +	margin-bottom: 6px;
   1.117 +	font-weight: bold;
   1.118 +}
   1.119 +
   1.120 +div.groupText {
   1.121 +	margin-left: 16px;
   1.122 +	font-style: italic;
   1.123 +}
   1.124 +
   1.125 +body {
   1.126 +	background: white;
   1.127 +	color: black;
   1.128 +	margin-right: 20px;
   1.129 +	margin-left: 20px;
   1.130 +}
   1.131 +
   1.132 +td.indexkey {
   1.133 +	background-color: #e8eef2;
   1.134 +	font-weight: bold;
   1.135 +	border: 1px solid #CCCCCC;
   1.136 +	margin: 2px 0px 2px 0;
   1.137 +	padding: 2px 10px;
   1.138 +}
   1.139 +
   1.140 +td.indexvalue {
   1.141 +	background-color: #e8eef2;
   1.142 +	border: 1px solid #CCCCCC;
   1.143 +	padding: 2px 10px;
   1.144 +	margin: 2px 0px;
   1.145 +}
   1.146 +
   1.147 +tr.memlist {
   1.148 +	background-color: #f0f0f0;
   1.149 +}
   1.150 +
   1.151 +p.formulaDsp {
   1.152 +	text-align: center;
   1.153 +}
   1.154 +
   1.155 +img.formulaDsp {
   1.156 +	
   1.157 +}
   1.158 +
   1.159 +img.formulaInl {
   1.160 +	vertical-align: middle;
   1.161 +}
   1.162 +
   1.163 +/* @group Code Colorization */
   1.164 +
   1.165 +span.keyword {
   1.166 +	color: #008000
   1.167 +}
   1.168 +
   1.169 +span.keywordtype {
   1.170 +	color: #604020
   1.171 +}
   1.172 +
   1.173 +span.keywordflow {
   1.174 +	color: #e08000
   1.175 +}
   1.176 +
   1.177 +span.comment {
   1.178 +	color: #800000
   1.179 +}
   1.180 +
   1.181 +span.preprocessor {
   1.182 +	color: #806020
   1.183 +}
   1.184 +
   1.185 +span.stringliteral {
   1.186 +	color: #002080
   1.187 +}
   1.188 +
   1.189 +span.charliteral {
   1.190 +	color: #008080
   1.191 +}
   1.192 +
   1.193 +span.vhdldigit { 
   1.194 +	color: #ff00ff 
   1.195 +}
   1.196 +
   1.197 +span.vhdlchar { 
   1.198 +	color: #000000 
   1.199 +}
   1.200 +
   1.201 +span.vhdlkeyword { 
   1.202 +	color: #700070 
   1.203 +}
   1.204 +
   1.205 +span.vhdllogic { 
   1.206 +	color: #ff0000 
   1.207 +}
   1.208 +
   1.209 +/* @end */
   1.210 +
   1.211 +.search {
   1.212 +	color: #003399;
   1.213 +	font-weight: bold;
   1.214 +}
   1.215 +
   1.216 +form.search {
   1.217 +	margin-bottom: 0px;
   1.218 +	margin-top: 0px;
   1.219 +}
   1.220 +
   1.221 +input.search {
   1.222 +	font-size: 75%;
   1.223 +	color: #000080;
   1.224 +	font-weight: normal;
   1.225 +	background-color: #e8eef2;
   1.226 +}
   1.227 +
   1.228 +td.tiny {
   1.229 +	font-size: 75%;
   1.230 +}
   1.231 +
   1.232 +.dirtab {
   1.233 +	padding: 4px;
   1.234 +	border-collapse: collapse;
   1.235 +	border: 1px solid #84b0c7;
   1.236 +}
   1.237 +
   1.238 +th.dirtab {
   1.239 +	background: #e8eef2;
   1.240 +	font-weight: bold;
   1.241 +}
   1.242 +
   1.243 +hr {
   1.244 +	height: 0;
   1.245 +	border: none;
   1.246 +	border-top: 1px solid #666;
   1.247 +}
   1.248 +
   1.249 +/* @group Member Descriptions */
   1.250 +
   1.251 +.mdescLeft, .mdescRight,
   1.252 +.memItemLeft, .memItemRight,
   1.253 +.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
   1.254 +	background-color: #FAFAFA;
   1.255 +	border: none;
   1.256 +	margin: 4px;
   1.257 +	padding: 1px 0 0 8px;
   1.258 +}
   1.259 +
   1.260 +.mdescLeft, .mdescRight {
   1.261 +	padding: 0px 8px 4px 8px;
   1.262 +	color: #555;
   1.263 +}
   1.264 +
   1.265 +.memItemLeft, .memItemRight, .memTemplParams {
   1.266 +	border-top: 1px solid #ccc;
   1.267 +}
   1.268 +
   1.269 +.memTemplParams {
   1.270 +	color: #606060;
   1.271 +}
   1.272 +
   1.273 +/* @end */
   1.274 +
   1.275 +/* @group Member Details */
   1.276 +
   1.277 +/* Styles for detailed member documentation */
   1.278 +
   1.279 +.memtemplate {
   1.280 +	font-size: 80%;
   1.281 +	color: #606060;
   1.282 +	font-weight: normal;
   1.283 +	margin-left: 3px;
   1.284 +}
   1.285 +
   1.286 +.memnav {
   1.287 +	background-color: #e8eef2;
   1.288 +	border: 1px solid #84b0c7;
   1.289 +	text-align: center;
   1.290 +	margin: 2px;
   1.291 +	margin-right: 15px;
   1.292 +	padding: 2px;
   1.293 +}
   1.294 +
   1.295 +.memitem {
   1.296 +	padding: 0;
   1.297 +}
   1.298 +
   1.299 +.memname {
   1.300 +	white-space: nowrap;
   1.301 +	font-weight: bold;
   1.302 +}
   1.303 +
   1.304 +.memproto, .memdoc {
   1.305 +	border: 1px solid #84b0c7;	
   1.306 +}
   1.307 +
   1.308 +.memproto {
   1.309 +	padding: 0;
   1.310 +	background-color: #d5e1e8;
   1.311 +	font-weight: bold;
   1.312 +	-webkit-border-top-left-radius: 8px;
   1.313 +	-webkit-border-top-right-radius: 8px;
   1.314 +	-moz-border-radius-topleft: 8px;
   1.315 +	-moz-border-radius-topright: 8px;
   1.316 +}
   1.317 +
   1.318 +.memdoc {
   1.319 +	padding: 2px 5px;
   1.320 +	background-color: #eef3f5;
   1.321 +	border-top-width: 0;
   1.322 +	-webkit-border-bottom-left-radius: 8px;
   1.323 +	-webkit-border-bottom-right-radius: 8px;
   1.324 +	-moz-border-radius-bottomleft: 8px;
   1.325 +	-moz-border-radius-bottomright: 8px;
   1.326 +}
   1.327 +
   1.328 +.memdoc p, .memdoc dl, .memdoc ul {
   1.329 +	margin: 6px 0;
   1.330 +}
   1.331 +
   1.332 +.paramkey {
   1.333 +	text-align: right;
   1.334 +}
   1.335 +
   1.336 +.paramtype {
   1.337 +	white-space: nowrap;
   1.338 +}
   1.339 +
   1.340 +.paramname {
   1.341 +	color: #602020;
   1.342 +	white-space: nowrap;
   1.343 +}
   1.344 +.paramname em {
   1.345 +	font-style: normal;
   1.346 +}
   1.347 +
   1.348 +/* @end */
   1.349 +
   1.350 +/* @group Directory (tree) */
   1.351 +
   1.352 +/* for the tree view */
   1.353 +
   1.354 +.ftvtree {
   1.355 +	font-family: sans-serif;
   1.356 +	margin: 0.5em;
   1.357 +}
   1.358 +
   1.359 +/* these are for tree view when used as main index */
   1.360 +
   1.361 +.directory {
   1.362 +	font-size: 9pt;
   1.363 +	font-weight: bold;
   1.364 +}
   1.365 +
   1.366 +.directory h3 {
   1.367 +	margin: 0px;
   1.368 +	margin-top: 1em;
   1.369 +	font-size: 11pt;
   1.370 +}
   1.371 +
   1.372 +/*
   1.373 +The following two styles can be used to replace the root node title
   1.374 +with an image of your choice.  Simply uncomment the next two styles,
   1.375 +specify the name of your image and be sure to set 'height' to the
   1.376 +proper pixel height of your image.
   1.377 +*/
   1.378 +
   1.379 +/*
   1.380 +.directory h3.swap {
   1.381 +	height: 61px;
   1.382 +	background-repeat: no-repeat;
   1.383 +	background-image: url("yourimage.gif");
   1.384 +}
   1.385 +.directory h3.swap span {
   1.386 +	display: none;
   1.387 +}
   1.388 +*/
   1.389 +
   1.390 +.directory > h3 {
   1.391 +	margin-top: 0;
   1.392 +}
   1.393 +
   1.394 +.directory p {
   1.395 +	margin: 0px;
   1.396 +	white-space: nowrap;
   1.397 +}
   1.398 +
   1.399 +.directory div {
   1.400 +	display: none;
   1.401 +	margin: 0px;
   1.402 +}
   1.403 +
   1.404 +.directory img {
   1.405 +	vertical-align: -30%;
   1.406 +}
   1.407 +
   1.408 +/* these are for tree view when not used as main index */
   1.409 +
   1.410 +.directory-alt {
   1.411 +	font-size: 100%;
   1.412 +	font-weight: bold;
   1.413 +}
   1.414 +
   1.415 +.directory-alt h3 {
   1.416 +	margin: 0px;
   1.417 +	margin-top: 1em;
   1.418 +	font-size: 11pt;
   1.419 +}
   1.420 +
   1.421 +.directory-alt > h3 {
   1.422 +	margin-top: 0;
   1.423 +}
   1.424 +
   1.425 +.directory-alt p {
   1.426 +	margin: 0px;
   1.427 +	white-space: nowrap;
   1.428 +}
   1.429 +
   1.430 +.directory-alt div {
   1.431 +	display: none;
   1.432 +	margin: 0px;
   1.433 +}
   1.434 +
   1.435 +.directory-alt img {
   1.436 +	vertical-align: -30%;
   1.437 +}
   1.438 +
   1.439 +/* @end */
   1.440 +
   1.441 +address {
   1.442 +	font-style: normal;
   1.443 +	color: #333;
   1.444 +}