Merge branch 'next' into dev/image
[Sone.git] / src / main / resources / static / css / sone.css
index a5328a0..3429138 100644 (file)
@@ -97,6 +97,10 @@ textarea {
        border: none;
 }
 
+#sone .parsed {
+       white-space: pre-wrap;
+}
+
 #sone #main.offline {
        opacity: 0.5;
 }
@@ -628,6 +632,36 @@ textarea {
        position: relative;
 }
 
+#sone .backlinks {
+       font-size: 80%;
+}
+
+#sone .backlinks .backlink {
+       display: inline;
+}
+
+#sone .album {
+}
+
+#sone .image {
+       width: 200px;
+       height: 150px;
+       display: table-cell;
+       vertical-align: middle;
+       text-align: center;
+       padding: 0.5ex;
+}
+
+#sone .image img, #sone .single-image img {
+       padding: 1ex;
+       border: solid 1px #000;
+       background-color: #fff;
+}
+
+#sone .backlinks .separator {
+       display: inline;
+}
+
 #sone #search {
        text-align: right;
 }
@@ -714,7 +748,7 @@ textarea {
        font-weight: bold;
 }
 
-#sone input.default {
+#sone input.default, #sone textarea.default {
        color: #888;
 }