aboutsummaryrefslogtreecommitdiff
path: root/static/css/themes/gruvbox.css
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-08-18 12:57:26 -0300
committerKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-08-18 12:57:26 -0300
commit7027fdd87011962b2b177342a462d54737e03501 (patch)
tree51d867257e293190b18c1064b47b5bfb13bdbbe0 /static/css/themes/gruvbox.css
parentd460fa6316d3db4e68e6b4d4c7ee2d02d6505304 (diff)
theme newpost at top of page
Diffstat (limited to 'static/css/themes/gruvbox.css')
-rw-r--r--static/css/themes/gruvbox.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/static/css/themes/gruvbox.css b/static/css/themes/gruvbox.css
index fb39ea4..a23d7f4 100644
--- a/static/css/themes/gruvbox.css
+++ b/static/css/themes/gruvbox.css
@@ -61,3 +61,38 @@ h1,h2,h3,h4,h5,h6 {
color: #83a598;
font-size: 0.8em;
}
+
+#newpostbtn {
+ text-align: center;
+ margin-top: 80px;
+}
+
+input[type="text"] {
+ -webkit-appearance: none;
+ -webkit-border-radius: 0;
+
+}
+
+#postForm {
+ border: 4px solid #928374;
+ background-color: #3c3836;
+ margin: auto;
+}
+
+#postForm tr > td:first-child {
+ background-color: #504945;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+}
+
+#postForm input[type="text"],
+#postForm textarea {
+ box-sizing: border-box;
+ -webkit-box-sizing:border-box;
+ -moz-box-sizing: border-box;
+}
+
+#postForm #captcha {
+ display: block;
+ width: 100%;
+}