Joined: Tue Oct 12, 2010 2:39 pm Posts: 2 Has thanked: 0 time Have thanks: 0 time
How to include this social button on overal footer in this style?? This is example for all Prosilver Based Style, Open styles/supernova/template/overall_footer.html
find:
Code:
<div id="page-footer">
add before:
Code:
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-love"> <ul class="socials" style="text-align: center;"> <li class="sexy-delicious"><a class="external" href="http://del.icio.us/" title="Share this on del.icio.us">Share this on del.icio.us</a></li> <li class="sexy-digg"><a class="external" href="http://digg.com/" title="Digg this!">Digg this!</a></li> <li class="sexy-stumbleupon"><a class="external" href="http://www.stumbleupon.com/" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li> <li class="sexy-reddit"><a class="external" href="http://reddit.com/" title="Share this on Reddit">Share this on Reddit</a></li> <li class="sexy-google"><a class="external" href="http://www.google.com/bookmarks/" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li> <li class="sexy-twitter"><a class="external" href="http://twitter.com/" title="Tweet This!">Tweet This!</a></li> <li class="sexy-facebook"><a class="external" href="http://www.facebook.com/" title="Share this on Facebook">Share this on Facebook</a></li> <li class="sexy-mixx"><a class="external" href="http://www.mixx.com/" title="Share this on Mixx">Share this on Mixx</a></li> <li class="sexy-yahoobuzz"><a class="external" href="http://buzz.yahoo.com/" title="Buzz up!">Buzz up!</a></li> <li class="sexy-linkedin"><a class="external" href="http://www.linkedin.com/" title="Share this on Linkedin">Share this on Linkedin</a></li> <li class="sexy-designfloat"><a class="external" href="http://www.designfloat.com/" title="Submit this to DesignFloat">Submit this to DesignFloat</a></li> <li class="sexy-technorati"><a class="external" href="http://technorati.com/" title="Share this on Technorati">Share this on Technorati</a></li> <li class="sexy-scriptstyle"><a class="external" href="http://scriptandstyle.com/" title="Submit this to Script & Style">Submit this to Script & Style</a></li> <li class="sexy-myspace"><a class="external" href="http://www.myspace.com/" title="Post this to MySpace">Post this to MySpace</a></li> <li class="sexy-blinklist"><a class="external" href="http://www.blinklist.com/" title="Share this on Blinklist">Share this on Blinklist</a></li> </ul> </div>
Open styles/supernova/theme/colours.css
find:
Code:
#tabs .activetab a {border-bottom: none;} #tabs {margin-bottom: 1px;}