asteroid/bibi/resources/scripts/bibi.book.scss

66 lines
916 B
SCSS
Raw Normal View History

2023-12-28 06:39:56 +00:00
/*! 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;
}
}
}
}