X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=ab45d4547ddb91d9639c7655e654587866ba265f;hb=e59a3f6f1512713baf6007d0fae37c69b58727a4;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..ab45d45 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,6 @@ font-weight: bold; } -#sone input.createpost.default, input.reply-input.default { +#sone input.status-input.default, input.reply-input.default { color: #888; }