aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/blue moon.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/blue moon.css')
-rw-r--r--static/css/txt/blue moon.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css
index 61a4a86..9da9ab5 100644
--- a/static/css/txt/blue moon.css
+++ b/static/css/txt/blue moon.css
@@ -61,8 +61,10 @@ button {
}
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active {
- color: #ddd;
+ background: #000;
+ color: #aaa;
}
#main_nav {
background: #fff;
@@ -115,6 +117,10 @@ h5 {
}
.mainpage .postform {
margin-top: 10px;
+ padding-left: 10px;
+}
+.formpad {
+ padding-left: 0;
}
.reply {
background: #fff;
@@ -124,7 +130,6 @@ h5 {
border-left: 10px solid #ddd;
color: #000;
margin-bottom: 0;
- overflow: hidden;
}
.name,
a .name {
@@ -175,9 +180,7 @@ a.thumb {
padding: 0;
}
form .msg {
- border: 1px inset #ddd;
- margin: 0;
- padding: 0.5em 0.15em;
+ border: 1px dotted #49525d;
}
.lastposts {
background: #49525d;
@@ -227,9 +230,9 @@ form .msg {
.threadpage .postform {
border-width: 4px;
}
- div.msg,
+ .reply .msg,
a.thumb {
- margin: 4px;
+ margin: 6px;
}
.thread form {
margin-top: 4px;