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}
- <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=Rationale' rel='stylesheet' type='text/css'>
- <head>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:scroll bar" content="#778866" />
- <meta name="color:Background" content="#CCCCCC" />
- <meta name="color:Sidebar BG" content="#F3F3F3" />
- <meta name="color:Text" content="#444444" />
- <meta name="color:Links" content="#ccaaaa" />
- <meta name="color:Links Hover" content="#dddddd" />
- <meta name="color:Bold" content="#aa8877" />
- <meta name="color:Italic" content="#ddaa88" />
- <meta name="color:Post Background" content="#FFFFFF" />
- <meta name="color:Description Text" content="#967b69" />
- <meta name="color:Description BG" content="#FFFFFF" />
- <meta name="color:Borders" content="#d3d3d3"/>
- <meta name="color:Line" content="#FFFFFF"/>
- <meta name="color:Ask Background" content="#CCCCCC" />
- <meta name="color:Post title" content="#8A99A4" />
- <meta name="color:Menu Title" content="#967b69" />
- <meta name="color:Menu Title BG" content="#ffffff" />
- <meta name="color:Menu Links" content="#967b69" />
- <meta name="color:Menu Links BG" content="#ffffff" />
- <meta name="if:Show Captions" content="">
- <meta name="if:Show Post Background" content="0">
- <meta name="if:Tiny cursor" content="1">
- <meta name="if:Post Shadows" content="0">
- <meta name="if:Blur hover" content="0">
- <meta name="if:Sidebar img tilt" content="0">
- <meta name="if:BW hover" content="0">
- <meta name="if:3 Columns" content="0">
- <meta name="if:2 Columns" content="1">
- <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:verdana;
- font-size:11px;
- margin: 0px;
- padding: 0px;
- {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:300px;
- {block:if3columns}width:960px;{/block:if3columns}
- {block:if2columns}width:660px;{/block:if2columns}
- padding-top:0px;
- margin-left:300px;
- }
- /* POSTS */
- .content {
- width: 250px;
- float: left;
- margin: 10px;
- {block:ifshowpostbackground}
- background-color:{color:post background};
- padding-top: 3px;
- padding-left: 3px;
- padding-right: 3px;
- padding-bottom: 3px;
- {/block:ifshowpostbackground}
- width: 250px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage};
- {block:ifpostshadows}
- box-shadow:rgba(0,0,0,0.1)5px 5px;
- {/block:ifpostshadows}
- }
- .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:240px;
- 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:250px;
- background-color:white;
- 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;}
- /*IMAGE POSTS*/
- #perms {position: absolute;
- opacity: 0;
- padding-top:5px;
- padding-bottom:5px;
- margin-top:-20px;
- margin-left:5px;
- width:240px;
- word-wrap: break-word;
- text-align: center;
- 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-top: -30px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- background-color:white;
- width:240px;
- margin-left:5px;
- text-align:center;}
- /* 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;
- }
- /* SIDEBAR */
- #sidebar {
- position:fixed;
- width:250px;
- height:150%;
- margin-left:-30px;
- margin-top:-50px;
- padding-top:100px;
- background-color:
- background-image: url('{image:Sidebar Background}');}
- #lineone {width:400px;
- height:5px;
- border-top:3px dotted {color:dots};}
- #linetwo {width:400px;
- height:5px;
- border-top:3px dotted {color:dots};
- margin-top:20px;}
- #sidebarimage {}
- #sidebarimage img {
- width:210px;
- opacity:;
- margin-top:10px;
- margin-left:50px;
- box-shadow:rgba(0,0,0,0.1)5px 5px;
- {block:ifsidebarimgtilt}
- width:170px;
- margin-left:60px;
- margin-top:-20px;
- margin-bottom:20px;
- -webkit-transform: rotate(-10deg);
- -moz-transform: rotate(-10deg);
- -o-transform: rotate(-10deg);
- -ms-transform: rotate(-10deg);
- transform: rotate(-10deg);
- {/block:ifsidebarimgtilt}
- }
- .desc {
- font-family:verdana;
- font-size:10px;
- margin-left:50px;
- margin-top:10px;
- background-color:{color:description bg};
- line-height:110%;
- font-size:9px;
- width:205px;
- padding:5px;
- text-align:justify;
- color:{color:description text};
- text-transform: none;
- }
- .pagination {display: none;}
- /* NAVIGATION MENU*/
- #main_holder_menu {
- width:215px;
- height:25px;
- overflow:hidden;
- margin:10px auto auto 30px;
- padding-left:20px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #main_holder_menu:hover {
- height:400px;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- .title_menu {
- height:25px;
- text-align:center;
- background-color:{color:menu title bg};
- font-family: 'Rationale', sans-serif;
- font-size:16px;
- color:{color:menu title};
- }
- .holder_menu {
- width:215px;
- height:5px;
- display:block;
- color:{color:menu links}; /* The color of menu */
- text-align:center;
- font-family: 'Rationale', sans-serif;
- font-size:14px;
- background-color:{color:menu links bg}; /* The background of menu */
- margin-bottom:5px;
- margin-top:5px;
- padding:5px 5px 20px 5px;
- }
- #main_holder_menu:hover .one_delay {
- margin-left:0px;
- transition-delay:0.2s;
- -webkit-transition-delay:0.2s;
- }
- .one_delay {
- margin-left:220px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #main_holder_menu:hover .two_delay {
- margin-left:0px;
- transition-delay:0.5s;
- -webkit-transition-delay:0.5s;
- }
- .two_delay {
- margin-left:-220px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #main_holder_menu:hover .three_delay {
- margin-left:0px;
- transition-delay:0.8s;
- -webkit-transition-delay:0.8s;
- }
- .three_delay {
- margin-left:220px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #main_holder_menu:hover .four_delay {
- margin-left:1px;
- transition-delay:1s;
- -webkit-transition-delay:1s;
- }
- .four_delay {
- margin-left:-220px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #line
- {width:30px;
- height:100%;
- bottom:0px;
- background-color: {color:line};
- position:fixed;
- left:255px;
- border-right:1px solid {color:borders};
- border-left:1px solid {color:borders};}
- /* THEME CREDIT DO NOT REMOVE */
- .credit { position: fixed;
- bottom: -40px;
- right: 5px;}
- .credittext {
- width:50px;
- 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;
- -webkit-border-top-left-radius: 20px;
- -webkit-border-top-right-radius: 20px;}
- .credit:hover .credittext{
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius: 0px;
- -webkit-border-top-right-radius: 0px;
- padding-bottom:35px;}
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('.contentwhole');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.content',
- });
- });
- $container.infinitescroll({
- itemSelector : ".content",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- <body>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- <div id="main_holder_menu">
- <div class="title_menu">
- <!-- You can change the 'menu' with your own words -->
- Navigation
- </div>
- <div class="one_delay"><a class="holder_menu" href="/">Home</a></div>
- <div class="two_delay"><a class="holder_menu" href="/archive">Archive</a></div>
- <div class="three_delay"><a class="holder_menu" href="/ask">Contact</a></div>
- <div class="four_delay"><a class="holder_menu" href="/random">Random</a></div>
- </div>
- </div>
- </div>
- <div id="line"></div>
- {block:IndexPage}
- {/block:IndexPage}
- <div class="contentwhole">
- {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}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- <div id="bottom"> <a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></center>
- </div>
- {/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}
- <a href="{Permalink}"><img src="{PhotoURL-250}" 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}
- <div id="perms">
- <a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {/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}
- {Photoset-250}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div id="perms">
- <a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
- {/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="quote"> "{Quote}" </div><p>
- {block:Source}<p style="text-align:right">- {Source}{/block:Source}
- <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></center>
- </div>
- {/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="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
- {block:Description} {Description} {/block:Description}
- <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
- </div>
- {/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 class="chat"><ul>
- {block:Lines}<li class="{Alt}">{block:Label} <b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
- </ul></div>
- <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
- </div>
- {/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}{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}
- <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
- </div>
- {/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}
- {Video-250}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
- </div>
- {/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="question"><span style=""><img src="{AskerPortraitURL-30}" float:left"> — {Asker}: </span>{Question}</div><left> {Answer}
- <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-48}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>
- <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 class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com"><font size="2">©</font></a><p>theme</div></div>
- </head>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment