Use straight logo, show desaturated logo when no Sone is logged in.
[Sone.git] / src / main / resources / static / css / sone.css
index b0d0691..5a4b009 100644 (file)
        color: rgb(28, 131, 191);
 }
 
-#sone #profile .picture {
+#sone #profile.online .picture {
        float: left;
+       background-image: url("../images/sone.png");
+       width: 80px;
+       height: 80px;
+}
+
+#sone #profile.offline .picture {
+       float: left;
+       background-image: url("../images/sone-offline.png");
+       width: 80px;
+       height: 80px;
+}
+
+#sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {
+       display: none;
 }
 
 #sone #profile .edit-profile-link {