Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <!-------------------------------
- GHOULS BY NINPEN.TUMBLR.COM
- DO NOT REMOVE THE CREDIT.
- HOW TO INSTALL
- 1. Click on customize theme then click on edit HTML
- 2. Delete the entire code, and replace it with the code for this theme
- 3. Click on update preview then click on appearance.
- 4. Click save. Now refresh the screen. Now you can customize the appearance
- ___________________________________________________________________________
- If there's a problem with the theme, or you need help, just ask me.
- --------------------------------->
- <html lang="en">
- <title>{Title}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <head>
- <meta name="if:250px" content=""/>
- <meta name="if:400px" content="1"/>
- <meta name="if:500px" content=""/>
- <meta name="if:showCaption" content="0"/>
- <meta name="if:grayscale" content="0"/>
- <meta name="if:hexagonportrait" content="1"/>
- <meta name="if:header" content="1"/>
- <meta name="color:thm link" content="#aaaaaa"/>
- <meta name="color:thm link hover" content="#bbbbbb"/>
- <meta name="color:bold" content="#45d0ff"/>
- <meta name="color:italic" content="#ed3cdb"/>
- <meta name="color:underline" content="#ffe74d"/>
- <meta name="color:question bg" content ="#030303"/>
- <meta name="color:question" content ="#cccccc"/>
- <meta name="color:captionbg" content ="#151515"/>
- <meta name="color:circlenavibg" content ="#00e3ff"/>
- <meta name="color:circlenavi" content ="#ffffff"/>
- <meta name="color:circlenavibghover" content ="#040404"/>
- <meta name="color:border" content ="#010101"/>
- <meta name="color:Background" content ="#000000"/>
- <meta name="color:header bg" content ="#000000"/>
- <meta name="color:posts" content ="#000000"/>
- <meta name="color:text" content="#d7d7d7"/>
- <meta name="color:date" content="#000000"/>
- <meta name="color:date-hover" content="##ff8b94"/>
- <meta name="color:tags" content="#ffffff"/>
- <meta name="color:tagsbg" content="#121212"/>
- <meta name="color:description" content="#ffffff"/>
- <meta name="color:description bg" content="#000000"/>
- <meta name="color:blockquote bg" content="#040404"/>
- <meta name="color:blockquote" content="#fde223"/>
- <meta name="color:portraitouterborder" content="#090909"/>
- <meta name="color:portraitinnerborder" content="#ffffff"/>
- <meta name="color:h1" content="#ffffff"/>
- <meta name="color:h1 BG" content="#030303"/>
- <meta name="color:h2" content="#cccccc"/>
- <meta name="color:chat line 1" content="#070707"/>
- <meta name="color:chat line 2" content="#050505"/>
- <meta name="color:chatnames" content="#e96cff"/>
- <meta name="image:background" content=""/>
- <meta name="image:portrait" content=""/>
- <meta name="image:header BG" content=""/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two URL" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three URL" content=""/>
- <meta name="text:Custom Link Four" content=""/>
- <meta name="text:Custom Link Four URL" content=""/>
- <meta name="text:Custom Link Five" content=""/>
- <meta name="text:Custom Link Five URL" content=""/>
- <meta name="text:Custom Link Six" content=""/>
- <meta name="text:Custom Link Six URL" content=""/>
- <meta name="text:Custom Link Seven" content=""/>
- <meta name="text:Custom Link Seven URL" content=""/>
- <meta name="text:Custom Link Eight" content=""/>
- <meta name="text:Custom Link Eight URL" content=""/>
- <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/0wvmlf1xq/scripted.js"></script>
- <style type="text/css">
- ::-webkit-scrollbar {
- width:6px;
- height: 6px;
- background-color: {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:bold};
- }
- html{
- padding:0;
- margin:0;
- height:100%;
- width:100%;
- }
- html,body{
- padding:0;
- margin:0;
- height:100%;
- width:100%;
- background:{color:Background} url({image:background}) fixed repeat top left;
- word-wrap:break-word;
- color: {color:text};
- }
- a{
- text-decoration:none;
- }
- #cred{
- position:fixed;
- bottom:10px;
- right:10px;
- z-index:123456 !important;
- font:12px calibri;
- }
- .NINCREDIT a{
- color:{color:thm link};
- }
- .NINCREDIT a:hover{
- color:{color:thm link hover};
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- h1{
- text-align:left;
- font:8px/8px courier;
- padding:2px;
- text-transform:uppercase;
- letter-spacing:2px;
- background-color:{color:h1 BG};
- color:{color:h1};
- }
- h1 a:hover{
- color:{color:h1hover};
- }
- h1 a{
- color:{color:h1};
- }
- h2{
- text-align:center;
- font:bold italic 18px/18px helvetica;
- text-transform:lowercase;
- letter-spacing:-1px;
- color:{color:h2};
- }
- .source{
- font:8px/8px courier;
- text-align:right;
- text-transform:uppercase;
- }
- img,.photoset{
- max-width:100%;
- {block:Ifgrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- {/block:Ifgrayscale}
- }
- #side{
- display:inline-block;
- width:190px;
- position:fixed;
- height:500px;
- {block:Ifheader}
- top:220px;
- {/block:Ifheader}
- {block:IfNotheader}
- top:100px;
- {block:IfNotheader}
- }
- #topnav{
- width:70px;
- height:10px;
- position:fixed;
- margin:-12px 0 0 60px;
- }
- #topnav img{
- margin-left:10px;
- display:inline-block;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- }
- #nav{
- position:Absolute;
- width:185px;
- height:185px;
- top:13px;
- left:13px;
- }
- #num{
- height:16px;
- width:16px;
- position:absolute;
- font:9px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #num a{
- overflow:hidden;
- position:absolute;
- width:12px;
- height:12px;
- padding:2px;
- border-radius:10px;
- background:{color:circlenavibg};
- color:{color:circlenavi};
- -webkit-transition: all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition: all .6s ease;
- -ms-transition: all .6s ease;
- transition: all .6s ease;
- }
- #num a:hover{
- background:{color:circlenavibghover};
- color:{color:circlenavi};
- -webkit-transition: all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition: all .6s ease;
- -ms-transition: all .6s ease;
- transition: all .6s ease;
- }
- #num:nth-of-type(1),#num:nth-of-type(2),#num:nth-of-type(3),#num:nth-of-type(4),#num:nth-of-type(5),#num:nth-of-type(6),#num:nth-of-type(7),#num:nth-of-type(8){
- opacity:0;
- margin:80px 0 0 85px;
- -webkit-transition: all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition: all .6s ease;
- -ms-transition: all .6s ease;
- transition: all .6s ease;
- }
- #nav:hover #num:nth-of-type(1){
- {block:Ifhexagonportrait}
- margin:-18px 0 0 75px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:0px 0 0 75px;
- {/block:IfNothexagonportrait}
- opacity:1;
- }
- #nav:hover #num:nth-of-type(2){
- {block:Ifhexagonportrait}
- margin:10px 0 0 12px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:22px 0 0 23px;
- {/block:IfNothexagonportrait}
- opacity:1;
- }
- #nav:hover #num:nth-of-type(3){
- {block:Ifhexagonportrait}
- margin:75px 0 0 -15px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:64px 0 0 1px;
- {/block:IfNothexagonportrait}
- opacity:1;}
- #nav:hover #num:nth-of-type(4){
- {block:Ifhexagonportrait}
- margin:140px 0 0 13px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:110px 0 0 11px;
- {/block:IfNothexagonportrait}
- opacity:1;}
- #nav:hover #num:nth-of-type(5){
- {block:Ifhexagonportrait}
- margin:167px 0 0 75px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:148px 0 0 75px;
- {/block:IfNothexagonportrait}
- opacity:1;
- }
- #nav:hover #num:nth-of-type(6){
- {block:Ifhexagonportrait}
- margin:140px 0 0 140px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:108px 0 0 140px;
- {/block:IfNothexagonportrait}
- opacity:1;
- }
- #nav:hover #num:nth-of-type(7){
- {block:Ifhexagonportrait}
- margin:75px 0 0 167px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:64px 0 0 149px;
- {/block:IfNothexagonportrait}
- opacity:1;
- }
- #nav:hover #num:nth-of-type(8){
- {block:Ifhexagonportrait}
- margin:10px 0 0 142px;
- {/block:Ifhexagonportrait}
- {block:IfNothexagonportrait}
- margin:22px 0 0 126px;
- {/block:IfNothexagonportrait}
- opacity:1;
- }
- #description{
- margin:0 auto;
- width:160px;
- color:{color:description};
- background:{color:description bg};
- position: relative;
- font:8px/10px courier;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- #picwrap{
- display:block;
- width:190px;
- height:190px;
- margin:0 auto 10px auto;
- position:relative;
- }
- .portrait{
- position:Absolute;
- display:block;
- {block:IfNothexagonportrait}
- top:15px;
- left:15px;
- width:130px;
- height:130px;
- overflow:hidden;
- border-radius:100px;
- border:15px solid {color:portraitouterborder};
- {/block:IfNothexagonportrait}
- {block:Ifhexagonportrait}
- width:189px;
- height:189px;
- top:2px;
- left:2px;
- -webkit-mask-image: url(http://static.tumblr.com/1f1tzta/JlCn8irz0/portrait.png);
- -webkit-mask-repeat: no-repeat;
- -webkit-mask-source-type: luminance;
- mask-source-type: luminance;
- {/block:Ifhexagonportrait}
- }
- .portrait:after{
- content:"";
- {block:Ifhexagonportrait}
- background:url(http://static.tumblr.com/1f1tzta/TlPn8kbkj/portraitstroke.png);
- top:8px;
- left:8px;
- width:173px;
- height:173px;
- {/block:Ifhexagonportrait}
- position:Absolute;
- {block:IfNothexagonportrait}
- top:7px;
- left:7px;
- width:110px;
- height:110px;
- border-radius:100px;
- border:2px solid {color:portraitinnerborder};
- {/block:IfNothexagonportrait}
- }
- {block:IfNothexagonportrait}
- #side:before{
- content:"";
- position:Absolute;
- top:14px;
- left:14px;
- width:160px;
- height:160px;
- border-radius:100px;
- }
- {/block:IfNothexagonportrait}
- #center{
- position:relative;
- {block:IndexPage}
- {block:If250px}width:540px;{/block:If250px}
- {block:If400px}width:670px;{/block:If400px}
- {block:If500px}width:770px;{/block:If500px}
- {/block:IndexPage}
- {block:PermalinkPage}width:770px;{/block:PermalinkPage}
- {block:Ifheader}
- margin:230px auto 0 auto;
- {/block:Ifheader}
- {block:IfNotheader}
- margin:100px auto 0 auto;
- {block:IfNotheader}
- }
- {block:Ifheader}
- #header{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:200px;
- background:{color:header bg} url('{image:header BG}')repeat top center;
- overflow:hidden;
- }
- {/block:Ifheader}
- .content{
- position:relative;
- height:100%;
- background:;
- padding:15px 30px 15px 30px;
- margin-left:270px;
- {block:IndexPage}
- {block:If250px}
- border-left:1px solid #4d4d4d;
- border-right:1px solid #4d4d4d;
- width:270px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- {block:If500px}width:500px;{/block:If500px}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- {block:IndexPage}
- {block:If250px}
- .content:before{
- content:"";
- background:url('http://static.tumblr.com/1f1tzta/2ymn8uewn/crop1.png') no-repeat top left;
- width:340px;
- height:10px;
- position:absolute;
- opacity:.3;
- top:-10px;
- left:-5px;
- }
- .content:after{
- content:"";
- background:url('http://static.tumblr.com/1f1tzta/ANTn8uexu/crop2.png') repeat top left;
- width:340px;
- height:30px;
- position:absolute;
- bottom:30px;
- left:-5px;
- opacity:.3;
- }
- {/block:If250px}
- {/block:IndexPage}
- .entry {
- font:11px/13px courier;
- border-radius:5px;
- background-color:{color:posts};
- margin-bottom:80px;
- padding:10px;
- position:relative;
- color: {color:text};
- {block:IndexPage}
- border:1px solid {color:border};
- {block:If250px}width:250px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- {block:If500px}width:500px;{/block:If500px}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .entry:hover #date2,.entry:hover #tags2{
- opacity:1;
- -webkit-transition:all .6s;
- -moz-transition:all .6s;
- -o-transition:all .6s;
- -ms-transition:all .6s;
- -transition:all .6s;
- }
- #cap{
- width:100%;
- margin:0;
- background:{color:captionBG};
- }
- .entry a{
- color:{color:bold};
- }
- .entry a:hover{
- color:{color:underline};
- }
- #perma{
- margin:20px 0;
- }
- #perma a{
- font:8px/8px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #perma .date{
- font:bold 25px/20px 'Iceland', cursive;
- color:{color:underline};
- }
- #perma #tago{
- margin-bottom:5px;
- font:9px/8px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- #date2{
- font:bold 25px/25px 'Iceland', cursive;
- position:absolute;
- top:0;
- right:-120px;
- opacity:0;
- -webkit-transition:all .6s;
- -moz-transition:all .6s;
- -o-transition:all .6s;
- -ms-transition:all .6s;
- -transition:all .6s;
- }
- #tags2{
- z-index:99999;
- opacity:0;
- position:absolute;
- top:40px;
- right:-150px;
- width:100px;
- padding:2px 3px;
- text-align:left;
- -webkit-transition:all .6s;
- -moz-transition:all .6s;
- -o-transition:all .6s;
- -ms-transition:all .6s;
- -transition:all .6s;
- }
- #date{
- z-index:99999;
- width:140px;
- height:50px;
- left:50%;
- top:50%;
- margin:-25px 0 0 -70px;
- text-align:center;
- position:absolute;
- opacity:0;
- -webkit-transition:all .8s;
- -moz-transition:all .8s;
- -o-transition:all .8s;
- -ms-transition:all .8s;
- -transition:all .8s;
- }
- #date a{
- color:{color:date};
- letter-spacing:-5px;
- font:bold 50px/40px 'Iceland', cursive;
- text-shadow:0 0 4px {color:date};
- }
- #date2 a:hover{
- color:{color:date-hover};
- }
- .tago{
- font:9px/8px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:posts};
- display:block;
- color:{color:Text};
- }
- #tags{
- z-index:99999;
- opacity:0;
- position:absolute;
- top:0;
- left:0px;
- width:100px;
- padding:2px 3px;
- text-align:left;
- -webkit-transition:all .8s;
- -moz-transition:all .8s;
- -o-transition:all .8s;
- -ms-transition:all .8s;
- -transition:all .8s;
- }
- .entry:hover #tags,.entry:hover #date{
- opacity:1;
- -webkit-transition:all .8s;
- -moz-transition:all .8s;
- -o-transition:all .8s;
- -ms-transition:all .8s;
- -transition:all .8s;
- }
- #tags a, #tags2 a{
- position:relative;
- display:block;
- text-transform:uppercase;
- letter-spacing:1px;
- font:8px/8px courier;
- background:{color:tagsbg};
- margin:0 2px 2px 10px;
- color:{color:tags};
- }
- #tags a:before, #tags2 a:before{
- content:"";
- position:absolute;
- top:2px;
- left:-8px;
- width:3px;
- height:3px;
- background:{color:underline};
- }
- .audioinfo{
- font:8px/11px courier;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .askername{
- position:relative;
- }
- .askername h1{
- padding:10px;
- font-size:9px;
- text-align:center;
- border-bottom:1px dotted {color:underline};
- }
- #question{
- padding:10px;
- font:8px/11px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:question bg};
- color:{color:question};
- }
- .askername img{
- padding:5px;
- background:{color:posts};
- border:1px solid {color:italic};
- position:Absolute;
- top:3px;
- left:50px;
- border-radius:5px;
- }
- #answer{
- border-top:1px solid {color:border};
- }
- blockquote{
- font:8px/12px;
- letter-spacing:1px;
- text-transform:uppercase;
- background-color:{color:blockquote bg};
- color:{color:blockquote};
- border:1px solid {color:border};
- }
- #pagination{
- margin:40px 0 0 120px;
- text-align:center;
- width:70px;
- font:9px/9px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #pagination a{
- font:60px/40px "Arial Black", Gadget, sans-serif;
- color:{color:text};
- }
- ul{
- list-style-type:square;
- }
- li{
- list-style-type:square;
- list-style-position:inside;
- }
- .avatar_frame{
- display:none;
- }
- ol.notes li.note {
- list-style-type:none;
- padding: 10px;
- font:8px/12px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- list-style-type:none;
- font-weight:normal;
- }
- ol.notes li.note .answer_content {
- list-style-type:none;
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- ul.chat {
- margin: 0;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- border-bottom:1px solid {color:border};
- }
- .chat li.odd {
- background-color:{color:chat line 1};
- }
- .chat li.even {
- background-color:{color:chat line 2};
- }
- .label {
- color:{color:chatnames};
- padding:5px;
- margin:3px;
- font:8px/8px century gothic;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight: bold;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- }
- </style>
- <script type='text/javascript' src='http://code.jquery.com/jquery-1.8.3.js'></script>
- <script type='text/javascript'>
- $(window).load(function(){
- var text="{description}";
- var delay=70;
- var elem = $("#description");
- var addTextByDelay = function(text,elem,delay){
- if(!elem){
- elem = $("#description");
- }
- if(!delay){
- delay = 70;
- }
- if(text.length >0){
- elem.append(text[0]);
- setTimeout(
- function(){
- addTextByDelay(text.slice(1),elem,delay);
- },delay
- );
- }
- }
- addTextByDelay(text,elem,delay);
- });
- </script>
- </head>
- <body>
- {block:Ifheader}
- <div id="header">
- </div>
- {/block:Ifheader}
- <div id="center">
- <div id="side">
- <div id="topnav">
- <a href="/"><img src="http://static.tumblr.com/1f1tzta/C3Gn8soro/16.png"></a>
- <a href="/ask"><img src="http://static.tumblr.com/1f1tzta/uzPn8sosr/36.png"></a>
- <a href="/archive"><img src="http://static.tumblr.com/1f1tzta/ouyn8sox0/49.png"></a>
- </div>
- <div id="picwrap">
- <div class="portrait"><img src="{image:portrait}"></div>
- </div>
- <div id="description"></div>
- <div id="nav">
- {block:IfCustomLinkOne}<div id="num"><a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"><span>01</span>{text:Custom Link One}</a></div>{/block:IfCustomLinkOne}
- {block:IfCustomLinkTwo}<div id="num"><a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"><span>02</span>{text:Custom Link Two}</a></div>{/block:IfCustomLinkTwo}
- {block:IfCustomLinkThree}<div id="num"><a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"><span>03</span>{text:Custom Link Three}</a></div>{/block:IfCustomLinkThree}
- {block:IfCustomLinkFour}<div id="num"><a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"><span>04</span>{text:Custom Link Four}</a></div>{/block:IfCustomLinkFour}
- {block:IfCustomLinkFive}<div id="num"><a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"><span>05</span>{text:Custom Link Five}</a></div>{/block:IfCustomLinkFive}
- {block:IfCustomLinkSix}<div id="num"><a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}"><span>06</span>{text:Custom Link Six}</a></div>{/block:IfCustomLinkSix}
- {block:IfCustomLinkSeven}<div id="num"><a href="{block:IfCustomLinkSevenURL}{text:Custom Link Seven URL}{/block:IfCustomLinkSevenURL}"><span>07</span>{text:Custom Link Seven}</a></div>{/block:IfCustomLinkSeven}
- {block:IfCustomLinkEight}<div id="num"><a href="{block:IfCustomLinkEightURL}{text:Custom Link Eight URL}{/block:IfCustomLinkEightURL}"><span>08</span>{text:Custom Link Eight}</a></div>{/block:IfCustomLinkEight}
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">-</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">+</a>
- {/block:NextPage}
- {CurrentPage}/{TotalPages}
- </div>
- {/block:Pagination}
- </div>
- <div class="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}{Body}
- {block:IndexPage}
- {block:Date}
- <div id="date2">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags2">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <a href="{Permalink}"><img style="display:block;" src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
- {block:IfshowCaption}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfshowCaption}
- {block:Date}
- <div id="date">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {block:If250px}{Photoset-250}{/block:If250px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:If500px}{Photoset-500}{/block:If500px}
- {block:IfshowCaption}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfshowCaption}
- {block:Date}
- <div id="date">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <h2>{Quote}</h2>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {block:IndexPage}
- {block:Date}
- <div id="date2">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags2">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}
- {block:Date}
- <div id="date2">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags2">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- {block:IndexPage}
- {block:Date}
- <div id="date2">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags2">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:Chat}
- {block:Answer}
- <div class="askername">
- <img src="{AskerPortraitURL-24}"><h1>{Asker}</h1>
- </div>
- <div id="question">
- {Question}</div>
- <div id="answer">{Answer}</div>
- {block:IndexPage}
- {block:Date}
- <div id="date2">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags2">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- {block:If250px}{Video-250}{/block:If250px}
- {block:If400px}{Video-400}{/block:If400px}
- {block:If500px}{Video-500}{/block:If500px}
- {block:IfshowCaption}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfshowCaption}
- {block:Date}
- <div id="date">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:permalinkpage}
- {Video-500}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <div class="audioinfo">
- <h1><a href="{Permalink}">{block:TrackName}{TrackName}{/block:TrackName}</a></h1>
- {block:Artist}{Artist}{/block:Artist}<br>
- {block:Album}{Album}{/block:Album}<br>
- {FormattedPlayCount} plays
- </div>
- {block:IndexPage}
- {block:Date}
- <div id="date2">
- <a href="{permalink}">{12HourWithZero}:{Minutes}</a>
- <div class="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- {block:HasTags}
- <div id="tags2">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:Audio}
- {block:PermalinkPage}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- <div id="perma">
- {block:Date}
- <div class="date">
- {12HourWithZero}:{Minutes}:{Seconds}
- <div id="tago">{TimeAgo}</div>
- </div>
- {/block:Date}
- <a href="/random">Random</a><br>
- {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">Source</a> {/block:RebloggedFrom}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{block:NoSourceLogo}{/block:NoSourceLogo}{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment