summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/jdchat/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jdownloader/plugins/jdchat/styles.css')
-rw-r--r--bin/jdownloader/plugins/jdchat/styles.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/bin/jdownloader/plugins/jdchat/styles.css b/bin/jdownloader/plugins/jdchat/styles.css
new file mode 100644
index 0000000..9226fb5
--- /dev/null
+++ b/bin/jdownloader/plugins/jdchat/styles.css
@@ -0,0 +1,51 @@
+<style type="text/css">
+
+.system {
+ color:#666666;
+
+}
+.pm {
+ color:#ff0066;
+
+}
+.self {
+ color:#222222;
+
+}
+.time{
+
+}
+.highlight {
+ color:#000000;
+ background-color:#FFFF99;
+ margin-bottom:15px;
+ margin-top:15px;
+}
+.error {
+ color:#ff0000;
+
+}
+.action {
+ color:#009900;
+
+}
+.notice {
+ color:#33cccc;
+
+}
+
+span{
+ color:#222222;
+}
+
+a { text-decoration:none; }
+
+body {
+font-family: Geneva, Arial, Helvetica, sans-serif;
+font-size::9px;
+}
+ul {
+ padding: 0px;
+ margin:0px;
+}
+</style> \ No newline at end of file