Compare commits

...

2 commits

Author SHA1 Message Date
dfd7a51853 Add bibliography styles 2023-03-23 11:25:03 -07:00
4f53688527 Style iframes 2023-03-23 11:24:22 -07:00
2 changed files with 12 additions and 1 deletions

7
assets/sass/csl-bib.sass Normal file
View file

@ -0,0 +1,7 @@
@import "_theme.sass"
.csl-right-inline
margin-left: 1.5em !important
a[href*=citeproc]
vertical-align: super
font-size: .83em

View file

@ -1,6 +1,7 @@
@import "syntax.scss" @import "syntax.scss"
@import "stork.sass" @import "stork.sass"
@import "soudan.sass" @import "soudan.sass"
@import "csl-bib.sass"
@import "_theme.sass" @import "_theme.sass"
@import "_topography.sass" @import "_topography.sass"
@ -72,10 +73,13 @@ a
text-decoration: none text-decoration: none
pre, .page pre, .page
box-shadow: $shadow-size $shadow-size $shadow box-shadow: $shadow-size $shadow-size $shadow
img, button, input[type=submit] img, button, input[type=submit], iframe
max-width: 100% max-width: 100%
box-shadow: $shadow-size $shadow-size $bg0 box-shadow: $shadow-size $shadow-size $bg0
border: 2px solid $bg0 border: 2px solid $bg0
iframe
display: block
margin: auto
header header
h2 h2
margin: 0 margin: 0