summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/jdchat/styles.css
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2012-08-11 02:40:34 +0200
committerRasmus Steinke <rasi@xssn.at>2012-08-11 02:40:34 +0200
commitf140a1642ebfde198946ad6760c1003c1cb9a8c3 (patch)
tree7538aa90092f99c661ec3abb4a69944767315dc5 /bin/jdownloader/plugins/jdchat/styles.css
parente3fd45703267ce67d8b1e1fb53a4a1b4ccda551e (diff)
downloaddotfiles-f140a1642ebfde198946ad6760c1003c1cb9a8c3.tar.gz
dotfiles-f140a1642ebfde198946ad6760c1003c1cb9a8c3.tar.xz
scripts
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