get paid to paste

#016 Dear me, Mr Holmes

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<!--
 
theme #016 by Rose @ itsacrimescene.tumblr.com
Please do not copy or claim as your own
Do not remove this credit from the code
Thank you :3
 
-->
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
<head>
 
 
<!-- DEFAULT VARIABLES -->
 
<meta name="color:accent" content="#537186" />
<meta name="color:asktext" content="#bebdbd" />
<meta name="color:background" content="#656666" />
<meta name="color:bold" content="#1a1919" />
<meta name="color:border" content="#232323" />
<meta name="color:container" content="#1a1a1a" />
<meta name="color:entry" content="#1e1e1e" />
<meta name="color:infolinks" content="#8a8a8a" />
<meta name="color:infotext" content="#696969" />
<meta name="color:italics" content="#a2a0a0" />
<meta name="color:link" content="#912f2f" />
<meta name="color:posts" content="#464646" />
<meta name="color:sidebar" content="#292929" />
<meta name="color:sidebartext" content="#929292" />
<meta name="color:tags" content="#857e71" />
<meta name="color:text" content="#181818" />

<meta name="if:ShowBlogroll" content="1" />
 
<meta name="image:background" content="http://static.tumblr.com/e51ddf075594a1fb0eff5383a35fc33a/ougddg1/YDimjkafa/tumblr_static_bggrey2.png" />
<meta name="image:header" content="" />
<meta name="image:sidebarimg" content="" />
 
<meta name="text:block1text" content="about me" />
<meta name="text:block2text" content="navigation" />
<meta name="text:block3text" content="following" />
<meta name="text:asker" content="said" />
<meta name="text:Link1" content="" />
<meta name="text:Link1 Title" content="" />
<meta name="text:Link2" content="" />
<meta name="text:Link2 Title" content="" />
<meta name="text:Link3" content="" />
<meta name="text:Link3 Title" content="" />
<meta name="text:Link4" content="" />
<meta name="text:Link4 Title" content="" />
<meta name="text:Link5" content="" />
<meta name="text:Link5 Title" content="" />
<meta name="text:Link6" content="" />
<meta name="text:Link6 Title" content="" />
 
 
        <title>{Title}{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}
                      
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
       
        <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
<script>
$().ready(function() {
    $("[title]").style_my_tooltips({
        tip_follows_cursor: "on", //on/off
        tip_delay_time: 200 //milliseconds
    });
});
</script>
 
<script>
window.onload = function () {
document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
document.addEventListener( 'click', function ( event ) {
    var myLike = event.target;
    if( myLike.className.indexOf( 'my-like' ) > -1 ) {
        var frame = document.getElementById( 'my-like-frame' ),
            liked = ( myLike.className == 'my-liked' ),
            command = liked ? 'unlike' : 'like',
            reblog = myLike.getAttribute( 'data-reblog' ),
            id = myLike.getAttribute( 'data-id' ),
            oauth = reblog.slice( -8 );
        frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
        liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
    };
}, false );
};
</script>      
   
    <style type="text/css">
 
body {background-color:{color:background}; color:{color:text}; font-family: Tahoma; font-size: 12px; line-height:125%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed;}
 
a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
a:hover {color:{color:infolinks}; text-decoration: none; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;}
 
img a {border:0px;}
b, strong{font-weight: bold; color:{color:bold}; font-size: 115%; letter-spacing: 0px;}
i, em {font-style: italic; color:{color:italics}; font-size:105%; font-family:Georgia;}
s, strike, del {color: {color:italics}; font-size:110%;}
p {margin: 10px 10px 10px 10px;}
blockquote {padding: 1px 0 1px 5px; margin: 2px 0px 2px 3px; border-left: 1px solid {color:border}; word-wrap: break-word;}
blockquote img {max-width:450px;}
pre {width:95%; margin-left:auto; margin-right:auto; font-family: Arial; font-size:11px; padding: 5px 6px 5px 6px; word-wrap: break-word; background-color:{color:background}; color: {color:italics}; border: 1px solid {color:border}; max-height:100px!important; overflow-y:auto;}
 
