aboutsummaryrefslogtreecommitdiff
path: root/static/css/dickgirl.css
blob: 69e8714d84671c193aebbf80ae7e1c8cd5555558 (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
html,
body {
  background: #21323f;
  color: #fff;
}
a,
a .name,
.nav label {
  color: #dfca89;
}
a.rep {
  color: #fff;
}
a:hover,
a:hover .name,
.nav label:hover {
  color: #d00;
}
#main_nav {
  background: #286a48;
  margin: -8px -8px 0;
  padding: 8px;
}
.logo {
  color: #d3f8d3;
}
hr {
  border: none;
  border-top: 1px solid #365067;
}
.replymode,
.extramode {
  color: #fff;
}
.replymode {
  background: #286a48;
}
.extramode {
  background: #204ab1;
}
.postblock {
  background: #a0c8de;
  color: #2c4c0b;
}
input[type="submit"],
input[type="button"],
button {
  background: #53a9dd;
  color: #343b4d;
  border-top: 1px solid #85c8ff;
  border-left: 1px solid #85c8ff;
  border-bottom: 1px solid #40607c;
  border-right: 1px solid #40607c;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
  background: #7979a5;
  color: #191d25;
  border: 1px inset #4c6c88;
}
input[type="file"] {
  border: none;
}
.q {
  color: #bdf46c;
}
.fs {
  text-decoration: none;
}
.subj {
  color: #d1a28c;
}
.name {
  color: #acca82;
}
.omitted {
  color: #909090;
}
.reply {
  border-top: 1px solid #5e8db4;
  border-left: 1px solid #5e8db4;
  border-bottom: 1px solid #10181f;
  border-right: 1px solid #10181f;
}
.reply,
#q-p {
  background: #476a88;
  color: #fff;
  padding: 0;
}
.reply .info, .reply.hidden {
  background: #38546c;
  color: #bbb;
}
.reply .info a.rep {
  color: #bbb;
}
.abbrev {
  color: #ccc;
}
.highlight {
  background: #6596c1;
  outline: 1px dashed #acca82;
  outline-offset: -1px;
}
.highlight .info {
  background: #5985ab;
}
.managertable td {
  background: #476a88;
  color: #fff;
}
.managertable th {
  background: #5e8db4;
  color: #fff;
}
.yt {
  background: #43617a;
  border: 1px solid #1c2935;
}
.quoted {
  background: #426079;
  border: none;
  color: #ccc;
  margin: 0;
}