X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=data%2Fweb-static%2Fcss%2Fmain.css;h=e965980607836f3cde9a33b92283984f29c9bc38;hp=308a556f1ded375d1228cd2d23cc520a3e7f5640;hb=25c34496ce23be265460bc4c95cba6036ff577a2;hpb=829df0120213f2bf7420b8ae153e761feb675106 diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index 308a556..e965980 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: "\2022"; + margin-right: 1ch; + margin-left: 1ch; + font-weight: bold; +} + + #stream-metabox { flex-direction: column; display: flex; @@ -79,6 +99,13 @@ body { border-left-color: #b4b4b4; } +#connection-status.connected { + color: #88be7e; +} + +#connection-status.disconnected { + color: #be8b7e; +} #input-metabox { @@ -90,7 +117,7 @@ body { padding: 15px; } -input { +#input-metabox input { border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px;