Add a notification area.
[Sone.git] / src / main / resources / static / css / sone.css
index 22e411b..5f3e938 100644 (file)
@@ -49,6 +49,10 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#sone #notification-area {
+       margin-bottom: 1em;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -67,16 +71,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 {
@@ -133,6 +131,11 @@ textarea {
        clear: both;
 }
 
+#sone .post.new {
+       background-color: #ffffa0;
+       padding-left: 1ex;
+}
+
 #sone .post.last {
        padding: 1ex 0px;
        border-bottom: none;
@@ -210,6 +213,17 @@ textarea {
        padding-top: 0.2ex;
 }
 
+#sone .post .replies .click-to-show {
+       background-color: #f0f0ff;
+       font-size: 85%;
+       padding: 0.5em;
+       cursor: pointer;
+}
+
+#sone .post .replies .click-to-show.new {
+       background-color: #ffffa0;
+}
+
 #sone .post .reply > .avatar {
        position: absolute;
 }
@@ -228,6 +242,10 @@ textarea {
        padding: 1ex;
 }
 
+#sone .post .reply.new {
+       background-color: #ffffa0;
+}
+
 #sone .post .reply .time {
        float: none;
        display: inline;
@@ -270,12 +288,12 @@ textarea {
 
 #sone .post .create-reply input[type=text] {
        margin-left: 0.5ex;
-       width: 50em;
+       width: 44em;
 }
 
 #sone .post .create-reply textarea {
        margin-left: 0.5ex;
-       width: 50em;
+       width: 44em;
        height: 4em;
 }
 
@@ -295,6 +313,10 @@ textarea {
        background-color: #f0fff0;
 }
 
+#sone .sone.new {
+       background-color: #ffffa0;
+}
+
 #sone .sone .id {
        display: none;
 }
@@ -378,16 +400,12 @@ textarea {
 #sone #tail {
        margin-top: 1em;
        border-top: solid 1px #ccc;
-       padding-top: 1em;
+       padding-top: 2em;
        text-align: center;
        font-size: 75%;
        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;
 }