this repo has no description
at develop 9.2 kB view raw
1body,html { 2background:#FFFFFF url(back.png) repeat-y; 3font-family:Arial,Helvetica,sans-serif; 4color:#000000; 5margin:0; 6padding:0; 7} 8 9#content { 10position:absolute; top:30px; left:60px; 11width:60%; 12padding:0 0 50px 0; 13color:#000000; 14} 15 16#contentfront { 17position:absolute; top:250px; left:60px; 18width:50%; 19padding:0 0 50px 0; 20color:#000000; 21} 22 23#logo { 24position:absolute; top:20px; left:75%; 25} 26html>body #logo { 27position:fixed; 28} 29 30#headline { 31position:absolute; top:15px; left:330px; 32width:40%; 33} 34 35#headlinefront { 36position:absolute; top:20px; left:320px; 37width:40%; 38} 39 40#footline { 41position:absolute; bottom:10px; left:70%; 42background:#FFFFFF; 43width:26%; 44border-top:1px dotted #27393E; 45padding:5px 0 0 0; 46z-index:4; 47} 48html>body #footline { 49position:fixed; 50} 51 52#navigation { 53position:absolute; top:120px; left:70%; 54width:26%; 55/*height:200px;*/ 56background:#FFFFFF; 57padding:0px 10px 10px 0px; 58/*border-left:5px solid #0b7646;*/ 59border-left: 1px dotted #27393E; 60/*border-bottom:1px dotted #27393E;*/ 61/*padding:0;*/ 62margin:0px; 63vertical-align:bottom; 64z-index:4; 65} 66html>body #navigation { 67position:fixed; 68} 69#navigation2 { 70padding:11px 0 0 15px; 71margin:0; 72z-index:5; 73} 74 75#news { 76position:absolute; top:200px; left:70%; 77width:200px; 78/*padding:0px 10px 10px 0px;*/ 79padding:0 19px 100px 14px; 80border-left:1px dotted #27393E; 81/*border-bottom:1px dotted #27393E;*/ 82z-index:2; 83} 84 85h3.version { 86text-align: center; 87} 88 89/* 90 Links 91*/ 92 93a { 94color:#005ba1; 95text-decoration: underline; 96} 97 98a:visited { 99color:#005ba1; 100text-decoration: none; 101} 102 103a:hover { 104background-color: #f2f2ff 105} 106 107a.el { 108color:#005ba1; 109text-decoration: underline; 110} 111 112a.el:visited { 113color:#005ba1; 114text-decoration: none; 115} 116 117a.anchor { 118color:#000000; 119text-decoration:none; 120} 121 122a.navigation { 123font-family:Verdana,Arial,Helvetica,sans-serif; 124font-size:100%; 125text-decoration:none; 126border-right:5px solid #0b7646; 127letter-spacing:2px; 128color:#0b7646; 129padding:0 8px 1px 8px; 130margin:4px 0 0 0; 131/*width:169px;*/ 132display:block; 133} 134 135a.navigation2 { 136font-family:Verdana,Arial,Helvetica,sans-serif; 137font-size:100%; 138text-decoration:none; 139border-right:5px solid #000000; 140letter-spacing:2px; 141color:#000000; 142padding:0 8px 1px 8px; 143margin:4px 0 0 0; 144display:block; 145} 146 147a.navigation3 { 148font-family:Verdana,Arial,Helvetica,sans-serif; 149font-size:100%; 150text-decoration:none; 151border-right:5px solid #000000; 152letter-spacing:2px; 153color:#555555; 154padding:0 8px 1px 8px; 155margin:4px 0 0 0; 156display:block; 157} 158 159a.navigation:visited { 160color:#0b7646; 161} 162 163a.navigation:hover { 164background:#0b7646; 165color:#FFFFFF; 166} 167 168a.navigation2:hover { 169background:none; 170} 171 172BODY,TD { 173 font-size: 90%; 174} 175H1 { 176 text-align: center; 177 font-size: 130%; 178} 179H2 { 180 font-size: 115%; 181} 182H3 { 183 font-size: 100%; 184} 185CAPTION {} 186 187DIV.qindex { 188 width: 100%; 189 border: 1px solid #b0b0b0; 190 text-align: center; 191 margin: 2px; 192 padding: 2px; 193 line-height: 140%; 194} 195DIV.nav { 196 width: 100%; 197 border: 1px solid #b0b0b0; 198 text-align: center; 199 margin: 2px; 200 padding: 2px; 201 line-height: 140%; 202} 203DIV.navtab { 204 border: 1px solid #b0b0b0; 205 text-align: center; 206 margin: 2px; 207 margin-right: 15px; 208 padding: 2px; 209} 210TD.navtab { 211 font-size: 70%; 212} 213A.qindex { 214 text-decoration: none; 215 color: #0b7646; 216} 217A.qindex:visited { 218 text-decoration: none; 219 color:#07472a; 220} 221A.qindex:hover { 222 text-decoration: none; 223 background-color:#0b7646; 224 color:#FFFFFF; 225} 226A.qindexHL { 227 text-decoration: none; 228 background-color: #6666cc; 229 color: #ffffff; 230 border: 1px double #9295C2; 231} 232A.qindexHL:hover { 233 text-decoration: none; 234 background-color:#0b7646; 235 color:#FFFFFF; 236} 237A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } 238A.el { text-decoration: none; 239} 240A.elRef { 241} 242A.code:link { text-decoration: none; font-weight: normal; color: #0000FF} 243A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} 244A.codeRef:link { font-weight: normal; color: #0000FF} 245A.codeRef:visited { font-weight: normal; color: #0000FF} 246A:hover { text-decoration: none; background-color: #f2f2ff } 247DL.el { margin-left: -1cm } 248.fragment { 249 font-family: Fixed, monospace; 250 font-size: 95%; 251} 252PRE.fragment { 253 border: 1px solid #CCCCCC; 254 background-color: #f5f5f5; 255 margin-top: 4px; 256 margin-bottom: 4px; 257 margin-left: 2px; 258 margin-right: 8px; 259 padding-left: 6px; 260 padding-right: 6px; 261 padding-top: 4px; 262 padding-bottom: 4px; 263} 264DIV.ah { background-color: black; 265color: #ffffff; margin-bottom: 3px; margin-top: 3px } 266TD.md { background-color: #F4F4FB; } 267TD.mdPrefix { 268 background-color: #F4F4FB; 269 color: #606060; font-size: 80%; 270} 271TD.mdname1 { background-color: #F4F4FB; color: #602020; } 272TD.mdname { background-color: #F4F4FB; color: #602020; } 273DIV.groupHeader { 274 margin-left: 16px; 275 margin-top: 12px; 276 margin-bottom: 6px; 277} 278DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% } 279DIV.memproto { 280 background-color: #EAEAEA; 281 border: 1px solid #C0C0C0; 282} 283BODY { 284 background: white; 285 color: black; 286 margin-right: 20px; 287 margin-left: 20px; 288} 289TD.indexkey { 290 padding-right : 10px; 291 padding-top : 2px; 292 padding-left : 10px; 293 padding-bottom : 2px; 294 margin-left : 0px; 295 margin-right : 0px; 296 margin-top : 2px; 297 margin-bottom : 2px; 298 border: 1px solid #CCCCCC; 299} 300TD.indexvalue { 301 font-style: italic; 302 padding-right : 10px; 303 padding-top : 2px; 304 padding-left : 10px; 305 padding-bottom : 2px; 306 margin-left : 0px; 307 margin-right : 0px; 308 margin-top : 2px; 309 margin-bottom : 2px; 310 border: 1px solid #CCCCCC; 311} 312TR.memlist { 313 background-color: #f0f0f0; 314} 315P.formulaDsp { text-align: center; } 316IMG.formulaDsp { } 317IMG.formulaInl { vertical-align: middle; } 318SPAN.keyword { color: #008000 } 319SPAN.keywordtype { color: #604020 } 320SPAN.keywordflow { color: #e08000 } 321SPAN.comment { color: #800000 } 322SPAN.preprocessor { color: #806020 } 323SPAN.stringliteral { color: #002080 } 324SPAN.charliteral { color: #008080 } 325.mdTable { 326 border: 1px solid #868686; 327 background-color: #F4F4FB; 328} 329.mdRow { 330 padding: 8px 10px; 331} 332.mdescLeft { 333 padding: 0px 8px 4px 8px; 334 font-size: 80%; 335 font-style: italic; 336 background-color: #FAFAFA; 337 border-top: 1px none #E0E0E0; 338 border-right: 1px none #E0E0E0; 339 border-bottom: 1px none #E0E0E0; 340 border-left: 1px none #E0E0E0; 341 margin: 0px; 342} 343.mdescRight { 344 padding: 0px 8px 4px 8px; 345 font-size: 80%; 346 font-style: italic; 347 background-color: #FAFAFA; 348 border-top: 1px none #E0E0E0; 349 border-right: 1px none #E0E0E0; 350 border-bottom: 1px none #E0E0E0; 351 border-left: 1px none #E0E0E0; 352 margin: 0px; 353} 354.memItemLeft { 355 padding: 1px 0px 0px 8px; 356 margin: 4px; 357 border-top-width: 1px; 358 border-right-width: 1px; 359 border-bottom-width: 1px; 360 border-left-width: 1px; 361 border-top-color: #E0E0E0; 362 border-right-color: #E0E0E0; 363 border-bottom-color: #E0E0E0; 364 border-left-color: #E0E0E0; 365 border-top-style: solid; 366 border-right-style: none; 367 border-bottom-style: none; 368 border-left-style: none; 369 background-color: #FAFAFA; 370 font-size: 80%; 371} 372.memItemRight { 373 padding: 1px 8px 0px 8px; 374 margin: 4px; 375 border-top-width: 1px; 376 border-right-width: 1px; 377 border-bottom-width: 1px; 378 border-left-width: 1px; 379 border-top-color: #E0E0E0; 380 border-right-color: #E0E0E0; 381 border-bottom-color: #E0E0E0; 382 border-left-color: #E0E0E0; 383 border-top-style: solid; 384 border-right-style: none; 385 border-bottom-style: none; 386 border-left-style: none; 387 background-color: #FAFAFA; 388 font-size: 80%; 389} 390.memTemplItemLeft { 391 padding: 1px 0px 0px 8px; 392 margin: 4px; 393 border-top-width: 1px; 394 border-right-width: 1px; 395 border-bottom-width: 1px; 396 border-left-width: 1px; 397 border-top-color: #E0E0E0; 398 border-right-color: #E0E0E0; 399 border-bottom-color: #E0E0E0; 400 border-left-color: #E0E0E0; 401 border-top-style: none; 402 border-right-style: none; 403 border-bottom-style: none; 404 border-left-style: none; 405 background-color: #FAFAFA; 406 font-size: 80%; 407} 408.memTemplItemRight { 409 padding: 1px 8px 0px 8px; 410 margin: 4px; 411 border-top-width: 1px; 412 border-right-width: 1px; 413 border-bottom-width: 1px; 414 border-left-width: 1px; 415 border-top-color: #E0E0E0; 416 border-right-color: #E0E0E0; 417 border-bottom-color: #E0E0E0; 418 border-left-color: #E0E0E0; 419 border-top-style: none; 420 border-right-style: none; 421 border-bottom-style: none; 422 border-left-style: none; 423 background-color: #FAFAFA; 424 font-size: 80%; 425} 426.memTemplParams { 427 padding: 1px 0px 0px 8px; 428 margin: 4px; 429 border-top-width: 1px; 430 border-right-width: 1px; 431 border-bottom-width: 1px; 432 border-left-width: 1px; 433 border-top-color: #E0E0E0; 434 border-right-color: #E0E0E0; 435 border-bottom-color: #E0E0E0; 436 border-left-color: #E0E0E0; 437 border-top-style: solid; 438 border-right-style: none; 439 border-bottom-style: none; 440 border-left-style: none; 441 color: #606060; 442 background-color: #FAFAFA; 443 font-size: 80%; 444} 445.search { color: #003399; 446} 447FORM.search { 448 margin-bottom: 0px; 449 margin-top: 0px; 450} 451INPUT.search { font-size: 75%; 452 color: #000080; 453 font-weight: normal; 454} 455TD.tiny { font-size: 75%; 456} 457.dirtab { padding: 4px; 458 border-collapse: collapse; 459 border: 1px solid #b0b0b0; 460} 461TH.dirtab {} 462HR { height: 1px; 463 border: none; 464 border-top: 1px solid black; 465} 466UL { 467 list-style-type: square; 468}