diff options
author | Choom | 2023-01-22 01:37:15 -0300 |
---|---|---|
committer | Choom | 2023-01-23 01:28:40 -0300 |
commit | b36284e146949615b019304b5a1eda918befe59b (patch) | |
tree | 05ad6bc054c9f2052b0038afcc86615ca05c3e8b /static/css | |
parent | 8e519f17d144165b6de31bf3ebabdab5eb13bf0d (diff) | |
download | weabot-b36284e146949615b019304b5a1eda918befe59b.tar.gz weabot-b36284e146949615b019304b5a1eda918befe59b.tar.xz weabot-b36284e146949615b019304b5a1eda918befe59b.zip |
Banners 88x31 en home
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/txt/ayashii.css | 1 | ||||
-rw-r--r-- | static/css/txt/bbs.css | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css index a2d1835..e4c3343 100644 --- a/static/css/txt/ayashii.css +++ b/static/css/txt/ayashii.css @@ -48,7 +48,6 @@ button { border-color: #fff #000 #000 #fff; background: #ddd; color: #000; - padding: 0 8px; } #main_nav, #banner { diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index c7fa759..83d1148 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -67,16 +67,21 @@ input[type="submit"], input[type="button"], button { border: 1px outset #ddd; - background: #eee; + background: #e0e0e0; color: #333; padding: 3px 1em; } +input[type="submit"], +input[type="button"], +button { + background: #e8e8e8; +} input[type="submit"]:active, input[type="button"]:active, input[type="button"].active, button:active { color: #111; - background: #ccc; + background: #bbb; border-style: inset; } #banner { |