#s-m-t-tooltip{
position: absolute;
max-width: 300px;
padding: 1px 8px 1px 8px;
z-index: 99999;
display: inline-block;
font-family: Calibri;
font-size: 9px;
color: #fff;
background-color:#181818;
text-transform: uppercase;
}
 
 
/* CONTAINER */
 
#elementary {
width: 800px;
height: auto;
padding: 10px;
margin: 50px auto 50px auto;
background-color: {color:container};
border: 7px solid {color:border};
overflow:auto;
}
 
/* TOPBAR */

#header {
width: 750px;
height: 460px;
margin: 20px auto 10px auto;
overflow:hidden;
}

#header img {
width: 750px;
height:300px;
margin: auto;
opacity: 0.8;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

#header img:hover {
opacity: 1;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;}

#topbar {
width: 750px;
height: 150px;
margin: 10px auto 0px auto;
}

#titlebar {
width: 750px;
height: 20px;
font-family:Georgia;
font-size:17px;
line-height:18px;
font-style:italic;
color: {color:accent};
text-shadow: -1px -1px 0px {color:border};
margin: -14px auto 0 auto;
position:absolute;
z-index:1000;
}

#titleblock1 {
width:210px;
position:absolute;
margin-left: 15px;
}

#titleblock2 {
width:210px;
position:absolute;
margin-left: 270px;
}

#titleblock3 {
width:210px;
position:absolute;
margin-left: 525px;
}

#topblock1 {
width: 240px;
height: 150px;
margin: 0;
background-color: {color:sidebar};
border: 1px solid {color:border};
position:absolute;
}

#icon {
width: 36px;
height: 36px;
background-color: {color:container};
border:1px solid {color:border};
float:left;
padding: 2px;
margin: 5px 10px 8px 1px;
}

#icon img {
width: 30px;
height:30px;
margin: 3px 3px;
border-bottom: none;
}

#desc {
width: 220px;
height: 140px;
padding: 5px 10px;
max-height: 140px;
overflow:auto;
font-family:Calibri;
font-size:11px;
line-height:14px;
color: {color:sidebartext};
margin:auto;
}

#desc img {
width: auto;
height: auto;
}

#topblock2 {
width: 240px;
height: 150px;
margin: 0 0px 0 254px;
background-color: {color:sidebar};
border: 1px solid {color:border};
position:absolute;
}

#sidebarimg {
width: 220px;
height: 130px;
margin: 10px auto;
}

#sidebarimg img {
width: 220px;
height: 130px;
opacity:1;
border-bottom: none;
}

.navilinks {
width: 220px;
height: 90px;
{block:IfShowBlogroll}margin: 35px auto;
position:absolute;
opacity: 0.1;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;{/block:IfShowBlogroll}
{block:IfNotShowBlogroll}
margin: 40px auto;{/block:IfNotShowBlogroll}
text-align:center;
}

{block:IfShowBlogroll}
#sidebarimg:hover .navilinks {
opacity: 1;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}{/block:IfShowBlogroll}

.navilinks a {
display:inline-block;
margin: 0 3px 6px 3px;
text-align:center;
font-family:Georgia;
font-size: 8px;
line-height: 8px;
text-transform:uppercase;
padding: 9px 8px;
color: {color:link};
background-color: {color:container};
border: 1px solid {color:border};
}

.navilinks a:hover {
color: {color:asktext};
background-color: {color:container};
border: 1px solid {color:border};
}

#topblock3 {
width: 240px;
height: 150px;
margin: 0 0 0 508px;
background-color: {color:sidebar};
border: 1px solid {color:border};
position:absolute;
}

#stalking {
width: 220px;
height: 120px;
margin: 10px auto;
padding: 2px 10px 5px 10px;
text-align:center;
overflow:auto;
}

#stalking img {
opacity:1;
width: 16px;
height: 16px;
border: 6px solid {color:container};
margin: 0 5px 5px 0;
}

