X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=8b588b88fa101d830d07a5a41be16ce2cb6d537d;hb=8ac7345a26e0bae678744987a6ac47b18ad69732;hp=d5880b191f34fd4ee00becff18ac6d06f63a2e06;hpb=1b25052b79d18b8b7af4eae95358ae0635da46a1;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index d5880b1..8b588b8 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -290,8 +290,8 @@ textarea { #sone .menu-avatar { display: inline-block; - width: 48px; - height: 48px; + width: 64px; + height: 64px; overflow: hidden; } @@ -353,6 +353,54 @@ textarea { cursor: pointer; } +#sone .post .linked-album { + display: table; + margin-top: 1ex; + 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-size: 110%; + font-weight: bold; +} + +#sone .post .linked-image .about-image .description { + margin-top: 0.5ex; +} + #sone .post .status-line { margin-top: 0.5ex; font-size: 85%; @@ -800,6 +848,10 @@ textarea { float: right; } +#sone .clear { + clear: both; +} + #sone h1 { font-family: inherit; font-size: 200%; @@ -856,5 +908,17 @@ textarea { #sone #avatar-selection li .post-avatar { vertical-align: middle; - margin-bottom: 0.5em; + margin-top: 0.5em; +} + +#sone #avatar-selection li#no-avatar { + display: block; +} + +#sone form#options ul { + padding-left: 1em; +} + +#sone form#options li { + list-style-type: none; }