X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=dfd6b9a1462c5ba3b6b722ab07f78b888011e649;hb=a474ae28d3820854e9a8d8ea5b9f3a44b06fa737;hp=608a4e80fb0c16d0f0cc3c99877dbcbed6ad94ec;hpb=7f4b6e051c62c14eef3de12982429fba2afe3779;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 608a4e8..dfd6b9a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,30 @@ textarea { color: rgb(255, 172, 0); } +#sone a.link { + cursor: pointer; +} + +#sone a.internet { + 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; } @@ -69,10 +93,6 @@ textarea { float: right; } -#sone #notification-area .notification > div { - display: inline; -} - #sone #notification-area .notification .post-count { margin-left: 1ex; } @@ -177,7 +197,7 @@ textarea { min-height: 48px; } -#sone .post .author { +#sone .post .author, #sone .post .recipient { display: inline; font-weight: bold; } @@ -335,10 +355,6 @@ textarea { background-color: #ffffa0; } -#sone .sone .id { - display: none; -} - #sone .sone .profile-link { display: block; } @@ -428,6 +444,10 @@ textarea { color: #888; } +#sone #tail #version-information { + margin-top: 1em; +} + #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; }