#stalking img:hover {
width: 24px;
height: 24px;
margin: -9px 0 0 -5px;
border: 6px solid {color:accent};
z-index:999;
}

/* PAGINATION */

#pagination {
width: 40px;
height: 120px;
bottom: 10%;
margin-left: 810px;
position:fixed;
background-color: transparent;
}

#pagination a {
display:block;
font-family: Georgia;
font-size: 40px;
padding: 7px 6px 12px 10px;
margin-bottom: 2px;
color: {color:link};
background-color: {color:border};
text-shadow: -1px -1px 0px {color:container};
border-radius: 5px;
-moz-border-radius:5px;
}

#pagination a:hover {
color: {color:accent};
}

/* CONTENT */

#entries {
width: 750px;
height: auto;
position: relative;
overflow:auto;
margin: 20px auto 10px auto;
}

#entry {
width: 750px;
height: auto;
background-color: {color:entry};
padding: 10px 0;
margin: 0 auto 20px auto;
}

#posts {
width: 500px;
height: auto;
background-color: {color:posts};
margin: 20px 0 20px 180px;
padding: 20px;
border: 1px solid {color:border};
}

/* INFO */

#info {
width: 166px;
height: auto;
text-align:center;
background-color: transparent;
margin: -4px 0 0 5px;
position:absolute;
}

#info a {
display:inline-block;
font-family:Calibri;
font-size:8px;
line-height:8px;
text-transform:uppercase;
padding: 2px 3px;
letter-spacing:0;
color: {color:infolinks};
background-color: {color:posts};
}

#info a:hover {
color: {color:infotext};
background-color: {color:container};
}

.time {
font-family:Georgia;
font-size:16px;
line-height:16px;
letter-spacing:-1px;
font-style:italic;
color: {color:accent};
text-shadow: -1px -1px 0px {color:container};
}

.rebloginfo {
width: 166px;
height: auto;
margin: 5px auto 0px auto;
}

.rebloginfo img {
width: 24px;
height: 24px;
border: 0px solid {color:border};
margin: 2px 3px;
padding: 1px 0px;
}

/* TAGS */

#tagbox {
width: 164px;
height: auto;
padding: 6px 3px;
margin: 5px auto 0 auto;
font-family:Calibri;
font-size:9px;
line-height:11px;
text-align:center;
background-color: {color:container};
color: {color:infotext};
border-radius: 5px;
-moz-border-radius:5px;
}

#tagbox a {
display:inline;
font-family:Calibri;
font-size:11px;
color: {color:tags};
text-transform:none;
background-color:transparent;
}

#tagbox a:hover {
color: {color:infotext};
background-color:transparent;
}

/* BUTTONS */

#buttons {
width: 130px;
height: 15px;
margin: -13px 0 0 500px;
position:absolute;
font-family:Calibri;
font-size:9px;
text-transform:uppercase;
opacity:0;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}

.my-like {
cursor:pointer;
display:inline-block;
vertical-align:top;
line-height: 9px;
padding: 2px 4px;
color: {color:infolinks};
background-color: {color:posts};
float:left;
border: 1px solid {color:border};
}
.my-liked, .my-like:hover  {
line-height: 9px;
padding: 2px 4px;
color: #b72525;
background-color: {color:container};
cursor:pointer;
display:inline-block;
vertical-align:top;
float:left;
border: 1px solid {color:border};
}

.rebagel {
line-height:9px;
text-transform:uppercase;
}

.rebagel a {
display:inline-block;
padding: 2px 4px;
margin-left: 5px;
color: {color:infolinks};
background-color: {color:posts};
border: 1px solid {color:border};
}

.rebagel a:hover {
color: {color:infotext};
background-color: {color:container};
}

#entry:hover #buttons {
opacity:1;
margin-left: 610px;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}

/* CONTENT */

#qquote {
width: 75%;
margin: 2px auto 5px auto;
font-family: Georgia;
font-size:16px;
text-align:justify;
text-indent: 20px;
color: {color:asktext};
}
 
