get paid to paste

#017 Except you're boring

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<!--
 
theme #017 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="#504f4c" />
<meta name="color:background" content="#f7f7f7" />
<meta name="color:bold" content="#202020" />
<meta name="color:border" content="#d1d1ce" />
<meta name="color:descriptionbg" content="#31312d" />
<meta name="color:info" content="#f3f3f3" />
<meta name="color:infolinks" content="#8398b9" />
<meta name="color:infotext" content="#aaaaa2" />
<meta name="color:italics" content="#a7a6a1" />
<meta name="color:link" content="#b35f68" />
<meta name="color:posts" content="#ebebeb" />
<meta name="color:sidebar" content="#292923" />
<meta name="color:sidebarlinks" content="#a8a3a3" />
<meta name="color:sidebartext" content="#a8a3a3" />
<meta name="color:tags" content="#b1acac" />
<meta name="color:text" content="#64635a" />
<meta name="color:title" content="#b35252" />
 
<meta name="image:background" content="http://static.tumblr.com/fb30e5899e366f749e98c413dd9bb360/ougddg1/WORml1l8n/tumblr_static_striped.png"/>
<meta name="image:sidebarimg" content=""/>
 
<meta name="font:asks font" content="Garamond" />
 
<meta name="text:asker" content="said" />
<meta name="text:asks font size" content="14px" />
<meta name="text:blogtitle" content="" />
<meta name="text:subtitle" content="" />
<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=Homemade+Apple' 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: Tahoma; font-size: 12px; line-height:135%; 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:italics}; 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-family:Garamond;font-size: 120%}
i, em {text-transform: italic; color:{color:italics}; font-family:Garamond; font-size: 130%;}
u {color:{color:text}; border-bottom:1px dashed {color:title}; font-family:Garamond;font-size: 130%}
s, strike, del {color: {color:italics}; font-family:Garamond;font-size: 130%}
p {margin-top: 5px}
blockquote {padding-left: 5px; margin: 5px 0 5px 5px; border-left: 2px solid {color:border};}
blockquote img {max-width:470px;}
pre {width:95%; margin-left:auto; margin-right:auto; font-family: 'Courier New'; font-size:11px; line-height:11px; padding: 6px; word-wrap: break-word; background-color:{color:background}; color: {color:sidebartext}; border: 1px dashed {color:border}; max-height:150px!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;
}
 
 
/* NAVIBAR */
 
#navibar {
width: 130px;
height: auto;
margin: 60px 0 0 0px;
position:fixed;
background-color: transparent;
}
 
#icon {
width: 48px;
height: 48px;
margin: 0 auto 10px auto;
text-align:center;
padding: 12px;
background-color: {color:posts};
border: 1px solid {color:border};
-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;
}
 
#icon img {
width: 48px;
height: 48px;
margin: auto;
}
 
#icon:hover {
-moz-transform:rotate(-375deg);
-webkit-transform:rotate(-375deg);
-o-transform:rotate(-375deg);
-ms-transform:rotate(-375deg);
transform:rotate(-375deg);
-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;
}
 
#navilinks {
width: 120px;
height: auto;
margin: 30px auto 0 10px;
text-align:right;
}
 
#navilinks a {
display: inline-block;
padding: 3px 6px 4px 8px;
font-family: Calibri, Trebuchet MS;
font-size:10px;
line-height: 12px;
letter-spacing: 0px;
text-transform: uppercase;
margin-bottom: 4px;
color: {color:sidebarlinks};
background-color: {color:sidebar};
-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;
}
 
#navilinks a:hover {
padding-right: 28px;
color: {color:link};
font-style:italic;
-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;
}
 
/* SIDEBAR */
 
#sidebar {
width: 240px;
height: 100%;
padding: 50px 2px 2px 2px;
margin: 0 0 0 130px;
position:fixed;
background-color: {color:sidebar};
}
 
#blogtitle {
width: 220px;
height: auto;
margin: 0px auto 0px auto;
text-align:center;
font-family: 'Homemade Apple';
font-size: 18px;
line-height: 19px;
color: {color:title};
background-color: transparent;
text-shadow: -1px -1px 0px {color:sidebar};
}
 
