get paid to paste

Cloud

<!--More THEMES at HTTP://SWEEEETPOSH.TUMBLR.COM -->
<!--More THEMES at HTTP://SWEEEETPOSH.TUMBLR.COM -->
<!--More THEMES at HTTP://SWEEEETPOSH.TUMBLR.COM -->

<!-- DO NOT REMOVE THE CREDITS OR ELSE!-->
<!-- DO NOT STEAL OR IF I CAUGHT YOU!!! -->



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<style type="text/css">
<!--
body {
	background-image: url(http://i54.tinypic.com/16hj71e.gif);
	background-color: #F0568C;
}
#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	background-color: #BDC6DE;
	width: 250px;
	border: 2px solid #BDC6DE;
	padding:2px;
	color: #4D4D4D;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
}
A.page:link, A.page:visited{
	font-size:16px;
color: #333;
}
A.page:hover{
	background-color: #333;
	color: #F69;
	text-decoration:none;
	font-size: 18x;
}

#sidecont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 2px;
	width: 250px;
	cursor: crosshair;
	border: 2px solid #BDC6DE;
}

A.navtop:link, A.navtop:visited{
	 -webkit-transition-duration:.4s; 
	 -moz-transition-duration:.4s; 
	    display:block;
	    background-color:#7B8CAD;
	    font-family:Arial, Helvetica, sans-serif;
        color: #FFF;
        font-size:12px;
        float: center;
        width:250px;
		height:20px;
        text-align:center;
        text-decoration:none;
		padding:2px;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
 
        text-transform: uppercase;
        letter-spacing:5px;
		font-weight: bold;
}
A.navtop:hover{
	-webkit-transition-duration:.4s; 
	 -moz-transition-duration:.4s; 
	background-color: #D4BEBE;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FCD1C6;
	padding: 2px;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	cursor: crosshair;
	filter: Blur(Add=1, Direction=left, Strength=1);
}
#postmeta {
	background-color: #BDC6DE;
	font-family: Arial, Helvetica;
	font-size: 12px;
        font-weight: bold;
	color: #FFF;
     
        padding: 5px 5px;
	margin-left: 0px;
	margin-right: 0px;
        margin-bottom: 3px;
        margin-top: 10px;
		background-position:center;
	
		
	}
	
#postmeta a{
	color: #EEE;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #EEE;
	}


#posts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7B8CAD;
	text-decoration: none;
	background-color: #FFFFFF;
	letter-spacing: 2px;
	padding: 2px;
	width: 500px;
	cursor: text;
	border: 3px solid #BDC6DE;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #615E59;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F9C;
}
a:active {
	text-decoration: none;
	color: #333;
}
a {
	font-size: 11px;
}
#pagination {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF005C;
	background-color: #000;
	width: 100px;
	border: 1px dashed #F06;
}
#tit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #7B8CAD;
	letter-spacing: 5px;
}

-->
</style></head>

<body>
<table width="800" border="0" align="center" cellpadding="4" cellspacing="0">
  <tr>
    <td colspan="2" align="center" valign="top" bgcolor="#BDC6DE"><div id="tit">{title}</div></td>
  </tr>
  <tr>
  
    <td align="center" valign="top">
    
    <!-- START OF POSTS -->
<center>

 {block:Posts}
    
      
      
      <!-- Text Posts -->
      <p>
        {block:Regular}
       <div id="posts">
  <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {Year} &nbsp;
<a href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>
      <div class="regular">
        {block:Title} 
  <h1>{Title}</h1>
        {/block:Title}
        {Body}
  </div>
      
      </div>
      {/block:Regular}
      
      <!-- Photo Posts -->
      <p>
        {block:Photo}
        <div id="posts">
      <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {Year} &nbsp;  <a 

href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>
      <div class="photo">
        {LinkOpenTag}<center><img src="{PhotoURL-400}" alt="{PhotoAlt}" border="2" class="border"/></center>{LinkCloseTag}
        {block:Caption}{Caption}{/block:Caption}
      </div>
      
  <p> 
  </div>
    {/block:Photo}
    
    <!-- Quote Posts -->
    {block:Quote}
   <div id="posts">
  <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {Year} &nbsp;  <a 

