<html> <head> <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="/rss"> <style type="text/css"> body { margin: 10px; background-color: #333; color: #333; } .chat{ list-style: none; padding: 4px; margin: 10px; border: 1px solid {color:Quote/chat Accent}; } .even {background-color: transparent; padding: 4px;} .odd { background-color: #333; color: #fff; padding: 4px} #table { width: 810px; background-color: #f6589f; padding-top: 0px; padding-right: 0px; table-layout: fixed; padding-left: 0px; padding-bottom: 0px; font-family:tahoma; color: #333; border: 0; font-size: 11px; } a:link,a:active,a:visited { text-decoration: none; color: #333; font-weight: normal; } a:hover { font-weight: bold; text-decoration: line-through; color: #333; } #left { width: 500px; padding: 0px; text-align: left; } .qcontainer { padding: 10px; border-left: 0px solid {color:Text Color}; border-top: 0px solid {color:Text Color}; background-color: {color:Quote/chat Accent}; } .source { text-align: right; padding-top: 5px; } .quote { font-size: 20px; font-family:tahoma; line-height: 22px; } #middle {width: 30px;} #right { text-align: left; width: 250px; padding: 2px; } #title, #title a { font-size: 30px; text-transform: uppercase; text-decoration: none; font-weight: bold; color: #333; margin-top: 0px; margin-bottom: 0px; font-family: helvetica, sans-serif; } #posttitle, #posttitle a{ font-size: 20px; font-weight: normal; color: #333; font-family: helvetica, sans-serif; text-decoration: none; } #postlink, #postlink a{ font-size: 20px; font-weight: normal; color: #333; font-family: helvetica, sans-serif; text-decoration: none; color:#000 } #posts { list-style: none; padding: 0; margin: 0; } #each { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 0px; } img {border: 0px;} #box, #box a { text-transform: uppercase; font-size: 20px; color: #333; width: 500; padding-top: 6px; padding-bottom: 3px; padding-right: 2px; padding-left: 2px; text-align: center; background-color: transparent; margin-top: 0px; margin-bottom: 5px; margin-right: 2px; margin-left: 5px; text-decoration: none; font-family:tahoma; } #sidebox { text-transform: uppercase; background-color: #333; font-size: 20px; color: #fff; width: 250; padding-top: 6px; padding-bottom: 3px; padding-right: 2px; padding-left: 2px; font-weight:bold; text-align: left; background-color: transparent; margin-top: 0px; margin-bottom: 0px; font-family:tahoma; } #sideboxF { text-transform: uppercase; font-size: 11px; color: #333; width: 250; padding-top: 6px; padding-bottom: 3px; padding-right: 2px; padding-left: 2px; text-align: center; background-color: {color:Box Color}; margin-top: 0px; margin-bottom: 2px; font-family: helvetica, sans-serif; } #box b, #box b a { color: #333; text-decoration: none; } .footer{ font-family: Helvetica, sans-serif; font-size: 12px; color: #333; margin: 5px; } .footer a { text-decoration: none; } .label { font-size: 11px; text-transform: uppercase; color: {Alt}; } #sidebox b { color: #333; } p { margin: 10px; } ol.notes { padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: solid 1px #ccc; } ol.notes li.note { border-top: solid 1px #ccc; padding: 10px; } ol.notes li.note img.avatar { vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px; } ol.notes li.note span.action { font-weight: bold; } ol.notes li.note .answer_content { font-weight: normal; } ol.notes li.note blockquote { border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px; } ol.notes li.note blockquote a { text-decoration: none; } </style> </head> <body> <div align="center"> <table id="table" cellpadding="0" cellspacing="0"> <img src="http://i11.photobucket.com/albums/a167/hzelgarcia/d926a243.png"> <tr> <td id="left" valign="top"> <div id="title"><a href="/"> {Title}</a></div> <ol id="posts"> {block:Posts} {block:Text} <li id="each"> <div id="box"><a href="{Permalink}">TEXT POST // {NoteCountWithLabel}</a></div> {block:Title} <p id="posttitle"><a href="{Permalink}">{Title}</a></p> {/block:Title} <p>{Body}</p> </li><br><br> {/block:Text} {block:Photo} <li id="each"> <div id="box"><a href="{Permalink}">PHOTO POST // {NoteCountWithLabel}</a></div> {LinkOpenTag}<CENTER><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></CENTER>{LinkCloseTag} {block:Caption} <p>{Caption}</p> {/block:Caption} </li> {/block:Photo} {block:Quote} <li id="each"> <div id="box"><a href="{Permalink}">QUOTE POST // {NoteCountWithLabel}</a></div> <p class="qcontainer"> <span class="quote">“{Quote}”</span> {block:Source} <span class="source"><br>→ {Source}</span> {/block:Source}<br> </p> </li> {/block:Quote} {block:Link} <li id="each"> <div id="box"><a href="{Permalink}">LINK POST // {NoteCountWithLabel}</div> <p align="right"><a href="{URL}" id="postlink" {Target}>{Name} »</a></p> {block:Description} <p>{Description}</p> {/block:Description} </li> {/block:Link} {block:Chat} <li id="each"> <div id="box"><a href="{Permalink}">CHAT POST // {NoteCountWithLabel}</a></div> {block:Title} <p id="posttitle"><a href="{Permalink}">{Title}</a></p> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} {/block:Lines} </ul> </li></li> {/block:Chat} {block:Video} <li id="each"> <div id="box"><a href="{Permalink}">VIDEO POST // {NoteCountWithLabel}</a></div> {Video-400} {block:Caption} <p>{Caption}</p> {/block:Caption} </li> {/block:Video} {block:Audio} <li id="each"> <div id="box"><a href="{Permalink}">♪♫ AUDIO POST // {NoteCountWithLabel}</a></div> <p align="center">{AudioPlayerBlack}</p> {block:Caption} <p>{Caption}</p> {/block:Caption} </li> {/block:Audio} {block:PostNotes} {PostNotes} {/block:PostNotes} {/block:Posts} {/block:Posts} </ol> </td> <td id="middle"></td> <td id="right" valign="top"> <div id="sidebox"><center>NAVIGATION</center></div> <a href="/">» HOME</a><br> <a href="/archive">» ARCHIVE</a><br> <a href="/random">» RANDOM</a><br> {block:PreviousPage} <a href="{PreviousPage}">» PREVIOUS</a><br>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">» NEXT</a>{/block:NextPage} <div id="sidebox"><center>ABOUT</center></div> <center><img src="{PortraitURL-128}"><br> </center> {Description}<br><br> {block:Following} <div id="sidebox"><center>FOLLOWING</center></div> <div align="center"> {block:Followed} <a href="{FollowedURL}"><img src="{FollowedPortraitURL-16}" style="border: 1px solid {color:Quote/chat Accent}; padding:2px;"></a> {/block:Followed} </div> {/block:Following} <div id="sidebox"><center>CREDITS</center></div> <p>★ Base theme by <a href="http://greatwhiteshark.tumblr.com/">Sarah Mogin</a>.<br> ★ Pimped by <a href="http://superheroin.tumblr.com">Superheroin</a>.<br> ★ Powered by <a href="http://tumblr.com">Tumblr</a>.<br> </p> </td> </tr> </table> <img src="http://i11.photobucket.com/albums/a167/hzelgarcia/168a0577.png" border="0"> </div> </div> </body> </body> </html>