#qquote p:first-letter {
font-size: 125%;
color: {color:accent};
font-weight:bold;
font-style:italic;
text-shadow: -1px -1px 0px {color:entry};
}
 
.qqmarks {
position:absolute;
font-family:Palatino;
font-size:80px;
margin: 18px 0 0 53px;
opacity: 0.7;
color: {color:entry};}
 
.qusource {
text-align:right;
font-family: Calibri;
font-size:11px;
width: 95%;
text-indent: 55px;
margin: 0 auto;
}

#titled {
font-family: Georgia;
font-size: 18px;
line-height: 22px;
color: {color:accent};
text-align:right;
}
 
#titled a {
font-size:20px;
color: {color:link};
text-shadow: -1px -1px 0px {color:entry};
font-weight:none;
font-style:italic;
}
 
#titled a:hover {
color: {color:asktext};
}

#question {
width: 490px;
height: auto;
padding: 10px 5px;
margin: 0 auto 15px auto;
border-bottom: 1px dotted {color:border};
background-color: {color:entry};
border-radius: 5px;
-moz-border-radius:5px;
-o-border-radius:5px;
}

.ask {
width: 415px;
height: auto;
font-family:Helvetica;
font-size:11px;
line-height:12px;
color: {color:asktext};
padding: 7px;
text-align:right;
}

.asker {
width: 400px;
height: 13px;
font-family:Georgia;
font-size:12px;
line-height: 12px;
font-weight:none;
color: {color:accent};
text-shadow: -1px -1px 0px {color:container};
text-align:right;
margin: 0 auto 0 auto;
}

.askicon {
width: 40px;
height: 40px;
margin: 0 auto 0 auto;
padding: 5px;
background-color: transparent;
}

.askicon img {
width:40px;
height:40px;
border: 7px solid {color:posts};
}

#audio {
margin-bottom: 0px;
width: 490px;
height:100px;
padding: 5px;
background-color: {color:entry}
}
 
.cover {
width: 100px;
height: 100px;
position: absolute;
}
 
.cover img {
width: 100px;
height: 100px;
float: left;
}
 
.playercontainer {
width:54px;
height:54px;
position:absolute;
display:block;
background-color: #000000;
z-index:6;
opacity:0.6;
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
-ms-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
margin-left: 22px;
margin-top: 23px;
}
 
.playercontainer:hover {
opacity:0.8;
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
-ms-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
}
 
.player {
width: 25px;
height: 25px;
overflow: hidden;
margin: 15px 14px;
background-color:#000000;
}
 
.sugarbabylove {
margin-left:105px;
float:left;
width:373px;
padding:5px;
margin-bottom:5px;
font-size:10px;
line-height:13px;
letter-spacing:0px;
color: {color:infotext};
background-color:{color:entry};
text-align:center;
}
 
.trackname {
text-align:center;
font-family: Georgia;
text-transform:lowercase;
font-size:17px;
line-height:17px;
color: {color:accent};
padding: 15px 0px 13px 0px;
}

.image {
opacity: 0.7;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}

.image:hover {
opacity: 1;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}

.chat {line-height: 20px; list-style: none; width: 500px; margin: 0px;}
.chat ul {line-height: 20px; list-style: none; padding: 2px 7px 2px 7px;}
.person1 {color:{color:sidebartext}; letter-spacing:1px;}
.person1 .label { font-family: Georgia;font-weight: bold; padding: 0px; margin-left: 5px; color: {color:sidebartext};}
.person2 {color: {color:text}; letter-spacing:1px;}
.person2 .label { font-family: Georgia;font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text};}
.person3 {color: {color:infotext};letter-spacing:1px; font-style:italic;}
.person3 .label { font-family: Georgia;font-weight: bold; padding: 0px; margin-left: 5px; color: {color:infotext};}
.person4 {color: {color:bold};letter-spacing:1px;}
.person4 .label { font-family: Georgia;font-weight: bold; padding: 0px; margin-left: 5px; color: {color:bold};}

