@xiee/utils
Version:
Miscellaneous tools and utilities to manipulate HTML pages
29 lines (28 loc) • 483 B
CSS
/* mainly for litedown::pkg_manual() */
.table-full {
width: 100%;
td {
vertical-align: baseline;
& > p {
&:first-child { margin-top: 0; }
&:last-child { margin-bottom: 0; }
}
}
}
code.fade::before {
content: "🚫";
float: right;
font-size: 1.5em;
line-height: 1;
}
@media only screen {
body:not(.pagesjs) pre:not([class]) {
max-height: 300px;
overflow-y: auto;
}
}
.orcid {
width: 1em;
height: 1em;
vertical-align: middle;
}