book/ferris.css

46 lines
726 B
CSS
Raw Normal View History

2018-08-28 04:02:40 +00:00
body.light .does_not_compile,
body.light .panics,
2018-08-28 05:01:32 +00:00
body.light .not_desired_behavior,
2018-08-28 04:02:40 +00:00
body.rust .does_not_compile,
2018-08-28 05:01:32 +00:00
body.rust .panics,
body.rust .not_desired_behavior {
2018-08-28 04:02:40 +00:00
background: #fff1f1;
}
body.coal .does_not_compile,
body.coal .panics,
2018-08-28 05:01:32 +00:00
body.coal .not_desired_behavior,
2018-08-28 04:02:40 +00:00
body.navy .does_not_compile,
body.navy .panics,
2018-08-28 05:01:32 +00:00
body.navy .not_desired_behavior,
2018-08-28 04:02:40 +00:00
body.ayu .does_not_compile,
2018-08-28 05:01:32 +00:00
body.ayu .panics,
body.ayu .not_desired_behavior {
2018-08-28 04:02:40 +00:00
background: #501f21;
}
2021-08-15 07:30:50 +00:00
.ferris-container {
2018-08-28 04:02:40 +00:00
position: absolute;
z-index: 99;
right: 5px;
top: 30px;
2021-08-15 07:30:50 +00:00
}
.ferris {
vertical-align: top;
margin-left: 0.2em;
height: auto;
2021-08-15 07:30:50 +00:00
}
.ferris-large {
width: 4.5em;
}
.ferris-small {
width: 2.3em;
2018-08-28 04:02:40 +00:00
}
.ferris-explain {
width: 100px;
}