Warning, /sdk/cutehmi/doc/template/style/qt.css is written in an unsupported language. File is not indexed.

0001 body {
0002     font: normal 400 14px/1.2 Arial;
0003     margin-top: 85px;
0004     font-family: Arial, Helvetica;
0005     text-align: left;
0006     margin-left: 5px;
0007     margin-right: 5px;
0008 }
0009 
0010 p {
0011     line-height: 20px
0012 }
0013 
0014 img {
0015     margin-left: 0px;
0016     max-width: 800px;
0017     height: auto;
0018 }
0019 
0020 .content {
0021 
0022 }
0023 
0024 .content .indexboxcont li {
0025      font: normal bold 13px/1 Verdana
0026  }
0027 
0028 .content .normallist li {
0029      font: normal 13px/1 Verdana
0030  }
0031 
0032 .descr {
0033     margin-top: 35px;
0034     margin-bottom: 45px;
0035     margin-left: 5px;
0036     text-align: left;
0037     vertical-align: top;
0038 }
0039 
0040 .name {
0041     max-width: 75%;
0042     font-weight: 100;
0043 }
0044 
0045 tt {
0046     text-align: left
0047 }
0048 
0049 .mainĀ {
0050     display: none;
0051 }
0052 /*
0053 -----------
0054 links
0055 -----------
0056 */
0057 
0058 a:link {
0059     color: #007330;
0060     text-decoration: none;
0061     text-align: left;
0062 }
0063 
0064 a.qa-mark:target:before {
0065     content: "***";
0066     color: #ff0000;
0067 }
0068 
0069 a:hover {
0070     color: #44a51c;
0071     text-align: left;
0072 }
0073 
0074 a:visited {
0075     color: #007330;
0076     text-align: left;
0077 }
0078 
0079 a:visited:hover {
0080     color: #44a51c;
0081     text-align: left;
0082 }
0083 
0084 /*
0085 -----------
0086 offline viewing: HTML links display an icon
0087 -----------
0088 */
0089 
0090 a[href*="http://"], a[href*="ftp://"], a[href*="https://"] {
0091     text-decoration: none;
0092     background-image: url(../images/ico_out.png);
0093     background-repeat: no-repeat;
0094     background-position: left;
0095     padding-left: 20px;
0096     text-align: left;
0097 }
0098 
0099 .flags {
0100     text-decoration: none;
0101     text-height: 24px;
0102 }
0103 
0104 .flags:target {
0105     background-color: #FFFFD6;
0106 }
0107 
0108 /*
0109 -------------------------------
0110 NOTE styles
0111 -------------------------------
0112 */
0113 
0114 .notetitle, .tiptitle, .fastpathtitle {
0115     font-weight: bold
0116 }
0117 
0118 .attentiontitle, .cautiontitle, .dangertitle, .importanttitle, .remembertitle, .restrictiontitle {
0119     font-weight: bold
0120 }
0121 
0122 .note, .tip, .fastpath {
0123     background: #F2F2F2 url(../images/ico_note.png);
0124     background-repeat: no-repeat;
0125     background-position: top left;
0126     padding: 5px;
0127     padding-left: 40px;
0128     padding-bottom: 10px;
0129     border: #999 1px dotted;
0130     color: #666666;
0131     margin: 5px;
0132 }
0133 
0134 .attention, .caution, .danger, .important, .remember, .restriction {
0135     background: #F2F2F2 url(../images/ico_note_attention.png);
0136     background-repeat: no-repeat;
0137     background-position: top left;
0138     padding: 5px;
0139     padding-left: 40px;
0140     padding-bottom: 10px;
0141     border: #999 1px dotted;
0142     color: #666666;
0143     margin: 5px;
0144 }
0145 
0146 /*
0147 -------------------------------
0148 Top navigation
0149 -------------------------------
0150 */
0151 
0152 .qtref {
0153     display: block;
0154     position: relative;
0155     height: 15px;
0156     z-index: 1;
0157     font-size: 11px;
0158     padding-right: 10px;
0159     float: right;
0160 }
0161 
0162 .naviNextPrevious {
0163     clear: both;
0164     display: block;
0165     position: relative;
0166     text-align: right;
0167     top: -47px;
0168     float: right;
0169     height: 20px;
0170     z-index: 1;
0171     padding-right: 10px;
0172     padding-top: 2px;
0173     vertical-align: top;
0174     margin: 0px;
0175 }
0176 
0177 .naviNextPrevious > a:first-child {
0178      background-image: url(../images/btn_prev.png);
0179      background-repeat: no-repeat;
0180      background-position: left;
0181      padding-left: 20px;
0182      height: 20px;
0183      padding-left: 20px;
0184  }
0185 
0186 .naviNextPrevious > a:last-child {
0187      background-image: url(../images/btn_next.png);
0188      background-repeat: no-repeat;
0189      background-position: right;
0190      padding-right: 20px;
0191      height: 20px;
0192      margin-left: 30px;
0193  }
0194 
0195 /*
0196 -----------
0197 footer and license
0198 -----------
0199 */
0200 
0201 .footer {
0202     text-align: left;
0203     padding-top: 45px;
0204     padding-left: 5px;
0205     margin-top: 45px;
0206     margin-bottom: 45px;
0207     font-size: 10px;
0208     border-top: 1px solid #999;
0209 }
0210 
0211 .footer p {
0212     line-height: 14px;
0213     font-size: 11px;
0214     padding: 0;
0215     margin: 0;
0216 }
0217 
0218 .footer a[href*="http://"], a[href*="ftp://"], a[href*="https://"] {
0219     font-weight: bold;
0220 }
0221 
0222 .footerNavi {
0223     width: auto;
0224     text-align: right;
0225     margin-top: 50px;
0226     z-index: 1;
0227 }
0228 
0229 .navigationbar {
0230     display: block;
0231     position: relative;
0232     top: -20px;
0233     border-top: 1px solid #cecece;
0234     border-bottom: 1px solid #cecece;
0235     background-color: #F2F2F2;
0236     z-index: 1;
0237     height: 20px;
0238     padding-left: 7px;
0239     margin: 0px;
0240     padding-top: 2px;
0241     margin-left: -5px;
0242     margin-right: -5px;
0243 }
0244 
0245 .navigationbar .first {
0246      background: url(../images/home.png);
0247      background-position: left;
0248      background-repeat: no-repeat;
0249      padding-left: 20px;
0250  }
0251 
0252 .navigationbar ul {
0253      margin: 0px;
0254      padding: 0px;
0255  }
0256 
0257   .navigationbar ul li {
0258       list-style-type: none;
0259       padding-top: 2px;
0260       padding-left: 4px;
0261       margin: 0;
0262       height: 20px;
0263   }
0264 
0265 .navigationbar li {
0266      float: left
0267  }
0268 
0269   .navigationbar li a {
0270       display: block;
0271       text-decoration: none;
0272       background: url(../images/arrow_bc.png);
0273       background-repeat: no-repeat;
0274       background-position: right;
0275       padding-right: 17px;
0276   }
0277 
0278 #buildversion {
0279     font-style: italic;
0280     font-size: small;
0281     float: right;
0282     margin-right: 5px;
0283 }
0284 
0285 /*
0286 
0287 /* table of content
0288 no display
0289 */
0290 
0291 /*
0292 -----------
0293 headers
0294 -----------
0295 */
0296 
0297 @media screen {
0298     .title {
0299         color: #313131;
0300         font-size: 24px;
0301         font-weight: normal;
0302         left: 0;
0303         padding-bottom: 20px;
0304         padding-left: 10px;
0305         padding-top: 20px;
0306         position: absolute;
0307         right: 0;
0308         top: 0;
0309         background-color: #E6E6E6;
0310         border-bottom: 1px #CCC solid;
0311         border-top: 2px #CCC solid;
0312         font-weight: bold;
0313         margin-left: 0px;
0314         margin-right: 0px;
0315     }
0316     .subtitle, .small-subtitle {
0317         display: block;
0318         clear: left;
0319     }
0320 }
0321 
0322 h1 {
0323     margin: 0
0324 }
0325 
0326 h2, p.h2 {
0327     font: 500 16px/1.2 Arial;
0328     font-weight: 100;
0329     background-color: #F2F3F4;
0330     padding: 4px;
0331     margin-bottom: 30px;
0332     margin-top: 30px;
0333     border-top: #E0E0DE 1px solid;
0334     border-bottom: #E0E0DE 1px solid;
0335     max-width: 99%;
0336 }
0337 
0338 h2:target {
0339     background-color: #F2F3D4;
0340 }
0341 
0342 h3 {
0343     font: 500 14px/1.2 Arial;
0344     font-weight: 100;
0345     text-decoration: underline;
0346     margin-bottom: 30px;
0347     margin-top: 30px;
0348 }
0349 
0350 h3.fn, span.fn {
0351     border-width: 1px;
0352     border-style: solid;
0353     border-color: #E6E6E6;
0354     -moz-border-radius: 7px 7px 7px 7px;
0355     -webkit-border-radius: 7px 7px 7px 7px;
0356     border-radius: 7px 7px 7px 7px;
0357     background-color: #F6F6F6;
0358     word-spacing: 3px;
0359     padding: 5px 5px;
0360     text-decoration: none;
0361     font-weight: bold;
0362     max-width: 75%;
0363     font-size: 14px;
0364     margin: 0px;
0365     margin-top: 45px;
0366 }
0367 h3.fn code {
0368     float: right;
0369 }
0370 h3.fn:target {
0371     background-color: #F6F6D6;
0372 }
0373 
0374 .name {
0375     color: #1A1A1A
0376 }
0377 
0378 .type {
0379     color: #808080
0380 }
0381 
0382 @media print {
0383     .title {
0384         color: #0066CB;
0385         font-family: Arial, Helvetica;
0386         font-size: 32px;
0387         font-weight: normal;
0388         left: 0;
0389         position: absolute;
0390         right: 0;
0391         top: 0;
0392     }
0393 }
0394 
0395 /*
0396 -----------------
0397 table styles
0398 -----------------
0399 */
0400 
0401 .table img {
0402     border: none;
0403     margin-left: 0px;
0404     -moz-box-shadow: 0px 0px 0px #fff;
0405     -webkit-box-shadow: 0px 0px 0px #fff;
0406     box-shadow: 0px 0px 0px #fff;
0407 }
0408 
0409 /* table with border alternative colours*/
0410 
0411 table, pre {
0412     -moz-border-radius: 7px 7px 7px 7px;
0413     -webkit-border-radius: 7px 7px 7px 7px;
0414     border-radius: 7px 7px 7px 7px;
0415     background-color: #F6F6F6;
0416     border: 1px solid #E6E6E6;
0417     border-collapse: separate;
0418     margin-bottom: 25px;
0419     margin-left: 15px;
0420     font-size: 12px;
0421     line-height: 1.2;
0422 }
0423 
0424  table tr.even {
0425      background-color: white;
0426      color: #66666E;
0427  }
0428 
0429  table tr.odd {
0430      background-color: #F6F6F6;
0431      color: #66666E;
0432  }
0433 
0434  table tr:target {
0435      background-color: #F6F6D6;
0436  }
0437 
0438  table thead {
0439      text-align: left;
0440      padding-left: 20px;
0441      background-color: #e1e0e0;
0442      border-left: none;
0443      border-right: none;
0444  }
0445 
0446   table thead th {
0447       padding-top: 5px;
0448       padding-left: 10px;
0449       padding-bottom: 5px;
0450       border-bottom: 2px solid #D1D1D1;
0451       padding-right: 10px;
0452   }
0453 
0454  table th {
0455      text-align: left;
0456      padding-left: 20px;
0457  }
0458 
0459  table td {
0460      padding: 3px 15px 3px 20px;
0461      border-bottom: #CCC dotted 1px;
0462  }
0463 
0464  table p {
0465      margin: 0px
0466  }
0467 
0468 /* table bodless & white*/
0469 
0470 .borderless {
0471     border-radius: 0px 0px 0px 0px;
0472     background-color: #fff;
0473     border: 1px solid #fff;
0474 }
0475 
0476 .borderless tr {
0477      background-color: #FFF;
0478      color: #66666E;
0479  }
0480 
0481 .borderless td {
0482      border: none;
0483      border-bottom: #fff dotted 1px;
0484  }
0485 
0486 /*
0487 -----------
0488 List
0489 -----------
0490 */
0491 
0492 ul {
0493     margin-top: 10px;
0494 }
0495 
0496 li {
0497     margin-bottom: 10px;
0498     padding-left: 8px;
0499     list-style: outside;
0500     list-style-type: square;
0501     text-align: left;
0502 }
0503 
0504 ol {
0505     margin: 10px;
0506     padding: 0;
0507 }
0508 
0509  ol > li {
0510      margin-left: 30px;
0511      padding-left: 8px;
0512      list-style: decimal;
0513  }
0514 
0515 .centerAlign {
0516     text-align: left
0517 }
0518 
0519 .cpp {
0520     display: block;
0521     margin: 10px;
0522     overflow: auto;
0523     padding: 20px 20px 20px 20px;
0524 }
0525 
0526 .js {
0527     display: block;
0528     margin: 10px;
0529     overflow: auto;
0530     padding: 20px 20px 20px 20px;
0531 }
0532 
0533 .memItemLeft {
0534     padding-right: 3px
0535 }
0536 
0537 .memItemRight {
0538     padding: 3px 15px 3px 0
0539 }
0540 
0541 .qml {
0542     display: block;
0543     margin: 10px;
0544     overflow: auto;
0545     padding: 20px 20px 20px 20px;
0546 }
0547 
0548 .qmldefault {
0549     padding-left: 5px;
0550     float: right;
0551     color: red;
0552 }
0553 
0554 .qmlreadonly {
0555     padding-left: 5px;
0556     float: right;
0557     color: #254117;
0558 }
0559 
0560 .rightAlign {
0561     padding: 3px 5px 3px 10px;
0562     text-align: right;
0563 }
0564 
0565 .qmldoc {
0566     margin-left: 15px
0567 }
0568 
0569 /*
0570 -----------
0571 Content table
0572 -----------
0573 */
0574 
0575 @media print {
0576     .toc {
0577         float: right;
0578         clear: right;
0579         padding-bottom: 10px;
0580         padding-top: 50px;
0581         width: 100%;
0582         background-image: url(../images/bgrContent.png);
0583         background-position: top;
0584         background-repeat: no-repeat;
0585     }
0586 }
0587 
0588 @media screen {
0589     .toc {
0590         float: right;
0591         clear: right;
0592         vertical-align: top;
0593         -moz-border-radius: 7px 7px 7px 7px;
0594         -webkit-border-radius: 7px 7px 7px 7px;
0595         border-radius: 7px 7px 7px 7px;
0596         background: #FFF url('../images/bgrContent.png');
0597         background-position: top;
0598         background-repeat: repeat-x;
0599         border: 1px solid #E6E6E6;
0600         padding-left: 5px;
0601         padding-bottom: 10px;
0602         height: auto;
0603         width: 200px;
0604         text-align: left;
0605         margin-left: 20px;
0606     }
0607 }
0608 
0609 
0610 .toc h3 {
0611     text-decoration: none
0612 }
0613 
0614 .toc h3 {
0615     font: 500 14px/1.2 Arial;
0616     font-weight: 100;
0617     padding: 0px;
0618     margin: 0px;
0619     padding-top: 5px;
0620     padding-left: 5px;
0621 }
0622 
0623 .toc ul {
0624     padding-left: 10px;
0625     padding-right: 5px;
0626 }
0627 
0628 .toc ul li {
0629      margin-left: 15px;
0630      list-style-image: url(../images/bullet_dn.png);
0631      marker-offset: 0px;
0632      margin-bottom: 8px;
0633      padding-left: 0px;
0634  }
0635 
0636 .toc .level1 {
0637     border: none
0638 }
0639 
0640 .toc .level2 {
0641     border: none;
0642     margin-left: 25px;
0643 }
0644 
0645 .level3 {
0646     border: none;
0647     margin-left: 30px;
0648 }
0649 
0650 .clearfix {
0651     clear: both
0652 }
0653 
0654 /*
0655 -----------
0656 Landing page
0657 -----------
0658 */
0659 
0660 .col-group {
0661     white-space: nowrap;
0662     vertical-align: top;
0663 }
0664 
0665 
0666 .landing h2 {
0667     background-color: transparent;
0668     border: none;
0669     margin-bottom: 0px;
0670     font-size: 18px;
0671 }
0672 
0673 .landing a, .landing li {
0674     font-size: 13px;
0675     font-weight: bold !important;
0676 }
0677 
0678 .col-1 {
0679     display: inline-block;
0680     white-space: normal;
0681     width: 70%;
0682     height: 100%;
0683     float: left;
0684 }
0685 
0686 .col-2 {
0687     display: inline-block;
0688     white-space: normal;
0689     width: 20%;
0690     margin-left: 5%;
0691     position: relative;
0692     top: -20px;
0693 }
0694 
0695 .col-1 h1 {
0696      margin: 20px 0 0 0;
0697  }
0698 
0699 .col-1 h2 {
0700     font-size: 18px;
0701     font-weight: bold !important;
0702 }
0703 
0704 .landingicons {
0705     display: inline-block;
0706     width: 100%;
0707 }
0708 
0709 .icons1of3 {
0710     display: inline-block;
0711     width: 33.3333%;
0712     float: left;
0713 }
0714 
0715 .icons1of3 h2, .doc-column h2 {
0716     font-size: 15px;
0717     margin: 0px;
0718     padding: 0px;
0719 }
0720 
0721 div.multi-column {
0722     position: relative;
0723 }
0724 
0725 div.multi-column div {
0726     display: -moz-inline-box;
0727     display: inline-block;
0728     vertical-align: top;
0729     margin-top: 1em;
0730     margin-right: 4em;
0731     width: 24em;
0732 }