aboutsummaryrefslogtreecommitdiff
path: root/static/css/lavanda.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/lavanda.css')
-rw-r--r--static/css/lavanda.css81
1 files changed, 81 insertions, 0 deletions
diff --git a/static/css/lavanda.css b/static/css/lavanda.css
new file mode 100644
index 0000000..3ba0b79
--- /dev/null
+++ b/static/css/lavanda.css
@@ -0,0 +1,81 @@
+html,
+body {
+ background: #000000 url('/mantencion_bg.gif') top left repeat fixed;
+ color:#fff;
+}
+a,
+a .name,
+.nav label {
+ color: rgb(179, 155, 211);
+}
+a.rep {
+ color: #fff;
+}
+a:hover,
+a:hover .name,
+.nav label:hover {
+ color: rgb(221, 0, 129);
+}
+.logo {
+ color: #ffccfc;
+}
+.replymode,
+.extramode {
+ color: rgb(248, 151, 227);
+}
+.replymode {
+ background: #3a1b33;
+}
+.extramode {
+ background: #551729;
+}
+.postblock {
+ background: #222222;
+ color: #9383a8;
+}
+.q {
+ color: #f34185;
+}
+.fs {
+ text-decoration: none;
+}
+.subj {
+ color: #9387c9;
+}
+.name {
+ color: #ca8dcf;
+}
+.omitted {
+ color: #909090;
+}
+.reply,
+#q-p {
+ background: #161616;
+ color: #fff;
+}
+.abbrev {
+ color: #bbb;
+}
+.highlight {
+ background: #2c1649;
+ outline: 1px dashed #470d69;
+}
+.managertable td {
+ background: #1b1b1b;
+ color: #fff;
+}
+.managertable th {
+ background: #aaf;
+ color: #fff;
+}
+.yt {
+ background: #302138;
+ border: 1px solid #1d1b33;
+}
+.quoted {
+ border-color: #211b45;
+}
+hr{
+ border: 0;
+ border-top: 1px solid rgba(42, 0, 32, 1);
+}