Skip to content
Snippets Groups Projects

Resolve "change styles of "bibl" and "bibl-long""

Merged Tillmann Dönicke requested to merge 27-change-styles-of-bibl-and-bibl-long into master
1 file
+ 0
24
Compare changes
  • Side-by-side
  • Inline
@@ -15,30 +15,6 @@
@@ -15,30 +15,6 @@
}
}
/*::::::::::::::::::::::::::::::::::{ METADATA }::::::::::::::::::::::::::::::::*/
.bibl {
cursor: pointer;
display: inline-block;
}
.bibl-long {
border: solid 1px var(--theme-color);
border-radius: 3px;
display: none;
font-size: small;
max-width: fit-content;
padding: 5px;
word-wrap: break-word;
}
.bibl + input[type=checkbox] {
display: none;
}
.bibl + input[type=checkbox]:checked ~ .bibl-long {
display: block;
}
/*::::::::::::::::::::::::::::::::::{ EDXML: ANCHORS & LINKS }::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::{ EDXML: ANCHORS & LINKS }::::::::::::::::::::::::::::::::*/
.column-anchor,
.column-anchor,
.anchor {
.anchor {
Loading