X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=fb7587f101f5a10c0b1a5247d9798ea0c8d3642e;hb=f0ee21d46819b4e242e9876bde3cfa911ad3a910;hp=7682859049b46bd3049cc93fb7b3dac90e75ccb9;hpb=fbc4cd017e9453094a63f92a87951caa31d8de71;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 7682859..fb7587f 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,25 @@ textarea { color: rgb(255, 172, 0); } +#sone #notification-area { + margin-bottom: 1em; +} + +#sone #notification-area .notification { + padding: 1ex; + border: solid 1px #ccc; + background-color: #ffffa0; + margin-bottom: 1ex; +} + +#sone #notification-area .notification > div { + display: inline; +} + +#sone #notification-area .notification .post-count { + margin-left: 1ex; +} + #sone #plugin-warning { border: solid 0.5em red; padding: 0.5em; @@ -216,6 +235,10 @@ textarea { cursor: pointer; } +#sone .post .replies .click-to-show.new { + background-color: #ffffa0; +} + #sone .post .reply > .avatar { position: absolute; } @@ -234,6 +257,10 @@ textarea { padding: 1ex; } +#sone .post .reply.new { + background-color: #ffffa0; +} + #sone .post .reply .time { float: none; display: inline; @@ -276,12 +303,12 @@ textarea { #sone .post .create-reply input[type=text] { margin-left: 0.5ex; - width: 45em; + width: 44em; } #sone .post .create-reply textarea { margin-left: 0.5ex; - width: 45em; + width: 44em; height: 4em; }