Improve formatting of known Sones.
[Sone.git] / src / main / resources / static / css / sone.css
index a03f618..1c49416 100644 (file)
        display: none;
 }
 
-#sone a {
-       color: inherit;
+#sone a, #sone a:link, #sone a:visited {
+       color: rgb(28, 131, 191);
+       font-size: inherit;
        text-decoration: none;
 }
 
-#sone a:visited {
-       color: inherit;
+#sone a:active, #sone a:hover {
+       color: rgb(255, 172, 0);
 }
 
 #sone #sidebar {
 
 #sone .profile-link {
        font-weight: bold;
-       color: #23e;
+       color: rgb(28, 131, 191);
 }
 
 #sone #profile .picture {
        float: left;
 }
 
+#sone #profile .edit-profile-link {
+       font-size: 85%;
+}
+
 #sone .nice-name {
        font-weight: bold;
 }
@@ -66,6 +71,7 @@
 
 #sone .post .text {
        display: inline;
+       white-space: pre-wrap;
 }
 
 #sone .post .status-line {
 
 #sone .post .show-reply-form {
        display: inline;
+       color: rgb(28, 131, 191);
+       cursor: pointer;
+}
+
+#sone .post .show-reply-form:hover {
+       color: rgb(255, 172, 0);
 }
 
 #sone .post .show-reply-form:before {
        display: none;
 }
 
+#sone #known-sones .profile-link {
+       display: inline;
+}
+
+#sone #known-sones .request-uri {
+       display: inline;
+}
+
+#sone #known-sones form.block button, #sone #known-sones form.unblock button {
+       display: inline;
+       color: rgb(28, 131, 191);
+       background: none;
+       border: none;
+       font: inherit;
+       padding: 0px;
+}
+
+#sone #known-sones form.block button:hover, #sone #known-sones form.unblock button:hover {
+       display: inline;
+       color: rgb(255, 172, 0);
+}
+
+#sone #known-sones form {
+       display: inline;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;