| 1 |
#forum_table { |
|---|
| 2 |
width: 100%; |
|---|
| 3 |
padding: 0; |
|---|
| 4 |
margin: 0; |
|---|
| 5 |
margin-top:2em; |
|---|
| 6 |
} |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
#forum_table th { |
|---|
| 11 |
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
|---|
| 12 |
background:url({{url}}mod/forum/images/toolbar_nav_grey.gif) repeat-x bottom; |
|---|
| 13 |
/* |
|---|
| 14 |
border-right: solid 1px #eeeeee; |
|---|
| 15 |
border-bottom: 0; |
|---|
| 16 |
border-top: solid 1px #eeeeee; |
|---|
| 17 |
border-left: solid 1px #eeeeee; |
|---|
| 18 |
*/ |
|---|
| 19 |
letter-spacing: 2px; |
|---|
| 20 |
text-transform: uppercase; |
|---|
| 21 |
text-align: left; |
|---|
| 22 |
padding: 6px 6px 6px 6px; |
|---|
| 23 |
} |
|---|
| 24 |
|
|---|
| 25 |
#forum_table th.nobg { |
|---|
| 26 |
/* |
|---|
| 27 |
border-top: 0; |
|---|
| 28 |
border-left: 0; |
|---|
| 29 |
border-right: dotted 0px #eeeeee; |
|---|
| 30 |
border-bottom: dotted 1px #eeeeee; |
|---|
| 31 |
*/ |
|---|
| 32 |
background: none; |
|---|
| 33 |
} |
|---|
| 34 |
|
|---|
| 35 |
#forum_table th.cent { |
|---|
| 36 |
text-align: center; |
|---|
| 37 |
background:url({{url}}mod/forum/images/toolbar_nav_grey.gif) repeat-x bottom; |
|---|
| 38 |
} |
|---|
| 39 |
|
|---|
| 40 |
#forum_table td { |
|---|
| 41 |
/* |
|---|
| 42 |
border-right: dotted 1px #eeeeee; |
|---|
| 43 |
border-bottom: dotted 1px #eeeeee; |
|---|
| 44 |
border-left: dotted 0px #eeeeee; |
|---|
| 45 |
border-top: dotted 0px #eeeeee; |
|---|
| 46 |
*/ |
|---|
| 47 |
padding: 6px 6px 6px 6px; |
|---|
| 48 |
} |
|---|
| 49 |
|
|---|
| 50 |
#forum_table tr.odd { |
|---|
| 51 |
background-color:#FBF6EA; |
|---|
| 52 |
} |
|---|
| 53 |
|
|---|
| 54 |
#forum_table tr.even { |
|---|
| 55 |
/*background-color:#fcfcfc;*/ |
|---|
| 56 |
} |
|---|
| 57 |
|
|---|
| 58 |
#forum_table tr.odd td { |
|---|
| 59 |
border-left: 0px #F6ECD1; |
|---|
| 60 |
border-right: 0px #F6ECD1; |
|---|
| 61 |
border:1px dotted #DDDDDD |
|---|
| 62 |
} |
|---|
| 63 |
#forum_table tr.even td { |
|---|
| 64 |
border-left: 0px #fff; |
|---|
| 65 |
border-right: 0px #fff; |
|---|
| 66 |
border:1px dotted #DDDDDD |
|---|
| 67 |
} |
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 |
#forum_table td.cent { |
|---|
| 71 |
text-align:center; |
|---|
| 72 |
} |
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 |
#forum_table td.smallprint { |
|---|
| 76 |
font: 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
|---|
| 77 |
} |
|---|
| 78 |
|
|---|
| 79 |
|
|---|
| 80 |
#forum_table td.usercol { |
|---|
| 81 |
/* |
|---|
| 82 |
border-left: dotted 1px #eeeeee; |
|---|
| 83 |
border-right: dotted 1px #eeeeee; |
|---|
| 84 |
border-bottom: dotted 1px #eeeeee; |
|---|
| 85 |
border-top: 0; |
|---|
| 86 |
*/ |
|---|
| 87 |
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
|---|
| 88 |
} |
|---|
| 89 |
|
|---|
| 90 |
#forum_table .edit_delete { |
|---|
| 91 |
vertical-align: bottom; |
|---|
| 92 |
text-align: right; |
|---|
| 93 |
} |
|---|
| 94 |
|
|---|
| 95 |
#forum_table img { |
|---|
| 96 |
width: inherit; |
|---|
| 97 |
} |
|---|