| 1 |
#forum_table { |
|---|
| 2 |
width: 100%; |
|---|
| 3 |
padding: 0; |
|---|
| 4 |
margin: 0; |
|---|
| 5 |
} |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
#forum_table th { |
|---|
| 10 |
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
|---|
| 11 |
background:url({{url}}mod/forum/images/toolbar_nav_grey.gif) repeat-x bottom; |
|---|
| 12 |
border-right: solid 1px #eeeeee; |
|---|
| 13 |
border-bottom: 0; |
|---|
| 14 |
border-top: solid 1px #eeeeee; |
|---|
| 15 |
border-left: solid 1px #eeeeee; |
|---|
| 16 |
letter-spacing: 2px; |
|---|
| 17 |
text-transform: uppercase; |
|---|
| 18 |
text-align: left; |
|---|
| 19 |
padding: 6px 6px 6px 6px; |
|---|
| 20 |
} |
|---|
| 21 |
|
|---|
| 22 |
#forum_table th.nobg { |
|---|
| 23 |
border-top: 0; |
|---|
| 24 |
border-left: 0; |
|---|
| 25 |
border-right: dotted 0px #eeeeee; |
|---|
| 26 |
border-bottom: dotted 1px #eeeeee; |
|---|
| 27 |
background: none; |
|---|
| 28 |
} |
|---|
| 29 |
|
|---|
| 30 |
#forum_table th.cent { |
|---|
| 31 |
text-align: center; |
|---|
| 32 |
background:url({{url}}mod/forum/images/toolbar_nav_grey.gif) repeat-x bottom; |
|---|
| 33 |
} |
|---|
| 34 |
|
|---|
| 35 |
#forum_table td { |
|---|
| 36 |
border-right: dotted 1px #eeeeee; |
|---|
| 37 |
border-bottom: dotted 1px #eeeeee; |
|---|
| 38 |
border-left: dotted 0px #eeeeee; |
|---|
| 39 |
border-top: dotted 0px #eeeeee; |
|---|
| 40 |
padding: 6px 6px 6px 6px; |
|---|
| 41 |
} |
|---|
| 42 |
|
|---|
| 43 |
#forum_table td.cent { |
|---|
| 44 |
text-align:center; |
|---|
| 45 |
} |
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
#forum_table td.smallprint { |
|---|
| 49 |
font: 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
|---|
| 50 |
} |
|---|
| 51 |
|
|---|
| 52 |
|
|---|
| 53 |
#forum_table td.usercol { |
|---|
| 54 |
border-left: dotted 1px #eeeeee; |
|---|
| 55 |
border-right: dotted 1px #eeeeee; |
|---|
| 56 |
border-bottom: dotted 1px #eeeeee; |
|---|
| 57 |
border-top: 0; |
|---|
| 58 |
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
|---|
| 59 |
} |
|---|
| 60 |
|
|---|
| 61 |
#forum_table .edit_delete { |
|---|
| 62 |
vertical-align: bottom; |
|---|
| 63 |
text-align: right; |
|---|
| 64 |
} |
|---|
| 65 |
|
|---|
| 66 |
#forum_table img { |
|---|
| 67 |
width: inherit; |
|---|
| 68 |
} |
|---|