blob: 73dc9f07e19ca096ff208b9dad99cf23832362df (
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
|
/*
.from --> .to
.mb-even-unapproved td --> .even.uapproved {}
.mb-odd-unapproved td --> .odd.uapproved {}
.mb-even-moved td --> .even.moved {}
.mb-odd-moved td --> .odd.moved {}
.mb-cat-indent --> .indent {}
.mb-sticky td --> .highlight {}
.mb-warned --> .warning {}
span.quote-title --> p.quotetitle {}
unregistered user post highlight
--> .bitboard a.highlight {}
*/
.bitboard .mb-threading {}
.bitboard tr.odd.unapproved {background:#faa;}
.bitboard tr.even.unapproved {background:#fac;}
.bitboard tr.odd.moved {background:#aaf;}
.bitboard tr.even.moved {background:#acf;}
.bitboard div.indent .indent {margin-left:2em;}
.bitboard tr.highlight {background:#fca;}
.bitboard .mb-post .warning {}
/* post layout */
.bitboard .mb-post {clear:both;}
.bitboard .mb-post .body {float:right;width:100%; margin-left:-200px;}
.bitboard .mb-post .content {margin-left:200px;}
.bitboard .mb-post .header {}
.bitboard .mb-post .userinfo {float:left;width:200px;}
.bitboard .mb-post .signature {clear:both;}
/* debugging and testing */
.bitboard .mb-post {background:#ffc; padding-bottom:1em; margin:1em;}
.bitboard .mb-post .body {background:#ccc;}
.bitboard .mb-post .header {background:#cfc; padding:1em;}
.bitboard .mb-post .header h2 {padding:0 1em; display:inline;}
.bitboard .mb-post .content {background:#ccf; padding:1em;}
.bitboard .mb-post .userinfo {background:#fcf;}
.bitboard .mb-post .signature {background:#cff; padding-bottom:1em;}
.bitboard .indent {}
.bitboard .indent {border-left:5px solid #c64; margin-bottom:2em;}
.quotetitle {margin-bottom:0.5em; font-weight:bold; font-style:italic;}
blockquote {padding:0.5em; border:1px #aaa solid; background:#f7f7f7;}
ul.iconlegend {list-style:none; clear:both;}
ul.iconlegend li {list-style:none; width:200px;}
ul.iconlegend li img {vertical-align:middle;}
|