X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=6a7eeac68add91994bc46bf93096e1c2cf939bc3;hb=7815943b9ecc1199e11dd8be9736d6f3e892118e;hp=c978cf26e2fbbce0fcbd6f94ac37d5d297a3d1ea;hpb=60f72f66fe1537b0aaaf9aa6cb77edcfada01ef2;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index c978cf2..6a7eeac 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -53,6 +53,22 @@ textarea { color: rgb(255, 0, 0); } +#sone a.internet:before { + content: '⚠ '; +} + +#sone a.freenet:before { + content: '» '; +} + +#sone a.freenet-trusted { + color: rgb(0, 128, 0); +} + +#sone a.freenet-trusted:before { + content: '★ '; +} + #sone a img { border: none; } @@ -73,10 +89,6 @@ textarea { float: right; } -#sone #notification-area .notification > div { - display: inline; -} - #sone #notification-area .notification .post-count { margin-left: 1ex; }