X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=2883b2b3915dcdea5546606df2dfbf425da84b37;hb=9d6d5b931a06c899309c58fed03084f6e6f699e8;hp=92504105674b35d89d03d7e99df0b4f5285bf718;hpb=b71eaa8ad23db76b1c3873e8d081698061b7a1c2;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 9250410..2883b2b 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -67,16 +67,10 @@ textarea { #sone #profile.online .picture { position: absolute; - background-image: url("../images/sone.png"); - width: 80px; - height: 80px; } #sone #profile.offline .picture { position: absolute; - background-image: url("../images/sone-offline.png"); - width: 80px; - height: 80px; } #sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link { @@ -210,6 +204,13 @@ textarea { padding-top: 0.2ex; } +#sone .post .replies .click-to-show { + background-color: #f0f0ff; + font-size: 85%; + padding: 0.5em; + cursor: pointer; +} + #sone .post .reply > .avatar { position: absolute; } @@ -295,6 +296,10 @@ textarea { background-color: #f0fff0; } +#sone .sone.new { + background-color: #ffffa0; +} + #sone .sone .id { display: none; } @@ -384,10 +389,6 @@ textarea { color: #888; } -#sone #import-key .import-key { - border-top: none; -} - #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; }