- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="color:blockquote" content="#efefef"/>
- <meta name="color:background color" content="#ffffff"/>
- <meta name="color:menu background" content="#555555"/>
- <meta name="color:menu link" content="#000000"/>
- <meta name="color:post background color" content="#ffffff"/>
- <meta name="color:side background color" content="#ffffff"/>
- <meta name="image:background image" content="0"/>
- <meta name="image:sidebar" content="0"/>
- <meta name="if:show sidebar image" content="0"/>
- <meta name="if:first custom link" content="0"/>
- <meta name="if:second custom link" content="0"/>
- <meta name="if:third custom link" content="0"/>
- <meta name="if:fourth custom link" content="0"/>
- <meta name="if:faded images" content="0"/>
- <meta name="if:shadow" content="0"/>
- <meta name="if:show title" content="1"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="if:rainbow links" content="1"/>
- <meta name="if:sidebar right" content="0"/>
- <meta name="text:first custom link title" content=""/>
- <meta name="text:first custom link url" content=""/>
- <meta name="text:second custom link title" content=""/>
- <meta name="text:second custom link url" content=""/>
- <meta name="text:third custom link title" content=""/>
- <meta name="text:third custom link url" content=""/>
- <meta name="text:fourth custom link title" content=""/>
- <meta name="text:fourth custom link url" content=""/>
- <meta name="text:font size" content="11px"/>
- <meta name="text:title font size" content="18px"/>
- <meta name="text:post title font size" content="18px"/>
- <meta name="text:previous" content="inhale"/>
- <meta name="text:next" content="exhale"/>
- <meta name="image:sidebar" content="0"/>
- <meta name="if:show sidebar image" content="0"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!--[if IE]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- {block:ifrainbowlinks}
- <script src='http://static.tumblr.com/uiqhh9x/1bDm26c5c/rainbow.js' type='text/javascript'></script>
- {/block:ifrainbowlinks}
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
- <style type="text/css">
- html, body, {
- font-family: {font:body};
- }
- body {
- color: {color:text};
- background:{color:background color} url({image:background image});
- font-family: {font:body};
- font-size: {text:font size};
- line-height: 150%;
- }
- #infscr-loading {
- position: absolute;
- bottom: 0;
- left: 25%;
- }
- a:link, a:active, a:visited{
- color:{color:Link};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: none;
- }
- #content {
- width: 528px;
- margin-top: 5px;
- {block:ifsidebarright}
- float: left;
- {/block:ifsidebarright}
- {block:ifnotsidebarright}
- float: right;
- {/block:ifnotsidebarright}
- }
- #note3 {
- width: 500px; }
- #contain {
- width: 844px;
- margin: 0px auto;
- position: relative;
- }
- #side {
- width: 300px;
- position: fixed;
- margin-top: 140px;
- background:{color:side background color};
- padding: 2px;
- {block:ifsidebarright}
- margin-left: 538px;
- {/block:ifsidebarright}
- }
- #titexcel {
- position: absolute;
- right: 3px;
- top: 26px;
- }
- ol.notes img {
- width: 16px;
- display: inline;
- position: relative;
- top: 3px;
- }
- #sidebar img {
- display: block;
- margin-bottom: 1px;
- }
- .entry {
- {block:ifsidebarright}
- float: right;
- {/block:ifsidebarright}
- {block:ifnotsidebarright}
- float: left;
- {/block:ifnotsidebarright}
- {block:indexpage}
- width: 250px;
- margin: 5px;
- {/block:indexpage}
- {block:permalinkpage}
- width: 500px;
- margin: 5px;
- {/block:permalinkpage}
- display: block;
- padding: 2px;
- background:{color:post background color};
- {block:ifshadow}
- -moz-box-shadow: 0 0 10px #aaaaaa;
- -webkit-box-shadow: 0 0 10px#aaaaaa;
- box-shadow: 0 0 10px #aaaaaa;
- {/block:ifshadow}
- position: relative;
- }
- .entry img {
- display: block;
- max-width: 100%;
- {block:iffadedimages}
- opacity:0.8;
- filter:alpha(opacity=80);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- {/block:iffadedimages}
- }
- .entry:hover img {
- {block:iffadedimages}
- opacity:1;
- filter:alpha(opacity=100);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- {/block:iffadedimages}
- }
- .entry:hover .details {
- opacity: 1.0;
- margin:12px 0px 0px 0px;
- filter: alpha(opacity = 100);
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- #pagination{
- display:none;
- }
- .clear {
- clear: both;
- }
- .drawer {
- list-style: none;}
- #topmenu {
- margin: 5px;
- }
- #des {
- position: relative;
- }
- .cred {
- background: #000000;
- color: #ffffff;
- z-index: 555;
- padding: 5px;
- }
- .cred a{
- background: #000000;
- color: #ffffff;
- z-index: 555;
- }
- .textperma {
- color: #000000;
- padding-top: 0px;
- padding-bottom: 0px;
- font-size: 10px;
- text-align: center;
- opacity: 0;
- filter: alpha(opacity = 0);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- h1 {
- font-size:{text:title font size};
- }
- #menu a {
- padding: 0px 5px;
- }
- h3 {
- color: {color:title};
- font-size: {text:post title font size};
- font-weight: normal;
- }
- blockquote, q {
- quotes: "«" "»" "'" "'";
- padding: 2px;
- background: {color:blockquote};
- margin: 2px 0px;
- }
- li.drawer a {
- margin: 0px 5px;}
- .an {
- text-align:left;
- padding-left:5px;
- padding-right:5px;
- border-left: 2px solid #000000;
- border-right: 2px solid #000000;
- background-color:{color:blockquote};
- }
- .text {
- padding: 2px;
- }
- .entry:hover .textperma {
- opacity: 1;
- filter: alpha(opacity = 100);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- #pp {
- font-weight: bold;
- text-align: center;
- width: 100%;
- padding-top: 2px;
- }
- .askb {float: left; margin: 0px;padding: 0px 5px 5px 0px; background: #eee}
- .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .perma
- {
- opacity: 0.0;
- filter: alpha(opacity = 0);
- position:absolute;
- z-index:9999991;
- bottom: 0px;
- right: 7px;
- }
- .entry:hover .perma {
- -webkit-transition: opacity 0.4s linear;
- opacity: 1;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- filter: alpha(opacity = 100);
- }
- .likep {
- width: 21px;
- height: 20px;
- overflow: hidden;
- z-index: 9999999;
- display: inline-block;
- }
- .rep {
- width: 24px;
- height: 20px;
- overflow: hidden;
- z-index: 9999999;
- display: inline-block;
- }
- .likep a:hover {
- background-position: 0px 0px;
- }
- .likep a {
- background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
- background-position: 0px 0px;
- display: block;
- z-index: 9999999;
- webkit-transition: all 0s linear;
- -webkit-transition: all 0s linear;
- -moz-transition: all 0s linear;
- transition: all 0s linear;
- }
- .likep img {
- width: 21px;
- height: 20px;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;
- }
- .not { display: inline-block;
- background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
- height: 20px;
- font-size: 11px;
- line-height: 20px;
- color: #fff;
- padding-left: 4px;
- padding-right: 4px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- bottom: 6px;
- position: relative;
- }
- .not a{
- color: #fff;
- font-weight: bold;
- font-family: Arial, Helvetica, sans-serif;
- }
- .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
- opacity: 0.8;
- filter: alpha(opacity = 80);
- }
- .not:hover , .rep:hover, .likep:hover {
- opacity: 1!important;
- filter: alpha(opacity = 100)!important;
- }
- .prm {
- text-align: center;
- opacity: 0.0;
- filter: alpha(opacity = 0);
- font-size: 9px;
- line-height: 9px;
- text-transform: uppercase;
- }
- .entry:hover .prm {
- text-align: center;
- opacity: .5;
- filter: alpha(opacity = 50);
- }
- #navbar li {
- float: left;
- }
- #navbar {
- position: absolute;
- margin-left: 1px;
- margin-top: 1px;
- width: 400px;
- z-index: 100;
- }
- #navbar li a {
- display: block;
- font-size: 8px;
- line-height: 20px;
- text-align: center;
- text-transform: uppercase;
- width: 69px;
- background-color: {color:menu background};
- margin-right: 2px;
- z-index: 100;
- color: {color:menu link};
- }
- #menu{
- background: #ffffff;
- padding: 1px;
- height: 22px;
- {block:ifshadow}
- -moz-box-shadow: 0 0 10px #aaaaaa;
- -webkit-box-shadow: 0 0 10px#aaaaaa;
- box-shadow: 0 0 10px #aaaaaa;
- {/block:ifshadow}
- }
- #des {
- background: #ffffff;
- margin-top: 8px;
- padding: 2px;
- {block:ifshadow}
- -moz-box-shadow: 0 0 10px #aaaaaa;
- -webkit-box-shadow: 0 0 10px#aaaaaa;
- box-shadow: 0 0 10px #aaaaaa;
- {/block:ifshadow}
- }
- .clearfix {
- clear: both;
- }
- #navbar li:hover ul, #navbar li.hover ul {
- display: block;
- position: absolute;
- margin: 0;
- padding: 0;
- }
- #navbar li:hover li, #navbar li.hover li { float: none; }
- #navbar li:hover li a, #navbar li.hover li a { /* details for drop down box*/
- border-bottom: 1px dotted #000;
- font-size: 8px;
- line-height: 10px;
- text-transform: uppercase;
- text-align: center; padding:2px; margin-left: 0px; z-index: 100;
- color: {color:menu link};
- width:73px; line-height:10px;
- }
- .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
- padding-bottom : 0px;}
- #navbar li a:hover {
- font-weight: normal; z-index: 100;
- letter-spacing: 2px;
- }
- #navbar li ul { /* details for drop down boxes individually*/
- display: none;
- width: 79px; z-index: 100;
- background: {color:menu background};
- opacity: 0.8; filter: alpha(opacity=80);
- }
- #navbar li a:hover {
- font-weight: normal; z-index: 100;
- }
- #newHeader {
- padding-bottom: 2px;
- text-align: center;
- }
- #newHeader ul {
- list-style: none;
- margin: 0 5px;
- padding: 0;
- }
- #newHeader ul li {
- margin: 0 3px;
- padding: 0;
- float: left;
- }
- #newHeader ul li a {
- width: 90px;
- background-color: rgba(0,0,0,0.05);
- display: block;
- font-weight: bold;
- color: {color:menu link};
- text-decoration: none;
- -webkit-font-smoothing: antialiased;
- letter-spacing: 1px;
- line-height: 16px;
- font-size: 10px;
- -webkit-transition: all ease-in-out 0.3s;
- -moz-transition: all ease-in-out 0.3s;
- -o-transition: all ease-in-out 0.3s;
- transition: all ease-in-out 0.3s;
- }
- #newHeader ul li a:hover {
- background-color: rgba(0,0,0,0.00);
- }
- div.panel {
- width: 260px;
- padding: 15px 20px;
- color: #333;
- text-align: center;
- line-height: 22px;
- display: none;
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
- }
- div.panel p {
- margin: 10px 0;
- }
- div.panel p a, div.textPost p a, div.audioPost p a {
- color: #333;
- text-decoration: none;
- border-bottom: 1px dotted;
- font-style: italic;
- font-weight: bold;
- }
- #shareButton {
- width: 120px;
- height: 15px;
- font-weight: bold;
- letter-spacing: 1px;
- display: block;
- text-transform: uppercase;
- text-align: center;
- text-decoration: none;
- line-height: 15px;
- margin: 10px 5px;
- float: left;
- color: {color:menu link};
- -webkit-transition: all ease-in-out 0.3s;
- -moz-transition: all ease-in-out 0.3s;
- -o-transition: all ease-in-out 0.3s;
- transition: all ease-in-out 0.3s;
- background-color: rgba(0,0,0,0.05);
- }
- #shareButton:hover {
- background-color: rgba(0,0,0,0.00);
- }
- #shareButton a {
- color: {color:menu link};
- }
- h1 a {
- color: black;
- font-size: 16px;
- text-align: center;
- text-shadow: 2px 2px 0px
- rgba(0, 0, 0, 0.1);
- margin: 0px 0 0px;
- text-decoration: none;
- text-transform: uppercase;
- display: block;
- height: 20px;
- }
- </style>
- </head>
- <body>
- <div id="contain">
- <div id="side">
- <div id="newHeader">
- {block:ifshowtitle}
- <h1><a href="/">{title}</a></h1>{/block:ifshowtitle}
- {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width="300"/></a>{/block:ifshowsidebarimage}
- <ul>
- <li><a class="aboutBtn show" href="#aboutPanel">ABOUT</a></li>
- <li><a class="shareBtn show" href="#sharePanel">MESSAGE</a></li>
- <li><a class="donateBtn show" href="#linksPanel">LINKS</a></li>
- </ul>
- <div style="clear: both;"></div>
- <div id="aboutPanel" class="panel">
- {description}
- </div>
- <div id="sharePanel" class="panel">
- <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 style="clear: both;"></div>
- </div>
- <div id="linksPanel" class="panel">
- {block:HasPages}
- {block:Pages}<a id="shareButton" href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- {block:iffirstcustomlink}<a id="shareButton" href="{text:first custom link url}">{text:first custom link title}</a>{/block:iffirstcustomlink}
- {block:ifsecondcustomlink}
- <a id="shareButton" href="{text:second custom link url}">{text:second custom link title}</a>{/block:ifsecondcustomlink}
- {block:ifthirdcustomlink}
- <a id="shareButton" href="{text:third custom link url}">{text:third custom link title}</a>{/block:ifthirdcustomlink}
- {block:iffourthcustomlink}
- <a id="shareButton" href="{text:fourth custom link url}">{text:fourth custom link title}</a>{/block:iffourthcustomlink}
- <div style="clear: both;"></div>
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="perma">
- <div class="likep">
- <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
- </div>
- <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
- </div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- {/block:IndexPage}
- {block:indexpage}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
- {/block:indexpage}
- {block:permalinkpage}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- </div>{/block:Quote}
- {block:Link}
- <div class="text">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- </div>{/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- </div>{/block:Chat}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- <div class="text">
- {AudioPlayerBlack}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- </div>{/block:Audio}
- {block:Answer}<div class="text">
- <div class="an">
- <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
- </div>
- {block:indexpage}
- <div class="prm"><p><a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p></div>
- {/block:indexpage}
- </div>{/block:Answer}
- {block:PermalinkPage}
- <div id="note3"><center>
- {block:notecount}
- {notecountwithlabel}
- {/block:notecount} {block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} {block:RebloggedFrom} Reblogged from
- <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
- <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}</center>
- <br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div class="clear"></div>
- </div>
- <div id="titexcel"><a href="http://tit.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a></div>
- {block:Pagination}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}"></a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}"></a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>{block:ifinfinitescroll}
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function () {
- $('#content').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : ".entry, .clear",
- bufferPx : 200,
- loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
- loadingText : "<em></em>",
- },
- function() { $('#content').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <div style="padding: 5px; position: fixed; bottom: 0px; font-size: 9px; right: 0px; text-transform:lowercase; background: #ffffff; color: white;"><a href="http://tit.tumblr.com"><small style="color: #ffffff;"><a href="https://twitter.com/m4rcsilva" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @m4rcsilva</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></small></a></div>
- <script type="text/javascript">
- $('.show').click(function(e){
- e.preventDefault();
- $('.panel').stop(true,true);
- var target = $(this).attr('href');
- if($('.panel').is(':visible')){
- if($(target).is(':visible')){
- $(target).slideUp();
- return false;
- }else{
- $('.panel:visible').slideUp(400, function(){
- $(target).slideDown();
- });
- }
- }else {
- $(target).slideDown();
- }
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
- <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
- </body>
- </html>
- /a>"</a><br><div
- class="links"><a href=""></a></div></div>