aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/waves.css
blob: 25f0112c6cd765c305c713e877a0e8e04b1571dd (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
body {
  background: #7994b0 url(../img/wave.png);
  color: #000;
}
a,
#n2,
#size {
  color: #00009a;
}
a:active,
#n2:active {
  color: #8a0000;
}
#main_nav {
  background: #fff;
}
.outerbox, .mainpage .thread {
  background: #95b5db;
}
h1,
h5,
#threadlinks {
  background: #95b5db;
  margin: -7px -7px 7px;
  padding-bottom: 7px;
}
.outerbox,
.mainpage .thread,
#threadlist {
  border: 1px outset #36c;
}
.outerbox .innerbox {
  background: #cfe0f0;
}
#bailinks {
  background: #95b5db;
  padding: 0;
}
#threadlist a {
  border-right: 1px solid #36c;
  border-bottom: 1px solid #36c;
}
.thread .innerbox,
.threadpage .thread {
  padding: 0;
  background: #f3f9ff;
}
.threadpage .thread {
  border: 0.5em solid #95b5db;
  border-top: 0;
  outline: 1px outset #36c;
}
h2, h3 {
  background: #95b5db;
  margin: 0;
}
h4 {
  background: #cfe0f0;
  padding-left: 0.1em;
}
h4, h4 a {
  color: #54488c;
}
.name em {
  color: #009;
}
.q, .abbrev {
  color: #819dbf;
}
.yt {
  border: 1px solid #cfe0f0;
}
#size {
  margin: 0;
}
.postform {
  background: #cfe0f0;
}
hr {
  border-color: #95b5db;
}
.mainpage .postform {
  background: #cfe0f0;
  margin: 1px 0 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.threadpage .postform {
  background: #cfe0f0;
  border: 1px outset #36c;
  padding: 0.5em;
}
input[type="submit"],
input[type="button"],
button {
  background: #3283c2;
  border: 1px outset #3283c2;
  color: #fff;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="button"].active,
button:active {
  background: #26689b;
  border: 1px inset #3283c2;
}
form .msg {
  background: #f3f9ff;
  border: 1px dotted #cfe0f0;
}
#q-p {
  background: #f3f9ff;
  border: 1px solid #95b5db;
  padding: 0;
}
#threads th {
  background: #95b5db;
}
#threads tr:nth-child(odd) {
  background: #cfe0f0;
}
@media (max-width: 600px) {
  body.threadpage {
    margin: 5px 0;
  }
  h1,
  h5,
  #threadlinks {
    margin: -3px -3px 3px;
    padding-bottom: 2px;
  }
  .threadpage .thread {
    border-width: 0.2em;
  }
  .mainpage .postform,
  .threadpage .postform{
    padding: 0.25em;
  }
  .deleted {
    margin-bottom: 0;
  }
}