| Loading |
Can someone please help me get that google+ button out of my new theme? I am struggling.
HTML under <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html itemscope itemtype=”http://schema.org/Blog”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8” />
<title>{Title}{block:SearchPage} | {SearchQuery}{/block:SearchPage}{block:PostSummary} | {PostSummary}{/block:PostSummary}</title>
<link rel=”shortcut icon” href=”{Favicon}”>
<link rel=”alternate” type=”application/rss+xml” href=”{RSS}”>
{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
<!—
This blog belongs to {Title} ({Name}) - {CopyrightYears}
The theme is by Level82 http://level82.tumblr.com
—>
<meta name=”color:Text” content=”#444444” />
<meta name=”color:Links” content=”#00ccff” />
<meta name=”color:Links hover” content=”#00ccff” />
<meta name=”color:Background” content=”#FFFFFF” />
<meta name=”image:Background” content=”” />
<meta name=”image:Sidebar” content=”” />
<meta name=”if:Repeat Background” content=”1” />
<meta name=”if:Fix Background” content=”1” />
<meta name=”if:Infinite scroll” content=”1” />
<meta name=”if:Show description” content=”1” />
<meta name=”if:Search box” content=”1” />
<meta name=”if:Google Plus One Button” content=”1” />
<meta name=”color:Post background” content=”#FFFFFF” />
<meta name=”color:Post text” content=”#000000” />
<meta name=”text:Loading message” content=”Loading” />
<meta name=”text:Infinite scroll message” content=”Loading more posts” />
<meta name=”text:Tag 1” content=”” />
<meta name=”text:Tag 2” content=”” />
<meta name=”text:Tag 3” content=”” />
<meta name=”text:Tag 4” content=”” />
<meta name=”text:Tag 5” content=”” />
<meta name=”text:Tag 6” content=”” />
<meta name=”text:Tag 7” content=”” />
<meta name=”text:Tag 8” content=”” />
<meta name=”text:Tag 9” content=”” />
<meta name=”text:Tag 10” content=”” />
<meta name=”text:Tag 11” content=”” />
<meta name=”text:Tag 12” content=”” />
<meta name=”text:Tag 13” content=”” />
<meta name=”text:Tag 14” content=”” />
<meta name=”text:Tag 15” content=”” />
<meta itemprop=”name” content=”{Title}”>
<meta itemprop=”description” content=”{Description}”>
<meta itemprop=”image” content=”{PortraitURL-128}”>
<script type=”text/javascript” src=”http://code.jquery.com/jquery-latest.js”></script>
<script type=”text/javascript” src=”http://static.tumblr.com/jw8fmba/GQtlx5qw3/theme.js”></script>
<script>
$(window).load(function(){
$(“.loading”).hide();
})
</script>
<style type=”text/css”>
@importurl(‘http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic’);
html, body {
margin: 0;
height: 100%;
}
body {
margin: 0 auto 15px auto;
font-family: ‘PT Sans’, Arial, sans-serif;
color: {color:Text};
background: {color:Background}{block:IfBackgroundImage} url({image:Background}) {block:IfFixBackground}fixed{/block:IfFixBackground} {block:IfNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground}{/block:IfBackgroundImage} center 0;
}
* {
-webkit-transition: color .1s ease;
-moz-transition: color .1s ease;
-o-transition: color .1s ease;
transition: color .1s ease;
line-height: 150%;
}
a {
text-decoration: none;
}
.posts a:link, .posts a:visited {
color: {color:Links};
}
.posts a:hover, .posts a:active {
color: {color:Links hover};
}
a:link img {
border: none;
}
em, em a, a em {
font-style: italic;
}
h1 {
text-transform: uppercase;
font-size: 14px;
}
h2 {
text-transform: uppercase;
font-size: 13px;
}
h3 {
text-transform: uppercase;
font-size: 12px;
}
p, li, blockquote, td, code {
font-size: 11px;
}
.sidebar {
width: 100px;
padding: 0 50px;
margin-top: 105px;
height: 100%;
position: fixed;
top: 0;
left: 5px;
}
.relative {
position: relative;
}
.hover_box {
position: absolute;
top: 100%;
left: 0;
background: #FFF;
border: #CCC 1px solid;
padding: 10px;
z-index: 999;
visibility: hidden;
}
.relative:hover .hover_box {
visibility: visible;
}
.hover_box .arrow_top {
position: absolute;
top: -5px;
left: 10px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #FFF;
width: 0;
z-index: 2;
}
.hover_box .arrow_bottom {
position: absolute;
top: -6px;
left: 9px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ccc;
width: 0;
z-index: 1;
}
.description {
width: 400px;
}
.description, .description p, .description li {
font-size: 11px;
}
.search {
width: 270px;
}
.search form {
width: 100%;
}
.search_box {
width: 200px;
outline: 0;
background: #FFF;
border: 0px;
}
.search_button {
float: right;
}
.ask {
width: 500px;
}
.googleplus {
width: 60px;
margin: 50px 0 0 0;
}
.sidebar h1 {
margin: 6px 0;
color: {color:Links};
}
.sidebar h1 a:link, .sidebar h1 a:visited {
color: {color:Links};
}
.sidebar h1 a:hover, .sidebar h1 a:active {
color: {color:Links hover};
}
.sidebar img {
max-width: 100%;
}
.sidebar h2 {
margin: 9px 0 3px 0;
color: {color:Links};
}
.sidebar p {
margin: 3px 0;
}
.sidebar p a:link, .sidebar p a:visited {
color: {color:Text};
}
.sidebar p a:hover, .sidebar p a:active {
color: {color:Links hover};
}
#tumblr_controls, a[href=”http://www.tumblr.com/themes/by/level82”] {
position: fixed !important;
}
.posts {
position: relative;
height: 100%;
padding-bottom: 100px;
margin-top: 100px;
margin-left: 200px;
clear: both;
}
.stack {
float: left;
}
.post {
margin: 5px;
width: 400px;
}
.note_box {
float: left;
position: relative;
margin: 10px;
width: 400px
}
.inner {
padding: 15px;
background: {color:Post background};
color: {color:Post text};
}
.post h2 {
margin: 0;
}
.post p,.post li {
line-height: 175%;
}
.post p {
margin: 10px 0 5px 0;
}
.post ol,.post ul {
margin: 3px 0;
padding: 0;
}
.post li {
margin: 2px 35px;
}
.post .info_bar {
width: 100%;
position: absolute;
top: 5px;
right: 5px;
text-align: right;
opacity: 0;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
{block:PermalinkPage}
display: none;
{/block:PermalinkPage}
}
.post:hover .info_bar {
opacity: 1;
}
.post .info_bar a {
text-decoration: none;
}
.post .info_bar img {
margin: 0 3px -6px 0;
}
.post .info_bar .notecount {
background: rgba(0,0,0,0.5);
border: rgba(0,0,0,0.2) solid 1px;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
filter: dropshadow(color=rgba(0,0,0,0.5), offx=0, offy=1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 2px;
font-size: 12px;
font-weight: bold;
position: relative;
}
.post .info_bar .notecount span {
color: #FFF;
}
.post .photo {
position: relative;
padding: 0;
line-height: 0 !important;
{block:IndexPage}
background: {color:Body text};
{/block:IndexPage}
}
.post img.main_photo {
width: 100%;
}
.post img {
max-width: 100%;
height: auto;
}
.post .photo img {
line-height: 0;
}
.post .lines {
margin: 0 0 5px 0;
}
.post .lines .line {
padding: 5px 10px;
font-size: 12px;
}
.post .lines .odd {
}
.post .lines .even {
margin-left: 25px;
}
.note_box ol.notes {
padding: 0;
margin: 0;
list-style-type: none;
font-size: 11px;
}
.note_box ol.notes a {
text-decoration: none;
}
.note_box ol.notes li.note {
border-top: solid 1px {color:Post text};
padding: 5px 0;
margin: 0 !important;
}
.note_box ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 10px;
width: 16px;
height: 16px;
}
.note_box ol.notes li.note .answer_content {
font-weight: normal;
}
.note_box ol.notes li.note blockquote {
border-color: {color:Post text};
padding: 4px 10px;
margin: 10px 0px 0px 25px;
}
.pagination {
display: none;
}
#infscr-loading {font-weight:bold;width:100%;text-align:center;position:absolute;padding:25px 0;bottom:0;left:0;font-size:10px;color:{color:Header background};text-transform:uppercase;}
.masonry,.masonry .masonry-brick {-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s;transition-duration: 0.25s;}.masonry {-webkit-transition-property: height, width;-moz-transition-property: height, width;-o-transition-property: height, width;transition-property: height, width;}.masonry .masonry-brick {-webkit-transition-property: left, right, top;-moz-transition-property: left, right, top;-o-transition-property: left, right, top;transition-property: left, right, top;}
body{background:url({image:Background}) {color:Background} {block:IfFixedBackground}fixed{/block:IfFixedBackground} {block:IfNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground} {block:IfCenterBackground}center 0{/block:IfCenterBackground}}
.hidden {
display: none;
}
.loading {
font-weight: bold;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-size: 10px;
color: {color:Header background};
text-transform: uppercase;
}
{CustomCSS}
</style>
</head>
<body>
<div class=”loading”>
<table width=”100%” height=”100%”>
<tr>
<td width=”100%” height=”100%”>
{text:Loading message}
</td>
</tr>
</table>
</div>
{block:Pagination}<ul class=”pagination”>
<li>{block:NextPage}<a href=”{NextPage}” class=”pagination_nextlink”>Next</a>{/block:NextPage}</li>
</ul>{/block:Pagination}
<div class=”sidebar”>
<h1><a href=”/”>{block:IfNotSidebarImage}{Title}{/block:IfNotSidebarImage}{block:IfSidebarImage}<img src=”{image:Sidebar}” />{/block:IfSidebarImage}</a></h1>
{block:IfShowDescription}{block:Description}<div class=”relative”><p><a href=”#”>{lang:About}</a></p>
<div class=”hover_box description”>
<div class=”arrow_top”></div>
<div class=”arrow_bottom”></div>
{Description}
</div>
</div>{/block:Description}{/block:IfShowDescription}
{block:AskEnabled}<div class=”relative”><p><a href=”/ask”>{AskLabel}</a></p>
<div class=”hover_box ask”>
<div class=”arrow_top”></div>
<div class=”arrow_bottom”></div>
<iframe frameborder=”0” scrolling=”no” width=”100%” height=”149” src=”http://www.tumblr.com/ask_form/{Name}.tumblr.com” style=”background-color:transparent; overflow:hidden;” id=”ask_form”></iframe><!—[if IE]><script type=”text/javascript”>document.getElementById(‘ask_form’).allowTransparency=true;</script><![endif]—>
</div>
</div>{/block:AskEnabled}
{block:SubmitEnabled}<p><a href=”/submit”>{SubmitLabel}</a></p>{/block:SubmitEnabled}
<p><a href=”/archive”>{lang:Archive}</a></p>
<p><a href=”{RSS}”>{lang:Subscribe}</a></p>
{block:IfSearchBox}<div class=”relative”><p><a href=”#”>{lang:Search}</a></p>
<div class=”hover_box search”>
<div class=”arrow_top”></div>
<div class=”arrow_bottom”></div>
<form action=”/search” method=”get”>
<input type=”text” name=”q” value=”{SearchQuery}” placeholder=”{lang:Search keywords}” class=”search_box” />
<input class=”search_botton” type=”submit” value=”Search”/>
</form>
</div>
</div>{/block:IfSearchBox}
{block:HasPages}{block:Pages}<p><a href=”{URL}”>{Label}</a></p>
{/block:Pages}{/block:HasPages}
{block:IfTag1}<h2>{lang:Tags}:</h2>
<p><a href=”/tagged/{text:Tag 1}”>{text:Tag 1}</a></p>{/block:IfTag1}
{block:IfTag2}<p><a href=”/tagged/{text:Tag 2}”>{text:Tag 2}</a></p>{/block:IfTag2}
{block:IfTag3}<p><a href=”/tagged/{text:Tag 3}”>{text:Tag 3}</a></p>{/block:IfTag3}
{block:IfTag4}<p><a href=”/tagged/{text:Tag 4}”>{text:Tag 4}</a></p>{/block:IfTag4}
{block:IfTag5}<p><a href=”/tagged/{text:Tag 5}”>{text:Tag 5}</a></p>{/block:IfTag5}
{block:IfTag6}<p><a href=”/tagged/{text:Tag 6}”>{text:Tag 6}</a></p>{/block:IfTag6}
{block:IfTag7}<p><a href=”/tagged/{text:Tag 7}”>{text:Tag 7}</a></p>{/block:IfTag7}
{block:IfTag8}<p><a href=”/tagged/{text:Tag 8}”>{text:Tag 8}</a></p>{/block:IfTag8}
{block:IfTag9}<p><a href=”/tagged/{text:Tag 9}”>{text:Tag 9}</a></p>{/block:IfTag9}
{block:IfTag10}<p><a href=”/tagged/{text:Tag 10}”>{text:Tag 10}</a></p>{/block:IfTag10}
{block:IfTag11}<p><a href=”/tagged/{text:Tag 11}”>{text:Tag 11}</a></p>{/block:IfTag11}
{block:IfTag12}<p><a href=”/tagged/{text:Tag 12}”>{text:Tag 12}</a></p>{/block:IfTag12}
{block:IfTag13}<p><a href=”/tagged/{text:Tag 13}”>{text:Tag 13}</a></p>{/block:IfTag13}
{block:IfTag14}<p><a href=”/tagged/{text:Tag 14}”>{text:Tag 14}</a></p>{/block:IfTag14}
{block:IfTag15}<p><a href=”/tagged/{text:Tag 15}”>{text:Tag 15}</a></p>{/block:IfTag15}
{block:IfGooglePlusOneButton}<div class=”googleplus”>
<g:plusone size=”tall” annotation=”none” href=”http://{Name}.tumblr.com”></g:plusone>
</div>{/block:IfGooglePlusOneButton}
</div>
<div class=”posts”>
{block:Posts}
<div class=”post stack {block:IfInfiniteScroll}load{/block:IfInfiniteScroll}” id=”post_{PostID}”>{block:Text}<div class=”inner”>{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<h3><a href=”{Permalink}”>{lang:Read more}</a></h3>{/block:More}</div>{/block:Text}{block:Answer}<div class=”inner”><p><strong>{lang:Asker asked}: {Question}</strong></p><p>{Answer}</p></div>{/block:Answer}{block:Chat}<div class=”inner”>{block:Title}<h2>{Title}</h2>{/block:Title}<div class=”lines”>{block:Lines}<div class=”line {Alt}”>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}</div></div>{/block:Chat}{block:Quote}<div class=”inner”><h2>”{Quote}”</h2>{block:Source}<p>- {Source}</p>{/block:Source}</div>{/block:Quote}{block:Link}<div class=”inner”><h2><a href=”{URL}” {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}</div>{/block:Link}{block:Photo}<div class=”photo”>{LinkOpenTag}<img src=”{PhotoURL-500}” alt=”{PhotoAlt}” class=”main_photo” />{LinkCloseTag}</div>{block:PermalinkPage}{block:Caption}<div class=”inner”>{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photo}{block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:Caption}<div class=”inner”>{Caption}</div>{/block:Caption}{/block:Photoset}{block:Video}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:Caption}<div class=”inner”>{Caption}</div>{/block:Caption}{/block:Video}{block:Audio}{block:AlbumArt}<img src=”{AlbumArtURL}” class=”main_photo” />{/block:AlbumArt}<div class=”inner”>{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
{block:Date}<div class=”info_bar”><img class=”like” src=”http://static.tumblr.com/jw8fmba/JQllum7dg/like.png” id=”like_image_{PostID}” onclick=”LikePost(‘{PostID}’,’{ReblogURL}’,this)” border=”0” alt=”like” title=”like” /><a href=”{ReblogURL}” title=”Reblog this photo”><img src=”http://static.tumblr.com/jw8fmba/bPzlum7er/reblog.png” class=”reblog” /></a>{block:NoteCount}<a href=”{Permalink}” class=”notecount”><span class=”note_count_{PostID}”>{NoteCount}</span></a>{/block:NoteCount}
{block:Photo}
<h2 style=”margin: 15px 0”><a style=”color: white” href=”{Permalink}”>{TimeAgo}</a></h2>
{block:ContentSource}<h3 style=”margin: 0”><a style=”color: white” href=”{SourceURL}”>{block:SourceLogo}<img src=”{WhiteLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{lang:Source}: {SourceTitle}{/block:NoSourceLogo}</a></h3>{/block:ContentSource}{/block:Photo}
</div>{/block:Date}
</div>
{block:PostNotes}<div class=”note_box stack”>
<div class=”inner”>
{PostNotes}
</div>
</div>{/block:PostNotes}
{/block:Posts}
</div>
<script type=”text/javascript”>
(function() {
var po = document.createElement(‘script’); po.type = ‘text/javascript’; po.async = true;
po.src = ‘https://apis.google.com/js/plusone.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script type=”text/javascript”>
$(function(){var $container = $(‘.posts’).css({ opacity: 0 });$container.imagesLoaded(function(){$container.animate({ opacity: 1 });$container.masonry({itemSelector:’.stack’,columnWidth: 205});});$container.infinitescroll({navSelector:’.pagination’,nextSelector:’.pagination li a.pagination_nextlink’,itemSelector: ‘.load’,loading: {img:’http://static.tumblr.com/jw8fmba/yGMlx5zw8/transparent.gif’,msgText : “{text:Infinite scroll message}”,donetext:”}},function( newElements ) { var $newElems = $( newElements ).css({ opacity: 0 });$newElems.imagesLoaded(function(){$newElems.animate({ opacity: 1 });$container.masonry( ‘appended’, $newElems, true );});});});
</script>
<iframe id=”likes_frame” style=”height:1px;width:1px;position:absolute;left:-500px;”></iframe>
</body>
</html>