blob: 9f478bf70b7f79f44bcd49c44dd543f72b38d216 (
plain)
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
|
form.mb-threading div {
display: inline;
}
.boards .mb-threading {}
.boards tr.odd.unapproved {
background: #faa;
}
.boards tr.even.unapproved {
background: #fac;
}
.boards tr.odd.moved {
background: #aaf;
}
.boards tr.even.moved {
background: #acf;
}
.boards div.indent .indent {
margin-left: 2em;
}
.boards tr.highlight {
background: #fca;
}
.boards .mb-post .warning {}
.boards .mb-post .indent1 {
margin-left: 20px;
}
.boards .mb-post .indent2 {
margin-left: 35px;
}
.boards .mb-post .indent3 {
margin-left: 50px;
}
.boards .mb-post .indent4 {
margin-left: 60px;
}
.boards .mb-post .indent5 {
margin-left: 70px;
}
.boards .mb-post .indent6 {
margin-left: 80px;
}
.boards .mb-post .indent7 {
margin-left: 90px;
}
.boards .mb-post {
clear: both;
}
.boards .mb-post .content {
width: auto
}
.boards .mb-post .header {}
.boards .mb-post .userinfo {
float: left;
width: 140px;
}
.boards .mb-post .showavatar {
margin-left: 145px;
}
.boards .mb-post .signature {
clear: both;
}
|