aboutsummaryrefslogtreecommitdiff
path: root/static/css/hotdog.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/hotdog.css')
-rw-r--r--static/css/hotdog.css29
1 files changed, 21 insertions, 8 deletions
diff --git a/static/css/hotdog.css b/static/css/hotdog.css
index f4b0d55..e6e04aa 100644
--- a/static/css/hotdog.css
+++ b/static/css/hotdog.css
@@ -11,13 +11,20 @@ html, body{
background:#000;
color:#fff
}
-a, a .name, a .name b, .nav label, #pg a{
+a,
+.nav label,
+#pg a{
color:#fff
}
-.reply a, .reply a .name, .reply a .name b, #postform-t a, #oekform a, #main_nav a{
+.reply a,
+#postform-t a,
+#oekform a,
+#main_nav a{
color:#000
}
-a:hover, a:hover .name, a:hover .name b, .nav label:hover, #main_nav a:hover{
+a:hover,
+.nav label:hover,
+#main_nav a:hover{
background:#000;
color:#fff;
text-decoration:none
@@ -29,11 +36,14 @@ hr{
textarea, input, select{
color:#000
}
-textarea, input[type="text"], input[type="password"], select{
+textarea,
+input[type="text"],
+input[type="password"], select{
border:1px inset #c6c6c6;
outline:1px solid #000
}
-input[type="submit"], input[type="button"]{
+input[type="submit"],
+input[type="button"]{
background:#c6c6c6;
border-width:2px;
border-color:#fff #848484 #848484 #fff;
@@ -42,17 +52,20 @@ input[type="submit"], input[type="button"]{
padding:1px 1em;
outline:1px solid #000
}
-input[type="submit"]:active, input[type="button"]:active{
+input[type="submit"]:active,
+input[type="button"]:active{
background:#aaa;
border-color:#848484 #848484 #fff #fff
}
-.replymode, .extramode{
+.replymode,
+.extramode{
background:#fff;
border:1px solid #000;
color:#000;
width:100%
}
-#postform-t, #oekform{
+#postform-t,
+#oekform{
background:#ff0;
border:1px solid #000;
color:#000;