aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/mercury.css
blob: a5c5fc1a8aea844a39c00449a69dec5f886e6098 (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
body {
  background: #fff url(../img/ginchan.png) no-repeat fixed bottom right;
}
body,
textarea {
  color: #000;
}
a,
#n2 {
  color: #32a;
}
a:active,
a:active .name,
h2 a:active,
#n2:active {
  color: #f48;
}
h2 a,
h4,
h4 a {
  color: #000;
}
h1 {
  border-bottom: 2px solid #441188;
  padding: 0 10px;
  margin: 0 -10px 10px;
}
h2,
h3 {
  background: #DDDDE7 url(../img/rose.png) no-repeat scroll 0 50%;
  border-bottom: 2px solid #418;
  display: table;
  padding-left: 1em;
}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
textarea,
button,
select {
  border: 1px solid #000;
}
input[type="submit"],
input[type="button"],
button {
  background: #ddd;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
  background: #ccc;
  border-style: solid;
}
#titlebox {
  background: #DDDDE7 url(../img/rose2.png) no-repeat scroll bottom right;
  margin-bottom: 0;
}
.outerbox {
  background: #DDDDE7;
}
.outerbox .innerbox {
  border-bottom: 2px solid #aab;
  margin: 0;
  padding: 10px;
}
#threadlist {
  border: 1px solid #aab;
}
#threadlist a {
  border-right: 1px solid #aab;
  border-bottom: 1px solid #aab;
}
#thread_nav {
  border-bottom: 2px solid #318;
  padding-bottom: 6px;
}
.mainpage .first div.msg::first-letter {
  font-size: 1.5em;
  text-transform: uppercase;
}
.reply {
  border-bottom: 1px solid #DDDDE7;
  margin-top: 0.5em;
}
.hidden, .deleted {
  margin: 0;
}
.name em {
  color: #009;
}
.q,
.abbrev {
  color: #7f7f7f;
}
.yt {
  background: #f2f2f2;
  border: 1px solid #aab;
}
hr {
  display: none;
}
.msg hr {
  display: block;
}
#size {
  color: #318;
}
#q-p {
  background: #fff;
  border: 1px solid #aab;
  padding: 0;
}
#q-p .reply {
  padding: 0 0.5em;
}
#q-p .reply:last-child {
  border-bottom: 0;
}
.mainpage .postform {
  margin: 0;
}
.postform, .lastposts {
  background: #cce url(../img/rose2.png) no-repeat scroll top right;
  border-bottom: 2px solid #aab;
  margin-top: 0;
  padding: .5em;
}
.lastposts {
  background-image: none;
}
#createbox {
  background: #DDDDE7 url(../img/rose2.png) no-repeat scroll top right;
}
form .msg {
  border: 1px dashed #000;
  background: #fff;
}
#threads th {
  background: #DDDDE7;
  border-bottom: 2px solid #418;
}
#threads tr:nth-child(odd) {
  background: #fff;
}
#threads tr:nth-child(even) {
  background: #DDDDE7;
}
@media (max-width: 600px) {
  body {
    background-position: 100% 125%;
  }
  .mainpage .postform,
  .postform {
    padding: .25em;
    padding-left: .25em;
  }
}