.cap {
margin: 10px auto 0 auto;}
 
#notes {background-color: {color:entry}; width:520px; margin: 0px 0 10px 180px; padding:10px; color: {color:infotext};}
#notestext {width: 510px; margin-left: auto; margin-right: auto; background-color: {color:entry}; padding:5px; text-align: left;}
#notes blockquote a {color:{color:infotext}; font-weight:normal; background-color: transparent; padding: 5px; margin:0;}
 
ol.notes {list-style: none; padding:0px;}
ol.notes li {background-color: {color:entry}; margin: 0 px; padding: 5px; color: {color:infotext};}
ol.notes .avatar {border: 1px solid {color:background}; height: 10px; padding: 0px; width: 10px;}
ol.notes li .clear {height: 0px!important;}
ol.notes li blockquote {border-color: {color:container}!important; background-color: {color:container}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
 
::-webkit-scrollbar-corner {
background-color:transparent;
}
 
::-webkit-scrollbar-thumb:vertical {
background-color: {color:accent};
width:7px;
height:auto;
border: 1px solid {color:accent};
-webkit-border-radius: 1px;
}
 
::-webkit-scrollbar-thumb:horizontal {
background-color: {color:accent};
width:auto;
height:7px;
border: 1px solid {color:accent};
-webkit-border-radius: 1px;
}
 
::-webkit-scrollbar {
height:7px;
width:7px;
background-color:transparent;
}
 
::-moz-selection {background-color:{color:container}; color:{color:link};}
::selection {background-color: {color:container}; color: {color:link};}
 
.source {
display:none;
}
 
{CustomCSS}

</style>
</head>

<body>

<div id="elementary">

<div id="header"><a href="/"><img src="{image:header}" /></a>

<div id="topbar">
  <div id="titlebar">
      <div id="titleblock1">{text:block1text}</div>
      <div id="titleblock2">{text:block2text}</div>
      <div id="titleblock3">{text:block3text}</div>
  </div>

  <div id="topblock1"><div id="desc"><div id="icon"><img src="{PortraitUrl-30}"></div>{block:Description}{Description}{/block:Description}</div></div>
  <div id="topblock2">
  {block:IfShowBlogroll}<div id="sidebarimg">
  <div class="navilinks">
      <a href="/" title="home">I</a>
      <a href="/ask" title="ask">II</a>
      <a href="/archive" title="archive">III</a>
        {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">IV</a>{/block:ifLink1}
        {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">V</a>{/block:ifLink2}
        {block:ifLink3}<br><a href="{text:Link3}" title="{text:Link3 Title}">VI</a>{/block:ifLink3}
        {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">VII</a>{/block:ifLink4}
        {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">VIII</a>{/block:ifLink5}
        {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">IX</a>{/block:ifLink6}
     <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="itsacrimetheme"><big>&copy;</big></a>
  </div>
    
      <img src="{image:sidebarimg}">
      
  </div>{block:IfShowBlogroll}
  
  {block:IfNotShowBlogroll}
  <div class="navilinks">
      <a href="/" title="home">I</a>
      <a href="/ask" title="ask">II</a>
      <a href="/archive" title="archive">III</a>
        {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">IV</a>{/block:ifLink1}
        {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">V</a>{/block:ifLink2}
        {block:ifLink3}<br><a href="{text:Link3}" title="{text:Link3 Title}">VI</a>{/block:ifLink3}
        {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">VII</a>{/block:ifLink4}
        {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">VIII</a>{/block:ifLink5}
        {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">IX</a>{/block:ifLink6}
     <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="itsacrimetheme"><big>&copy;</big></a>
 </div>{/block:IfNotShowBlogroll}
      
  </div>

  <div id="topblock3">
  
  {block:IfShowBlogroll}<div id="stalking"><center>{block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-24}" /></a>{/block:Followed}{/block:Following}</div>{/block:IfShowBlogroll}
  {block:IfNotShowBlogroll}<div id="sidebarimg"><img src="{image:sidebarimg}"></div>{/block:IfNotShowBlogroll}
      
  </div> 

</div>
</div>

<div id="entries">

{block:Posts}

<div id="entry">

<div id="info">
  <div class="time">
  {block:Date}{block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:text}
  {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photo}
  {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photoset}
  {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:quote}
  {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:audio}
  {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:video}
  {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:chat}
  {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:link}
  {block:answer} answered {/block:answer}{TimeAgo}{/block:Date}</div>
  
  <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="Day Page">{DayOfMonthWithZero} {ShortMonth} {Year}</a> <a href="{Permalink}" title="Permalink to this post">{NoteCountWithLabel}</a>
  
    {block:RebloggedFrom}<div class="rebloginfo"><a href="{ReblogParentURL}" title="via {ReblogParentTitle}" target="_blank"><img src="{ReblogParentPortraitURL-24}"></a> <a href="{ReblogRootURL}" title="originally {ReblogRootTitle}" target="_blank"><img src="{ReblogRootPortraitURL-24}"></a></div>{/block:RebloggedFrom}
    
    {block:HasTags}<div id="tagbox">FILED UNDER: <br>{block:Tags}&nbsp; #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
 
 
    
</div>


<div id="posts">

{block:Quote}
<div class="qqmarks">“</div><div id="qquote"><p>{Quote}</p></div>
{block:Source}
<div class="qusource">~{Source} &nbsp;</div>
{/block:Source}
{/block:Quote}
 
{block:Text}
{block:Title}<div id="titled">&laquo; <a href="{Permalink}">{Title}</a></div>
{/block:Title}
{Body}
{/block:Text}
 
{block:Link}
<div id="titled">&laquo; <a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
{/block:Link}
 
{block:Photo}
<div class="image"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
{/block:Photo}
 
{block:Photoset}
<div class="image"><center>{Photoset-500}</center></div>
{/block:Photoset}
 
{block:Chat}
{block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>{/block:Title}
<div class="chat"><ul>{block:Lines}
<li class="person{UserNumber}">{block:Label}
<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
{/block:Chat}
 
{block:Video}
{Video-500}
{/block:Video}
 
{block:Answer}
<div id="question">
<table><tr><td class="ask"><i class="asker">{Asker} {text:asker}:</i><br>{Question}</td>
<td class="askicon"><img src="{AskerPortraitURL-40}"></td></tr></table></div>
{Answer}
{/block:Answer}
 
{block:Audio}<div id="audio">
<div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}    
{block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerBlack}</div>
</div>{/block:AudioPlayer}
<div class="sugarbabylove">
{block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
{block:Artist}{Artist}{/block:Artist}    
{block:Album} <small>&&</small> {Album}{/block:Album}
{block:PlayCount}<small><br>{PlayCountWithLabel}</small>{/block:PlayCount}
</div>
</div>
{/block:Audio}
 

{block:Photo}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
{block:Video}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Video}
{block:Photoset}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
{block:Audio}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Audio}

 
 <div class="source">
{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
 </div>  
 
</div>

{block:IndexPage}
  {block:text}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:text}
  {block:photo}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:photo}
  {block:photoset}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:photoset}
  {block:quote}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:quote}
  {block:audio}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:audio}
  {block:video}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:video}
  {block:chat}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:chat}
  {block:link}<div id="buttons">
  <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div></div>{/block:link}
  {block:answer}{/block:answer}
{/block:IndexPage}

</div>

{/block:Posts}

{block:PostNotes}
<div id="notes"><div id="notestext">{PostNotes}</div></div>
{/block:PostNotes}


</div> 

{block:Pagination}<div id="pagination">{block:NextPage}<a href="{NextPage}" title="Next Page">&raquo</a>{/block:NextPage} {block:PreviousPage}<a href="{PreviousPage}" title="Previous Page">&laquo</a>{/block:PreviousPage}
</div>{/block:Pagination}

</div>



</body>
</html>

Pasted: Jun 20, 2013, 9:29:34 am
Views: 821