aboutsummaryrefslogtreecommitdiff
path: root/static/css/spc/treehugger.css
blob: e9ce92bdc68543d3208b8e75d4a8838f7b8813e7 (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
body,
textarea {
  color: #111;
}
body {
  background: #b1d9ae;
}
a,
a .name,
#n2,
h3,
h5,
#size {
  color: #4e993f;
}
a:active,
a:active .name,
#n2:active {
  color: #004d00;
}
input[type="submit"],
input[type="button"],
button {
  border: 1px outset #b3ffbf;
  background: #daffe0;
}
#main_nav {
  background: #fff;
  border-bottom: 1px solid #4e993f;
}
h1 {
  color: #fff;
}
#titlebox {
  background: #7dbc73;
  border: 1px solid #d9f0d8;
  box-shadow: 1px 1px #537e4c;
}
#titlebox .innerbox {
  background: none;
  border: 0;
  box-shadow: none;
}
.innerbox {
  background: #ddf4e1;
  border: 0;
  box-shadow: 1px 1px #7d8f80;
}
#threadlist {
  border: 1px inset #daffe0;
}
#threadlist a {
  border: 1px outset #daffe0;
}
body.threadpage, .thread .innerbox, #q-p {
  background: #edfff0;
}
h4, .postform {
  background: #daffe0;
  border-right: 1px dotted #b3ffbf;
  border-bottom: 1px dotted #b3ffbf;
  color: #3cae4e;
}
.threadpage .threadlinks {
  margin-top: 0;
}
.mainpage .postform, .postform {
  padding: 0.5em;
}
.threadpage .postform {
  margin-top: -0.55em;
}
.name,
.abbrev {
  color: #009E25;
}
.name em {
  color: #28370f;
}
.del a {
  color: #3cae4e;
}
hr {
  border: 0;
  border-top: 2px solid #daffe0;
}
#lastposts {
  color: #3cae4e;
}
.q {
  color: #777;
}
.yt {
  border: 1px solid #b3ffbf;
}
#q-p {
  border: 1px solid #b3ffbf;
}
form .msg {
  border: 1px dotted #b3ffbf;
  background: #edfff0;
}
#threads th {
  background: #ddf4e1;
}
#threads tr:nth-child(odd) {
  background: #daffe0;
}
@media (max-width: 600px) {
  #threadlinks {
    margin-top: 0.25em;
  }
}