| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- /* ---------------------------------------------------------------------------
- Hue Docs styles
- --------------------------------------------------------------------------- */
- @import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono:300,400,500,700,900');
- body {
- background-color: #FFFFFF;
- padding: 75px 0 0 0;
- font-family: 'Roboto', sans-serif;
- color: #333333;
- margin: 0;
- line-height: 1.1em;
- }
- hr {
- display: none;
- }
- .section {
- border: 1px solid #EEEEEE;
- box-shadow: none;
- color: #333333;
- margin-bottom: 20px;
- margin-top: 15px;
- padding: 20px;
- padding-top: 5px;
- position: relative;
- }
- .title, h1, .toc p, h2 {
- color: #0B7FAD;
- font-size: 24px;
- font-weight: 600;
- margin-bottom: 15px;
- margin-top: 15px;
- }
- h2 {
- font-size: 20px;
- margin-top: 24px;
- }
- h3 {
- font-size: 16px;
- font-weight: 600;
- }
- h1[id], h2[id], h3[id], h4[id], h5[id] {
- margin-top: -75px;
- padding-top: 75px;
- }
- a:link, a:visited {
- color: #0B7FAD;
- text-decoration: none;
- }
- a:hover {
- color: #3799CA;
- text-decoration: underline;
- }
- .table {
- margin-top: 20px;
- }
- table {
- border: none !important;
- }
- table {
- max-width: 100%;
- background-color: transparent;
- border-collapse: collapse;
- border-spacing: 0;
- }
- table {
- width: 100%;
- margin-bottom: 20px;
- }
- table th,
- table td {
- padding: 8px;
- line-height: 20px;
- text-align: left;
- vertical-align: top;
- border-top: 1px solid #e5e5e5;
- }
- table th {
- font-weight: bold;
- }
- table thead th {
- vertical-align: bottom;
- }
- table caption + thead tr:first-child th,
- table caption + thead tr:first-child td,
- table colgroup + thead tr:first-child th,
- table colgroup + thead tr:first-child td,
- table thead:first-child tr:first-child th,
- table thead:first-child tr:first-child td {
- border-top: 0;
- }
- table tbody + tbody {
- border-top: 2px solid #e5e5e5;
- }
- table {
- background-color: #f1f1f1;
- }
- table {
- font-size: 11px;
- border: 1px solid #e5e5e5;
- border-collapse: separate;
- *border-collapse: collapse;
- border-left: 0;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- table th,
- table td {
- border-left: 1px solid #e5e5e5;
- border-bottom: 1px solid #FFFFFF !important;
- }
- table caption + thead tr:first-child th,
- table caption + tbody tr:first-child th,
- table caption + tbody tr:first-child td,
- table colgroup + thead tr:first-child th,
- table colgroup + tbody tr:first-child th,
- table colgroup + tbody tr:first-child td,
- table thead:first-child tr:first-child th,
- table tbody:first-child tr:first-child th,
- table tbody:first-child tr:first-child td {
- border-top: 0;
- }
- table thead:first-child tr:first-child > th:first-child,
- table tbody:first-child tr:first-child > td:first-child,
- table tbody:first-child tr:first-child > th:first-child {
- -webkit-border-top-left-radius: 2px;
- border-top-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- }
- table thead:first-child tr:first-child > th:last-child,
- table tbody:first-child tr:first-child > td:last-child,
- table tbody:first-child tr:first-child > th:last-child {
- -webkit-border-top-right-radius: 2px;
- border-top-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- }
- table thead:last-child tr:last-child > th:first-child,
- table tbody:last-child tr:last-child > td:first-child,
- table tbody:last-child tr:last-child > th:first-child,
- table tfoot:last-child tr:last-child > td:first-child,
- table tfoot:last-child tr:last-child > th:first-child {
- -webkit-border-bottom-left-radius: 2px;
- border-bottom-left-radius: 2px;
- -moz-border-radius-bottomleft: 2px;
- }
- table thead:last-child tr:last-child > th:last-child,
- table tbody:last-child tr:last-child > td:last-child,
- table tbody:last-child tr:last-child > th:last-child,
- table tfoot:last-child tr:last-child > td:last-child,
- table tfoot:last-child tr:last-child > th:last-child {
- -webkit-border-bottom-right-radius: 2px;
- border-bottom-right-radius: 2px;
- -moz-border-radius-bottomright: 2px;
- }
- table tfoot + tbody:last-child tr:last-child td:first-child {
- -webkit-border-bottom-left-radius: 0;
- border-bottom-left-radius: 0;
- -moz-border-radius-bottomleft: 0;
- }
- table tfoot + tbody:last-child tr:last-child td:last-child {
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0;
- -moz-border-radius-bottomright: 0;
- }
- table caption + thead tr:first-child th:first-child,
- table caption + tbody tr:first-child td:first-child,
- table colgroup + thead tr:first-child th:first-child,
- table colgroup + tbody tr:first-child td:first-child {
- -webkit-border-top-left-radius: 2px;
- border-top-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- }
- table caption + thead tr:first-child th:last-child,
- table caption + tbody tr:first-child td:last-child,
- table colgroup + thead tr:first-child th:last-child,
- table colgroup + tbody tr:first-child td:last-child {
- -webkit-border-top-right-radius: 2px;
- border-top-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- }
- table tbody > tr:nth-child(odd) > td,
- table tbody > tr:nth-child(odd) > th {
- background-color: #f9f9f9;
- }
- table tbody tr:hover > td,
- table tbody tr:hover > th {
- background-color: #ffffff;
- }
- code,
- pre {
- padding: 0 3px 2px;
- font-family: 'Roboto Mono', Monaco, Menlo, Consolas, "Courier New", monospace;
- font-size: 11px;
- color: #444444;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- code {
- padding: 2px 4px;
- color: #d14;
- white-space: pre-line;
- background-color: #f7f7f9;
- border: 1px solid #e1e1e8;
- }
- pre {
- display: block;
- padding: 9.5px;
- margin: 14px;
- font-size: 12px;
- line-height: 20px;
- word-break: break-all;
- word-wrap: break-word;
- white-space: pre;
- white-space: pre-wrap;
- background-color: #f5f5f5;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- .toc .section {
- border: none;
- }
- .toc {
- background-color: #F6F6F6;
- padding: 10px;
- padding-top: 0;
- position: fixed;
- overflow-y: auto;
- height: calc(100% - 85px);
- width: 22%;
- }
- .toc > ul {
- margin-top: 50px;
- }
- .toc ul {
- margin-left: 10px;
- list-style: none;
- }
- .toc-filter-container {
- padding-top: 10px;
- background-color: #F6F6F6;
- width: 21%;
- position: fixed;
- }
- .toc-filter {
- width: 100%;
- }
- .note {
- background-color: #fcf8e3;
- border: 1px solid #fbeed5;
- border-left-width: 5px;
- padding: 10px;
- }
- .doc-title {
- position: fixed;
- background-color: #FFF;
- z-index: 1000;
- padding-left: 30px;
- top: 0;
- border-top: 3px solid #287DBD;
- }
- .article {
- padding: 0 30px;
- }
- .article>.titlepage:first-child {
- position: fixed;
- background-color: #FFF;
- z-index: 1000;
- padding-left: 30px;
- top: 0;
- border-top: 3px solid #287DBD;
- width: 100%;
- margin-left: -30px;
- }
- .article>.titlepage:first-child img, .doc-title img {
- width: 115px;
- height: 29px;
- }
- .doc-title h1 {
- margin-top: 8px;
- }
- a.highlighted {
- text-decoration: underline;
- font-weight: bold;
- }
|