X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=b2981df65e35f84a46dc804849cecac8b8d373f5;hb=bd895dd145f53be1972f7d6130ae90daa17a4d35;hp=3787f27ce08ca7b217968ff1806f84158a20e829;hpb=8b8fb600cdf97c3470b2471d917b39dd0c9cff14;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3787f27..b2981df 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -1,9 +1,23 @@ /* 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; + margin-left: 0; + border: solid 1px #ccc; + padding: 0.5ex; + height: 1.5em; + width: 50em; + outline: none; +} + +textarea { + height: 4em; } #sone form { @@ -64,10 +78,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 +216,19 @@ padding: 0.5ex; } -#sone .post .create-reply.light button { - display: none; +#sone .post .create-reply input[type=text] { + margin-left: 0.5ex; + width: 50em; +} + +#sone .post .create-reply textarea { + margin-left: 0.5ex; + width: 50em; + height: 4em; +} + +#sone .post .create-reply button { + float: right; } #sone .sone { @@ -197,6 +239,10 @@ padding: 0.5ex; } +#sone .sone .id { + display: none; +} + #sone .sone .profile-link { display: block; } @@ -262,18 +308,29 @@ } #sone #create-sone { - + } -#sone #tail .import-key { +#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, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { + height: 1.5em; +} + +#sone #add-sone button { + position: absolute; +} #sone h1 { font-family: inherit; @@ -286,7 +343,7 @@ font-weight: bold; } -#sone input.status-input.default, input.reply-input.default { +#sone input.default { color: #888; }