X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/505a94190f4aba9404b7c9d95444bfa0a14925ec..ea39cfbe2bcedcc63c7d14bb0643064c5399e7a1:/static/style.css diff --git a/static/style.css b/static/style.css index 8d43f66..6dfa97e 100644 --- a/static/style.css +++ b/static/style.css @@ -101,11 +101,37 @@ article h3 { bottom: 0.05em; } +.center-text { + text-align: center; +} + +sup, sub { + position: relative; + top: -0.4em; + vertical-align: baseline; +} +sub { + top: 0.4em; +} + +blockquote#abstract { + font-size: 0.95em; + text-align: justify; +} + pre, code { background: #f6f6f6; font: 1.15em monospace; +} +pre { + display: inline-block; + margin: 0.5em 0; + min-width: 100%; padding: 1em; } +pre:first-of-type { + margin-top: 0; +} pre > code { padding: 0; background: initial; @@ -124,6 +150,10 @@ em { table td { padding: 0.125em 0.3em; } +#publications td { + padding-top: 0.4em; + padding-bottom: 0.4em; +} table td:first-child { padding-left: 0; } @@ -146,15 +176,18 @@ table td:last-child { text-align: right; } -small, dd { +small, dd, .small, .bibtexnumber, .bibtexitem, .bibtex2html { font-size: 0.875em; } .muted { color: #666; } -.inbox { +.inbox, .bibtex2html { margin-top: 2em; } +.justify { + text-align: justify; +} li, dd { margin-bottom: 0.25em;