aboutsummaryrefslogtreecommitdiff
path: root/static/css/putaba.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/putaba.css')
-rw-r--r--static/css/putaba.css28
1 files changed, 13 insertions, 15 deletions
diff --git a/static/css/putaba.css b/static/css/putaba.css
index 9dd38be..01d3a22 100644
--- a/static/css/putaba.css
+++ b/static/css/putaba.css
@@ -19,16 +19,6 @@ a:hover,
.nav label:hover {
background: #f00;
}
-a .name,
-a .name b {
- background: #0cf;
- color: #903;
-}
-a:hover .name,
-a:hover .name b {
- background: #f33;
- color: #fff;
-}
input[type="button"],
input[type="submit"] {
background: #eff931;
@@ -82,7 +72,7 @@ hr,
padding: 10px;
overflow: auto;
}
-.postarea table {
+#postform-t {
margin: 0 auto 10px;
}
.info,
@@ -121,13 +111,21 @@ hr,
color: #909;
letter-spacing: -1px;
}
-.name {
+.info > .name {
+ color: white;
+ background: black;
+}
+.info > .trip {
color: black;
background: white;
}
-.name b {
- color: white;
- background: black;
+.email {
+ background: #0cf;
+ color: #903;
+}
+.email:hover {
+ background: #f33;
+ color: #fff;
}
.date {
background: #ff0;