Display trust values a bit more concise.
[Sone.git] / src / main / resources / static / css / sone.css
index e34fadb..ec5d1c0 100644 (file)
@@ -49,6 +49,14 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#sone a.internet {
+       color: rgb(255, 0, 0);
+}
+
+#sone a img {
+       border: none;
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }
@@ -173,7 +181,20 @@ textarea {
        min-height: 48px;
 }
 
-#sone .post .author {
+#sone .trust {
+       font-size: 85%;
+       text-align: center;
+}
+
+#sone .trust .explicit {
+       color: rgb(0, 128, 0);
+}
+
+#sone .trust .implicit {
+       color: rgb(128, 128, 128);
+}
+
+#sone .post .author, #sone .post .recipient {
        display: inline;
        font-weight: bold;
 }
@@ -331,10 +352,6 @@ textarea {
        background-color: #ffffa0;
 }
 
-#sone .sone .id {
-       display: none;
-}
-
 #sone .sone .profile-link {
        display: block;
 }