X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=ea2e7829bf2b996bf70b0c9270e4734bd1d7164e;hb=f43a6b87a0aaa0935977622cc079e7d6b33b9030;hp=ef6b0d7af379fec4db514b747c8ade01ffc43686;hpb=9d2adf13a68b70d024cff2fb1ab14bcf0f1c80b3;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index ef6b0d7..ea2e782 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -13,7 +13,7 @@ /* now for the real stuff. */ #sone { - width: 68em; + width: 55em; margin: auto; } @@ -31,9 +31,9 @@ color: rgb(255, 172, 0); } -#sone #sidebar { - width: 200px; - position: absolute; +#sone #profile { + height: 80px; + margin-bottom: 1ex; } #sone .profile-link { @@ -68,8 +68,7 @@ } #sone #main { - margin-left: 200px; - padding-left: 1em; + padding: 1em; } #sone .post { @@ -89,6 +88,7 @@ #sone .post .status-line { clear: both; + margin-top: 0.5ex; font-size: 85%; } @@ -230,6 +230,15 @@ display: inline; } +#sone #tail .import-key { + margin-top: 1em; + border-top: solid 1px #ccc; + padding-top: 1em; + text-align: center; + font-size: 85%; + color: #888; +} + #sone h1 { font-family: inherit; @@ -242,6 +251,11 @@ font-weight: bold; } -#sone input.createpost.default, input.reply-input.default { +#sone input.status-input.default, input.reply-input.default { color: #888; } + +#sone input[type=text].key { + width: 130ex;; + font-size: 75%; +}