123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- html,
- body {
- height: 100%;
- }
- .guide-content, .api-content {
- max-width: 1250px;
- }
- .guide-content img, .api-content img {
- max-width: 100%;
- }
- .wrap {
- min-height: 100%;
- height: auto;
- width: auto;
- margin: 60px 30px 0 30px;
- padding: 0;
- }
- .footer {
- height: 60px;
- background-color: #f5f5f5;
- border-top: 1px solid #ddd;
- padding: 20px 30px;
- }
- #navigation {
- margin-top: 20px;
- }
- .submenu a {
- background: #f5f5f5;
- border-radius: 0;
- }
- .submenu a:hover, .submenu a:active,
- .submenu a.active, .submenu a.active:hover, .submenu a.active:active {
- background: #44b5f6;
- border-color: #44b5f6;
- border-radius: 0;
- color: #fff;
- }
- .signature, .table-striped > tbody > tr > td.signature {
- margin: 0px 0 10px 0;
- padding: 8px;
- color: #000000;
- background: rgba(230, 236, 255, 0.81);
- border: 1px rgba(191, 207, 255, 0.81) solid;
- font-family: "courier new", "times new roman", monospace;
- line-height: 1.3em;
- white-space: pre-line;
- word-wrap: break-word;
- word-break: break-all;
- }
- pre {
- background: #efefef;
- }
- pre code.hljs {
- background: transparent;
- color: #28353d;
- }
- /* adjust comment color of hljs, because comments are important! */
- .hljs-comment {
- color: #ff6900;
- font-style: normal;
- }
- blockquote {
- font-size: 14px;
- }
- blockquote.warning { /* copy of bootstrap .alert-danger */
- background-color: #f2dede;
- border-color: #ebccd1;
- color: #a94442;
- }
- blockquote.note { /* copy of bootstrap .alert-warning */
- background-color: #fcf8e3;
- border-color: #faebcc;
- color: #8a6d3b;
- }
- blockquote.info { /* copy of bootstrap .alert-info */
- background-color: #d9edf7;
- border-color: #bce8f1;
- color: #31708f;
- }
- blockquote.tip { /* copy of bootstrap .alert-success */
- background-color: #dff0d8;
- border-color: #d6e9c6;
- color: #3c763d;
- }
- td p {
- margin: 0;
- }
- table.detail-table .param-name-col { width: 15%; min-width: 100px; }
- table.detail-table .param-type-col { width: 15%; min-width: 150px; }
- table.detail-table .param-desc-col { width: 70%; }
- table.summary-table .col-method { width: 20%; }
- table.summary-table .col-property { width: 20%; }
- table.summary-table .col-const { width: 20%; }
- table.summary-table .col-event { width: 20%; }
- table.summary-table .col-defined { width: 15%; }
- .detail-header {
- margin-top: 30px;
- }
- .doc-description {
- border-left: solid 1px #ddd;
- border-right: solid 1px #ddd;
- padding: 10px 8px;
- margin: 0;
- }
- .doc-description.deprecated {
- background: lightpink;
- border-top: solid 1px #ddd;
- border-bottom: solid 1px #ddd;
- }
- .event-doc .doc-description {
- border-bottom: solid 1px #ddd;
- }
- .doc-description p:last-child {
- margin-bottom: 0;
- }
- .signature-defs {
- color: #936;
- }
- .signature-type, .signature-type a {
- color: #693;
- }
- .tool-link {
- float: right;
- color: #ddd;
- margin: 0 8px;
- }
- .icon-hash:before {
- content: '#';
- font-size: 32px;
- font-weight: bold;
- /*top: -10px;*/
- line-height: 0.5;
- }
- .tool-link:hover {
- color: #bbb;
- text-decoration: none;
- }
- .hashlink {
- display: none;
- }
- h1:hover .hashlink, h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink, h5:hover .hashlink {
- display: inline;
- }
- .toplink {
- position: fixed;
- bottom: 50px;
- right: 50px;
- padding: 5px 8px 0 5px;
- border: solid 1px #ddd;
- border-radius: 5px;
- background: #fff;
- }
- .toplink a {
- color: #bbb;
- text-decoration: none;
- }
- .toplink a:hover {
- color: #999;
- text-decoration: none;
- }
- #search-resultbox {
- position: fixed;
- left: 25%;
- right: 25%;
- bottom: 0;
- top: 50px;
- z-index: 1000;
- border-radius: 0;
- /* reset all due to android browser issues http://caniuse.com/#search=border-radius */
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- #search-results {
- margin: 0;
- padding: 0;
- list-style: none;
- overflow: auto;
- max-height: 100%;
- }
- #search-results li, #search-results li a {
- margin: 0;
- padding: 0;
- display: block;
- min-height: 50px;
- width: 100%;
- color: #333333;
- }
- #search-results li a .title, #search-results li .no-results {
- padding: 10px 20px 5px 20px;
- display: block;
- text-decoration: none;
- font-weight: bold;
- font-size: 120%;
- }
- #search-results li a .description {
- padding: 5px 20px 10px 20px;
- display: block;
- text-decoration: none;
- font-weight: normal;
- font-size: 90%;
- border-bottom: solid 1px #dddddd;
- }
- #search-results li a:hover, #search-results li a.selected {
- background: #44B5F6;
- text-decoration: none;
- }
- .navbar-form {
- width: 50%;
- max-width: 350px;
- }
- .navbar-form div, .navbar-form .form-control {
- width: 100%;
- }
- .broken-link {
- background: lightpink;
- }
- tr.deprecated td,
- tr.deprecated th {
- background: lightpink;
- }
|