Show markers for Sone statuses.
[Sone.git] / src / main / resources / static / css / sone.css
index 26286b0..cc94ce0 100644 (file)
@@ -13,7 +13,7 @@
 /* now for the real stuff. */
 
 #sone {
-       width: 50em;
+       width: 68em;
        margin: auto;
 }
 
@@ -27,7 +27,7 @@
        text-decoration: none;
 }
 
-#sone a:active {
+#sone a:active, #sone a:hover {
        color: rgb(255, 172, 0);
 }
 
        cursor: pointer;
 }
 
+#sone .post .show-reply-form:hover {
+       color: rgb(255, 172, 0);
+}
+
 #sone .post .show-reply-form:before {
        content: ' ‧ ';
 }
        display: none;
 }
 
+#sone .sone .profile-link {
+       display: inline;
+}
+
+#sone .sone .request-uri {
+       display: inline;
+}
+
+#sone .sone .download-marker, #sone .sone .insert-marker, #sone .sone .idle-marker {
+       display: inline;
+}
+
+#sone .sone.idle .download-marker, #sone .sone.idle .insert-marker {
+       display: none;
+}
+
+#sone .sone.downloading .insert-marker, #sone .sone.downloading .idle-marker {
+       display: none;
+}
+
+#sone .sone.inserting .download-marker, #sone .sone.inserting .idle-marker {
+       display: none;
+}
+
+#sone .sone .modified-marker {
+       display: none;
+}
+
+#sone .sone.modified .modified-marker {
+       display: inline;
+}
+
+#sone .sone .last-update {
+       display: inline;
+}
+
+#sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button {
+       display: inline;
+       color: rgb(28, 131, 191);
+       background: none;
+       border: none;
+       font: inherit;
+       padding: 0px;
+}
+
+#sone .sone form.block button:hover, #sone .sone form.unblock button:hover, #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover {
+       display: inline;
+       color: rgb(255, 172, 0);
+}
+
+#sone .sone form {
+       display: inline;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;