Posted May 31st 2013, 10:45 am
Hello all i want to ask :)
how to Add effect shadow on cufon text.?
before i look this code,
yes, on that code add shadow effect and font weight: 'bold'
text shadow
bold
i done try that code, with add text shadow and font weight to my cufon, but dont work :(
-------
i need add text shadow and bold
on my code.
this
please help me :)
thanks before ^_^
http://budokai.indonesianforum.net/
how to Add effect shadow on cufon text.?
before i look this code,
- Code:
jQuery(document).ready(function(){
Cufon.replace('#whoisonlinetitlediv, #usermenutitle', {textShadow: '1px 1px #000'});
Cufon.replace('span#leaguetext ',{textShadow: '1px 1px #000', fontSize: '30px'});
Cufon.replace('.row1.over a.gensmall ',{textShadow: '1px 1px #000', fontSize: '11px'});
Cufon.replace('#whoisonlinesubtitle, .forumline th, .module-title, .cattitle, .catHead, .mod_news .catLeft', {textShadow: '1px 1px #000', fontSize: '15px'});
Cufon.replace('.nav, .forumlink, .mainmenu', {textShadow: '1px 1px #000', fontSize: '14px', hover: {color: '#a6a6a6'}});
Cufon.replace('#page-footer', {textShadow: '1px 1px #000', fontSize: '13px', hover: {color: '#a6a6a6'}});
Cufon.replace(' #masterleaguetitle1', {fontWeight: 'bold', fontSize: '15px'});
Cufon.replace(' #masterleaguetitle2', {fontWeight: 'bold', fontSize: '35px'});
});
yes, on that code add shadow effect and font weight: 'bold'
text shadow
- Code:
Cufon.replace('#whoisonlinetitlediv, #usermenutitle', {textShadow: '1px 1px #000'});
bold
- Code:
Cufon.replace(' #masterleaguetitle2', {fontWeight: 'bold', fontSize: '35px'});
i done try that code, with add text shadow and font weight to my cufon, but dont work :(
-------
i need add text shadow and bold
on my code.
this
- Code:
Cufon.replace('#right .module-title', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.replace('#right td.catHead', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.set('fontSize', '15px').replace('.hierarchy a.forumlink', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.set('fontSize', '15px').replace('a.mainmenu', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.replace('table.forumline th', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.set('fontSize', '14px').replace('.nav', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.set('fontSize', '14px').replace('.module-title', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.set('fontSize', '14px').replace('td.t-title', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.replace('.text', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
Cufon.set('fontSize', '12px').replace('td.row1.over span.gensmall a.gensmall', { fontFamily: 'HemiHeadFourTwentySix-Regular', hover: true });
please help me :)
thanks before ^_^
http://budokai.indonesianforum.net/