#subtitle {
width: 220px;
height: auto;
font-family: Calibri, Trebuchet MS;
font-size: 9px;
text-transform:uppercase;
line-height: 10px;
margin: 0px auto 0px auto;
text-align:center;
color: {color:sidebarlinks};
}
 
#sidebarimg {
width: 220px;
height: auto;
margin: 10px auto 0px auto;
}
 
#sidebarimg img {
width: 220px;
height: auto;
}
 
#description {
width: 200px;
height: auto;
padding: 10px;
text-indent:13px;
font-family: Calibri, Tahoma;
font-size: 11px;
line-height: 12px;
text-align:justify;
background-color: {color:descriptionbg};
color: {color:sidebartext};
margin: 15px auto 10px auto;
}
 
#description:first-letter {
font-family: 'Homemade Apple';
font-size: 18px;
color: {color:title};
text-shadow: -1px -1px 0px {color:sidebar};
}
 
/* PAGINATION */
 
#pagination {
width: 220px;
height: auto;
margin: 20px auto;
font-family:Calibri;
font-size:9px;
text-align:center;
text-transform:uppercase;
color: {color:sidebartext};
}
 
#pagination a {
color: {color:link};
background-color: {color:descriptionbg};
padding: 4px;
margin: 0 1px;
border: 1px solid {color:text};
}
 
#pagination a:hover {
color: {color:text};
background-color: {color:posts};
border: 1px solid {color:border};}
 
.current_page {
padding: 4px 3px;
}
 
/* CONTAINER */
 
#container {
width: 520px;
height: auto;
position:absolute;
margin: 20px 0 20px 410px;
}
 
#entry {
width: 518px;
height: auto;
margin: 30px auto 0 auto;
background-color: {color:posts};
border: 1px solid {color:border};
}
 
#post {
width: 500px;
height: auto;
margin: 10px auto 10px auto;
background-color: {color:posts};
}
 
/* INFO */
 
#info {
width: 500px;
height: auto;
padding: 3px 10px;
margin: 3px auto 40px auto;
font-family:Calibri, Trebuchet MS;
font-size:8px;
line-height: 10px;
text-transform:uppercase;
text-align:center;
color: {color:infotext};
border-top: 1px solid {color:border};
border-bottom: 1px solid {color:border};
background-color: {color:info};
}
 
#info a {
color: {color:infolinks};
}
 
#info a:hover {
color: {color:infotext};
}

.buttons {
position:absolute;
margin: 0px 0 0 480px;
list-style: none;
-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;
}
 
.buttons li {
margin: 0 0 4px 0;
padding: 2px;
width: 14px;
height: 14px;
text-align:center;
background-color: {color:info};
border: 1px solid {color:border};
-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;
}
 
.buttons li:first-child {
border-right: 1px solid {color:border};
}
   
.buttons li:hover {
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
-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;
}
 
/* TAGS */
 
#tagbox {
width: 510px;
height: auto;
line-height:9px;
font-family:Calibri;
font-size:5px;
text-transform:uppercase;
text-align:center;
padding: 2px 5px 2px 5px;
margin: -40px auto 40px auto;
}
 
#tagbox a {
font-family: Calibri, Tahoma;
font-size: 8px;
display: inline-block;
color: {color:tags};
}
 
#tagbox a:hover {
color: {color:sidebar};
border-bottom: 1px dashed {color:title};
}
 
/* CREDIT -- DO NOT REMOVE THIS OR I'LL MAKE YOU INTO SHOES */
 
#napoleon {
position: fixed;
bottom: 30px;
right: 15px;
z-index: 9999;
}
 
#napoleon a {
display: block;
font-size: 10px;
padding: 1px 5px 2px 5px;
color: {color:title};
background-color: {color:posts};
border: 1px solid {color:border};
-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;
}
 
#napoleon a:hover {
color: {color:sidebartext};
background-color: {color:descriptionbg};
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
-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;
}
 
/* CONTENT */
 
#titled {
text-align:center;
font-weight:normal;
font-family: Trebuchet MS, Tahoma;
font-size: 19px;
line-height: 21px;
text-shadow: -1px -1px 0px {color:border};
padding: 5px;
color: {color:italics};
}
 
#titled a {
font-family: Garamond, Georgia;
text-transform: capitalize;
font-size: 20px;
color: {color:link};
}
 
