X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/08d93db6b9653bd4e5a4dbe6f5d6e54ea469248d..ea39cfbe2bcedcc63c7d14bb0643064c5399e7a1:/static/style.css diff --git a/static/style.css b/static/style.css index f236c92..6dfa97e 100644 --- a/static/style.css +++ b/static/style.css @@ -5,28 +5,43 @@ body { padding: 2em; } -nav, main, footer { +header, nav, main, footer { margin: auto; max-width: 38rem; } -nav { - font-size: 0.84em; +body > header { + margin-bottom: 0.25em; +} +body > header h1 { + margin: 0; + font-size: 100%; +} +header a { + color: inherit; +} +nav ul { + margin: 0; + padding: 0; +} +nav li { + display: inline; + text-transform: lowercase; } -main { - margin-bottom: 2em; +nav li + li { + margin-left: 0.5em; } -p { - margin: 1em 0; +nav a { + color: #333; } -header { +nav, main { margin-bottom: 1.5em; } header >:not(h1) { font-size: 0.875em; } -header > p { - margin: 0; +header > h1 + p { + margin-top: -1em; } footer { border-top: 1px solid #bbb; @@ -40,10 +55,6 @@ footer p { h1 { font-size: 1.5em; } -h1 + address { - margin-top: 0.75em; -} - h2 { font-size: 1.25em; } @@ -52,16 +63,15 @@ h3 { } a { - color: #004caa; - padding: 0.3em 0; - text-decoration: underline #ccc; + color: #036; } +/* a:hover, a:focus { - text-decoration: underline #666; + color: #005a6a; } +*/ a:active { - color: #a10029; - outline: 0; + outline-offset: 2px; } h4 { @@ -91,16 +101,42 @@ 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: #f3f3f3; + 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; } code { - font: 1.15em monospace; text-transform: none; padding: .2em .3em; } @@ -114,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; } @@ -136,53 +176,23 @@ table td:last-child { text-align: right; } -dt { - margin-bottom: 0.15em; -} -dd { - font-size: 0.875em; - margin-left: 1.5em; - margin-bottom: 0.75em; -} -dd:last-child { - margin-bottom: 1em; -} -small { +small, dd, .small, .bibtexnumber, .bibtexitem, .bibtex2html { font-size: 0.875em; } .muted { color: #666; } -.inbox { +.inbox, .bibtex2html { margin-top: 2em; } - -ul, ol { - list-style: none; - padding-left: 1.5em; - position: relative; +.justify { + text-align: justify; } -li { +li, dd { margin-bottom: 0.25em; } -ul > li::before { - content: '•'; - position: absolute; - left: 0.5em; -} - -h2 + ul, h2 + dl, h2 + table, h1 + table, pre + h2 { - margin-top: 1em; -} -table + h2, h2 + h3, ul + h3 { - margin-top: 0.7em; -} -p + table { - margin-top: -0.3em; -} - .feed-icon { margin-right: 3px } @@ -191,19 +201,11 @@ p + table { position: relative; top: 2px } - -.tag-list { - padding-left: 0; -} -.tag-list li { - margin-right: 0.75em; - white-space: nowrap; +.smly { display: inline-block; + transform: rotate(90deg); + margin-left: 0.2em; } -.tag-list > li::before { - content: ''; +.warn { + color: #a10029; } - -sup, sub { font-size: 0.85em; } -sup { vertical-align: super; } -sub { vertical-align: sub; }