Merge branch 'release-0.3.6.3'
[Sone.git] / src / main / resources / static / css / sone.css
index 608a4e8..6a7eeac 100644 (file)
@@ -49,6 +49,26 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#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 +89,6 @@ textarea {
        float: right;
 }
 
-#sone #notification-area .notification > div {
-       display: inline;
-}
-
 #sone #notification-area .notification .post-count {
        margin-left: 1ex;
 }
@@ -177,7 +193,7 @@ textarea {
        min-height: 48px;
 }
 
-#sone .post .author {
+#sone .post .author, #sone .post .recipient {
        display: inline;
        font-weight: bold;
 }
@@ -335,10 +351,6 @@ textarea {
        background-color: #ffffa0;
 }
 
-#sone .sone .id {
-       display: none;
-}
-
 #sone .sone .profile-link {
        display: block;
 }