Template:Team:HokkaidoU Japan/SocialButtons
From 2011.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
button: 'none', | button: 'none', | ||
text: 'iGEM - HokkaidoU_Japan', | text: 'iGEM - HokkaidoU_Japan', | ||
- | via: ' | + | via: 'igem_hokkaidou', |
lang: 'en-US', | lang: 'en-US', | ||
}); | }); | ||
Line 13: | Line 13: | ||
button : 'button_count', | button : 'button_count', | ||
locale : 'en_US', | locale : 'en_US', | ||
+ | }); | ||
+ | $('#hokkaidou-socialbuttons li.google').socialbutton('google_plusone', { | ||
+ | button : 'medium', | ||
+ | lang : 'en-US', | ||
+ | url : location.href | ||
}); | }); | ||
}); | }); | ||
Line 21: | Line 26: | ||
} | } | ||
#hokkaidou-socialbuttons{ | #hokkaidou-socialbuttons{ | ||
- | margin: 0; | + | margin: 0 !important; |
- | padding: 0; | + | padding: 0 !important; |
} | } | ||
+ | #hokkaidou-socialbuttons{zoom: 1;} | ||
+ | #hokkaidou-socialbuttons:after { content: ""; } | ||
#hokkaidou-socialbuttons li{ | #hokkaidou-socialbuttons li{ | ||
float: left; | float: left; | ||
- | + | display: block; | |
- | display: | + | margin: 0 3px !important; |
- | + | list-style: none; | |
- | list-style | + | |
} | } | ||
#hokkaidou-socialbuttons li:first-child{ | #hokkaidou-socialbuttons li:first-child{ | ||
- | margin-left: 0; | + | margin-left: 0 !important; |
} | } | ||
</style> | </style> | ||
<ul id="hokkaidou-socialbuttons"> | <ul id="hokkaidou-socialbuttons"> | ||
<li class="tweet"></li> | <li class="tweet"></li> | ||
+ | <li class="google"></li> | ||
<li class="like"></li> | <li class="like"></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 18:50, 5 October 2011