From 86744c93499451a358878f231fddf75ceb017882 Mon Sep 17 00:00:00 2001 From: ZiRo Date: Wed, 17 Feb 2016 14:51:25 +0100 Subject: [PATCH] fix posting form --- contrib/static/site.css | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 1baff1b..fd130a7 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -49,11 +49,18 @@ textarea { pre { white-space: pre-wrap; - background: #3f3f3f; - color: #d17600; + align: center; + font-size: 13pt; + background: #98E; + color: black; display: inline-block; overflow-wrap: break-word; word-wrap: break-word; + font-weight: bold; + padding: 20px 20px 20px 20px; + + margin-left: auto; + margin-right: auto; } table { @@ -65,7 +72,7 @@ table.board-list-table { table tbody td { margin: 0; padding: 4px 15px 4px 4px; - + vertical-align: top; text-align: left; } table thead th { @@ -81,6 +88,31 @@ table tbody tr:nth-of-type( even ) { background-color: #D6DAF0; } +.postform >tr, th { + background: #98E; + font-size: 10pt; + text-align: left; + padding-right: 10px; + padding-left: 4px; +} + +.postfrom tbody,tr { + background-color: transparent!important; +} + +input[type="text"],input[type="password"],textarea { + border: 1px solid #a9a9a9; + text-indent: 0; + text-shadow: none; + text-transform: none; + word-spacing: normal; + font-size: inherit; + font-family: sans-serif; +} + +#board_td { + vertical-align: top; +} .reply, .pagelist { background: #D6DAF0;