PDA

View Full Version : Darken background



kerrya
Fri 4th Apr '08, 2:43am
I'd like to darken just the area behind the text when reading a post or viewing image attachments.

We Post a lot of images and they look much better with a dark background. I've tried to identify the property to change but I'm new to this and not sure which one it is.

Any help appreciated
thanks

Kerry

Jose Amaral Rego
Sat 5th Apr '08, 11:44pm
# template: postbit
# find class alt1 and change to alt-postbit_message



<!-- / user info -->
</td>
</tr>
<tr>
<td class="alt1" id="td_post_$post[postid]">
<!-- message, attachments, sig -->

$template_hook[postbit_messagearea_start]


Admin Control Panel > Styles & Templates > Style Manager > Main CSS (Cascading Style Sheets) > Additional CSS Definitions ( Second Box )

Choose your own hex color code


.alt-postbit_message { background-color: #0033FF }