blob: f6e1d4916ebc65edfef34cbf7668265155ed7017 (
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
|
.quote .quote-title {
font-size: 90%;
font-weight: bold;
font-style: italic;
}
.quote blockquote {
margin: 1.3em;
margin-top: 4px;
margin-left: 1.3em;
border: 1px #aaa solid;
background: #f7f7f7;
padding: 2px;
}
/*
.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 {}
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;}
|