I made this tutorials when i was only a newbie in css/ coding im so eager to share it and never updated it since then but the content is still 100% applicable till now... hope this tips will help .. incase friendster change some id or class u wont go gaga and panic... why some / all codes aint working view the source locate what they changed .. replace ur old id or class.. ok this what i do in creating those tweak... 1. view the source of ordinary friendster page.. # stands for the id . for class 2. pay attention with the bold fonts.. thats our ordinary css that we usually insert to css box the one we generated using coubancouncil we alter some of its properties using our xternal css file eg: Quote .commonbox {border-width: 3px; border-color: #BC9A9A; border-style: solid; background-color: #000000} we add Quote .commonbox {text-align:center!important; background-image: url();background-attachment: fixed; background-repeat: repeat;background-position: center left;} final result Quote .commonbox {border-width: 3px; border-color: #BC9A9A; border-style: solid; background-color: #000000;text-align:center!important; background-image: url(); background-attachment: fixed; background-repeat: repeat;background-position: center left;} eg.2. Quote .usercontent a:link {color: #BC9A9A;} .usercontent a:hover {color: #BC9A9A;} if u will insert some link hover efex look what will happnd i use this site for some efex http://www.satanspace.com/basic/hover.php Quote filter:Glow(color=COLOR,strength=4);height:0px; filter:Wave(strength=4);height:0px; i just copy some properties and add Quote .usercontent a:link {color: #BC9A9A;filter:Glow(color=#33CCFF ,strength=4);height:0px; } .usercontent a:hover {color: #BC9A9A;filter:Wave(strength=4);height:0px;} result the upper is usercontent a:link the bottom is efex upon hover
If U Have Any Query not related to LINKER issue.. Please Use Forum Board Dont PM Me
|