X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=6ff18c273cbbfe78e000d5cafda8954d0c5dce77;hb=6ba0e2e90bab584b970c40a31dedf508c962de7c;hp=195708a382efafcaa2bf4ab77a9ed522695f1331;hpb=60c03f6f6aba5d9b19e1d9efadf859c189c563a8;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 195708a..6ff18c2 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -1,9 +1,22 @@ /* Sone Main CSS File */ /* first, override some fproxy rules. */ -#sone .post .reply div,#sone .post .time,#sone .post .delete,#sone .post .show-reply-form - { - font-size: inherit; +#sone .post .reply div,#sone .post .time,#sone .post .delete,#sone .post .show-reply-form, input[type=text], textarea { + font: inherit; +} + +input[type=text], textarea { + font-size: 90%; + margin: 0.5ex; + border: solid 1px #ccc; + padding: 0.5ex; + height: 1.5em; + width: 50em; + outline: none; +} + +textarea { + height: 4em; } #sone form { @@ -64,10 +77,27 @@ } #sone #home-sone { + margin-top: 1ex; margin-left: 80px; padding-left: 1ex; } +#sone #update-status label { + display: none; +} + +#sone #update-status input[type=text] { + width: 45em; +} + +#sone #update-status textarea { + width: 45em; +} + +#sone #update-status button { + float: right; +} + #sone .nice-name { font-weight: bold; } @@ -185,8 +215,17 @@ padding: 0.5ex; } -#sone .post .create-reply.light button { - display: none; +#sone .post .create-reply input[type=text] { + width: 50em; +} + +#sone .post .create-reply textarea { + width: 50em; + height: 4em; +} + +#sone .post .create-reply button { + float: right; } #sone .sone { @@ -261,15 +300,30 @@ display: inline; } -#sone #tail .import-key { +#sone #create-sone { + +} + +#sone #tail .import-key, #sone #import-key .import-key { margin-top: 1em; border-top: solid 1px #ccc; padding-top: 1em; text-align: center; - font-size: 85%; + font-size: 75%; color: #888; } +#sone #import-key .import-key { + border-top: none; +} + +#sone #add-sone textarea { + height: 1.5em; +} + +#sone #add-sone button { + position: absolute; +} #sone h1 { font-family: inherit; @@ -282,7 +336,7 @@ font-weight: bold; } -#sone input.status-input.default, input.reply-input.default { +#sone input.status-input.default, #sone input.reply-input.default, #sone #add-sone input[name=request-uri].default { color: #888; }