aboutsummaryrefslogtreecommitdiff
path: root/static/css/cyber.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/cyber.css')
-rw-r--r--static/css/cyber.css19
1 files changed, 9 insertions, 10 deletions
diff --git a/static/css/cyber.css b/static/css/cyber.css
index 2ded143..135fe9a 100644
--- a/static/css/cyber.css
+++ b/static/css/cyber.css
@@ -5,8 +5,6 @@ body {
font-family: monospace;
}
a,
-a .name,
-a .name b,
.nav label {
color: #c80b63;
}
@@ -17,8 +15,6 @@ a .name b,
color: #fff;
}
a:hover,
-a:hover .name,
-a:hover .name b,
.nav label:hover,
#main_nav a:hover {
color: #f00;
@@ -43,10 +39,12 @@ textarea {
color: #61ce3c;
}
input[type="submit"] {
- border: 1px outset #999;
+ background: #000;
+ border: 1px solid #61ce3c;
}
input[type="submit"]:active {
- border-style: inset;
+ color: #1a5506;
+ border: 1px solid #1a5506;
}
#main_nav {
background: #1a1a1a;
@@ -96,12 +94,12 @@ input[type="submit"]:active {
.subj {
color: #7b68ee;
}
-.name {
- color: #fbde2d;
-}
-.name b {
+.info > .name {
color: #989898;
}
+.info > .trip {
+ color: #fbde2d;
+}
.omitted,
.abbrev {
color: #428c29;
@@ -113,6 +111,7 @@ input[type="submit"]:active {
margin-top: 1em;
margin-bottom: 1em;
padding: 5px;
+ overflow: hidden;
}
.reply,
#q-p {