Back to vBulletin 3.8 Template Modifications

Dashed - Forum Home Dashed Notices (Visually Appealing!)
Mod Version: 1.0, by zefyx

vB Version: 3.8.x Rating: (2 votes - 5.00 average) Installs: 15
Released: 18 Apr 2009 Last Update: Never Downloads: 2
Not Supported Template Edits Code Changes Re-usable Code Translations  



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>
Go to Syle Manager -> Main CSS -> Additional CSS Definitions (1st box) & paste:

Code:
.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!

Download

No files for download.

Screenshots

Click image for larger version
Name:	1.jpg
Views:	1417
Size:	40.5 KB
ID:	97968  

Similar Mods

[Release]::Dashed Links vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024