123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- /**
- * Copyright 2015 The Rust Project Developers. See the COPYRIGHT
- * file at the top-level directory of this distribution and at
- * http://rust-lang.org/COPYRIGHT.
- *
- * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
- * http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
- * <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
- * option. This file may not be copied, modified, or distributed
- * except according to those terms.
- */
- /* General structure and fonts */
- body {
- background-color: white;
- color: black;
- }
- h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
- color: black;
- }
- h1.fqn {
- border-bottom-color: #D5D5D5;
- }
- h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
- border-bottom-color: #DDDDDD;
- }
- .in-band {
- background-color: white;
- }
- .invisible {
- background: rgba(0, 0, 0, 0);
- }
- .docblock code, .docblock-short code {
- background-color: #F5F5F5;
- }
- pre {
- background-color: #F5F5F5;
- }
- .sidebar {
- background-color: #F1F1F1;
- }
- .sidebar .current {
- background-color: #fff;
- }
- .source .sidebar {
- background-color: #fff;
- }
- .sidebar .location {
- border-color: #000;
- background-color: #fff;
- color: #333;
- }
- .sidebar .version {
- border-bottom-color: #DDD;
- }
- .sidebar-title {
- border-top-color: #777;
- border-bottom-color: #777;
- }
- .block a:hover {
- background: #F5F5F5;
- }
- .line-numbers span { color: #c67e2d; }
- .line-numbers .line-highlighted {
- background-color: #f6fdb0 !important;
- }
- .docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
- border-bottom-color: #DDD;
- }
- .docblock table {
- border-color: #ddd;
- }
- .docblock table td {
- border-top-color: #ddd;
- border-bottom-color: #ddd;
- }
- .docblock table th {
- border-top-color: #ddd;
- border-bottom-color: #ddd;
- }
- :target { background: #FDFFD3; }
- :target > .in-band {
- background: #FDFFD3;
- }
- .content .method .where,
- .content .fn .where,
- .content .where.fmt-newline {
- color: #4E4C4C;
- }
- .content .highlighted {
- color: #000 !important;
- background-color: #ccc;
- }
- .content .highlighted a, .content .highlighted span { color: #000 !important; }
- .content .highlighted.trait { background-color: #c7b6ff; }
- .content .highlighted.mod,
- .content .highlighted.externcrate { background-color: #afc6e4; }
- .content .highlighted.enum { background-color: #b4d1b9; }
- .content .highlighted.struct { background-color: #e7b1a0; }
- .content .highlighted.union { background-color: #b7bd49; }
- .content .highlighted.fn,
- .content .highlighted.method,
- .content .highlighted.tymethod { background-color: #c6afb3; }
- .content .highlighted.type { background-color: #ffc891; }
- .content .highlighted.foreigntype { background-color: #f5c4ff; }
- .content .highlighted.macro { background-color: #8ce488; }
- .content .highlighted.constant,
- .content .highlighted.static { background-color: #c3e0ff; }
- .content .highlighted.primitive { background-color: #9aecff; }
- .content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
- .content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
- .content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
- .content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
- .content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
- .content span.union, .content a.union, .block a.current.union { color: #767b27; }
- .content span.constant, .content a.constant, .block a.current.constant,
- .content span.static, .content a.static, .block a.current.static { color: #546e8a; }
- .content span.primitive, .content a.primitive, .block a.current.primitive { color: #2c8093; }
- .content span.externcrate,
- .content span.mod, .content a.mod, .block a.current.mod { color: #4d76ae; }
- .content span.trait, .content a.trait, .block a.current.trait { color: #7c5af3; }
- .content span.fn, .content a.fn, .block a.current.fn,
- .content span.method, .content a.method, .block a.current.method,
- .content span.tymethod, .content a.tymethod, .block a.current.tymethod,
- .content .fnname { color: #9a6e31; }
- pre.rust .comment { color: #8E908C; }
- pre.rust .doccomment { color: #4D4D4C; }
- nav {
- border-bottom-color: #e0e0e0;
- }
- nav.main .current {
- border-top-color: #000;
- border-bottom-color: #000;
- }
- nav.main .separator {
- border: 1px solid #000;
- }
- a {
- color: #000;
- }
- .docblock a, .docblock-short a, .stability a {
- color: #3873AD;
- }
- a.test-arrow {
- color: #f5f5f5;
- }
- .collapse-toggle {
- color: #999;
- }
- .search-input {
- color: #555;
- box-shadow: 0 0 0 1px #e0e0e0, 0 0 0 2px transparent;
- background-color: white;
- }
- .search-input:focus {
- border-color: #66afe9;
- }
- .stab.unstable { background: #FFF5D6; border-color: #FFC600; }
- .stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
- .stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
- .module-item .stab {
- color: #000;
- }
- #help > div {
- background: #e9e9e9;
- border-color: #bfbfbf;
- }
- .since {
- color: grey;
- }
- tr.result span.primitive::after {
- color: black;
- }
- .line-numbers :target { background-color: transparent; }
- /* Code highlighting */
- pre.rust .kw { color: #8959A8; }
- pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
- pre.rust .number, pre.rust .string { color: #718C00; }
- pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val,
- pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
- pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
- pre.rust .lifetime { color: #B76514; }
- pre.rust .question-mark {
- color: #ff9011;
- }
- a.test-arrow {
- background-color: rgba(78, 139, 202, 0.2);
- }
- a.test-arrow:hover{
- background-color: #4e8bca;
- }
- .toggle-label {
- color: #999;
- }
- :target > code {
- background: #FDFFD3;
- }
- pre.compile_fail {
- border-left: 2px solid rgba(255,0,0,.4);
- }
- pre.compile_fail:hover, .information:hover + pre.compile_fail {
- border-left: 2px solid #f00;
- }
- pre.ignore {
- border-left: 2px solid rgba(255,142,0,.4);
- }
- pre.ignore:hover, .information:hover + pre.ignore {
- border-left: 2px solid #ff9200;
- }
- .tooltip.compile_fail {
- color: rgba(255,0,0,.3);
- }
- .information > .compile_fail:hover {
- color: #f00;
- }
- .tooltip.ignore {
- color: rgba(255,142,0,.3);
- }
- .information > .ignore:hover {
- color: rgba(255,142,0,1);
- }
- .search-failed > a {
- color: #0089ff;
- }
- .tooltip .tooltiptext {
- background-color: black;
- color: #fff;
- }
- .tooltip .tooltiptext::after {
- border-color: transparent black transparent transparent;
- }
- .important-traits .tooltip .tooltiptext {
- background-color: white;
- color: black;
- border-color: black;
- }
- #titles > div {
- border-bottom-color: #ccc;
- }
- #titles > div.selected {
- border-bottom-color: #0078ee;
- }
- #titles > div:hover {
- border-bottom-color: #0089ff;
- }
- #titles > div > div.count {
- color: #888;
- }
- .modal {
- background-color: rgba(0,0,0,0.3);
- }
- .modal-content {
- background-color: #eee;
- border-color: #999;
- }
- .modal-content > .close {
- background-color: #eee;
- border-color: #999;
- }
- .modal-content > .close:hover {
- background-color: #ff1f1f;
- color: white;
- }
- .modal-content > .whiter {
- background-color: #eee;
- }
- .modal-content > .close:hover + .whiter {
- background-color: #ff1f1f;
- }
- @media (max-width: 700px) {
- .sidebar-menu {
- background-color: #F1F1F1;
- border-bottom-color: #e0e0e0;
- border-right-color: #e0e0e0;
- }
- .sidebar-elems {
- background-color: #F1F1F1;
- border-right-color: #000;
- }
- #sidebar-filler {
- background-color: #F1F1F1;
- border-bottom-color: #e0e0e0;
- }
- }
- kbd {
- color: #000;
- background-color: #fafbfc;
- border-color: #d1d5da;
- border-bottom-color: #c6cbd1;
- box-shadow-color: #c6cbd1;
- }
- #theme-picker {
- border-color: #e0e0e0;
- background-color: #fff;
- }
- #theme-picker:hover, #theme-picker:focus {
- border-color: #717171;
- }
- #theme-choices {
- border-color: #ccc;
- background-color: #fff;
- }
- #theme-choices > button:not(:first-child) {
- border-top-color: #e0e0e0;
- }
- #theme-choices > button:hover, #theme-choices > button:focus {
- background-color: #eee;
- }
- @media (max-width: 700px) {
- #theme-picker {
- background: #fff;
- }
- }
|