aboutsummaryrefslogtreecommitdiff
path: root/static/css/dickgirl.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dickgirl.css')
-rw-r--r--static/css/dickgirl.css30
1 files changed, 23 insertions, 7 deletions
diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css
index 69b2a3a..75a5944 100644
--- a/static/css/dickgirl.css
+++ b/static/css/dickgirl.css
@@ -4,7 +4,6 @@ body {
color: #fff;
}
a,
-a .name,
.nav label {
color: #dfca89;
}
@@ -12,7 +11,6 @@ a.rep {
color: #fff;
}
a:hover,
-a:hover .name,
.nav label:hover {
color: #d00;
}
@@ -42,6 +40,14 @@ hr {
background: #a0c8de;
color: #2c4c0b;
}
+input[type="text"],
+textarea,
+select {
+ border-top: 1px solid #000;
+ border-left: 1px solid #000;
+ border-bottom: none;
+ border-right: none;
+}
input[type="submit"],
input[type="button"],
button {
@@ -49,15 +55,24 @@ 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,
+button:hover {
+ background: #63b6e9;
}
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active {
background: #7979a5;
- color: #191d25;
- border: 1px inset #4c6c88;
+ color: #10181f;
+ border-top: 1px solid #10181f;
+ border-left: 1px solid #10181f;
+ border-bottom: 1px solid #85c8ff;
+ border-right: 1px solid #85c8ff;
}
input[type="file"] {
border: none;
@@ -71,7 +86,8 @@ input[type="file"] {
.subj {
color: #ff7a7a;
}
-.name {
+.info > .name,
+.info > .trip {
color: #acca82;
}
.omitted {