summaryrefslogtreecommitdiffstats
path: root/src/doc/book/ferris.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/book/ferris.css')
-rw-r--r--src/doc/book/ferris.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/doc/book/ferris.css b/src/doc/book/ferris.css
new file mode 100644
index 000000000..fb4a553ff
--- /dev/null
+++ b/src/doc/book/ferris.css
@@ -0,0 +1,45 @@
+body.light .does_not_compile,
+body.light .panics,
+body.light .not_desired_behavior,
+body.rust .does_not_compile,
+body.rust .panics,
+body.rust .not_desired_behavior {
+ background: #fff1f1;
+}
+
+body.coal .does_not_compile,
+body.coal .panics,
+body.coal .not_desired_behavior,
+body.navy .does_not_compile,
+body.navy .panics,
+body.navy .not_desired_behavior,
+body.ayu .does_not_compile,
+body.ayu .panics,
+body.ayu .not_desired_behavior {
+ background: #501f21;
+}
+
+.ferris-container {
+ position: absolute;
+ z-index: 99;
+ right: 5px;
+ top: 30px;
+}
+
+.ferris {
+ vertical-align: top;
+ margin-left: 0.2em;
+ height: auto;
+}
+
+.ferris-large {
+ width: 4.5em;
+}
+
+.ferris-small {
+ width: 2.3em;
+}
+
+.ferris-explain {
+ width: 100px;
+}