1
0
Fork 0
quartz/quartz/styles/custom.scss

51 lines
1.5 KiB
SCSS

@use "./base.scss";
@use "./wiki.scss";
// put your custom CSS here!
@media (min-width: 600px) {
.book > p > img:first-child {
float: right;
margin-left: 2em;
}
}
li.section-li > .section {
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: flex-start;
margin: 1em;
}
li.section-li > .section > .meta {
flex-basis: unset;
font-size: x-small;
}
ul.section-ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.section-li > .section > .tags {
font-size: small;
}
a.internal {
background-color: unset;
}
.callout {
&[data-callout="statblock"] {
--color: #db4242;
--border: #db424244;
--bg: #db424210;
--callout-icon: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g><path fill="none" d="M0 0h24v24H0z"/><path fill-rule="nonzero" d="M17.457 3L21 3.003l.002 3.523-5.467 5.466 2.828 2.829 1.415-1.414 1.414 1.414-2.474 2.475 2.828 2.829-1.414 1.414-2.829-2.829-2.475 2.475-1.414-1.414 1.414-1.415-2.829-2.828-2.828 2.828 1.415 1.415-1.414 1.414-2.475-2.475-2.829 2.829-1.414-1.414 2.829-2.83-2.475-2.474 1.414-1.414 1.414 1.413 2.827-2.828-5.46-5.46L3 3l3.546.003 5.453 5.454L17.457 3zm-7.58 10.406L7.05 16.234l.708.707 2.827-2.828-.707-.707zm9.124-8.405h-.717l-4.87 4.869.706.707 4.881-4.879v-.697zm-14 0v.7l11.241 11.241.707-.707L5.716 5.002l-.715-.001z"/></g></svg>');
}
}
.popover-inner > * .breadcrumb-container {
display: none;
}