From 02bb7181aca0298dbc8b29ba0aeac3e07f643930 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Thu, 27 Oct 2022 23:21:18 +0200 Subject: starting form --- public/assets/css/hootstream.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'public/assets/css') diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index c06ec13..adfd19e 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -362,6 +362,7 @@ padding: 0.25rem; margin-bottom: 0; } +#hootstream form button, #hootform form button { margin: 0; padding: 0.25rem; @@ -392,7 +393,7 @@ } #hootform input[type="text"]:focus { border-bottom: 1px solid rgba(40, 20, 20, 0.2); - border-radius: 2px 2px 0 0; + border-radius: 2px; /*color: #211;*/ } #hootform input[type="text"]:focus { @@ -405,6 +406,25 @@ caret-color: #888; } +/** POST FORM */ + +form.streamForm { + width: 100%; + max-width: 720px; + padding-left: 4rem; +} +form.streamForm textarea { + width: 100%; + height: 5vmin; + font-family: "Trebuchet MS", sans-serif; + font-size: 1rem; + padding: 0.5rem; + border: 2px solid #211; + outline: 0; + background: rgba(127, 127, 127, 0.2); + color: #fff; +} + /** HOOT FILTERS */ #hootfilters { -- cgit v1.2.3-70-g09d2