Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Inconsolata:700,400' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <!-- ᴄᴜsᴛᴏᴍ ᴛʜᴇᴍᴇ
- ʙʏ ᴛʀᴇɴᴢᴀᴛʜᴇᴍᴇs
- ᴅᴏɴ·ᴛ sᴛᴇᴀʟ ɪᴛs ɴᴏᴛ ᴄʜɪʟʟ
- -->
- <meta name="image:Background Image" content="http://static.tumblr.com/3dkvxpf/yFjn941og/tumblr_mx3toqf8vu1st5lhmo1_1280.jpg"/>
- <meta name="select:Background image" content="bg-none" title="None">
- <meta name="select:Background image" content="bg-cover"
- title="Full screen">
- <meta name="select:Background image" content="bg-pattern"
- title="Pattern">
- <meta name="select:Background image" content="bg-gradient"
- title="Gradient">
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Description Text" content="#aaaaaa"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Borders" content="#aaaaaa"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Accent" content="#ffffff"/>
- <meta name="color:Gradient 1" content="#eeeeee"/>
- <meta name="color:Gradient 2" content="#b8b8b8"/>
- <meta name="if:400px" content="1">
- <meta name="if:Lazy Load" content="0">
- <meta name="text:FAQ" content="Type out your FAQ here!">
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <!--side push menu from codrops-->
- <!--don't touch-->
- <script src="http://takien.github.io/jPushMenu/js/jquery-1.9.1.min.js"></script>
- <script src="http://takien.github.io/jPushMenu/js/jPushMenu.js"></script>
- <!--call jPushMenu, required-->
- <script>
- jQuery(document).ready(function($) {
- $('.toggle').jPushMenu();
- });
- </script>
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- *, #nav a:hover {
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- }
- *, #tops a:hover {
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- }
- *, body a:hover {
- cursor: url(http://i.imgur.com/2qleX.jpg), auto;
- }
- #s-m-t-tooltip{
- padding:4px 9px;
- position:absolute;
- margin: 10px 20px;
- padding:5px;
- font-size:11px;
- z-index: 99999999999;
- letter-spacing:1px;
- text-transform:lowercase;
- font-family: 'Inconsolata',sans-serif;
- background:{color:background};
- }
- /* SELECTION */
- ::selection {
- background-color:{color:accent};
- color:black;}
- ::-webkit-scrollbar{width: 6px;}
- ::-webkit-scrollbar-thumb{
- border:1px solid {color:scrollbar};
- opacity:0.3;
- }
- ::-webkit-scrollbar-track {
- background: rgba(255, 255, 255, 0.3);}
- /* END CSS Code for Scrollbar END */
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:'Consolas', sans-serif;
- font-size:10px;
- letter-spacing:1px;
- text-align:justify;
- margin:0;
- line-height:1.3em;}
- .bg-none{background:{color:background};}
- .bg-cover {
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;}
- .bg-pattern {
- background: url({image:Background Image});
- background-repeat:repeat;
- background-attachment: fixed; }
- .bg-gradient {
- background: {color:Gradient 1}; /* Old browsers */
- background: -moz-linear-gradient(top, {color:Gradient 1} 0%, {color:Gradient 2} 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,{color:Gradient 1}), color-stop(100%,{color:Gradient 2})); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* IE10+ */
- background: linear-gradient(to bottom, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{color:Gradient 1}', endColorstr='{color:Gradient 2}',GradientType=0 ); /* IE6-9 */
- background-attachment: fixed;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- a:hover {
- color:{color:hover};
- text-decoration:line-through;
- -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{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:10px;}
- big {
- font-size:12px;}
- pre{
- background:{color:background};
- padding:10px;
- color:{color:text};
- border-bottom:1px solid {color:borders};
- font-size:10px;
- letter-spacing:1px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;}
- code{
- text-transform:lowercase;
- font-style:italic;
- }
- b,strong{
- color:{color:accent};
- font-weight:bold;
- }
- em,i{
- color:{color:accent};
- font-style:italic;
- }
- strike{
- text-decoration: line-through;
- }
- #title {font-size:12px;
- line-height:1.4em;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;
- font-family: 'Inconsolata',sans-serif;}
- /*sidebar*/
- .sidebar{
- left: 50%;
- margin-left: -520px;
- top:23%;
- position:fixed;
- width:200px;
- background:rgba(255,255,255,0.7);
- border:1px solid {color:borders};
- padding:30px 30px 12px;
- }
- .btitle{
- text-align:center;
- font-size:21px;
- font-family: 'Inconsolata',sans-serif;
- text-transform:uppercase;
- color:{color:title};
- line-height:1.3em;
- width:200px;
- padding:1px;
- margin-top:-10px;
- background:rgba(255,255,255,0.8);
- }
- .btitle a{
- color:{color:title};
- }
- .btitle a:hover{
- text-decoration:none;
- color:{color:Hover};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- .descript{
- width:181px;
- margin:4px auto;
- line-height:1.3em;
- font-size:10px;
- word-spacing:2px;
- text-align:center;
- text-transform:lowercase;
- padding:10px;
- background:rgba(255,255,255,0.8);
- font-style:italic;
- color:{color:Description Text};
- }
- .nav-link{
- text-align:center;
- padding:5px 0px 0px;
- }
- .nav-link a{
- padding:4px;
- margin-right:4px;
- border:1px solid {color:borders};
- background:rgba(255,255,255,0.7);
- display:inline-block;
- border-radius:0%;
- }
- .nav-link a:hover{
- background:{color:hover};
- border:1px solid white;
- opacity:.7;
- border-radius:100%;
- }
- /*pagination*/
- #pagination {
- margin-bottom:50px;
- width:480px;
- margin-left:-20px;
- word-spacing:-3px;
- }
- .prev{
- margin-left:-30px;
- }
- .next{
- margin-left:30px;
- }
- #pagination a {
- margin-top:-130px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-193px;
- position:absolute;
- }
- /*posts*/
- #entries{
- width:400px;
- margin-top:40px;
- }
- .posts {
- {block:ifnot400px}
- width:250px;
- margin-left:50px;
- {/block:ifnot400px}
- {block:if400px}
- width:400px;
- margin-left:-25px;{/block:if400px}
- padding:30px 30px 27px;
- background:rgba(255,255,255,0.7);
- border:1px solid {color:borders};
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:75px;
- {/block:PermalinkPage}
- border-radius:2px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- .posts img, .posts li, .posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{
- font-family: 'Inconsolata',sans-serif;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:justify;
- font-size:13px;
- line-height:19px;
- font-weight:none;
- padding:10px;
- }
- #titlequote a{
- color:{color:text};
- }
- #source a{
- color:{color:text};
- }
- #source {
- text-align:right;
- font-style:none;
- font-weight:none;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-top:5px;
- margin-bottom:20px;
- font-size:8px;
- }
- /*audio*/
- .player iframe {
- width: 32px;
- height: 32px;}
- .tracks{
- border:1px solid {color:borders};
- {block:if400px}
- width: 250px;
- padding:9px;
- {/block:if400px}
- {block:ifnot400px}
- width: 110px;
- padding:7px;
- {/block:ifnot400px}
- }
- .playerbuttonbg {
- position: absolute;
- left: 36px;
- top: 36px;
- width: 32px;
- height: 32px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 26px;
- height: 26px;
- overflow: hidden;
- margin-top:-10px;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- #albumart { float:left; margin:0px 7px;}
- .tumblr_audio_player {
- height:33px;
- width:35px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- {block:if400px}
- margin-top:15px;
- {/block:if400px}
- {block:ifnot400px}
- margin-top:10px;
- {/block:ifnot400px}
- margin-left:7px;
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
- overflow: hidden;
- width: 109px;
- height: 109px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 128px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- margin-bottom:10px;
- }
- /*asks*/
- .q {
- margin-bottom:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- padding:10px 3px;
- line-height:13px;
- font-size:8px;
- }
- .q a{
- color:{color:text};
- font-weight:800;
- }
- .as {
- background:rgba(255,255,255,0.7);
- padding:10px 3px;
- color:{color:text};
- border:1px solid {color:borders};
- }
- .as a{
- color:{color:link};}
- .a {
- margin-top:10px;
- letter-spacing:1px;
- padding:10px 3px;
- color:{color:text};
- letter-spacing:1px;}
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- .infos {
- padding:10px 3px;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- margin-top:10px;
- background:rgba(255,255,255,0.8);
- }
- .infos a {margin:0 5px;
- text-decoration:none;
- color:{color:link};
- }
- .infos a:hover {color:{color:hover};}
- .up {cursor:pointer;}
- .posts:hover .tags{
- {block:IndexPage}
- padding-top:5px;
- margin-top:0px;
- margin-bottom:-5px;
- opacity:1;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- {/block:IndexPage}
- }
- .tags {
- text-indent:10px;
- {block:if400px}
- width:390px;
- {/block:if400px}
- {block:ifnot400px}
- width:240px;
- {/block:ifnot400px}
- {block:IndexPage}
- height:9px;
- opacity:0;
- margin-top:-25px;
- {/block:IndexPage}
- text-align:left;
- padding:7px;
- font-size:8px;
- font-style:italic;
- overflow:hidden;
- word-break:break-all;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .tags a{
- text-decoration:none;}
- .pagenotes {
- {block:if400px}
- width:390px;
- margin-left:-12px;
- {/block:if400px}
- {block:ifnot400px}
- width:250px;
- margin-left:55px;
- {/block:ifnot400px}
- margin-top:25px;
- padding:25px;
- position:relative;
- background:{color:background};
- margin-bottom:50px;
- font-size:8px;
- border:1px solid {color:Borders};
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes ol {
- margin:0;
- padding:0;
- display:block;
- }
- .pagenotes li {
- line-height:200%;
- list-style-type:none;
- text-align:left;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- /* POP UPS AND SLIDES */
- .cbp-spmenu {
- position: fixed;
- }
- /* Orientation-dependent styles for the content of the menu */
- .cbp-spmenu-horizontal {
- padding:10px;
- margin-left:1050px;
- text-align:justify;
- font-size:10px;
- background:rgba(255,255,255,0.7);
- border-left:1px solid {color:borders};
- width: 400px;
- height: 100%;
- z-index:1;}
- /* Horizontal menu that slides from the top or bottom */
- .cbp-spmenu-bottom {
- right: -700px;
- bottom:0;
- }
- .cbp-spmenu-bottom.cbp-spmenu-open {
- bottom:0px;
- right:0px;
- }
- /* Transitions */
- .cbp-spmenu,
- .cbp-spmenu-push {
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .pushtitle {
- text-align:center;
- color:{color:text};
- font-size:12px;
- margin-bottom:5px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #pushdescription {
- margin-top:50px;
- line-height:14px;
- padding:20px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- .cbp-spmenu {
- position: fixed;
- }
- .ask-title{
- font-family: 'Inconsolata',sans-serif;
- text-align:left;
- line-height:1.5em;
- font-size:18px;
- color:{color:title};
- padding:10px;
- background:rgba(255,255,255,0.8);
- width:320px;
- margin-bottom:6px;
- border:1px solid {color:borders};
- }
- .ask-faq{
- color:{color:text};
- padding:10px;
- background:rgba(255,255,255,0.8);
- width:320px;
- margin-bottom:6px;
- border:1px solid {color:borders};
- }
- .askbox{
- margin-top:3px;
- padding:10px;
- background:rgba(255,255,255,0.8);
- width:320px;
- border:1px solid {color:borders};
- }
- /*DO NOT TOUCH*/
- #creds {
- letter-spacing:1px;
- text-transform:uppercase;
- bottom:10px;
- position:fixed;
- right:6px;
- float:right;
- padding:5px;
- z-index:1;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #creds a{
- font-size:6px;
- color:{color:link};
- padding:7px;
- width:3px;
- height:10px;
- letter-spacing:-1px;
- background:rgba(255,255,255,0.7);
- border:1px solid {color:borders};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;}
- #creds a:hover {
- text-decoration:none;
- color:{color:Hover};
- letter-spacing:1px;
- padding:10px;
- font-size:8px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;}
- #tumblrcontrols{
- position:fixed;
- top:10px;
- right:10px;
- word-spacing:10px;
- }
- #tumblrcontrols{
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- -webkit-transition: all 1.6s ease-in;
- -moz-transition: all 1.6s ease-in;
- -o-transition: all 1.6s ease-in;
- -ms-transition: all 1.6s ease-in;
- transition: all 1.6s ease-in;
- }
- #tumblrcontrols a{
- text-decoration:none;
- color:{color:text};
- border:1px solid {color:borders};
- background:rgba(255,255,255,0.8);
- padding:5px;
- }
- #tumblrcontrols a:hover{
- text-decoration:none;
- color:white;
- border:1px solid transparent;
- background:{color:accent};
- }
- {block:IndexPage}
- #tumblr_controls {display:none;}
- {/block:IndexPage}
- {block:PermalinkPage}
- #tumblrcontrols{
- display:none;}
- iframe#tumblr_controls {
- top:10px;
- position: fixed !important;
- right:20px !important;
- -moz-transition: all 1s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 1s ease-out;
- transition: all 1s ease-out;
- opacity: 0.4;}
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- opacity:.7;}
- {/block:PermalinkPage}
- {CustomCSS}
- </style>
- {block:ifLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:ifLazyLoad}
- </head>
- <body>
- <body class="{select:Background image}">
- <div id="tumblrcontrols">
- <a href="http://www.tumblr.com/follow/{Name}">follow</a>
- <a href="http://www.tumblr.com/dashboard">dashboard</a>
- </div>
- <body class="cbp-spmenu-push" class="{select:Background image}">
- <nav class="cbp-spmenu cbp-spmenu-horizontal cbp-spmenu-bottom" id="cbp-spmenu-s1">
- <div class="menu" >
- <div class="pushtitle">
- </div>
- <div id="pushdescription"><div style="padding:5px;">
- <div class="ask-title">FAQ & ASK</div>
- <div class="ask-faq">
- {text:FAQ}
- </div>
- <div class="askbox">
- <iframe frameborder="0" height="250" id="ask_form" scrolling="none" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="97%"> </iframe>
- </div>
- </div>
- </div>
- </div>
- </div>
- </nav>
- <body class="cbp-spmenu-push">
- <div class="sidebar">
- <div class="btitle"><p class="subtitle fancy"><span><a href="/">{Title}</a></span></p></div>
- <div class="descript">
- {Description}
- </div>
- <div class="nav-link">
- <a href="/" title="index"></a>
- <a title="message" class="toggle menu-bottom"></a>
- <a href="{text:Link 1 URL}" title="{text:Link 1}"></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"></a>
- <a href="{text:Link 3 URL}" title="{text:Link 3}"></a>
- <a href="{text:Link 4 URL}" title="{text:Link 4}"></a>
- </div>
- </div>
- <div id="con">
- <div id="line"></div>
- <div id="entries">
- {block:Posts}
- <div class="posts">
- {block:Quote}
- <div id="titlequote">{Quote}</div>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{Name}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}
- {block:ifnot400px}<img src="{PhotoURL-250}">{/block:ifnot400px}
- {block:if400px}<img src="{PhotoURL-400}">{/block:if400px}
- {LinkCloseTag}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Photo}
- {block:Photoset}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:ifnot400px}{Photoset-250}{/block:ifnot400px}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Photoset}
- {block:Video}
- {block:if400px}{Video-400}{/block:if400px}
- {block:ifnot400px}{Video-250}{/block:ifnot400px}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- {AudioPlayerWhite}
- </div>
- <div class="trackdetails">
- {block:TrackName}<p class="tracks">{TrackName}</p>{/block:TrackName}
- {block:Artist}<p class="tracks">{Artist}</p>{/block:Artist}
- {block:Album}<p class="tracks">{Album}</p>{/block:Album}
- </div>
- </div>
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:AudioPlayer}
- {block:Answer}
- <div class="q">
- <div class="as" >{Asker} said: {Question}</div>
- <div class="a">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div class="infos">
- <a href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank">reblog</a>{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev"title="previous" style="float:left"><img width="20px" src="http://static.tumblr.com/3dkvxpf/dzpnb7ne1/arrow395.png"></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next" title="forward" style="float:right"><img width="20px" src="http://static.tumblr.com/3dkvxpf/a82nb7ngv/move13.png"></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="creds"><a title="theme by:960px" href="http://960px.tumblr.com/">TT</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment