Make avatar configurable.
[Sone.git] / src / main / resources / static / css / sone.css
index f782b76..fc09d95 100644 (file)
@@ -294,6 +294,13 @@ textarea {
        position: absolute;
 }
 
+#sone .post-avatar {
+       display: inline-block;
+       width: 48px;
+       height: 48px;
+       overflow: hidden;
+}
+
 #sone .post > .inner-part {
        margin-left: 48px;
        padding-left: 0.5em;
@@ -684,14 +691,20 @@ textarea {
        width: 95%;
 }
 
+#sone .image .album-sone {
+       font-size: 80%;
+}
+
 #sone .image .image-title, #sone .album .album-title {
        font-weight: bold;
 }
 
 #sone .image .image-description, #sone .album .album-description {
        text-align: left;
-       width: 195px;
+       width: 98%;
        word-wrap: break-word;
+       max-height: 5em;
+       overflow: auto;
 }
 
 #sone .backlinks .separator {
@@ -810,3 +823,16 @@ textarea {
 #sone #sort-options {
        margin-bottom: 1em;
 }
+
+#sone ul#avatar-selection {
+       padding: 0;
+}
+
+#sone #avatar-selection li {
+       display: inline-block;
+}
+
+#sone #avatar-selection li .post-avatar {
+       vertical-align: middle;
+       margin-bottom: 0.5em;
+}