aboutsummaryrefslogtreecommitdiff
path: root/static/css/lavanda.css
blob: 3ba0b798caf469febb86795af62cddcb961f3d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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);
}