X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=cgilite%2Fcommon.css;h=61d8caa8f421f3b05883be3784b11969280b818a;hb=7869c996fdf354957769380076ffe9bf4a6ceeea;hp=65c28f3ad459283c2fd026e072fdb6b430b8fc44;hpb=d5f49dcedc32f9eaa2932c0a9e9bf5ffbc92cab9;p=shellwiki diff --git a/cgilite/common.css b/cgilite/common.css index 65c28f3..61d8caa 100644 --- a/cgilite/common.css +++ b/cgilite/common.css @@ -47,8 +47,19 @@ b, strong { font-weight: bolder; } tt, code, var, samp, kbd { font-family: monospace; } kbd { font-style: italic; } -ul, ol { margin-left: 1.125em; } +blockquote { + background-color: #EEE; + margin: .5em 0; + padding: 1em 2em; + white-space: pre-line; +} + +ul, ol { padding-left: 1.5em; } dl dt { font-weight: bolder; } +dl dd { + margin: 0 2em; + background-color: #EEE; +} table th { font-weight: bold; } li p + ul, li p + ol { @@ -168,4 +179,8 @@ input[type=radio].tab ~ *.tab { box-shadow: .125em .125em .125em #888; } +/* Markdown line-block */ +.line-block { white-space: pre-wrap; } +.line-block br { display: none; } + /* ======= End Common Styles ======= */