Log in

View Full Version : Forum Home Enhancements - Dashed - Forum Home Dashed Notices (Visually Appealing!)


zefyx
04-17-2009, 10:00 PM
https://vborg.vbsupport.ru/external/2015/08/1.jpg

Removes the notice tables borders & replaces them with a snazzy dashed border.

Find in navbar template:

Find:


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[notices]</td>
</tr>
<tr>
<td class="alt1">$notices</td>
</tr>
</table>


Replace with:

<table cellpadding="3" cellspacing="0" width="100%" border="0" align="center">
<tr>
<td style="background:#FFDC84" class="dashed">$notices</td>
</tr>
</table>


Go to Syle Manager -> Main CSS -> Additional CSS Definitions (1st box) & paste:


.dashed {
border: 1px dashed #EEAD09;
}


Substitute the "background:#FFDC84" & border: 1px dashed #EEAD09; with the HEX values for the colors you desire for the background & the dash line's colors.

Enjoy!

Jasem
04-18-2009, 08:23 AM
Good work, thank you!

Mutt
04-21-2009, 11:28 AM
looks nice, thanks

FiMeTi
05-06-2009, 01:15 PM
Thanks bro! I used this for my guests welcome message instead of the notices. ;)
Well done!

shinng
05-30-2009, 09:21 AM
looks great. installed

vijayninel
07-04-2009, 10:21 AM
Thanks.

Looks good. :)