X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=data%2Fweb-static%2Fcss%2Fmain.css;h=2351c526bcceb9ae0786e40c40d93d01041a5ce9;hp=f9e9cd06aeecfebc421fa4126f75830af062033b;hb=ec044e4616984614a07d540a76ee8586bca4be99;hpb=0ea9e56921f887613da5472f12c1e2ae229cb829 diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index f9e9cd0..2351c52 100644 --- a/data/web-static/css/main.css +++ b/data/web-static/css/main.css @@ -26,6 +26,26 @@ body { font-size: 12pt; } +span.pre-ish { + font-size: 12pt; + white-space: pre-wrap; +} + +ul { + margin-top: .25em; + margin-bottom: .25em; + padding: 0px; + list-style: none; +} + +ul li:before { + content: "*"; + margin-right: 1ch; + margin-left: 1ch; + font-weight: bold; +} + + #stream-metabox { flex-direction: column; display: flex; @@ -42,7 +62,7 @@ body { /* Alignment hack: http://stackoverflow.com/a/37515194 -*/ +*/ #stream-metabox > :first-child { margin-top: auto !important; } @@ -73,6 +93,12 @@ body { margin-bottom: 0px; } + +.self-sent { + color: #494949; + border-left-color: #b4b4b4; +} + #input-metabox { @@ -84,7 +110,7 @@ body { padding: 15px; } -input { +#input-metabox input { border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px;