#titled a:hover {
color: {color:text};}
 
.texted {
padding: 8px 10px;
}
 
.image {
opacity: 0.9;
-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;
}
 
#question {
width: 475px;
height: auto;
margin: 5px auto 20px auto;
padding: 10px;
color: {color:asktext};
background-color: {color:info};
border: 1px solid {color:border};
}
 
.ask {
text-align:right;
width: 400px;
font-family:{font:asks font};
font-size:{text:asks font size};
height: auto;
margin: auto;
}
 
.asker {
font-family:Calibri;
font-size: 10px;
line-height:10px;
text-transform:uppercase;
color: {color:infotext};
}
 
.askicon {
width: 65px;
height: auto;
text-align:right;
padding: 0 8px 0px 0;
}
 
.askicon img {
width: 40px;
height: 40px;
margin: auto;
border: 5px solid {color:border};
-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;
}
 
.askicon img:hover {
-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;
-moz-transform:rotate(375deg);
-webkit-transform:rotate(375deg);
-o-transform:rotate(375deg);
-ms-transform:rotate(375deg);
transform:rotate(375deg);
}
 
#audio {
margin-bottom: 0px;
width: 490px;
height:100px;
padding: 5px;
background-color: transparent;
}
 
.cover {
width: 100px;
height: 100px;
position: absolute;
}
 
.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: 10px;
margin-top: 10px;
}
 
.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:107px;
float:left;
width:373px;
height: 90px;
padding:5px;
margin-bottom:5px;
font-size:10px;
line-height:13px;
letter-spacing:0px;
color: {color:infotext};
background-color:{color:info};
text-align:center;
}
 
.trackname {
text-align:center;
font-family: 'Homemade Apple';
font-size:17px;
line-height:17px;
color: {color:title};
padding: 15px 0px 13px 0px;
}
 
#qquote {
width: 500px;
margin: 0;
font-family: {font:asks font};
font-size:16px;
line-height: 20px;
text-align:justify;
text-indent: 20px;
color: {color:asktext};
position:relative;
}
 
#qquote p {
width: 75%;
margin: 20px auto 5px auto;}
 
#qquote p:first-letter {
font-size: 125%;
font-family: 'Homemade Apple';
font-style:italic;
color: {color:title};
text-shadow: -1px -1px 0px {color:infotext};
}
 
.qqmarks {
position:absolute;
font-family:Palatino;
font-size:80px;
margin: 20px 0 0 53px;
opacity: 0.7;
color: {color:info};}
 
.qusource {
text-align:right;
font-family: Calibri;
font-size:11px;
width: 95%;
text-indent: 55px;
margin: 0 auto;
}
 
.chat .line {
color: {color:infotext};
background-color: {color:info};
margin: 1px 2px;
padding: 2px;
}
 
.chat .line.odd {
color: {color:text};
background-color: {color:posts};
}
 
.label {
font-family:Garamond;
font-size:120%;
font-weight:bold;
color:{color:bold};
}
 
.cap {
margin: 7px auto 0 auto;
padding: 0px 10px;
}
 
#notes {background-color: {color:info}; width:500px; margin: 0px auto 10px auto; padding:10px; color: {color:infotext};}
#notestext {width: 490px; margin: 5px auto 5px auto; background-color: {color:info}; padding:5px; text-align: left;}
#notes blockquote a {color:{color:infolinks}; font-weight:normal; background-color: transparent; padding: 5px; margin:0;}
 
ol.notes {list-style: none; padding:0px;}
ol.notes li {background-color: {color:info}; margin: 0 px; padding: 5px; color: {color:infotext};}
ol.notes .avatar {border: 1px solid {color:border}; height: 10px; padding: 0px; width: 10px;}
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:sidebar};
width:7px;
height:auto;
border: 1px solid {color:descriptionbg};
-webkit-border-radius: 1px;
}
 
::-webkit-scrollbar-thumb:horizontal {
background-color: {color:sidebar};
width:auto;
height:7px;
border: 1px solid {color:descriptionbg};
-webkit-border-radius: 1px;
}
 
::-webkit-scrollbar {
height:7px;
width:7px;
background-color:{color:background};
}
 
