summaryrefslogtreecommitdiffstats
path: root/target/doc/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'target/doc/main.css')
-rw-r--r--target/doc/main.css158
1 files changed, 5 insertions, 153 deletions
diff --git a/target/doc/main.css b/target/doc/main.css
index e076464..42d0ec7 100644
--- a/target/doc/main.css
+++ b/target/doc/main.css
@@ -31,10 +31,6 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background-color: white;
}
-.invisible {
- background: rgba(0, 0, 0, 0);
-}
-
.docblock code, .docblock-short code {
background-color: #F5F5F5;
}
@@ -60,15 +56,6 @@ pre {
color: #333;
}
-.sidebar .version {
- border-bottom-color: #DDD;
-}
-
-.sidebar-title {
- border-top-color: #777;
- border-bottom-color: #777;
-}
-
.block a:hover {
background: #F5F5F5;
}
@@ -102,12 +89,6 @@ pre {
background: #FDFFD3;
}
-.content .method .where,
-.content .fn .where,
-.content .where.fmt-newline {
- color: #4E4C4C;
-}
-
.content .highlighted {
color: #000 !important;
background-color: #ccc;
@@ -123,7 +104,6 @@ pre {
.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; }
@@ -132,7 +112,6 @@ pre {
.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,
@@ -171,41 +150,30 @@ 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;;
+}
+
+#help dt {
border-color: #bfbfbf;
+ background: #fff;
}
.since {
color: grey;
}
-tr.result span.primitive::after {
- color: black;
-}
-
.line-numbers :target { background-color: transparent; }
/* Code highlighting */
@@ -267,119 +235,3 @@ pre.ignore:hover, .information:hover + pre.ignore {
.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;
- }
-}