X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/505a94190f4aba9404b7c9d95444bfa0a14925ec..8c1ba2f235553b96215e157a4b686d0dd626d100:/static/style.css diff --git a/static/style.css b/static/style.css index 8d43f66..4031953 100644 --- a/static/style.css +++ b/static/style.css @@ -101,6 +101,15 @@ article h3 { bottom: 0.05em; } +.center-text { + text-align: center; +} + +blockquote#abstract { + font-size: 0.95em; + text-align: justify; +} + pre, code { background: #f6f6f6; font: 1.15em monospace; @@ -124,6 +133,10 @@ em { table td { padding: 0.125em 0.3em; } +#pubs td { + padding-top: 0.4em; + padding-bottom: 0.4em; +} table td:first-child { padding-left: 0; } @@ -146,13 +159,13 @@ 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; }