::-moz-selection {background-color:{color:sidebar}; color:{color:link};}
::selection {background-color: {color:sidebar}; color: {color:link};}
 
.source {display:none;}
 
{CustomCSS}
 
</style>
 
</head>
 
<body>
 
<div id="napoleon">
    <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="ITSACRIMETHEME">♔</a>
</div>
 
<div id="navibar">
 
<div id="icon"><a href="/"><img src="{PortraitURL-48}" /></a></div>
 
<div id="navilinks">
    <a href="/">refresh</a><br>
    <a href="/ask">ask</a><br>
    {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a><br>{/block:SubmissionsEnabled}
    <a href="/archive">archive</a><br>
    {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br>{/block:ifLink1}
    {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br>{/block:ifLink2}
    {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br>{/block:ifLink3}
    {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br>{/block:ifLink4}    
    {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br>{/block:ifLink5}
    {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br>{/block:ifLink6}
    {block:HasPages}{block:Pages}
    <a href="{URL}">{Label}</a><br>{/block:Pages} {/block:HasPages}
</div>
 
</div>
 
<div id="sidebar">
 
<div id="blogtitle">{text:blogtitle}</div>
<div id="subtitle">{text:subtitle}</div>
 
<div id="sidebarimg"><img src="{image:sidebarimg}"></div>
 
{block:Description}<div id="description">{Description}</div>{/block:Description}
 
        {block:Pagination}
        <div id="pagination">
            {block:PreviousPage}
                <a href="{PreviousPage}">&laquo;</a>
            {/block:PreviousPage}
 
            {block:JumpPagination length="4"}
                {block:CurrentPage}
                    <span class="current_page">{PageNumber}</span>
                {/block:CurrentPage}
 
                {block:JumpPage}
                    <a class="jump_page" href="{URL}">{PageNumber}</a>
                {/block:JumpPage}
            {/block:JumpPagination}
 
            {block:NextPage}
                <a href="{NextPage}">&raquo;</a>
            {/block:NextPage}
        </div>
        {/block:Pagination}
 
</div>
 
<div id="container">
 
{block:Posts}
 
<div id="entry">
<div id="post">
 
{block:Quote}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
<div class="qqmarks">“</div><div id="qquote"><p>{Quote}</p></div>
{block:Source}
<div class="qusource">&raquo; {Source} &nbsp;</div>
{/block:Source}
{/block:Quote}
 
{block:Text}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
{block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
<div class="texted">{Body}</div>
{/block:Text}
 
{block:Link}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
<div id="titled">&laquo; <a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="texted">{Description}</div>{/block:Description}
{/block:Link}
 
{block:Photo}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
<div class="image"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
{/block:Photo}
 
{block:Photoset}

{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
<div class="image"><center>{Photoset-500}</center></div>
{/block:Photoset}
 
{block:Chat}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
{block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>{/block:Title}
<div class="texted">
<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></div>
{/block:Chat}
 
{block:Video}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
{Video-500}
{/block:Video}
 
{block:Answer}

{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}

<div id="question">
<table><tr><td class="ask"><i class="asker">{AskerName} {text:asker}:</i><br>{Question}</td>
<td class="askicon"><a href="{AskerURL}" target="_blank"><img src="{AskerPortraitURL-40}"></a></td></tr></table></div>
<div class="texted">{Answer}</div>
{/block:Answer}
 
{block:Audio}
 
{block:IndexPage}
          <ul class="buttons">
              <li>{LikeButton size="14" color="grey"}</li>
              <li>{ReblogButton size="14" color="grey"}</li>
          </ul>
{/block:IndexPage}
 
<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} <i>&</i> {Album}{/block:Album}
{block:PlayCount}<small><br><i>{PlayCountWithLabel}</i></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>
</div>
 
<div id="info">
    {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="{Permalink}" title="Permalink to this post">{TimeAgo}</a> @ <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="Day Page">{DayOfMonthWithZero} {ShortMonth} {Year}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
</div>
 
<div id="tagbox">{block:HasTags}{block:Tags} x<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
 
{/block:Posts}
 
{block:PostNotes}
<div id="notes"><div id="notestext">{PostNotes}</div></div>
{/block:PostNotes}
 
</div>
 
</body>
</html>

Pasted: Jun 20, 2013, 9:27:19 am
Views: 2,295