Dashed - Forum Home Dashed Notices (Visually Appealing!)
Removes the notice tables borders & replaces them with a snazzy dashed border. Find in navbar template: Find: Code:
<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: Code:
<table cellpadding="3" cellspacing="0" width="100%" border="0" align="center"> <tr> <td style="background:#FFDC84" class="dashed">$notices</td> </tr> </table> Code:
.dashed { border: 1px dashed #EEAD09; } Enjoy! Download No files for download. Screenshots |
Similar Mods
[Release]::Dashed Links | vBulletin 2.x Template Modifications |