get paid to paste

#24 Ici, loin du monde réel

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<!--
 
theme #024 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:asktext" content="#2e2c27" />
<meta name="color:askbackground" content="#f3f3f3" />
<meta name="color:background" content="#f8f8f8" />
<meta name="color:bold" content="#272726" />
<meta name="color:border" content="#e9e9e9" />
<meta name="color:buttonsbg" content="#fcfcfc" />
<meta name="color:descriptiontext" content="#797979" />
<meta name="color:entries" content="#f4f4f4" />
<meta name="color:infolink" content="#6b6b6b" />
<meta name="color:infotext" content="#cecece" />
<meta name="color:italics" content="#828282" />
<meta name="color:link" content="#f7dc36" />
<meta name="color:posts" content="#fbfbfb" />
<meta name="color:scrollbar" content="#5c5c5c" />
<meta name="color:sidebar" content="#5e5e5e" />
<meta name="color:tags" content="#c0c0c0" />
<meta name="color:text" content="#595959" />
<meta name="color:title" content="#7c7c7c" />
 
<meta name="image:background" content=""/>
<meta name="image:sidebarbg" content="" />
 
<meta name="text:asker" content="said" />
<meta name="text:blogtitle" content="" />
<meta name="text:bodyfontsize" content="11px" />
<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}
               
       <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
       
        <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>
 
   
    <style type="text/css">
     
    body {background-color:{color:background}; color:{color:text}; font-family: Arial; font-size: {text:bodyfontsize}; line-height:128%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed; background-repeat:repeat;}
     
    a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
    a:hover {color:{color:text}; text-decoration: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
     
    img a {border:0px;}
    b, strong{font-weight: bold; color:{color:bold};letter-spacing: 0px;}
    i, em {font-style: italic; color:{color:italics};}
    s, strike, del {color: {color:italics};}
    u {font-style:underline; border-bottom: 1px dashed {color:border}; color: {color:text};}
    p {margin-top: 6px;}
    blockquote {padding-left: 5px; margin: 5px 0 5px 5px; border-left: 1px solid {color:border}; word-wrap: break-word;}
    blockquote img {max-width:100%;}
    pre {width:95%; margin: 10px auto; font-family: Courier; font-size:11px; padding: 6px 7px 6px 7px; word-wrap: break-word; background-color:{color:entries}; color: {color:bold}; border: 1px solid {color:border}; max-height:170px!important; overflow-y:auto;}
 
    h1 {
    width: 450px;
    height: auto;
    margin: 2px auto 5px auto;
    font-family: Arial;
    font-weight:normal;
    font-style:italic;
    font-size:19px;
    color: {color:accent};
    }

    #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;
    text-transform: uppercase;
    color: {color:bold};
    background-color:{color:posts};
    border: 1px solid {color:background};
    box-shadow: 2px 2px 8px #222;
    }
   
    /* SIDEBAR WITH BG IMAGE */
    
    #sidebar {
    width: 150px;
    height: 95%;
    position:fixed;
    margin: 0 0 0 230px;
    background-color: {color:sidebar};
    background-image: url('{image:sidebarbg}');
    background-size:150px auto;
    background-position:bottom left;
    background-repeat:no-repeat;
    }
    
    /* SIDEBAR WITH DESCRIPTION */
    
    #leftbar {
    width: 230px;
    height: auto;
    position:fixed;
    text-align:center;
    margin: 150px 0 0 0;
    }
    
    #icon {
    width: 96px;
    height: 96px;
    padding: 20px;
    margin: 0 auto 10px auto;
    border-radius:100%;
    background-color: {color:posts};
    }
    
    #icon img {
    width: 96px;
    height: 96px;
    border-radius:100%;
    }
    
    #blogtitle {
    width:160px;
    position:relative;
    font-family: Arial;
    font-size: 27px;
    line-height:18px;
    letter-spacing: -2px;
    margin: 7px auto -10px auto;
    text-transform:lowercase;
    font-weight:bold;
    text-align:center;
    color: {color:title};
    text-shadow: -1px -1px 0px {color:posts};
    }
    
    #desc {
    width: 130px;
    height: auto;
    margin: 10px auto 0 auto;
    font-family: Arial;
    font-size: 10px;
    line-height:12px;
    text-align:justify;
    padding:20px;
    color: {color:descriptiontext};
    background-color: {color:posts};
    }
    
    /* PAGINATION */
    
    #pagination {
    width: 200px;
    height: auto;
    margin: 2px auto;
    font-size:9px;
    text-transform:lowercase;
    padding:10px;
    text-align:center;
    color: {color:descriptiontext};
    }
    
    #pagination a {
    font-weight: bold;
    padding: 1px 4px;
    color: {color:descriptiontext};
    background-color: {color:posts};
    }
    
    #pagination a:hover {
    color: {color:bold};
    }
    
    /* LINKS */
    
    #sidebarlinks {
    width: 170px;
    height: auto;
    font-family: 'Arial Black';
    font-size: 15px;
    font-weight:normal;
    position:fixed;
    line-height:18px;
    font-style:normal;
    letter-spacing:-1px;
    margin: 195px 0 0 211px;
    color: {color:sidebar};
    text-shadow: -1px -1px 0px {color:background};
    }
    
    #sidebarlinks a {
    font-family:Arial;
    font-weight:bold;
    color: {color:background};
    text-shadow: none;
    }
    
    #sidebarlinks a:hover {
    color: {color:link};
    letter-spacing:2px;
    }
    
    /* POSTS */
    
    #entries {
    width: 600px;
    height: auto;
    padding: 0px 0px 30px 0px;
    margin: 0px 0 0px 380px;
    position:absolute;
    background-color: {color:entries};
    }
    
    #entry {
    width: 540px;
    height: auto;
    padding: 0px 10px 10px 10px;
    margin: 30px auto 0px auto;
    }
    
    #posts {
    width:500px;
    height: auto;
    padding:20px;
    background-color: {color:posts};
    border: 1px solid {color:posts};
    }
    
    /* INFO */
    
    #info {
    width: 478px;
    height: auto;
    padding: 1px 10px;
    margin: 15px auto 0 auto;
    font-family: 'Arial';
    font-size: 18px;
    text-transform:lowercase;
    text-align:center;
    letter-spacing:-1px;
    color: {color:infotext};
    background-color: {color:posts};
    border: 1px solid {color:posts};
    }
    
    #info a {
    font-weight:bold;
    color: {color:infolink};
    }
    
    #info a:hover {
    color: {color:infotext};
    }

    /* BUTTONS */
    
    #unbutton {
    width: 16px;
    height: auto;
    position:absolute;
    list-style:none;
    background-color:transparent;
    margin: 0 0 0 497px;
    }
    
    #unbutton li {
    display:block;
    padding: 3px 4px;
    margin: 0 0 5px 0;
    width: 14px;
    height: 14px;
    text-align:center;
    background-color: {color:buttonsbg};
    -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;
    border: 1px solid {color:entries};
    }
    
    #unbutton li:hover {
    background-color: {color:sidebar};
    -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;
    border: 1px solid {color:sidebar};
    }
    
    /* TAGS */
    
    #tagbox {
    width: 500px;
    height: auto;
    padding: 1px 0px;
    margin: 5px auto 0px auto;
    font-family:Arial;
    font-size:8px;
    text-align:center;
    color: {color:entries};
    }
    
    #tagbox a {
    font-family: Arial;
    font-size:9px;
    line-height: 9px;
    color: {color:tags};
    }
    
    #tagbox a:hover {
    color: {color:text};}
    
    
    /* PERMALINK PAGE INFO */
   
    #permainfo {
    width: 450px;
    height: auto;
    padding: 10px 10px 0px 10px;
    margin: 25px auto 0px auto;
    font-family: Arial;
    font-size: 11px;
    text-align:center;
    line-height: 13px;
    color: {color:infotext};
    }
   
    #permainfo a {
    text-transform:uppercase;
    color: {color:infolink};
    }
   
    #permainfo a:hover {
    color: {color:text};
    }
    
    /* CREDIT
    touch this and I'll make you into shoes */
    
    #othello {
    width: 36px;
    height: 10px;
    position: fixed;
    overflow: hidden;
    bottom: 10px;
    right: 10px;
    padding: 2px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
    background-color:#373737;
    }
 
    #othello a {
    color:#fefefe;
    }
 
    .othello {
    line-height: 10px;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
    }
    
    .desdemona {
    line-height: 16px;
    color: #f6db36;
    }
    
    #othello a:hover .othello {
    margin-top: -13px;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
    }

    /* CONTENT */
    
    #titled {
    text-align:center;
    font-family: Arial;
    font-size: 28px;
    line-height:30px;
    letter-spacing:-1px;
    padding: 15px;
    font-weight:bold;
    margin: 0px auto 20px auto;
    color: {color:title};
    background-color: {color:background};
    }
    
    #titled a {
    font-family: Arial;
    color: {color:link};
    }
    
    #titled a:hover {
    color: {color:title};
    }
    
    #question {
    width: 500px;
    height: auto;
    padding: 0px;
    text-align:right;
    margin: 0 auto 20px auto;
    color: {color:asktext};
    background-color: {color:askbackground};
    }
   
    #askericon {
    width: 40px;
    padding: 10px;
    border-radius:100%;
    }
   
    #askericon img {
    width: 40px;
    height: 40px;
    border-radius:100%;
    border: 8px solid {color:posts};
    }
   
    #ask {
    width: 410px;
    padding: 10px 0px 10px 10px;
    }
   
    #ask .asker {
    padding: 1px 5px;
    font-family: Arial;
    font-size:9px;
    text-transform:lowercase;
    font-weight:bold;
    letter-spacing:2px;
    margin-bottom: 5px;
    background-color: {color:posts};
    color: {color:text};
    }  
   
    #answer {
    width: 500px;
    height: auto;
    margin: -10px auto 10px auto;
    text-align:left;
    color: {color:asktext};
    background-color: {color:askbackground};
    }
   
    #answerericon {
    width: 40px;
    padding: 10px;
    border-radius:100%;
    }
   
    #answerericon img {
    width: 40px;
    height: 40px;
    border-radius:100%;
    border: 8px solid {color:posts};
    }
   
    #reply {
    width: 410px;
    padding: 10px 10px 10px 0;
    }
   
    #reply .answerer {
    padding: 1px 5px;
    font-family: Arial;
    font-size:9px;
    text-transform:lowercase;
    font-weight:bold;
    letter-spacing:2px;
    margin-bottom: 5px;
    background-color: {color:posts};
    color: {color:text};
    }
    
    .image {
    opacity: 0.97;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
 
    .image:hover {
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
   
    .qqmarkleft {
    font-size: 80px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 100px;
    position: relative;
    margin: 0px 0 -70px 30px;
    color: {color:entries};
    opacity:1;
    }
       
    .qqmarkright {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    font-weight: bold;
    padding-right: 0px;
    line-height: 30px;
    text-align: right;
    position: relative;
    margin:0 30px 0 -10px;
    color: {color:entries};
    opacity: 1;
    }
 
    .qquote {
    width: 75%;
    font-family: Arial;
    font-size: 17px;
    text-align: justify;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: none;
    text-indent: 15px;
    margin: 0px 10px;
    margin-bottom: 10px;
    position: relative;
    }
   
    .qquote:first-letter {
    font-family: 'Arial Black';
    font-size: 115%;
    color: {color:title};
    }
 
    .qusource {
    width: 95%;
    text-align:right;
    font-size: 10px;
    font-family: Tahoma;
    color: {color:text};
    line-height: 10px;
    opacity: 1;
    margin-bottom:15px;
    padding: 2px;
    }
    .qusource a {
    text-align:right;
    font-size: 9px;
    line-height: 9px;
    padding: 1px 3px;
    text-transform:uppercase;
    color: {color:link};
    opacity: 0.95;
    }
    .qusource a:hover {
    opacity: 1;
    padding: 1px 3px;
    color: {color:text};
    background-color:transparent;
    }
    
    #audio {
    margin-bottom: 0px;
    width: 490px;
    height:100px;
    padding: 5px;
    background-color: transparent;
    }
     
    .cover {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-left: 390px;
    }
     
    .cover img {
    width: 100px;
    height: 100px;
    float: left;
    }
     
    .playercontainer {
    width:80px;
    height:80px;
    position:absolute;
    display:block;
    background-color: #ffffff;
    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: 400px;
    margin-top: 10px;
    border-radius:100%;
    }
     
    .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: 26px 27px;
    background-color:#ffffff;
    }
     
    .sugarbabylove {
    margin-left:0px;
    float:left;
    width:373px;
    height: 90px;
    padding:5px;
    margin-bottom:5px;
    font-size:10px;
    line-height:13px;
    letter-spacing:0px;
    color: {color:bold};
    text-align:right;
    }
   
    .sugarbabylove small {
    font-family: Helvetica;
    font-size:8px;
    color: {color:descriptiontext};
    }
     
    .trackname {
    text-align:right;
    font-family: Arial;
    font-weight:bold;
    font-size:22px;
    line-height:22px;
    letter-spacing:-1px;
    color: {color:title};
    padding: 15px 0px 13px 0px;
    }
   
    .chat .line {
    margin: 1px 2px;
    padding: 2px;
    line-height:150%;
    color: {color:italic};
    }
 
    .chat .line.odd {
    color: {color:text};
    }
 
    .label {
    font-size:110%;
    font-weight:bold;
    color:{color:bold};
    }
    
    .cap {
    margin: 15px auto 0 auto;
    padding: 0 10px;
    }
   
    #notes {background-color: transparent; width:520px; margin: 30px auto 10px auto; padding:15px; color: {color:infotext};}
    #notestext {width: 500px; margin: 5px auto 5px auto; background-color: transparent; padding:5px 0; text-align: left; font-size:11px;}
    #notes blockquote a {color:{color:link}; font-weight:normal; padding: 5px; margin:0; font-style:italic;}
    #notes a {color:{color:infolink};}
     
    ol.notes {list-style: none; padding:0px;}
    ol.notes li {background-color: {color:entries}; margin: 0 px; padding: 5px; color: {color:italic};}
    ol.notes .avatar {border: 1px solid {color:posts}; height: 10px; padding: 0px; width: 10px; margin-right: 5px;}
    ol.notes li .clear {height: 0px!important;}
    ol.notes li blockquote {border-color: {color:border}!important; background-color: {color:posts}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
     
    ::-webkit-scrollbar-corner {
    background-color:{color:background};
    }
     
    ::-webkit-scrollbar-thumb:vertical {
    background-color: {color:scrollbar};
    width:7px;
    height:auto;
    border: 1px solid {color:scrollbar};
    -webkit-border-radius: 1px;
    }
     
    ::-webkit-scrollbar-thumb:horizontal {
    background-color: {color:scrollbar};
    width:auto;
    height:7px;
    border: 1px solid {color:scrollbar};
    -webkit-border-radius: 1px;
    }
     
    ::-webkit-scrollbar {
    height:7px;
    width:7px;
    background-color:{color:background};
    }
     
    ::-moz-selection {background-color:{color:bold}; color:{color:posts};}
    ::selection {background-color: {color:bold}; color: {color:posts};}
   
   
    .source {
    display:none;
    }
   
   
    {CustomCSS}

    
    </style>
    </head>
    
    <body>
    
    <div id="othello"><a href="http://itsacrimetheme.tumblr.com/" target="_blank" title="theme by itsacrimescene"><div class="othello">theme</div><div class="desdemona">crime</div></a></div>

    
    <div id="leftbar">    
    
      <div id="icon"><img src="{PortraitURL-96}"></div>
      
      {block:IfBlogtitle}
      <div id="blogtitle">{text:blogtitle};</div> 
      {/block:IfBlogtitle}
          
       {block:Description}<div id="desc">{Description}</div>{/block:Description}
 
      {block:Pagination}<div id="pagination">
            {block:PreviousPage}<a href="{PreviousPage}" title="Previous Page">&laquo; back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="Next Page">forth &raquo;</a>{/block:NextPage}</div>
          {/block:Pagination}
                   
    </div> <!-- leftbar //-->
    

       <div id="sidebar">
                
      </div> <!-- sidebar //-->
     

       <div id="sidebarlinks">
    
       01<a href="/">home</a><br>
       02<a href="/ask">ask</a><br>
       03<a href="/archive">past</a><br>
          {block:ifLink1}04<a href="{text:Link1}">{text:Link1 Title}</a><br>{/block:ifLink1}
          {block:ifLink2}05<a href="{text:Link2}">{text:Link2 Title}</a><br>{/block:ifLink2}
          {block:ifLink3}06<a href="{text:Link3}">{text:Link3 Title}</a><br>{/block:ifLink3}
          {block:ifLink4}07<a href="{text:Link4}">{text:Link4 Title}</a><br>{/block:ifLink4}
          {block:ifLink5}08<a href="{text:Link5}">{text:Link5 Title}</a><br>{/block:ifLink5}
          {block:ifLink6}09<a href="{text:Link6}">{text:Link6 Title}</a><br>{/block:ifLink6}
       
       </div>
       
       <div id="entries">
    
       {block:Posts}
       
       <div id="entry">
       
       <div id="posts">
       
       {block:Date}
   <ul id="unbutton">
    <li>{LikeButton size="14" color="grey"}</li>
    <li>{ReblogButton size="14" color="grey"}</li>
   </ul>
       {/block:Date}
       
       
        {block:Quote}
    <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div></center><div class="qqmarkright">”</div>
    {block:Source}
    <div class="qusource"> {Source} &nbsp; &nbsp; </div>
    {/block:Source}
    {/block:Quote}
     
    {block:Text}
    {block:Title}<div id="titled">{Title}</div>
    {/block:Title}
    {Body}
    {/block:Text}
     
    {block:Link}
    <div id="titled"><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">{Title}</div>{/block:Title}
    <div class="chat">
    {block:Lines}<div class="chat"><div class="line {Alt}">
    <div class="{Alt} user_{UserNumber}">
    {block:Label}
    <span class="label">{Label}</span>
    {/block:Label}
    {Line}</div>
    </div></div>
    {/block:Lines}
    </div>
    {/block:Chat}
     
    {block:Video}
    {Video-500}
    {/block:Video}
     
{block:Answer}
    <table id="question">
      <tr>
      <td id="ask">
      <span class="asker" style="text-align:right!important;">{Asker} {text:asker}:</span><br>
      {Question}</td>
      <td id="askericon"><img src="{AskerPortraitURL-40}"></td>
      </tr>
    </table>
   
    {block:Answerer}
    <table id="answer">
      <tr>
      <td id="answerericon"><img src="{AnswererPortraitURL-40}"></td>
      <td id="reply">
      <span class="answerer">{Answerer} replied:</span>
      {Answer}
      </td>  
      </tr>
    </table>{/block:Answerer}
    {Replies}
   
    {/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">{AudioPlayerWhite}</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> 
       
       {block:Date}
       <div id="info">
       
      <a href="{Permalink}" title="{DayOfMonthWithZero} {Month} {Year} @ {24HourWithZero}:{Minutes}">{TimeAgo}</a> {block:NoteCount} <small>&hearts;</small> <a href="{Permalink}" title="Permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount} 
                
      </div>
       {/block:Date}  
 
       {block:HasTags}
       <div id="tagbox">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
       {/block:HasTags}    
           
       </div> <!-- posts //-->
           
       </div> <!-- entry //-->
       
        {block:PermalinkPage}
    <div id="permainfo">
        {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}<a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="Day Page">{DayOfMonthWithZero} {ShortMonth} {Year}</a> @ {24HourWithZero}:{Minutes}{/block:Date}<br> 
  {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentName}">via</a>/<a href="{ReblogRootURL}" title="originally {ReblogRootName}">source</a>{/block:RebloggedFrom}
    </div>
    {/block:PermalinkPage}
       
       {/block:Posts}
      
       
       {block:PostNotes}
        <div id="notes"><div id="notestext">{PostNotes}</div></div>
       {/block:PostNotes}
        
       
       </div> <!-- entries //-->
       

    </body>
    </html>

Pasted: Mar 14, 2014, 2:21:11 pm
Views: 840