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>
- <head>
- <!--Theme 009 by afterwordbyamelia @ tumblr.com. Don't steal the code. Thank you for using!
- Default Settings-->
- <meta name="color:background" content="#011d38" />
- <meta name="color:desc" content="#072744" />
- <meta name="color:content" content="#081825" />
- <meta name="color:post" content="#04334e" />
- <meta name="color:linkage" content="#dce0e4" />
- <meta name="color:linkage font" content="#000000" />
- <meta name="color:linkage border" content="#117e9b" />
- <meta name="color:linkage shadow" content="#ffffff" />
- <meta name="color:accent" content="#d9e7f7" />
- <meta name="color:theme" content="#5f0021" />
- <meta name="color:theme border" content="#000000" />
- <meta name="color:border" content="#778088" />
- <meta name="color:description" content="#a2d9f5" />
- <meta name="color:title" content="#eef4f8" />
- <meta name="color:title hover" content="#4f98d5" />
- <meta name="color:text" content="#bbd1e7" />
- <meta name="color:link" content="#0685bb" />
- <meta name="color:link shadow one" content="#FF0000" />
- <meta name="color:link shadow two" content="#00F1F5" />
- <meta name="color:link hover" content="#d5dce2" />
- <meta name="color:scrollbar" content="#325475" />
- <meta name="color:selection" content="#157df1" />
- <meta name="color:question" content="#72c0ff" />
- <meta name="color:question font" content="#aaa9a9" />
- <meta name="font:title" content="calibri" />
- <meta name="font:body" content="calibri" />
- <meta name="font:tooltip text" content="calibri" />
- <meta name="image:sidebar" content="" />
- <meta name="image:background" content="" />
- <meta name="image:post" content="" />
- <meta name="text:subtitle" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link 6" />
- <title>{Title}</title>
- <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>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <SCRIPT TYPE="text/javascript">
- <!--
- //Disable right click script
- //visit http://w#ww.rainbow.arch.scriptmania.com/scripts/
- var message="";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </SCRIPT>
- <style type="text/css">
- body {
- background-color:{color:background};
- background-attachment:fixed;
- background-image:url('{image:background}');
- font-family:calibri;
- font-size:11px;
- line-height:11px;
- color:{color:text};
- text-wrap:normal
- word-wrap:break-word;
- height:100%;
- right:5px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- ::-webkit-scrollbar {
- width:5px;
- height:auto;
- background:{color:background};
- }
- ::-webkit-scrollbar-corner {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:{color:scrollbar};
- }
- ::selection, ::-webkit-selection, ::-moz-selection {
- color:{color:selection};
- }
- a, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- }
- #fade {
- display:none;
- background:#ffffff;
- position:fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity:.1;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background:{color:post};
- border:1px solid {color:border};
- padding:20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #main {
- background-color:{color:background};
- background-attachment:fixed;
- background-image: url('{image:Background}');
- position:absolute;
- width:1250px;
- height:100%;
- }
- #sidebar {
- background-color:{color:background};
- text-align:left;
- position:fixed;
- left:640px;
- width:410px;
- padding-top:20px;
- height:100%;
- top:0px;
- font-family:calibri;
- font-size:10px;
- line-height:10px;
- }
- #title {
- top:85px;
- position:fixed;
- width:250px;
- left:635px;
- text-align:center;
- height:30px;
- z-index:999;
- text-shadow:1px 1px 2px {color:border};
- padding:10px 5px 5px 5px;
- }
- #title a {
- font-family:georgia;
- color:{color:title};
- font-size:18px;
- font-style:italic;
- line-height:18px;
- }
- #title a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- #pageturn {
- position:relative;
- font-size:9px;
- width:200px;
- font-family:inconsolata;
- text-align:center;
- left:-10px;
- margin-top:10px;
- margin-bottom:-14px;
- text-transform:uppercase;
- z-index:999;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #pageturn a {
- padding:2px 3px 2px 3px;
- border:1px solid {color:border};
- background-color:{color:desc};
- }
- #pageturn a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- #simg {
- height:200px;
- width:200px;
- text-align:center;
- }
- .container {
- -webkit-perspective:1000;
- -ms-perspective:1000;
- -moz-perspective:1000;
- -o-perspective:1000;
- position:fixed;
- margin-left:-13px;
- margin-top:55px;
- }
- .card {
- width:200px;
- height:200px;
- -webkit-transform-style:preserve-3d;
- -ms-transform-style:preserve-3d;
- -moz-transform-style:preserve-3d;
- -o-transform-style:preserve-3d;
- -webkit-transition:0.5s;
- -ms-transition:0.5s;
- -moz-transition:0.5s;
- -o-transition:0.5s;
- }
- .container:hover .card {
- -webkit-transform:rotateY(180deg);
- -ms-transform:rotateY(180deg);
- -moz-transform:rotateY(180deg);
- -o-transform:rotateY(180deg);
- }
- .container:hover .back {
- opacity:1;
- -webkit-transition-duration:.75s;
- -moz-transition-duration:.75s;
- -ms-transition-duration:.75s;
- -o-transition-duration:.75s;
- transition-duration:.75s;
- }
- .face {
- position:absolute;
- -webkit-backface-visibility:hidden;
- }
- .side {
- padding:40px;
- text-align:center;
- }
- .side .front {
- overflow:hidden;
- -webkit-transition-duration:.75s;
- -moz-transition-duration:.75s;
- -ms-transition-duration:.75s;
- -o-transition-duration:.75s;
- transition-duration:.75s;
- }
- .side .back {
- opacity:0;
- overflow:hidden;
- -webkit-transform: rotateY(180deg);
- -ms-transform:rotateY(180deg);
- -moz-transform:rotateY(180deg);
- -o-transform:rotateY(180deg);
- -webkit-transition-duration:.75s;
- -moz-transition-duration:.75s;
- -ms-transition-duration:.75s;
- -o-transition-duration:.75s;
- transition-duration:.75s;
- }
- .links {
- margin-left:18px;
- width:220px;
- height:15px;
- text-align:center;
- margin-top:290px;
- z-index:995;
- margin-bottom:4px;
- opacity:1;
- position:absolute;
- }
- .links a {
- width:40px;
- height:10px;
- font-family:inconsolata;
- text-transform:uppercase;
- font-size:9px;
- line-height:9px;
- padding:3px 3px 1px 3px;
- text-align:center;
- background-color:{color:desc};
- margin:1px;
- border:1px solid {color:border};
- display:inline-block;
- }
- .links a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- .subtitle {
- font-family:georgia;
- color:{color:title};
- font-size:14px;
- font-style:italic;
- line-height:14px;
- }
- .linkage {
- text-align:center;
- height:175px;
- width:198px;
- padding-top:10px;
- background-color:{color:desc};
- border:1px solid {color:border};
- }
- .linkage a {
- width:200px;
- height:3px;
- font-family:inconsolata;
- font-size:12px;
- line-height:5px;
- margin-bottom:16px;
- padding-top:3px;
- padding-bottom:3px;
- border-bottom:4px solid {color:linkage};
- display:block;
- }
- .linkage a:hover {
- border-bottom:4px solid {color:link};
- color:{color:linkage};
- -webkit-transition-duration:.75s;
- -moz-transition-duration:.75s;
- -o-transition: all 0.75s ease-in-out;
- transition: all 0.75s ease-in-out;
- }
- #desc {
- width:180px;
- padding:15px 10px 10px 10px;
- margin-left:27px;
- margin-top:300px;
- text-align:justify;
- position:fixed;
- opacity:1;
- background-color:{color:desc};
- color:{color:description};
- border:1px solid {color:border};
- }
- #desc a {
- letter-spacing:0px;
- }
- #question {
- font-size:15px;
- line-height:16px;
- padding-bottom:-4px;
- font-family:calibri;
- text-align:left;
- padding:5px 10px 13px 5px;
- border-bottom:1px solid {color:question};
- color:{color:question font};
- }
- #triangle {
- width:30px;
- height:25px;
- font-size:30px;
- left:35px;
- font-family:calibri;
- position:relative;
- color:{color:question};
- top:-3.5px;
- }
- #asker {
- text-transform:uppercase;
- font-size:10px;
- margin-top:-20px;
- font-family:inconsolata;
- margin-left:35px;
- }
- #answer {
- margin-top:-10px;
- }
- #content {
- position:absolute;
- height:auto;
- left:0px;
- width:580px;
- background-color:{color:content};
- font-family:calibri;
- margin-bottom:10px;
- margin-top:-10px;
- }
- #post {
- width:500px;
- margin-left:30px;
- margin-right:20px;
- margin-top:35px;
- padding:10px;
- border:1px solid {color:border};
- background-color:{color:post};
- background-image: url('{image:post}');
- }
- #info a {
- border:1px solid {color:border};
- padding:2px;
- background-color:{color:background};
- }
- #info {
- margin-bottom:5px;
- position:relative;
- width:522px;
- margin-top:-6px;
- text-transform:uppercase;
- font-size:9px;
- left:30px;
- padding-left:15px;
- text-align:left;
- letter-spacing:1px;
- font-family:inconsolata;
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #info a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- .tagging {
- position:relative;
- margin-bottom:5px;
- padding:10px 5px 5px 45px;
- font-size:11px;
- opacity:.7;
- font-family:inconsolata;
- -webkit-filter: blur(1px);
- }
- .tagging a {
- position:relative;
- padding:4px 5px 4px 5px;
- height:2px;
- }
- .tagging:hover {
- -webkit-filter: blur(0px);
- opacity:1;
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .tagging a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- h1{
- font-size:15px;
- line-height:15px;
- font-weight:700;
- color:{color:title};
- }
- h2{
- font-size:11px;
- line-height:11px;
- padding:6px;
- font-style:italic;
- font-family:calibri;
- background-color:{color:background};
- color:{color:title};
- }
- h3{
- font-size:10px;
- line-height:10px;
- position:justify;
- padding-left:10px;
- font-family:calibri;
- }
- h4{
- font-size:15px;
- line-height:15px;
- font-weight:700;
- font-family:inconsolata;
- text-transform:uppercase;
- color:{color:title};
- }
- .theme {
- text-align:center;
- margin-top:10px;
- }
- .theme a {
- font-size:11px;
- line-height:11px;
- margin-right:5px;
- text-transform:uppercase;
- padding:4px;
- font-family:inconsolata;
- border:1px solid {color:border};
- background-color:{color:background};
- }
- .theme a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- .quote {
- font-size:13px;
- line-height:14px;
- font-family:calibri;
- padding-top:-5px;
- padding-left:25px;
- }
- #mark {
- font-size:80px;
- font-family:georgia;
- color:{color:accent};
- margin-left:5px;
- margin-top:20px;
- opacity:.3;
- position:absolute;
- }
- .quotesource {
- width:500px;
- left:20px;
- font-family:calibri;
- font-size:10px;
- padding:2px;
- text-align:right;
- }
- .user_1 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_2 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_3 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_4 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_5 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_6 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_7 .label {
- color:{color:link};
- font-weight:bold
- }
- .user_8 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_9 .label {
- color:{color:link};
- font-weight:bold
- }
- .user_10 .label {
- color:{color:text};
- font-weight:bold
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- line-height:15px;
- }
- .notes img {
- width:15px;
- position:relative;
- top:1px;
- }
- .notes {
- width:500px;
- margin-left:30px;
- padding:10px;
- border:1px solid {color:border};
- }
- ol.notes, .notes li {
- background-color:{color:post};
- list-style:none;
- margin-top:10px;
- }
- blockquote {
- font-family:calibri;
- padding-left:3px;
- margin:0px 2px 0px 10px;
- border-left:3px solid {color:blockquote};
- }
- #audentryprob {
- display:block;
- height:auto;
- min-height:135px;
- position:relative;
- }
- .audentry {
- position:relative;
- width:490px;
- background-color:transparent;
- padding:5px;
- min-height:135px;
- {block:IndexPage}overflow:hidden;{/block:IndexPage};
- }
- .audioplayersquare {
- position:absolute;
- z-index:3;
- top:5px;
- left:5px;
- background:white;
- opacity:0.7;
- filter:alpha(opacity=70);
- }
- .audioplayer {
- width:20px;
- height:30px;
- overflow:hidden;
- margin:15px 24px 15px 16px;
- }
- .audiodata {
- text-transform:uppercase;
- height:15px;
- }
- .audiocaption {
- color:{color:link};
- }
- #credit {
- position:fixed;
- bottom:6px;
- border:1px solid {color:border};
- background-color:{color:desc};
- padding:8px 4px 6px 4px;
- right:4px;
- text-align:right;
- color:{color:link};
- font-family:inconsolata;
- text-transform:uppercase; font-size:12px;
- }
- #credit a:hover {
- text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- iframe#tumblr_controls {
- top:2px !important;
- right:4px !important;
- position:fixed !important;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <div class="container side">
- <div class="card">
- <div class="face front">
- <div id="simg">
- <img src="{image:sidebar}" width="200px" height="200px"/>
- </div></div>
- <div class="face back">
- <div class="subtitle">{text:subtitle}</div>
- <div class="linkage">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- </div></div></div>
- <div class="links">
- <a href="/">refresh</a>
- {block:AskEnabled}
- <a href="/ask">mailbox</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit">submit</a> {/block:SubmissionsEnabled}
- <a href="/archive">history</a>
- </div>
- <div id="desc">{Description}
- <div id="pageturn">{block:PreviousPage}<a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </div>
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="mark">“</div>
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="quote">{Quote}</div>
- {block:Source}
- <div class="quotesource">-{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">
- {Label}
- </span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Answer}
- <div id="question">{Question}
- </div><div id="triangle">◥</div><br>
- <div id="asker">{Asker}</div><br>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Video}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audentryprob">
- <div class="audentry">
- <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
- {block:AlbumArt}
- <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
- {/block:AlbumArt}
- <div class="audioplayersquare">
- <div class="audioplayer">{AudioPlayerWhite}</div></div>
- <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
- {block:TrackName}
- <tr>
- <td class="audiodata"><b>Song: </b>{TrackName}</td>
- </tr>
- {/block:TrackName}
- {block:Artist}
- <tr>
- <td class="audiodata"><b>Artist: </b> {Artist}</td>
- </tr>
- {/block:Artist}
- {block:Album}
- <tr>
- <td class="audiodata"><b>Album: </b>{Album}</td>
- </tr>
- {/block:Album}
- <tr>
- <td class="audiodata">Played {FormattedPlayCount} times</td>
- </tr>
- {block:ExternalAudio}
- <tr>
- <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
- </tr>
- {/block:ExternalAudio}
- {block:Caption}<tr>
- <td class="audiocaption">{Caption}</td></tr>
- {/block:Caption}
- </table>
- </div>
- </div>{/block:Audio}
- <br>
- </div>
- <div id="info">
- <a href="{Permalink}">{block:Date}{DayOfMonth} {ShortMonth} {Year}</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a></a>{/block:ContentSource} <a href="{ReblogURL}"target="_blank">reblog</a></div>
- <div class="tagging">
- {block:HasTags}tags: {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- <br>
- {/block:Posts} <br>
- <br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <div id="credit">© <a href="http://afterwordbyamelia.tumblr.com">afterwordbyamelia</a>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
- <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment