Include images of an album below a post with an album link
[Sone.git] / src / main / resources / static / css / sone.css
index 1767090..b7ae3b7 100644 (file)
@@ -353,6 +353,49 @@ textarea {
        cursor: pointer;
 }
 
+#sone .post .linked-album {
+       display: table;
+       border-collapse: collapse;
+}
+
+#sone .post .linked-album .album-header {
+       display: table-caption;
+       margin-bottom: 1ex;
+}
+
+#sone .post .linked-album .album-header .album-title {
+       font-size: 150%;
+       font-weight: bold;
+}
+
+#sone .post .linked-image {
+       display: table-row;
+}
+
+#sone .post .linked-image .image-left {
+       display: table-cell;
+       padding-bottom: 1ex;
+}
+
+#sone .post .linked-image .image {
+       width: 160px;
+       height: 90px;
+       overflow: hidden;
+       border: solid 1px black;
+       display: inline-block;
+       padding: 0px;
+}
+
+#sone .post .linked-image .about-image {
+       display: table-cell;
+       padding-left: 1ex;
+}
+
+#sone .post .linked-image .about-image .title {
+       font-weight: bold;
+       margin-bottom: 0.5ex;
+}
+
 #sone .post .status-line {
        margin-top: 0.5ex;
        font-size: 85%;