mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 14:10:27 +00:00
66 lines
916 B
SCSS
66 lines
916 B
SCSS
|
/*! Bibi Book Style */
|
||
|
|
||
|
html, body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: none 0;
|
||
|
}/*
|
||
|
|
||
|
html.bibi-vertical-text { &, & body {
|
||
|
max-height: 100%;
|
||
|
}}
|
||
|
|
||
|
html.bibi-horizontal-text { &, & body {
|
||
|
max-width: 100%;
|
||
|
}}
|
||
|
|
||
|
html {
|
||
|
overflow: hidden;
|
||
|
}*/
|
||
|
|
||
|
html {
|
||
|
img.bibi-spine-item-image {
|
||
|
display: block;
|
||
|
margin: 0;
|
||
|
border: none 0;
|
||
|
padding: 0;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
html.bibi-columned {
|
||
|
img, svg, video, picture, image, iframe {
|
||
|
break-inside: avoid;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
html.bibi-flick-active {
|
||
|
&.bibi-flick-hot { user-select: none; }
|
||
|
img {
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
html.bibi-with-gutters {
|
||
|
> head {
|
||
|
display: block;
|
||
|
> *:not(bibi-neck) { display: none; }
|
||
|
> bibi-neck {
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
z-index: -99999999999;
|
||
|
margin: 0;
|
||
|
border: none 0;
|
||
|
padding: 0;
|
||
|
> bibi-throat {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
margin: 0;
|
||
|
border: none 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|