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">
- <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}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <link href='http://fonts.googleapis.com/css?family=Economica' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><p align="right"><img src=https://31.media.tumblr.com/459eb2e02532cd2ceed6d1b4feb669be/tumblr_inline_n3slqdvNPB1rxfplt.png title="close"></p></a>');
- var popMargTop = ($('#' + popID).height() + 0) / 2;
- var popMargLeft = ($('#' + popID).width() + 0) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <meta name="image:Background" content="http://static.tumblr.com/3cf5c512a41bfcb68ab514b2a6afa3e1/amqovob/9Xhn3n5w1/tumblr_static_simple-blue-opera-background-light-49001.jpg"/>
- <meta name="image:Sidebar" content="" />
- <meta name="image:Corner Photo" content="" />
- <meta name="color:scroll bar" content="#97c5e0" />
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Topbar background" content="#315283" />
- <meta name="color:Topbar border" content="#ffffff" />
- <meta name="color:Text" content="#808080" />
- <meta name="color:Links" content="#426eaf" />
- <meta name="color:Links Hover" content="#dddddd" />
- <meta name="color:Bold" content="#426eaf" />
- <meta name="color:Italic" content="#97c5e0" />
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Description Text" content="#aoaoao" />
- <meta name="color:Description BG" content="#ffffff" />
- <meta name="color:Borders" content="#dce7f8"/>
- <meta name="color:Ask Background" content="#cbe0ff" />
- <meta name="color:Post title" content="#8a99a4" />
- <meta name="color:Title" content="#ffffff" />
- <meta name="color:Menu Links" content="#213758" />
- <meta name="color:Menu Links BG" content="#ffffff" />
- <meta name="color:Custom links bg" content="#315283" />
- <meta name="color:Custom links hover" content="#75bld6" />
- <meta name="color:Pagination BG" content="#ffffff" />
- <meta name="color:Pagination BG hover" content="#cccccc" />
- <meta name="color:Pagination Text" content="#000000" />
- <meta name="if:Show Captions" content="">
- <meta name="if:Endless scrolling" content="1">
- <meta name="if:Tiny cursor" content="1">
- <meta name="if:Blur hover" content="0">
- <meta name="if:BW hover" content="0">
- <meta name="if:Show extra links" content="1">
- <meta name="text:corner img width" content=""/>
- <meta name="text:your tumblr name" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 4" content ="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 6 Title" content="" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 7 Title" content="" />
- <meta name="text:Link 8" content ="" />
- <meta name="text:Link 8 Title" content="" />
- <style>
- div#qTip {
- padding: 5px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:10px;
- line-height:9px;
- z-index: 1000;
- background: white;
- border:3px double{color:borders};
- color: {color:text};
- background: {color:post background};
- font-style:italic;}
- </style>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- width: 3px;
- height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background: #9C9C9C;}
- ::-webkit-scrollbar-track-piece {background-color: {color:Background};}
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- height: 50px;
- background-color: {color:scroll bar};}
- /* CONTENT */
- #tumblr_controls{top: 1px !important;
- margin: 0 0 0 0;
- right: 6px !important;
- position: fixed !important;
- -webkit-filter: invert(100%) ;important;}
- body {
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- color:{color:Text};
- font-family:'Allerta', sans-serif;
- font-size:10px;
- margin: 0;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- a {
- text-decoration:none;
- color:{color:links};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- b {color:{color:Bold};}
- i{color:{color:Italic};}
- .contentwhole {
- width:900px;
- padding-top:90px;
- margin-left: auto;
- margin-right: auto;
- }
- /* POSTS */
- .content {
- width: 400px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom:20px;
- border:1px solid {color:borders};
- background-color:{color:post background};
- padding: 5px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage};
- }
- .content img {max-width:100%;}
- img, .photo, .photoset {
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease; }
- img:hover, .photo:hover, .photoset:hover {
- {block:ifblurhover}
- -webkit-filter: blur(2px);
- {/block:ifblurhover}
- {block:ifBWhover}
- -webkit-filter: grayscale(100%);
- {/block:ifBWhover}
- }
- .posttitle{
- color:{color:post title};
- font-size: 15px;
- line-height: 15px;
- letter-spacing: 0px;
- text-align: left;
- text-transform: normal;}
- blockquote{
- padding-left: 5px;
- margin: 0px 0px 10px 0px;
- display: block;
- position: relative;
- border-left: 1px solid {color:bold};}
- blockquote img{
- max-width: 100%!important;}
- #quote {font-size:15px}
- /* AUDIO POSTS */
- #audiopost {
- margin-bottom:5px;
- width:390px;
- height:100px}
- .cover {
- width:100px;
- height:100px;
- position:absolute;}
- .cover img {
- width:100px;
- height:100px;
- float:left;}
- .player {
- opacity: 0.5;
- position:absolute;
- z-index:1;
- background:#fff;
- width:100px;
- height:100px;
- display:block;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .playerr {
- width:25px;
- height:25px;
- margin-top:30px;
- margin-left:30px;
- overflow:hidden;
- padding:3px;}
- .track {
- margin-left:110px;
- line-height:12px;
- padding-top: 15px;}
- #linkpost {
- padding:8px;
- letter-spacing:2px;
- margin-bottom:5px;
- text-align:left;
- font-style:italic;
- color:{color:text}; }
- #question {
- padding:8px;
- text-align:left;
- color:{color:text};
- background-color:{color:ask background};
- }
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 0;}
- .chat li {
- border-radius: 0.2em;
- border-bottom:px {color:border} solid;
- margin-bottom: 2%;
- padding: 1%;}
- /*TEXT POSTS*/
- #bottom {
- margin-top:5px;
- width:400px;
- background-color:#eee;
- padding-top:2px;
- padding-bottom:2px;
- font-family: calibri;
- text-transform: UPPERCASE;
- text-align: center;
- font-size: 8px;
- letter-spacing: 1px;
- border-top: px solid #ccc;
- border-bottom: px solid #ccc;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- Transition: all .7s ease-in-out;}
- #bottom a {
- color:{color:permalink};
- text-decoration: none;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #bottom a:hover{
- color:{color:permalink hover};
- background-color:{color:permalink bg};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- /*ASK POSTS*/
- .ask {-moz-border-radius: 30px ;
- -webkit-border-radius: 30px ;
- border-radius: 30px ;
- display:block;
- padding:10px;
- background-color:{color:ask background};
- color:{color:text};}
- .ask2 {
- display:block;
- float:left;
- text-transform:uppercase;
- margin-top:5px;
- font-size:8px;
- font-family:calibri;
- margin-left:5px;}
- .ask3{
- display:block;
- margin-top:25px;
- border-top: 1px solid {color:ask background};}
- .point {
- margin-top:-5px;
- display:block;
- margin-left:15px;
- width:0px;
- height:0px;
- border-left:10px solid transparent;
- border-right:10px solid transparent;
- border-top:15px solid{color:ask background};
- font-size:0px;
- line-height:0px;}
- #perms {position: absolute;
- opacity: 0;
- padding:5px;
- margin-bottom:0px;
- margin-left:5px;
- max-width:100px;
- word-wrap: break-word;
- text-align: left;
- font-family: calibri;
- text-transform: UPPERCASE;
- font-size: 7px;
- line-height:9px;
- letter-spacing: 1px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;}
- .content:hover #perms {
- opacity: 1;
- margin-left:410px;
- margin-top: 0px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- background-color:white;
- max-width:100px;
- text-align:left;}
- /* PERMALINK PAGE */
- #source{
- width: 400px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: calibri;
- color:{color:post text};
- text-transform: uppercase;
- text-align:center;}
- #source a{
- color:{color:links};
- text-decoration:none;
- -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;}
- #source a:hover{
- color:{color:links hover};
- -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;}
- #PostNotes {
- margin-left:0px;
- text-align:left;
- width:500px;
- max-height:200px;
- overflow:auto;
- }
- /* SIDEBAR */
- #sidebar {
- position:fixed;
- width:250px;
- height:150%;
- margin-left:-70px;
- margin-top:-110px;
- padding-top:100px;
- {block:permalinkpage}
- margin-left:-85px;
- {/block:permalinkpage}
- }
- #sidebarimage {}
- #sidebarimage img {
- width:200px;
- opacity:;
- margin-top:10px;
- margin-left:50px;
- background-color:white;
- padding:5px;
- border:1px solid #ccc;
- }
- #sidebarimage img:hover {opacity:.6;}
- .desc {
- font-family:'Allerta', sans-serif;
- font-size:10px;
- margin-left:50px;
- margin-top:10px;
- background-color:{color:description bg};
- line-height:110%;
- font-size:9px;
- width:200px;
- max-height:200px;
- overflow:auto;
- padding:5px;
- text-align:justify;
- color:{color:description text};
- text-transform: none;
- }
- /* CUSTOM LINKS */
- #menya {margin-top:10px;
- width:490px;
- }
- #menya a{
- background:{color:custom links bg};
- color: #ffffff;
- display:block;
- width: 105px;
- text-align: center;
- padding-top:2px;
- padding-bottom:3px;
- margin-left:2px;
- margin-top:2px;
- position:relative;
- text-align: center;
- z-index:1;
- -moz-border-radius:7px;
- -webkit-border-radius:7px;
- display: inline-block;}
- #menya a:hover{
- background: {color:custom links hover};
- color: #ffffff;}
- /* TOPBAR */
- .topbar{
- text-align:center;
- position:fixed;
- width: 100%;
- line-height: 12px;
- background-color: {color:topbar background};
- margin-top: -5px;
- padding: 15px;
- margin-left: -10px;
- border-bottom:5px solid {color:topbar border};
- z-index: 10000;}
- #navi {display:block;
- margin-top:20px;
- width:400px;
- text-transform:uppercase;
- text-align:center;
- font-family:calibri;
- font-size:8px;
- }
- #navi a {background-color:{color:menu links BG};
- padding:5px;
- margin-right:5px;
- color:{color:menu links};
- }
- #title { font-family: economica;
- color: {color:title};
- font-size: 24px;
- margin-top:5px;}
- /* PAGINATION */
- .paygee{margin-left:50px;
- margin-top:10px;
- width:200px;
- text-align:center;}
- .jump_page {
- padding: 4px 8px;
- border: 1px solid {color:borders};
- background-color: {color:pagination bg};
- color:{color:pagination text};
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- border: 1px solid {color:borders};
- background-color: {color:pagination bg hover};
- color: {color:pagination text};
- font-size:11px;
- text-decoration:none;
- }
- /* POPUP ASK AND LINKS */
- .popup_block{
- display: none;
- background: {color:background};
- background-image: url();
- padding: 5px;
- font-family:;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 2;
- border: 1px solid {color:borders};
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- /* THEME CREDIT DO NOT REMOVE */
- .credit { position: fixed;
- bottom: 20px;
- left: 0px;}
- .credittext {
- width:20px;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;
- background-color:white;
- padding:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- </style>
- <body>
- <div class="topbar"><center>
- <div id="title">{title}</div>
- <div id="navi">
- <a href="/">Home</a> <a href="#?w=500" rel="02" class="poplight">Message</a> {block:ifshowextralinks}<a href="#?w=500" rel="04" class="poplight">Links</a>{/block:ifshowextralinks} <a href="/archive">Archive</a>
- </div></center></div>
- <div class="contentwhole">
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- {block:ifnotEndlessscrolling}
- <div class="paygee">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}</div>
- {/block:ifnotEndlessscrolling}
- </div>
- {block:IndexPage}
- {/block:IndexPage}
- <div class="autopagerize_page_element">
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div class="content">
- {block:Text}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- {/block:indexpage}
- {block:PermalinkPage}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- <a href="{Permalink}"><img src="{PhotoURL-400}" class="center"></a>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" class="center">
- {block:Caption}{Caption}{/block:caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {Photoset-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- <div id="quote"> "{Quote}" </div><p>
- {block:Source}<p style="text-align:right">- {Source}{/block:Source}
- {/block:indexpage}
- {block:PermalinkPage}
- {Quote}<p>
- {block:Source}- {Source}{/block:Source}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount} <a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- <div id="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
- {block:Description} {Description} {/block:Description}
- {/block:indexpage}
- {block:PermalinkPage}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount} <a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {block:Title}<div id="xtitle"><center><a href="{Permalink}">{Title}</a></center></div>{/block:Title}
- <table cellpadding-"0" cellspacing="0">
- {block:Lines}<tr><td style="text-align:right;padding-right:5px;border-right:1px dashed {color:Borders};">
- {block:Label}<b>{Label}</b>{/block:Label}</td><td style="padding-left:15px;">
- {Line}
- </td></tr>{/block:Lines}
- </table>
- {/block:indexpage}
- {block:PermalinkPage}
- {block:Title} {Title} {/block:Title} <p>
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:indexpage}
- {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {Video-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:indexpage}
- {block:permalinkpage}{Video-500}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>{/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- {block:indexpage}
- <div id="perms">
- {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- <div class="ask">{Question}</div>
- <div class="point"></div>
- <div class="ask2">{Asker}</div>
- <div class="ask3">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="ask">{Question}</div>
- <div class="point"></div>
- <div class="ask2">{Asker}</div>
- <div class="ask3">{Answer}</div>
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Answer}
- </div>
- {/block:Posts}
- </div>
- <DIV STYLE="POSITION:FIXED;BOTTOM:0;RIGHT:0;Z-INDEX:9999">
- <IMG SRC="{image:corner photo}" width="{text:corner img width}px">
- </DIV>
- <div class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com" title="theme"><font size="2">©</font></a></div></div>
- </head>
- </body>
- <div id="04" class="popup_block">
- <div id="menya"><center>
- <font size="2" color="#1C1C1C" family="economica">Sail away<p></font>
- {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8}</center>
- </div>
- </div>
- <div id="02" class="popup_block">
- <Center><font size="2" color="#1C1C1C" family="economica">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/{text:your tumblr name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment