aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/futanari.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/futanari.css')
-rw-r--r--static/css/txt/futanari.css25
1 files changed, 11 insertions, 14 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 53ac646..3362d57 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -3,17 +3,14 @@ body {
color: #fff;
}
a,
-a .name,
#n2 {
color: #dfca89;
}
a:hover,
-a:hover .name,
#n2:hover {
color: #ffe9a4;
}
a:active,
-a:active .name,
#n2:active {
color: #d00;
}
@@ -40,14 +37,13 @@ h2 span,
h3 span {
color: #ccc;
}
-input,
input[type="text"],
textarea,
select {
- border-top: 1px solid #333;
- border-left: 1px solid #333;
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
+ border-top: 1px solid #000;
+ border-left: 1px solid #000;
+ border-bottom: none;
+ border-right: none;
}
input[type="submit"],
input[type="button"],
@@ -56,8 +52,8 @@ button {
color: #343b4d;
border-top: 1px solid #85c8ff;
border-left: 1px solid #85c8ff;
- border-bottom: 1px solid #40607c;
- border-right: 1px solid #40607c;
+ border-bottom: 1px solid #10181f;
+ border-right: 1px solid #10181f;
}
input[type="submit"]:hover,
input[type="button"]:hover,
@@ -69,9 +65,9 @@ input[type="button"]:active,
input[type="button"].active,
button:active {
background: #7979a5;
- color: #191d25;
- border-top: 1px solid #40607c;
- border-left: 1px solid #40607c;
+ color: #10181f;
+ border-top: 1px solid #10181f;
+ border-left: 1px solid #10181f;
border-bottom: 1px solid #85c8ff;
border-right: 1px solid #85c8ff;
}
@@ -141,7 +137,8 @@ h4:hover {
.abbrev {
color: #999;
}
-.name {
+h4 > .name,
+h4 > .trip {
color: #afd775;
}
.name em {