aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/rizzona.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/rizzona.css')
-rw-r--r--static/css/txt/rizzona.css24
1 files changed, 10 insertions, 14 deletions
diff --git a/static/css/txt/rizzona.css b/static/css/txt/rizzona.css
index 244ab13..8617f8a 100644
--- a/static/css/txt/rizzona.css
+++ b/static/css/txt/rizzona.css
@@ -59,7 +59,8 @@ h2 a {
h2 a:hover {
text-decoration: underline;
}
-.reply, .postform {
+.reply,
+.postform {
background: #F0EAD6;
border: 4px solid #000;
border-top: 0;
@@ -87,13 +88,11 @@ hr {
margin: 0.5em 0;
}
.mainpage .postform {
- margin: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.threadpage .postform {
border-top: 4px solid #000;
- padding-top: 0;
padding: 0.25em;
}
input[type="submit"],
@@ -102,6 +101,12 @@ button {
background: #E0DAC6;
border: 1px solid rgba(0,0,0,0.5);
}
+input[type="submit"]:active,
+input[type="button"]:active,
+input[type="button"].active,
+button:active {
+ background: #c5bda5;
+}
input[type="text"],
select {
background: #E0DAC6;
@@ -115,7 +120,7 @@ textarea {
background: #F0EAD6;
}
form .msg {
- border: 1px dotted rgba(0,0,0,0.15);
+ border: 2px dotted rgba(0,0,0,0.15);
}
#q-p {
background: #F0EAD6;
@@ -148,19 +153,10 @@ form .msg {
background: #dbce9c;
}
@media (max-width: 600px) {
- body.threadpage {
- margin: 5px 0;
- }
- div.msg {
- margin: 0.5em 4px;
- }
.deleted {
margin-bottom: 0;
}
.mainpage .postform {
- padding: 0.5em;
- }
- .mainpage .msg {
- margin: 0.5em;
+ padding: 4px;
}
}