Warning, /network/libktorrent/doc/stylesheet.css is written in an unsupported language. File is not indexed.

0001 
0002 /* Customized CSS */
0003 
0004 table.main_api
0005 {
0006   width:80%;
0007   border-collapse: collapse;
0008   margin-left:auto;
0009   margin-right:auto;
0010   border: 1px solid #C1DAD7;
0011 }
0012 
0013 table.main_api th p
0014 {
0015   margin-top: 2px;
0016   margin-bottom: 2px;
0017 }
0018 
0019 table.main_api th.library
0020 {
0021   background:#6D929B;
0022 }
0023 
0024 table.main_api th.library p
0025 {
0026   font-size: 16px;
0027 }
0028 
0029 table.main_api th.section
0030 {
0031   background: #CAE8EA;
0032 }
0033 
0034 table.main_api th.section p
0035 {
0036   font-size: 14px;
0037 }
0038 
0039 /* The standard CSS for doxygen */
0040 
0041 body, table, div, p, dl {
0042         font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
0043         font-size: 12px;
0044 }
0045 
0046 /* @group Heading Levels */
0047 
0048 h1 {
0049         text-align: center;
0050         font-size: 150%;
0051 }
0052 
0053 h2 {
0054         font-size: 120%;
0055 }
0056 
0057 h3 {
0058         font-size: 100%;
0059 }
0060 
0061 dt {
0062         font-weight: bold;
0063 }
0064 
0065 div.multicol {
0066         -moz-column-gap: 1em;
0067         -webkit-column-gap: 1em;
0068         -moz-column-count: 3;
0069         -webkit-column-count: 3;
0070 }
0071 
0072 p.startli, p.startdd {
0073         margin-top: 2px;
0074 }
0075 
0076 p.endli {
0077         margin-bottom: 0px;
0078 }
0079 
0080 p.enddd {
0081         margin-bottom: 4px;
0082 }
0083 
0084 /* @end */
0085 
0086 caption {
0087         font-weight: bold;
0088 }
0089 
0090 span.legend {
0091         font-size: 70%;
0092         text-align: center;
0093 }
0094 
0095 div.qindex, div.navtab{
0096         background-color: #e8eef2;
0097         border: 1px solid #84b0c7;
0098         text-align: center;
0099         margin: 2px;
0100         padding: 2px;
0101 }
0102 
0103 div.qindex, div.navpath {
0104         width: 100%;
0105         line-height: 140%;
0106 }
0107 
0108 div.navtab {
0109         margin-right: 15px;
0110 }
0111 
0112 /* @group Link Styling */
0113 
0114 a {
0115         color: #153788;
0116         font-weight: normal;
0117         text-decoration: none;
0118 }
0119 
0120 .contents a:visited {
0121         color: #1b77c5;
0122 }
0123 
0124 a:hover {
0125         text-decoration: underline;
0126 }
0127 
0128 a.qindex {
0129         font-weight: bold;
0130 }
0131 
0132 a.qindexHL {
0133         font-weight: bold;
0134         background-color: #6666cc;
0135         color: #ffffff;
0136         border: 1px double #9295C2;
0137 }
0138 
0139 .contents a.qindexHL:visited {
0140         color: #ffffff;
0141 }
0142 
0143 a.el {
0144         font-weight: bold;
0145 }
0146 
0147 a.elRef {
0148 }
0149 
0150 a.code {
0151 }
0152 
0153 a.codeRef {
0154 }
0155 
0156 /* @end */
0157 
0158 dl.el {
0159         margin-left: -1cm;
0160 }
0161 
0162 .fragment {
0163         font-family: monospace, fixed;
0164         font-size: 105%;
0165 }
0166 
0167 pre.fragment {
0168         border: 1px solid #CCCCCC;
0169         background-color: #f5f5f5;
0170         padding: 4px 6px;
0171         margin: 4px 8px 4px 2px;
0172 }
0173 
0174 div.ah {
0175         background-color: black;
0176         font-weight: bold;
0177         color: #ffffff;
0178         margin-bottom: 3px;
0179         margin-top: 3px
0180 }
0181 
0182 div.groupHeader {
0183         margin-left: 16px;
0184         margin-top: 12px;
0185         margin-bottom: 6px;
0186         font-weight: bold;
0187 }
0188 
0189 div.groupText {
0190         margin-left: 16px;
0191         font-style: italic;
0192 }
0193 
0194 body {
0195         background: white;
0196         color: black;
0197         margin-right: 20px;
0198         margin-left: 20px;
0199 }
0200 
0201 td.indexkey {
0202         background-color: #e8eef2;
0203         font-weight: bold;
0204         border: 1px solid #CCCCCC;
0205         margin: 2px 0px 2px 0;
0206         padding: 2px 10px;
0207 }
0208 
0209 td.indexvalue {
0210         background-color: #e8eef2;
0211         border: 1px solid #CCCCCC;
0212         padding: 2px 10px;
0213         margin: 2px 0px;
0214 }
0215 
0216 tr.memlist {
0217         background-color: #f0f0f0;
0218 }
0219 
0220 p.formulaDsp {
0221         text-align: center;
0222 }
0223 
0224 img.formulaDsp {
0225 
0226 }
0227 
0228 img.formulaInl {
0229         vertical-align: middle;
0230 }
0231 
0232 div.center {
0233         text-align: center;
0234         margin-top: 0px;
0235         margin-bottom: 0px;
0236         padding: 0px;
0237 }
0238 
0239 div.center img {
0240         border: 0px;
0241 }
0242 
0243 img.footer {
0244         border: 0px;
0245         vertical-align: middle;
0246 }
0247 
0248 /* @group Code Colorization */
0249 
0250 span.keyword {
0251         color: #008000
0252 }
0253 
0254 span.keywordtype {
0255         color: #604020
0256 }
0257 
0258 span.keywordflow {
0259         color: #e08000
0260 }
0261 
0262 span.comment {
0263         color: #800000
0264 }
0265 
0266 span.preprocessor {
0267         color: #806020
0268 }
0269 
0270 span.stringliteral {
0271         color: #002080
0272 }
0273 
0274 span.charliteral {
0275         color: #008080
0276 }
0277 
0278 span.vhdldigit {
0279         color: #ff00ff
0280 }
0281 
0282 span.vhdlchar {
0283         color: #000000
0284 }
0285 
0286 span.vhdlkeyword {
0287         color: #700070
0288 }
0289 
0290 span.vhdllogic {
0291         color: #ff0000
0292 }
0293 
0294 /* @end */
0295 
0296 .search {
0297         color: #003399;
0298         font-weight: bold;
0299 }
0300 
0301 form.search {
0302         margin-bottom: 0px;
0303         margin-top: 0px;
0304 }
0305 
0306 input.search {
0307         font-size: 75%;
0308         color: #000080;
0309         font-weight: normal;
0310         background-color: #e8eef2;
0311 }
0312 
0313 td.tiny {
0314         font-size: 75%;
0315 }
0316 
0317 .dirtab {
0318         padding: 4px;
0319         border-collapse: collapse;
0320         border: 1px solid #84b0c7;
0321 }
0322 
0323 th.dirtab {
0324         background: #e8eef2;
0325         font-weight: bold;
0326 }
0327 
0328 hr {
0329         height: 0;
0330         border: none;
0331         border-top: 1px solid #666;
0332 }
0333 
0334 /* @group Member Descriptions */
0335 
0336 .mdescLeft, .mdescRight,
0337 .memItemLeft, .memItemRight,
0338 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
0339         background-color: #FAFAFA;
0340         border: none;
0341         margin: 4px;
0342         padding: 1px 0 0 8px;
0343 }
0344 
0345 .mdescLeft, .mdescRight {
0346         padding: 0px 8px 4px 8px;
0347         color: #555;
0348 }
0349 
0350 .memItemLeft, .memItemRight, .memTemplParams {
0351         border-top: 1px solid #ccc;
0352 }
0353 
0354 .memItemLeft, .memTemplItemLeft {
0355         white-space: nowrap;
0356 }
0357 
0358 .memTemplParams {
0359         color: #606060;
0360         white-space: nowrap;
0361 }
0362 
0363 /* @end */
0364 
0365 /* @group Member Details */
0366 
0367 /* Styles for detailed member documentation */
0368 
0369 .memtemplate {
0370         font-size: 80%;
0371         color: #606060;
0372         font-weight: normal;
0373         margin-left: 3px;
0374 }
0375 
0376 .memnav {
0377         background-color: #e8eef2;
0378         border: 1px solid #84b0c7;
0379         text-align: center;
0380         margin: 2px;
0381         margin-right: 15px;
0382         padding: 2px;
0383 }
0384 
0385 .memitem {
0386         padding: 0;
0387         margin-bottom: 10px;
0388 }
0389 
0390 .memname {
0391         white-space: nowrap;
0392         font-weight: bold;
0393 }
0394 
0395 .memproto, .memdoc {
0396         border: 1px solid #84b0c7;
0397 }
0398 
0399 .memproto {
0400         padding: 0;
0401         background-color: #d5e1e8;
0402         font-weight: bold;
0403         -webkit-border-top-left-radius: 8px;
0404         -webkit-border-top-right-radius: 8px;
0405         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
0406         -moz-border-radius-topleft: 8px;
0407         -moz-border-radius-topright: 8px;
0408         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
0409 
0410 }
0411 
0412 .memdoc {
0413         padding: 2px 5px;
0414         background-color: #eef3f5;
0415         border-top-width: 0;
0416         -webkit-border-bottom-left-radius: 8px;
0417         -webkit-border-bottom-right-radius: 8px;
0418         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
0419         -moz-border-radius-bottomleft: 8px;
0420         -moz-border-radius-bottomright: 8px;
0421         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
0422 }
0423 
0424 .paramkey {
0425         text-align: right;
0426 }
0427 
0428 .paramtype {
0429         white-space: nowrap;
0430 }
0431 
0432 .paramname {
0433         color: #602020;
0434         white-space: nowrap;
0435 }
0436 .paramname em {
0437         font-style: normal;
0438 }
0439 
0440 /* @end */
0441 
0442 /* @group Directory (tree) */
0443 
0444 /* for the tree view */
0445 
0446 .ftvtree {
0447         font-family: sans-serif;
0448         margin: 0.5em;
0449 }
0450 
0451 /* these are for tree view when used as main index */
0452 
0453 .directory {
0454         font-size: 9pt;
0455         font-weight: bold;
0456 }
0457 
0458 .directory h3 {
0459         margin: 0px;
0460         margin-top: 1em;
0461         font-size: 11pt;
0462 }
0463 
0464 /*
0465 The following two styles can be used to replace the root node title
0466 with an image of your choice.  Simply uncomment the next two styles,
0467 specify the name of your image and be sure to set 'height' to the
0468 proper pixel height of your image.
0469 */
0470 
0471 /*
0472 .directory h3.swap {
0473         height: 61px;
0474         background-repeat: no-repeat;
0475         background-image: url("yourimage.gif");
0476 }
0477 .directory h3.swap span {
0478         display: none;
0479 }
0480 */
0481 
0482 .directory > h3 {
0483         margin-top: 0;
0484 }
0485 
0486 .directory p {
0487         margin: 0px;
0488         white-space: nowrap;
0489 }
0490 
0491 .directory div {
0492         display: none;
0493         margin: 0px;
0494 }
0495 
0496 .directory img {
0497         vertical-align: -30%;
0498 }
0499 
0500 /* these are for tree view when not used as main index */
0501 
0502 .directory-alt {
0503         font-size: 100%;
0504         font-weight: bold;
0505 }
0506 
0507 .directory-alt h3 {
0508         margin: 0px;
0509         margin-top: 1em;
0510         font-size: 11pt;
0511 }
0512 
0513 .directory-alt > h3 {
0514         margin-top: 0;
0515 }
0516 
0517 .directory-alt p {
0518         margin: 0px;
0519         white-space: nowrap;
0520 }
0521 
0522 .directory-alt div {
0523         display: none;
0524         margin: 0px;
0525 }
0526 
0527 .directory-alt img {
0528         vertical-align: -30%;
0529 }
0530 
0531 /* @end */
0532 
0533 address {
0534         font-style: normal;
0535         color: #333;
0536 }