Change default font size in DBTech Vbshout v5
PLEASE NOTE THAT YOU HAVE TO CHANGE THE X IN THE DESIDERED FONT SIZE.. for example 2 or 5
Go in Adimncp/Styles and Templates/Your style - Edit Templates/Template DragonByte Tech vbshout/dbtech_vbshout_shouttype_me Delete all and replace with (change the x with the number of the desired font size Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%"> <input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" /> *<span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%"><font size="X">%memberaction_dropdown%</font></span> <span style="%styleprops%"%canedit%><font size="X">%message%</font></span>* <span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%"%canedit%><font size="X">@ %time%</font></span> </div> Replace all with this (still changing the 3 X with the number of the font size) Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%"> <input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" /> <span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%"%canedit%><font size="X">%time%</font></span> <span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%">[<span style="font-weight:bold;">{vb:rawphrase dbtech_vbshout_pm_pro}</span>] <font size="X">%memberaction_dropdown%:</font></span> <span style="%styleprops%"%canedit%><font size="X">%message%</font></span> </div> And replace all with this (change x with the font size) Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%"> <input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" /> <span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%"%canedit%><font size="X">%time%</font></span> <span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%"><font size="X">%memberaction_dropdown%:</font></span> <span style="%styleprops%"%canedit%><font size="X">%message%</font></span> </div> and change all the code with this (change X with the font size) Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%"> <input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" /> <span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%" style="font-weight:bold;"%canedit%><font size="X">%time%</font></span> <span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%" style="font-style:italic;"><font size="X">%musername%:</font></span> <span id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" style="font-style:italic;"%canedit%><font size="X"><div style="background-color: #028ce7; color: #fff; padding: 5px; -moz-border-radius: 8px; -webkit-border-radius: 8px;">%message%</div></font></span> </div> Download No files for download. |
Similar Mods
Show Thread Enhancements Change default post text size/font | vBulletin 3.7 Add-ons |