Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Gochi+Hand' rel='stylesheet' type='text/css'>
- <!-- theme design and code belong to Darian of redfox-themes. please don't steal or remove credit. -->
- <head><title>{Title}</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}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:posts" content="#dac8c8"/>
- <meta name="color:text" content="#2b1f1f"/>
- <meta name="color:bold" content="#0d1f5a"/>
- <meta name="color:italic" content="#6d1616"/>
- <meta name="color:scrollbar" content="#050f30"/>
- <meta name="color:textlink" content="#13347e"/>
- <meta name="color:bottombar" content="#0a102e"/>
- <meta name="color:customlink" content="#9ca4c0"/>
- <meta name="color:navlink" content="#ac8d8d"/>
- <meta name="color:descriptionback" content="#d3b8b8"/>
- <meta name="color:date" content="#e4e5e9"/>
- <meta name="color:tags" content="#dddada"/>
- <meta name="color:quote" content="#05113a"/>
- <meta name="color:title" content="#332727"/>
- <meta name="color:borders" content="#000000"/>
- <meta name="font:body" content="Lucida Console"/>
- <meta name="font:description" content="Lucida Console"/>
- <meta name="color:ball1" content="#ffffff"/>
- <meta name="color:ball2" content="#ffffff"/>
- <meta name="color:ball3" content="#ffffff"/>
- <meta name="color:ball4" content="#ffffff"/>
- <meta name="color:ball5" content="#ffffff"/>
- <meta name="color:ball6" content="#ffffff"/>
- <meta name="color:ball7" content="#ffffff"/>
- <meta name="color:ball8" content="#ffffff"/>
- <meta name="color:ball9" content="#ffffff"/>
- <meta name="image:background" content="https://lh4.googleusercontent.com/-Saywl6XPps0/UGWZSJXmm_I/AAAAAAAACO4/aflNQ87r1HU/s500/lightpaperfibers.png"/>
- <meta name="image:ball1" content="https://lh6.googleusercontent.com/-8erHT1pDKzY/UGWXgWEDZ3I/AAAAAAAACNw/jztCJoEkZF4/s150/Deathpic.png"/>
- <meta name="image:ball2" content="https://lh4.googleusercontent.com/-8f2w40uJlK4/UGWXgzsnBhI/AAAAAAAACN4/2FhFXuEKaiE/s100/soul176.png"/>
- <meta name="image:ball3" content="https://lh5.googleusercontent.com/-BPAoNwq3UcQ/UGWXhUHSWQI/AAAAAAAACOI/A53ggAEfIsQ/s100/soul297.png"/>
- <meta name="image:ball4" content="https://lh6.googleusercontent.com/-wIaT2Z9rcNg/UGWXhwntq0I/AAAAAAAACOU/l2qHYptwxV4/s100/soul79.png"/>
- <meta name="image:ball5" content="https://lh6.googleusercontent.com/--DK9Qh2Q-Xo/UGWXhDZcZVI/AAAAAAAACOE/GH_Z-e4xlig/s100/soul282.png"/>
- <meta name="image:ball6" content="https://lh5.googleusercontent.com/-j5b2344EdXk/UGWXh39AJuI/AAAAAAAACOQ/Iulh2NCZaig/s100/soul53.png"/>
- <meta name="image:ball7" content="https://lh4.googleusercontent.com/-vFZ0BceLCYs/UGWXgTHVfrI/AAAAAAAACN0/WLcM6JIvEko/s100/3.png"/>
- <meta name="image:ball8" content="https://lh4.googleusercontent.com/-ABqX5a5cQxM/UGWXgS_tctI/AAAAAAAACNs/p2rq4UdKpyg/s100/20.png"/>
- <meta name="image:ball9" content="https://lh4.googleusercontent.com/-hwwMrubJJBY/UGWXhLQqHFI/AAAAAAAACOA/hHkaxlnux40/s100/soul255.png"/>
- <meta name="if:Hidden Description" content="1">
- <meta name="if:3D Title" content="1">
- <meta name="if:Show Descriptions" content="0">
- <meta name="if:Monochrome Posts" content="1">
- <meta name="if:Sepia Posts" content="0">
- <meta name="text:Link1" content="" />
- <meta name="text:Link1URL" content="/"/>
- <meta name="text:Link2" content="" />
- <meta name="text:Link2URL" content="/"/>
- <meta name="text:Link3" content="" />
- <meta name="text:Link3URL" content="/"/>
- <meta name="text:Link4" content="" />
- <meta name="text:Link4URL" content="/"/>
- <meta name="text:Link5" content="" />
- <meta name="text:Link5URL" content="/"/>
- <meta name="text:Link6" content="" />
- <meta name="text:Link6URL" content="/"/>
- <style type="text/css">
- @font-face{
- font-family: 'Gochi Hand', cursive;
- }
- /*basic stuff*/
- ::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #000000;
- -webkit-border-radius: 1ex;
- background: {color:scrollbar};
- }
- body {
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- background-color: {color:background};
- font-family: {font:body};
- font-size:10px;
- margin-left:0px;
- margin-top:0px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- p{
- font-family:{font:body};
- font-size: 10px;
- color:{color:text};
- padding-left:3px;
- padding-right:3px;
- line-height:12px;
- }
- p strong {
- color:{color:bold}
- }
- p em {
- color:{color:italic}
- }
- a {
- color:{color:textlink};
- text-decoration:none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- a:hover {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- text-shadow:3px 0 0 rgba(255,0,0,0.5), -3px 0 0 rgba(0,255,0,0.5);
- }
- img{
- border:none;
- border-radius:10px;
- {block:IfNotMonochromePosts}opacity:0.9;{/block:IfNotMonochromePosts}
- {block:IfNotSepiaPosts}opacity:0.9;{/block:IfNotSepiaPosts}
- {block:IfMonochromePosts}opacity:1;{/block:IfMonochromePosts}
- {block:IfSepiaPosts}opacity:1;{/block:IfSepiaPosts}
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- img:hover{
- {block:IfNotMonochromePosts}opacity:1;{/block:IfNotMonochromePosts}
- {block:IfNotSepiaPosts}opacity:1;{/block:IfNotSepiaPosts}
- }
- ul {
- font-size: 9px;
- font-family:{font:body};
- color:{color:text};
- margin-right:30px
- }
- blockquote {
- font-size: 9px;
- font-family:{font:body};
- color:{color:text};
- margin-right:30px;
- }
- blockquote blockquote{
- padding-left:7px;
- border-left:1.5px dotted {color:borders};
- }
- pre{
- font-size:8px;
- max-width:380px;
- overflow:auto;
- background-color:#bcbbbb;
- padding:5px;
- }
- /*sideballs*/
- #bottombar{
- position:fixed;
- width:100%;
- height:7px;
- margin-top:700px;
- z-index:-1;
- background-color:{color:bottombar};
- }
- #ball1{
- position:fixed;
- margin-left:700px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball1};
- margin-top:620px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball1:hover #ballcustom{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball2{
- position:fixed;
- margin-left:780px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball2};
- margin-top:620px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball2:hover #ballcustom{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball3{
- position:fixed;
- margin-left:860px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball3};
- margin-top:620px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball3:hover #ballcustom{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball4{
- position:fixed;
- margin-left:940px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball4};
- margin-top:620px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball4:hover #ballcustom{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball5{
- position:fixed;
- margin-left:740px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball5};
- margin-top:551px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball5:hover #ballnav{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball6{
- position:fixed;
- margin-left:820px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball6};
- margin-top:551px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball6:hover #ballnav{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball7{
- position:fixed;
- margin-left:900px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball7};
- margin-top:551px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball7:hover #ballnav{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball8{
- position:fixed;
- margin-left:780px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball8};
- margin-top:482px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball8:hover #ballcustom{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball9{
- position:fixed;
- margin-left:860px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:{color:ball9};
- margin-top:482px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball9:hover #ballcustom{
- opacity:0.8;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ball10{
- position:fixed;
- margin-left:820px;
- height:80px;
- width:80px;
- border-radius:100px;
- background-color:purple;
- margin-top:413px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #ball10:hover{
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- }
- #ballcustom{
- position:fixed;
- width:80px;
- height:50px;
- background-color:{color:customlink};
- opacity:0;
- font-family:monospace;
- text-align:center;
- font-size:13px;
- padding-top:30px;
- border-radius:100px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- -ms-transition: all 0.5s linear;
- }
- #ballnav{
- position:fixed;
- width:80px;
- height:50px;
- background-color:{color:navlink};
- opacity:0;
- border-radius:100px;
- font-family:monospace;
- text-align:center;
- font-size:13px;
- padding-top:30px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- -ms-transition: all 0.5s linear;
- }
- #ballimage{
- position:fixed;
- border-radius:100px;
- height:80px;
- width:80px;
- border:none;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- /*description*/
- #descback{
- position:fixed;
- width:200px;
- height:200px;
- background-color:{color:descriptionback};
- border-radius:100px;
- margin-top:150px;
- margin-left:760px;
- {block:ifHiddenDescription}opacity:0;{/block:ifHiddenDescription}
- {block:ifNotHiddenDescription}opacity:1;{/block:ifNotHiddenDescription}
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #descback:hover{
- opacity:1;
- }
- #desc{
- position:fixed;
- width:155px;
- height:100px;
- margin-top:50px;
- margin-left:25px;
- {block:ifHiddenDescription}opacity:0;{/block:ifHiddenDescription}
- {block:ifNotHiddenDescription}opacity:1;{/block:ifNotHiddenDescription}
- font-family:{font:description};
- text-align:justify;
- font-size:10px;
- overflow:auto;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -ms-transition: all 0.7s linear;
- }
- #desc::-webkit-scrollbar {
- width: 4px;
- }
- #desc::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- }
- #descback:hover #desc{
- opacity:1;
- }
- #hover{
- position:fixed;
- width:180px;
- height:auto;
- color:{color:title};
- {block:ifHiddenDescription}margin-top:200px;{/block:ifHiddenDescription}
- {block:ifNotHiddenDescription}margin-top:100px;{/block:ifNotHiddenDescription}
- margin-left:770px;
- font-family: 'Gochi Hand', cursive;
- text-align:center;
- font-size:30px;
- opacity:1;
- z-index:-1;
- {block:if3DTitle}text-shadow:2px 0 0 rgba(255,0,0,0.5), -2px 0 0 rgba(0,255,0,0.5);{/block:if3DTitle}
- }
- /*posts*/
- #postmargin{
- margin-left:150px;
- padding-top:10px;
- }
- .posts{
- width:400px;
- margin-bottom:10px;
- border-radius:13px;
- }
- #date{
- display:block;
- position:absolute;
- z-index: 999;
- width:80px;
- height:auto;
- background-color:{color:date};
- margin-left:-110px;
- margin-top:5px;
- padding-left:15px;
- padding-right:10px;
- padding-top:5px;
- padding-bottom:5px;
- font-family:monospace;
- font-size:9px;
- border-radius:200px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #taghover{
- opacity:0.9;
- }
- #tags{
- display:block;
- position:absolute;
- width:74px;
- height:auto;
- background-color:{color:tags};
- margin-top: 0px;
- padding-left:5px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:15px;
- margin-left:-100px;
- font-family:monospace;
- font-size:9px;
- opacity:0;
- z-index:-1;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #taghover:hover #tags{
- opacity:1;
- margin-top:48px;
- }
- #quote {
- font-family: 'Gochi Hand', cursive;
- font-size:20px;
- color:{color:quote};
- padding-left:20px;
- padding-right:20px;
- padding-top:20px;
- line-height:25px;
- }
- #textpost{
- padding:10px;
- margin-top:10px;
- margin-bottom:10px;
- opacity:0.9;
- background-color:{color:posts};
- border-radius:10px;
- }
- .posts image{
- margin-top:10px;
- margin-bottom:10px;
- }
- #audioplayer {
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:40px;
- margin-left:35px;
- margin-bottom:45px;
- border-radius:100px;
- }
- #musicinfo{
- font-family:{font:body};
- color:{color:text};
- font-size:10px;
- margin-top:-80px;
- margin-left:115px;
- border-left:2px solid {color:borders};
- padding-left:10px;
- margin-bottom:40px;
- }
- #musicinfotitles{
- font-style:bold;
- }
- #audiocaption{
- margin-top:45px;
- padding-left:10px;
- padding-right:10px;
- padding-top:10px;
- }
- #albumart{
- height:100px;
- width:100px;
- background-image:url('https://lh3.googleusercontent.com/-ABbl71o4DHE/UZh6Xuh6QJI/AAAAAAAAEn8/j49R7fSCZHE/s200-no/Untitled-1.jpg');
- background-position:fixed;
- background-size:100px 100px;
- background-repeat:no-repeat;
- z-index:-1;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #askz {
- padding: 5px;
- margin-left:10px;
- margin-right:10px;
- margin-top:5px;
- padding-bottom: 15px;
- line-height: 140%;
- border-bottom: 1px solid {color:borders};
- color:{color:text};
- }
- .askicon {
- float: left;
- border: 2px solid {color:borders};
- margin-right: 3px;
- margin-left: -5px;
- }
- #answer {
- padding: 4px;
- text-align: left;
- font-family:{font:body};
- color:{color:text};
- margin-left:30px;
- }
- #qask{
- padding-top:10px;
- padding-left:10px;
- font-size:11px;
- font-style:italic;
- }
- .grayscale {
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- }
- .sepia {
- -webkit-filter: sepia(100%);
- -moz-filter: sepia(100%);
- -ms-filter: sepia(100%);
- -o-filter: sepia(100%);
- }
- .posts:hover .grayscale{
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- }
- .posts:hover .sepia {
- -webkit-filter: sepia(0%);
- -moz-filter: sepia(0%);
- -ms-filter: sepia(0%);
- -o-filter: sepia(0%);
- }
- .notes{
- margin-left:0px;
- }
- ol.notes{
- max-width:400px;
- padding:0px;
- margin 0px 0px;
- list-style-type:none;
- border-bottom:solid 1px {color:borders};
- font-size:11 px;
- }
- ol.notes li.note{
- border-top:1px dotted {color:borders}
- padding:0px;
- font-size:11px;
- }
- ol.notes li.note img{
- padding:0 px !important;
- }
- ol.notes li.note img.avatar{
- vertical-align:-15px;
- margin-right:5px;
- width:16px;
- height:16px;
- }
- ol.notes li.note a img.avatar{
- padding:0px;
- border-width:0 px;
- border:none;
- }
- ol.notes li.note img{
- padding:0 px;
- border-width:0 px;
- border:none;
- }
- ol.notes li.note span.action{
- font-weight:bold;
- color:gray;
- }
- ol.notes li.note.answer_content{
- font-weight:normal;
- }
- ol.notes li.note.blockquote{
- padding:1 px 1 px;margin:1px 0px 0px 1px;
- }
- ol.notes li.note.blockquote a{
- text-decoration:none;
- }
- {CustomCSS}</style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </head><body>
- <div id="bottombar"></div>
- <div id="ball1">
- <img src="{image:ball1}" id="ballimage"/>
- {block:IfLink1}<a href="{text:link1url}" id="ballcustom">{text:link1}</a>{/block:IfLink1}
- </div>
- <div id="ball2">
- <img src="{image:ball2}" id="ballimage"/>
- {block:IfLink2}<a href="{text:link2url}" id="ballcustom">{text:link2}</a>{/block:IfLink2}
- </div>
- <div id="ball3">
- <img src="{image:ball3}" id="ballimage"/>
- {block:IfLink3}<a href="{text:link3url}" id="ballcustom">{text:link3}</a>{/block:IfLink3}
- </div>
- <div id="ball4">
- <img src="{image:ball4}" id="ballimage"/>
- {block:IfLink4}<a href="{text:link4url}" id="ballcustom">{text:link4}</a>{/block:IfLink4}
- </div>
- <div id="ball5">
- <img src="{image:ball5}" id="ballimage"/>
- <a href="/ask" id="ballnav">message</a>
- </div>
- <div id="ball6">
- <img src="{image:ball6}" id="ballimage"/>
- <a href="/submit" id="ballnav">submit</a>
- </div>
- <div id="ball7">
- <img src="{image:ball7}" id="ballimage"/>
- <a href="http://redfox-themes.tumblr.com" id="ballnav">theme</a>
- </div>
- <div id="ball8">
- <img src="{image:ball8}" id="ballimage"/>
- {block:IfLink5}<a href="{text:link5url}" id="ballcustom">{text:link5}</a>{/block:IfLink5}
- </div>
- <div id="ball9">
- <img src="{image:ball9}" id="ballimage"/>
- {block:IfLink6}<a href="{text:link6url}" id="ballcustom">{text:link6}</a>{/block:IfLink6}
- </div>
- <a href="/"><img src="{PortraitURL-96}" id="ball10"/></a>
- <div id="hover">{title}</div>
- <div id="descback">
- <div id="desc">{description}</div>
- </div>
- <div class = "autopagerize_page_element" >
- <div id="postmargin">{block:Posts}<div class="posts">
- <div id="taghover">{block:Date}<div id="date">Posted: <a href="{Permalink}">{TimeAgo}</a> on
- <a href="{Permalink}#notes">{DayOfMonthWithZero}/{MonthNumber}/{ShortYear}</a> at {12Hour}:{Minutes}{AmPm}</div>{/block:Date}
- <div id="tags">{block:NoteCount}{block:RebloggedFrom}<a href="{ReblogRootURL}">origin</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{/block:NoteCount}
- {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a> (<a href="{ReblogURL}">Reblog</a>){/block:NoteCount}
- {block:HasTags}<br>Tags: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {block:Text}<div id="textpost"><center><div id="quote">{block:Title}{Title}{/block:Title}</div></center>{Body}</div>{/block:Text}
- {block:Photo}
- {Block:IfMonochromePosts}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="grayscale" width="400">{LinkCloseTag}{/Block:IfMonochromePosts}
- {Block:IfSepiaPosts}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="sepia" width="400">{LinkCloseTag}{/Block:IfSepiaPosts}
- {Block:IfNotMonochromePosts}{Block:IfNotSepiaPosts}<center>{LinkOpenTag}<img src="{PhotoURL-500}" width="400">{LinkCloseTag}{/Block:IfNotSepiaPosts}{/Block:IfNotMonochromePosts}
- </center>{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}
- {/block:Photo}
- {Block:IfMonochromePosts}<div class="grayscale">{/Block:IfMonochromePosts}
- {block:IfSepiaPosts}<div class="sepia">{/block:IfSepiaPosts}
- {Block:IfNotMonochromePosts}{Block:IfNotSepiaPosts}<div>{/Block:IfNotSepiaPosts}{/Block:IfNotMonochromePosts}
- <div align="center">{block:Photoset}{Photoset-400}{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Photoset}</div></div>
- {block:Quote}<div id="textpost"><div id="quote">{Quote}</div><p align="right">{block:Source}—{Source}{/block:Source}</p></div>{/block:Quote}
- {block:Link}<div id="textpost"><div id="quote" align="center"><t><a href="{URL}" {Target}>{Name}</a></t></div>{block:Description}{Description}{/block:Description}</div>{/block:Link}
- {block:Chat}<div id="textpost"><div id="quote" align="center">{block:Title}<t>{Title}</t>{/block:Title}</div><p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</p></div>{/block:Chat}
- {block:Video}{Video-400}{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Video}
- {block:Answer}
- <div id="askz"><img src="{AskerPortraitURL-30}" class="askicon"><div id="qask">{Asker} said—</div><br>{Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}<div id="textpost">
- <div id="audioplayer">{AudioPlayerWhite} </div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
- <div id="musicinfo">
- <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br/>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br/>
- <b>Album:</b> {block:Album}{Album}{/block:Album}
- </div>{Block:IfShowDescriptions}
- {block:caption}<div id="audiocaption">{caption}</div>{/block:caption}{/Block:IfShowDescriptions}
- </div>{/block:Audio}
- <div class="notes">{block:PostNotes}<a name="notes">{PostNotes}</a>{/block:PostNotes}</div>
- </div>
- {/block:Posts}</div>
- </div>
- </body></html>
Add Comment
Please, Sign In to add comment