aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ciber.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/ciber.css')
-rw-r--r--static/css/txt/ciber.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index 7a26bce..12e99a8 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -83,12 +83,12 @@ hr {
color: #000;
}
input:active,
+input.active,
input:focus,
textarea:focus,
button:active,
-button:active,
select:focus {
- box-shadow: 0 0 15px;
+ box-shadow: 0 0 10px;
}
.outerbox input,
.outerbox textarea,
@@ -106,6 +106,7 @@ select {
}
.outerbox input[type="submit"]:active,
.outerbox input[type="button"]:active,
+.outerbox input[type="button"].active,
.outerbox button:active {
background: #0c0;
border-style: inset;
@@ -121,8 +122,11 @@ select {
}
.threadpage input[type="submit"]:active,
.threadpage input[type="button"]:active,
+.threadpage input[type="button"].active,
.thread input[type="submit"]:active,
-.thread input[type="button"]:active {
+.thread input[type="button"]:active,
+.thread input[type="button"].active {
+ background: #4c0747;
border-color: #d21cea;
color: #d21cea;
}
@@ -137,12 +141,12 @@ select {
background: #0c0;
}
.outerbox a,
-#main_nav a a,
+#main_nav a,
#footer a {
color: #68f855;
}
.outerbox a:active,
-#main_nav a:active a:active,
+#main_nav a:active,
#footer a:active {
color: #ef6177;
}
@@ -203,7 +207,6 @@ form .msg {
}
form .msg {
border: 1px dotted #2a4a75;
- color: #2a4a75;
}
#q-p {
border: 1px solid #000;
@@ -233,10 +236,9 @@ form .msg {
body.threadpage {
margin: 0;
padding: 4px;
- box-shadow: inset 0 0 5px;
+ box-shadow: inset 0 0 1em;
}
.mainpage .postform {
padding: 4px;
- margin-top: 0;
}
}