Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---------------
- ALL DESIGN MADE BY
- © @YNTENSE ©
- -----------------
- DON'T COPY AND
- REMOVE MY CREDITS
- ---------------->
- <!DOCTYPE html>
- <html>
- <head>
- <meta 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}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Borders" content="#f5f7f7"/>
- <meta name="color:Links" content="#8f8f8f"/>
- <meta name="color:Links Hover" content="#b0b0b0"/>
- <meta name="color:Notes Image" content="#000000"/>
- <meta name="color:Links Notes Image" content="#ffffff"/>
- <meta name="color:Texts" content="#8f8f8f"/>
- <meta name="color:Title" content="#b5b5b5"/>
- <meta name="color:Scrollbar" content="#b5b5b5"/>
- <meta name="color:Sidebar" content="#b5b5b5"/>
- <meta name="text:Link 1 Url" content="/" />
- <meta name="text:Link 1 Title" content="link" />
- <meta name="text:Link 2 Url" content="/" />
- <meta name="text:Link 2 Title" content="link" />
- <meta name="text:Link 3 Url" content="/" />
- <meta name="text:Link 3 Title" content="link" />
- <meta name="text:Link 4 Url" content="/" />
- <meta name="text:Link 4 Title" content="link" />
- <link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700|PT+Sans:400,400i,700,700i|Muli" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
- <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
- <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css'
- rel='stylesheet' type='text/css'>
- </head>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <style type="text/css">
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;
- transition:0.5s;
- }
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;
- transition:0.5s;
- }
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill:#888888;/* change this to change the color of the icon */}
- .scrollToTop{
- position:fixed;
- color:{color:Scrollbar};
- background:{color:background};
- padding:5px;
- font-size:14px;
- left:20px;
- bottom:50px;
- display:none;
- z-index:999;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -ms-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- #s-m-t-tooltip {
- background-color:{color:Background};
- color:{color:Texts};
- margin:15px;
- max-width:300px;
- padding:8px;
- font-weight:bold;
- font-family:'Droid Sans', Trebuchet MS ,sans-serif;
- line-height:100%;
- font-size:8px;
- text-transform:uppercase;
- font-style:italic;
- box-shadow:1px 1px 1px rgba({RGBcolor:Texts},0.1);
- z-index:99999;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- transition:.5s;
- }
- a:hover {
- color:{Links Hover};
- transition:.5s;
- }
- h1, h5 {
- text-align:center;
- font-size:12px;
- font-weight:bold;
- }
- b , strong {
- font-weight:Bold;
- }
- blockquote {
- padding:10px;
- margin:0px;
- }
- ::selection {
- background-color:{color:background};
- color:{color:Links Hover};
- font-weight:bold;
- font-style:italic;
- }
- ::-webkit-scrollbar {
- width:17px;
- height:0px;
- }
- ::-webkit-scrollbar {
- background:{color:Background};
- }
- ::-webkit-scrollbar-track {
- background:{color:Background};
- border:8px solid {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:Scrollbar};
- border:8px solid {color:Background};
- }
- .vsanna {
- display:none;
- }
- .credit {
- position:fixed;
- bottom:30px;
- left:30px;
- }
- .credit a {
- padding:5px;
- background:{color:Background};
- border:1px solid {color:Borders};
- color:{color:Texts};
- font-size:8px;
- }
- .perma {
- position:relative;
- width:500px;
- height:auto;
- overflow:auto;
- margin:0px auto;
- padding:10px;
- font-family:'PT Sans', Trebuchet MS, sans-serif;
- font-size:9px;
- text-align:left;
- text-transform:uppercase;
- letter-spacing:0.90px;
- background-color:{color:Background};
- transition:0.70s ease;
- }
- .perma ol{
- list-style-type:none;
- }
- ol.notes {
- display:block;
- padding:0;
- overflow:auto;
- margin-top:25px;
- margin-left:10px;
- width:460px;
- transition:0.70s ease;
- border-bottom:1px solid {color:Borders};
- }
- ol.notes li.note {
- display:block;
- padding:4px;
- text-align:justify;
- transition:0.70s ease; border-bottom:1px solid {color:Borders};
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-left:0px;
- margin-right:10px;
- width:17px;
- height:17px;
- border-radius:100%;
- }
- ol.notes li.note a{
- color:{color:texts};
- }
- body {
- background:{color:Background};
- font-family:'PT Sans', Trebuchet MS, sans-serif;
- font-size:11px;
- color:{color:Texts};
- text-align:justify;
- text-transform:normal;
- text-decoration:none
- }
- .entry {
- top:0px;
- margin:0px auto;
- width:790px;
- height:auto;
- padding:5px;
- border-left:1px solid {color:borders};
- border-right:1px solid {color:borders};
- }
- #posts {
- position:absolute;
- margin-top:100px;
- background:{color:Background};
- transition:0.5s;
- }
- .posts {
- position:relative;
- float:center;
- display:inline-block;
- overflow:hidden;
- margin:15px;
- background:{color:Background};
- width:230px;
- {block:PermalinkPage}
- width:500px;
- margin:10px 150px;
- {/block:PermalinkPage}
- transition:0.5s;
- }
- .posts img {
- width:100%;
- }
- .mp {
- padding:10px;
- border:1px solid {color:Borders};
- }
- .photoset {
- display:inline-block;
- width:230px;
- max-width:230px;
- }
- .video {
- display:block;
- overflow:hidden;
- width:100%;
- }
- .video, .video iframe {
- display:block;
- overflow:hidden;
- }
- .quote {
- text-align:justify;
- font-size:11px;
- }
- .sourcequote {
- text-align:center;
- font-weight:bold;
- font-size:9px;
- text-transform:uppercase;
- margin-top:5px;
- }
- .question{
- z-index:1;
- border-top: 1px solid {color:borders};
- border-bottom: 1px solid {color:borders};
- text-align:left;
- font-size:11px;
- padding:10px;
- margin-left:-10px;
- margin-right:-10px;
- }
- .asker{
- margin-bottom:2px;
- margin-top:-6px;
- margin-left:-10px;
- margin-right:-10px;
- font-family: {select:Font Posts};
- padding:5px;
- padding-bottom:7px;
- font-size:9px;
- letter-spacing:0.50px;
- text-align:left;
- text-transform:uppercase;
- border-bottom:1px solid {color:borders};
- text-indent:10px;
- }
- .portrait img{
- display:inline;
- float:left;
- width:18px;
- height:18px;
- border-radius:100%;
- border:1px solid {color:borders};
- margin-left:5px;
- margin-top:-6px;
- }
- .answer{
- margin-top:5px;
- text-align:left;
- font-size:11px;
- padding-left:0px;
- }
- .chat {
- line-height:13px;
- list-style:none;
- }
- .chat ul {
- list-style: none;
- padding:5px;
- }
- .person1 {
- color:{color:Texts};
- padding:2px;
- text-transform:Uppercase;
- font-style:Italic;
- }
- .person1 .label {
- color:{color:Texts};
- text-transform:Uppercase;
- font-style:Italic;
- font-weight:Bold;
- }
- .person2 {
- color:{color:Texts};
- padding:2px;
- text-transform:Uppercase;
- font-style:Italic;
- }
- .person2 .label {
- color:{color:Texts};
- text-transform:Uppercase;
- font-style:Italic;
- font-weight:Bold;
- }
- .audio {
- position:relative;
- width:100%;
- }
- .audio img {
- width:50px;
- height:50px;
- padding:4px;
- border:1px solid {color:Borders};
- }
- .player {
- position:absolute;
- overflow:hidden;
- margin-top:-47px;
- margin-left:15px;
- height:28px;
- width:28px;
- background:white;
- opacity:0.4;
- }
- .inform {
- border:1px solid {color:borders};
- margin-top:-97px;
- line-height:20px;
- margin-top:2px;
- font-family:'Hind', sans-serif;
- text-transform:uppercase;
- font-size:9px;
- }
- .alignaud {
- margin-left:90px;
- }
- .link {
- margin: 0 0 5px 0;
- text-align:center;
- }
- .link a {
- font-size:10px;
- color:{color:links};
- text-transform:uppercase;
- text-align:center;
- letter-spacing:0.7px;
- transition: 0.5s ease;
- }
- .link a:hover {
- color:{color:links hover};
- transition: 0.50s ease;
- }
- /*notes image*/
- .notsi {
- position:absolute;
- display:inline-block;
- overflow:hidden;
- text-align:center;
- opacity:0;
- top:0px;
- left:0px;
- width:100%;
- height:calc(100% - 3px);
- background:rgba({RGBcolor:Notes Image},0.4);
- color:{color:Links Notes Image};
- transition:1s;
- }
- .posts:hover .notsi {
- transition:.4s;
- opacity:1;
- }
- .ileft{
- position:absolute;
- text-align:justify;
- text-transform:uppercase;
- left:20px;
- top:10px;
- font-size:9px;
- color:{color:Links Notes Image};
- text-shadow:1px 1px 1px rgba(0,0,0,.1);
- transition:0.5s;
- }
- .ileft a{
- color:{color:Links Notes Image};
- }
- .posts:hover .ileft {
- left:10px;
- }
- .likeb {
- cursor:pointer!important;
- position:absolute;
- text-align:center;
- text-transform:uppercase;
- top:10px;
- right:20px;
- width:13px;
- height:13px;
- color:{color:Links Notes Image};
- transition:.5s ease;
- font-size:16px;
- padding:5px;
- background:rgba({RGBcolor:background},.1);
- border-radius:100%;
- }
- .posts:hover .likeb {
- right:10px;
- transition:0.5s;
- }
- .rblg {
- position:absolute;
- text-align:center;
- text-transform:uppercase;
- top:35px;
- right:20px;
- width:13px;
- height:13px;
- color:{color:Links Notes Image};
- transition:0.5s ease;
- font-size:16px;
- padding:5px;
- background:rgba({RGBcolor:background},.1);
- border-radius:100%;
- line-height:0px;
- text-indent:-1px;
- }
- .rblg a {
- color:{color:Links Notes Image};
- }
- .posts:hover .rblg {
- right:10px;
- transition:0.5s;
- }
- .custom-like-button *{cursor:pointer!important;}
- .custom-like-button {
- position:relative;
- display:inline-block;
- vertical-align:top;
- cursor:pointer;
- color:{color:Links Notes Image};
- font-size:16px;
- text-transform:uppercase;
- }
- .like_button:hover + .our_button {
- color:#ff6666;
- }
- .like_button iframe {
- width:100%!important;
- height:100%!important;
- }
- .like_button {
- z-index:10;
- opacity:0;
- }
- .our_button {
- z-index:1;
- transition:0.5s;
- }
- .our_button,.like_button {
- position:relative;
- top:-5px;
- left:-1.5px;
- width:100%;
- height:100%;
- }
- .like_button.liked + .our_button{
- color:#ff6666;
- }
- .our_button:hover {
- color:#ff6666;
- transition:0.5s;
- }
- /*end note image */
- /*notes text*/
- .nots {
- display:block;
- text-align:left;
- color:{color:Text};
- margin-top:1px;
- margin-bottom:0px;
- font-style:normal;
- border-top:1px solid {color:Borders};
- text-transform:Uppercase;
- font-size:12px;
- padding:5px;
- transition:.5s;
- }
- .nots a{
- color:{color:Texts};
- background:#;
- font-size:14px;
- padding:4px;
- transition:.5s;
- }
- .center {
- width:100%;
- text-align:center;
- font-size:11px;
- margin-top:-17px;
- }
- .allt {
- position:absolute;
- text-align:right;
- float:right;
- text-transform:uppercase;
- margin-top:-15px;
- right:0px;
- color:{color:Texts}
- transition:.5s;
- font-size:14px;
- }
- .allt i {
- font-size:11px;
- color:{color:Texts}
- }
- .allt a {
- color:{color:Texts};
- }
- .custom-like-button2 *{
- cursor:pointer!important;
- }
- .custom-like-button2 {
- position:relative;
- display:inline-block;
- vertical-align:top;
- padding:4px;
- cursor:pointer;
- margin-right:7px;
- }
- .like_button:hover + .our_button2 {color:;}
- .like_button.liked + .our_button2 {color:red;}
- .like_button iframe {
- width:100%!important;
- height:100%!important;
- }
- .like_button {
- z-index:10;
- opacity:0;
- }
- .our_button2 {
- z-index:1;
- }
- .our_button2,.like_button {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- }
- /* end notes text */
- .sidebar {
- position:absolute;
- top:0px;
- height:100px;
- width:790px;
- background:{color:background};
- text-align:center;
- float:center;
- }
- .avatar {
- position:relative;
- margin:10px auto;
- }
- .avatar img {
- border-radius:100%;
- width:45px;
- padding:0px 0px 10px 10px;
- }
- .title {
- position:relative;
- margin:-10px auto;
- text-align:center;
- font-size:12px;
- text-transform:uppercase;
- color:{color:Title};
- text-indent:10px;
- }
- .menu {
- position:relative;
- margin:-75px auto;
- }
- .menu a{
- display:inline-block;
- background:{color:background};
- padding:2px 2px;
- width:17px;
- font-size:12px;
- text-align:center;
- margin-left:10px;
- margin-top:5px;
- transition:1s ease;
- }
- .menu a:hover {
- transform: rotatey(360deg);
- transition:1s ease;
- }
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://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:20,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function(){
- $(window).scroll(function(){
- if ($(this).scrollToTop() > 100) {
- $('.scrollToTop').fadeIn();
- } else {
- $('.scrollToTop').fadeOut();}});
- $('.scrollToTop').click(function(){
- $('html, body').animate({scrollToTop : 0},800);
- return false;
- });
- });
- </script>
- <body onkeydown="return false">
- <div class="entry">
- <div class="sidebar">
- <div class="avatar">
- <img src="{PortraitURL-128}"/>
- </div>
- <div class="title">
- {Title}
- </div>
- <div class="menu">
- <a href="{text:Link 1 URL}" title="{text:Link 1 Title}">
- <span class="lnr lnr-home"></span></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2 Title}" style="margin-left:65px"><span class="lnr lnr-phone"></span></a>
- <br>
- <a href="{text:Link 3 URL}" title="{text:Link 3 Title}" style="margin-left:8px;"><span class="lnr lnr-magic-wand"></span></a>
- <a href="{text:Link 4 URL}" title="{text:Link 4 Title}" style="margin-left:65px">
- <span class="lnr lnr-inbox"></span></a>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="posts">
- {block:Photo}
- <img src="{PhotoURL-HighRes}">
- {block:IndexPage}
- <div class="notsi">
- <div class="likeb">
- <div class="custom-like-button">{LikeButton}
- <span class="our_button" ><i class="oi-heart"></i></span>
- </div></div>
- <div class="rblg">
- <a href="{ReblogURL}"><i class="oi-refresh"></i></a>
- </div>
- <div class="ileft">
- {NoteCountWithLabel}
- <br>
- {DayOfMonth} {DayOfMonthSuffix} {Month}
- <br>
- AT {24Hour}:{Minutes} {AmPm}
- <br>
- <a href="{Permalink}">PERMALINK</a>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {Photoset}</div>
- {block:IndexPage}
- <div class="nots">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Photoset}
- {block:Video}
- {block:IndexPage}
- <div class="mp">
- <div class="video">
- {Video-500}
- </div>
- <div class="nots" style="margin:1px -10px -10px -10px">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="video">
- {Video-500}
- </div>
- {/block:PermalinkPage}
- {/block:Video}
- {block:Text}
- <div class="mp">
- {block:Title} <h1>{Title}</h1> {/block:Title}
- {Body}
- {block:Indexpage}
- <div class="nots" style="margin:1px -10px -10px -10px">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- {/block:Indexpage}
- </div>
- {/block:Text}
- {block:Quote}
- <div class="mp">
- <div class="quote">{Quote}</div>
- {block:Source}
- <div class="sourcequote">{Source}</div>
- {/block:Source}
- {block:Indexpage}
- <div class="nots" style="margin:1px -10px -10px -10px">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- {/block:Indexpage}
- </div>
- {/block:Quote}
- {block:Answer}
- <div class="mp">
- <div class="portrait"><img src="{AskerPortraitURL-64}"/></div>
- <div class="asker">{Asker}</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {block:Indexpage}
- <div class="nots" style="margin:0px -10px -10px -10px" >
- <div class="center" style="margin-top:0px; font-size:10px">
- {DayOfMonth}/{MonthNumberWithZero}/{Year} at {24Hour}:{Minutes} {AmPm}</div>
- </div>
- {/block:Indexpage}
- </div>
- {/block:Answer}
- {block:Chat}
- <div class="mp">
- {block:Title} <h1> {Title} </h1> {/block:Title}
- <div class="chat">
- <ul>{block:Lines}
- <li class="person{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}</li>{/block:Lines}</ul></div>
- {block:Indexpage}
- <div class="nots" style="margin:1px -10px -10px -10px">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- {/block:Indexpage}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="mp">
- <div class="audio">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- <div class="player">
- {AudioPlayerWhite}
- </div></div>
- <div clas="inform" style="margin-left:70px; margin-top:-50px;padding-bottom:25px; text-transform:uppercase; font-weight:bold">
- {block:TrackName} {TrackName} {/block:TrackName}
- <br>
- {block:Artist} {Artist} {/block:Artist}
- <br>
- {block:Album} {Album} {/block:Album}
- </div>
- {block:Indexpage}
- <div class="nots" style="margin:1px -10px -10px -10px">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- {/block:Indexpage}
- </div>
- {/block:Audio}
- {block:Link}
- <div class="mp">
- <div class="links" >
- <a href="{URL}" {Target}><i class="ion-link" style="font-size:15px"></i> {Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {block:Indexpage}
- <div class="nots" style="margin:1px -10px -10px -10px">
- <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
- <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
- <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
- <div class="center">
- {NoteCount}N
- </div>
- <div class="allt">
- <div class="custom-like-button2">{LikeButton}
- <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
- </div>
- </div>
- {/block:Indexpage}
- </div>
- {/block:Link}
- {block:PermalinkPage}
- <div class="perma">{block:RebloggedFrom}
- <i class="ion-clock"></i>
- Posted in {DayofWeek}, {DayOfMonth} {Month} at {24hour}:{Minutes}{AmPm}
- <br>
- <i class="ion-paper-airplane"></i>
- Posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br>
- <span class="lnr lnr-user"></span>
- Reblogged from:
- <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>
- <span class="lnr lnr-heart"></span>
- This post has: {NoteCountWithLabel}
- <br>
- {/block:RebloggedFrom}
- {block:PostNotes}
- {PostNotes-64}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- <div class="vsanna">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}"></a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}"></a>
- {/block:ContentSource}
- </div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}" class="navigate">
- {/block:PreviousPage}{block:PreviousPage}</a>
- {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}" class="navigate" id="nextPage">
- {/block:NextPage}{block:NextPage}</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- <a href="#" class="scrollToTop" title="top"><span class="lnr lnr-arrow-up"></span></a>
- <div class="credit">
- <a href="http://yntense.tumblr.com" title="theme by yntense">
- YNT
- </a>
- </div>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.posts',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.posts',
- loadingImg : "",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 9000,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: 0},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- resizeVideos();
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- </body>
- </html>
- <!---------------
- ALL DESIGN MADE BY
- © @YNTENSE ©
- -----------------
- DON'T COPY AND
- REMOVE MY CREDITS
- ---------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement