aboutsummaryrefslogtreecommitdiff
path: root/static/css/futaba.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/futaba.css')
-rw-r--r--static/css/futaba.css108
1 files changed, 86 insertions, 22 deletions
diff --git a/static/css/futaba.css b/static/css/futaba.css
index 7ba229b..1588cd1 100644
--- a/static/css/futaba.css
+++ b/static/css/futaba.css
@@ -1,22 +1,86 @@
-html,body{background:#FFE;color:#800000;font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif}
-a,a .name,a .name b,.nav label{color:#0000EE}
-a.rep{color:#800000;text-decoration:underline}
-a:hover,a:hover .name,a:hover .name b,.nav label:hover{color:#D00}
-.replymode,.extramode{color:#FFF}
-.replymode{background:#E04000}
-.extramode{background:#0040E0}
-.postblock{background:#EEAA88}
-.q{color:#789922}
-.subj{color:#CC1105;font-weight:bold}
-.name{color:#228854}
-.name b{color:#117743}
-.omitted{color:#707070}
-.reply,#q-p{background:#F0E0D6}
-.abbrev{color:#707070}
-.highlight{background:#F0C0B0;outline:1px dashed #EA8}
-.managertable td{background:#EEEECC;color:#800000}
-.managertable th{background:#AAAA66;color:#400000}
-#catalog .thread:hover{background:#F0E0D6;box-shadow:0 0 5px 5px #F0E0D6}
-#catalog .replies{color:#909090;font-weight:bold}
-.yt{background:#F2E5DD;border:1px solid #E7CFC1;color:#500000}
-.quoted{border-color:#FFE} \ No newline at end of file
+html,
+body {
+ background: #ffe;
+ color: #800000;
+ font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
+}
+a,
+a .name,
+a .name b,
+.nav label {
+ color: #0000ee;
+}
+a.rep {
+ color: #800000;
+ text-decoration: underline;
+}
+a:hover,
+a:hover .name,
+a:hover .name b,
+.nav label:hover {
+ color: #d00;
+}
+.replymode,
+.extramode {
+ color: #fff;
+}
+.replymode {
+ background: #e04000;
+}
+.extramode {
+ background: #0040e0;
+}
+.postblock {
+ background: #eeaa88;
+}
+.q {
+ color: #789922;
+}
+.subj {
+ color: #cc1105;
+ font-weight: bold;
+}
+.name {
+ color: #228854;
+}
+.name b {
+ color: #117743;
+}
+.omitted {
+ color: #707070;
+}
+.reply,
+#q-p {
+ background: #f0e0d6;
+}
+.abbrev {
+ color: #707070;
+}
+.highlight {
+ background: #f0c0b0;
+ outline: 1px dashed #ea8;
+}
+.managertable td {
+ background: #eeeecc;
+ color: #800000;
+}
+.managertable th {
+ background: #aaaa66;
+ color: #400000;
+}
+#catalog .thread:hover {
+ background: #f0e0d6;
+ box-shadow: 0 0 5px 5px #f0e0d6;
+}
+#catalog .replies {
+ color: #909090;
+ font-weight: bold;
+}
+.yt {
+ background: #f2e5dd;
+ border: 1px solid #e7cfc1;
+ color: #500000;
+}
+.quoted {
+ border-color: #ffe;
+}