href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>
      <div class="quote">
        <div class="quotes">
          <p class="blockquote">"<i>{Quote}
            
  </i>"</p>
        </div>
        {block:Source}<div class="source">&mdash; 
          
          {Source}</div>{/block:Source}
  </div>
      
      </div>
      {/block:Quote}
      
      <!-- Link Posts -->
      {block:Link}
         <div id="posts">
      <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {Year} &nbsp;  <a 

href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>
      <u><a href="{URL}" class="link" {Target}>{Name}
        
  </a></u>
      
      {block:Description}
      <div class="description">{Description}</div>
      {/block:Description}
      
      </div>
      {/block:Link}
      
      <!-- Chat Posts -->
      
      {block:Conversation}
         <div id="posts">
      <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {Year} &nbsp;  <a 

href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>   
      <div class="conversation">
        {block:Title}<h1><a 

href="{Permalink}">{Title}</a></h1>{/block:Title}
        <ul>{block:Lines}
          <li class="{Alt}">{block:Label}
            
  <span 

class="label">{Label}</span>{/block:Label}
            
          {Line}</li>
          {/block:Lines}</ul>
      </div>
      
      
      
      
      </div>
      {/block:Conversation}
      
      <!-- Audio Posts -->
      {block:Audio}
         <div id="posts">
      <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {Year} &nbsp;  <a 

href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>
      <div class="audio">
        {AudioPlayerWhite}
        {block:Caption}{Caption}{/block:Caption}
  </div>
      </div>
      {/block:Audio}
      
      <!-- Video Posts -->
      {block:Video}
         <div id="posts">
  <div id="postmeta">{ShortMonth} {DayOfMonthWithZero}, {year} &nbsp;  <a 

href="{Permalink}" title="Permalink"> {NoteCount} Notes.</a></div>
      <div class="video">
        <center>{Video-400}</center>
        <p>{block:Caption}{Caption}{/block:Caption}</p>
  </div>
      </div>
      {/block:Video}
      
      
      {/block:Posts}
      
      
      {block:PostNotes}
  <h2>Notes</em></h2>
      {PostNotes}
      {/block:PostNotes}
      </center>

</td>
<div style="position:absolute;top:0px;left:0px;border:0px;"><a style="position:fixed;" href="http://sweeetposh.tumblr.com" title="Visit Sweeetposh Themes!" target=_blank><img src="http://i52.tinypic.com/ayaot5.png" alt="Sweeetposh Themes" border=0></a></div>
 <td width="240" align="center" valign="top" class="navtop">
    
     <div id="sidebar">Navigations</div>
     <a href="/" class="navtop">Home</a>
    <a href="/ask" class="navtop">AsK</a>
    <a href="/submit" class="navtop">Submit</a>
	<a href="http://sweeetposh.tumblr.com/tagged/themes" class="navtop">Themes</a><br />

    <div id="sidebar">Webmiss</div>
    <div id="sidecont"> <center> <img src="{PortraitURL-96}" />
    </center><br />
{block:Description}{Description}{/block:Description}<br /></center></div>
    <br />
    <div id="sidebar">Ask! I don't bite!</div>
    <div id="sidecont"><center>
      <iframe frameborder="0" border="0" scrolling="no" width="248px" height="150"  allowtransparency="true"
 src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;:"></iframe>
      <br />
      If this section appears to be blank, that means your ASK isn't enabled yet. <a href="http://sweeetposh.tumblr.com/post/3325993483" target="_blank">Click here to activate</a>.
 </center>
    </div>
    <br />
<div id="sidebar">Credits</div>
    <div id="sidecont"><center>Theme by: <a href="http://sweeetposh.tumblr.com" target="_blank">SWEEETPOSH</a></center></div></td>
  </tr>
  <tr>
    <td align="center" valign="top"><div id="posts">{block:PreviousPage}
    <a href="{PreviousPage}" class="page">&#171; PREVIOUS //</a>
    {/block:PreviousPage}
    {block:NextPage}
    <a href="{NextPage}" class="page">NEXT &#187;</a>
    {/block:NextPage}</div></td>
    <td align="center" valign="top">
    </td>
  </tr>
</table>
</body>
</html>

Pasted: Sep 17, 2011, 8:29:04 am
Views: 650