X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=data%2Fweb-static%2Fcss%2Fmain.css;h=2bda6fc5f19a0dec0cb07e716df7ca9a25060d8b;hp=46ed206f4b610e9143df4720fee5f39ee9b93cce;hb=3d8191bd9806c3affa781dadd14b3c91d42f3e6f;hpb=927cbc4bea1116fca397741d0031aef0f7eb040b diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index 46ed206..2bda6fc 100644 --- a/data/web-static/css/main.css +++ b/data/web-static/css/main.css @@ -26,6 +26,25 @@ body { font-size: 12pt; } +span.pre-ish { + font-size: 12pt; + white-space: pre-wrap; +} + +ul { + margin-top: .25em; + margin-bottom: .25em; + padding-left: 2ch; + list-style: none; +} + +ul li:before { + content: "\2022"; + margin-right: 1ch; + font-weight: bold; +} + + #stream-metabox { flex-direction: column; display: flex; @@ -73,6 +92,19 @@ body { margin-bottom: 0px; } + +.self-sent { + color: #494949; + border-left-color: #b4b4b4; +} + +#connection-status.connected { + color: #88be7e; +} + +#connection-status.disconnected { + color: #be8b7e; +} #input-metabox { @@ -84,7 +116,7 @@ body { padding: 15px; } -input { +#input-metabox input { border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px;