Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME BY afrodihte.
- DO NOT REMOVE THE CREIDTS OR YOU'LL BE REPORTED.
- EJOY SCARLETT THEME!
- ~~~~~~~~~~~$$$$
- ~~~~~~~~~.$$$**$$
- ~~~~~~~~~$$$"~~`$$
- ~~~~~~~~$$$"~~~~$$
- ~~~~~~~~$$$~~~~.$$
- ~~~~~~~~$$~~~~..$$
- ~~~~~~~~$$~~~~.$$$
- ~~~~~~~~$$~~~$$$$
- ~~~~~~~~~$$$$$$$$
- ~~~~~~~~~$$$$$$$…
- ~~~~~~~.$$$$$$* …
- ~~~~~~$$$$$$$"…..
- ~~~~.$$$$$$$
- ~~~$$$$$$"`$
- ~$$$$$~~~~~$$.$..
- $$$$$~~~~$$$$$$$$$$.
- $$$$~~~.$$$$$$$$$$$$$
- $$$~~~~$$$*~`$~~$*$$$$
- $$$~~~`$$"~~~$$~~~$$$$
- 3$$~~~~$$~~~~$$~~~~$$$
- ~$$$~~~$$$~~~`$~~~~$$$
- ~`*$$~~~~$$$~~$$~~:$$
- ~~~$$$$~~~~~~~$$~$$"
- ~~~~~$$*$$$$$$$$$"
- ~~~~~~~~~~““~$$
- ~~~~~~~~~~~~~~~`$
- ~~~~~~~~..~~~~~~$$
- ~~~~~~$$$$$$~~~~$$
- ~~~~~$$$$$$$$~~~$$
- ~~~~~$$$$$$$$~~~$$
- ~~~~~~$$$$$"~~.$$
- ~~~~~~~"*$$$$$$
- -->
- {block:iftinycursor}
- <style type="text/css"> body, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;} </style>
- {/block:iftinycursor}
- <html lang="en">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=PT+Sans:700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Devonshire' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image"content=""/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Title" content="#999999"/>
- <meta name="color:Blog Title" content="#999999"/>
- <meta name="color:Link" content="#555555"/>
- <meta name="color:Hover" content="#999999"/>
- <meta name="color:Text" content="#777777"/>
- <meta name="color:Border" content="#ccc"/>
- <meta name="color:Border Hover" content="#eee"/>
- <meta name="if:Solid Border" content="0"/>
- <meta name="if:Dotted Border" content="0"/>
- <meta name="if:Dashed Border" content="0"/>
- <meta name="if:Faded Images" content="0"/>
- <meta name="if:Black and White Posts" content="0"/>
- <meta name="if:Fixed Image" content="1"/>
- <meta name="if:II Columns" content="0"/>
- <meta name="if:III Columns" content="1"/>
- <meta name="if:Tiny Cursor" content="1"/>
- <meta name="if:Disabled Right Click" content="1"/>
- <meta name="text:Link One URL" content=""/>
- <meta name="text:Link One Title" content="link"/>
- <meta name="text:Link Two URL" content=""/>
- <meta name="text:Link Two Title" content="link"/>
- <meta name="text:Link Three URL" content=""/>
- <meta name="text:Link Three Title" content="link"/>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){$(document)
- .ready(function(){$("[title]")
- .style_my_tooltips();});})
- (jQuery);
- </script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- {/block:IndexPage}
- <!---------------END SCRIPTS--------------->
- <style type="text/css">
- iframe#tumblr_controls {-webkit-filter: invert(100%);right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-
- transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all
- 0.4s ease-out;}
- /************EDIT BODY HERE************/
- body{
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:100%;
- background-position:bottom-right;
- font-family: Calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- line-height:11px;
- color: {color:Text};}
- a:link, a:active, a:visited{
- text-decoration: none;
- color: {color:Link};}
- a:hover {
- color:{color:Link};
- text-decoration:none;}
- /************EDIT TOOLTIP HERE************/
- #s-m-t-tooltip {
- padding: 3px;
- height:auto;
- display: none;
- font-family: consolas;
- font-size: 8px;
- text-transform:uppercase;
- text-align: center;
- letter-spacing:1px;
- margin-top:10px;
- margin-left: 15px;
- line-height: 8px;
- z-index: 999999999999;
- border-radius:3px;
- border: 1px solid #f5f5f5;
- background:#ffffff;
- color: #888;}
- /************EDIT POST POSITION/WIDTH HERE************/
- /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
- #entries{
- text-align:left;
- margin-left:220px;
- margin-top:20px;
- position:relative;
- overflow: hidden;
- {block:ifIIcolumns}
- width:600px;
- {/block:ifIIcolumns}
- {block:ifIIIcolumns}
- width:750px;
- {/block:ifIIIcolumns}
- {block:PermalinkPage}
- width:550px;
- {/block:PermalinkPage}}
- /************EDIT OVERALL POSTS HERE************/
- /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
- #post{
- text-align:left;
- background:white;
- max-width: 100%;
- display:block;
- overflow:visible;
- padding: 10px;
- {block:ifdottedborder}
- border:1px dotted #a8a8a8;
- border-radius:2px;
- {/block:ifdottedborder}
- {block:ifdashedborder}
- border:1px dashed #a8a8a8;
- border-radius:2px;
- {/block:ifdashedborder}
- {block:ifsolidborder}
- border:1px solid #a8a8a8;
- border-radius:2px;
- {/block:ifsolidborder}
- {block:ifIIcolumns}
- width:230px;
- margin:15px;
- {/block:ifIIcolumns}
- {block:ifIIIcolumns}
- width:200px;
- margin:10px;
- {/block:ifIIIcolumns}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- /*Do not delete #post img.*/
- #post img{
- max-width:100%;
- {block:iffadedimages}
- opacity:0.8;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- {/block:iffadedimages}
- {block:ifblackandwhiteposts}
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- {/block:ifblackandwhiteposts}
- }
- #post img:hover{
- {block:iffadedimages}
- opacity:1;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- {/block:iffadedimages}
- {block:ifblackandwhiteposts}
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- {/block:ifblackandwhiteposts}
- }
- /*Edit the permalinks all posts.*/
- .permalink{
- text-align:center;
- text-transform:none;
- bottom:-20px;
- opacity:0;
- padding: 12px;
- font-family:'Chewy';
- position:absolute;
- left:1px;
- background-color:#fff;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- {block:ifIIIcolumns}
- width:195px;
- font-size: 14px;
- {/block:ifIIIcolumns}
- {block:ifIIcolumns}
- width:225px;
- font-size: 16px;
- {/block:ifIIcolumns}
- }
- #post:hover .permalink{
- text-align:center;
- opacity:0.95;
- bottom:1px;
- text-transform:none;
- position:absolute;
- border-top:1px solid #c9c9c9;
- {block:ifIIIcolumns}
- width:195px;
- font-size: 14px;
- {/block:ifIIIcolumns}
- {block:ifIIcolumns}
- width:225px;
- font-size: 16px;
- {/block:ifIIcolumns}
- padding: 12px;
- font-family:'Chewy';
- background-color:#f9f9f9;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- }
- .permalink:hover{
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- }
- #post:hover .permalink:hover{
- opacity:1;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- }
- .permalink a{
- text-transform:none;
- top:40px;
- }
- .permalink2{
- text-align:center;
- text-transform:none;
- top:-20px;
- opacity:0;
- padding: 12px;
- font-family:'Chewy';
- position:absolute;
- left:1px;
- background-color:#f9f9f9;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- {block:ifIIIcolumns}
- width:195px;
- font-size: 14px;
- {/block:ifIIIcolumns}
- {block:ifIIcolumns}
- width:225px;
- font-size: 16px;
- {/block:ifIIcolumns}
- }
- #post:hover .permalink2{
- text-align:center;
- opacity:0.95;
- top:0px;
- right:1px;
- background-color:#f9f9f9;
- left:1px;
- text-transform:none;
- position:absolute;
- border-bottom:1px solid #c9c9c9;
- {block:ifIIIcolumns}
- width:195px;
- font-size: 14px;
- {/block:ifIIIcolumns}
- {block:ifIIcolumns}
- width:225px;
- font-size: 16px;
- {/block:ifIIcolumns}
- padding: 12px;
- font-family:'chewy';
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- }
- .permalink2:hover{
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- }
- #post:hover .permalink2:hover{
- opacity:1;
- -webkit-transition: all 0.3s linear 0s;
- -moz-transition: all 0.3s linear 0s;
- -o-transition: all 0.3s linear 0s;
- transition: all 0.3s linear 0s;
- }
- .permalink2 a{
- text-transform:none;
- bottom:40px;
- }
- /*Edit the titles on any text-based post.*/
- .posttitle{
- font-size:10px;
- text-align:center;
- color:{color:Link};}
- .posttitle a{
- color:{color:Link};}
- /************EDIT QUOTE POSTS HERE************/
- .quote{
- margin-right: 5px;}
- .source{
- padding-top:5px;
- display:block;
- text-align:right;}
- /************EDIT ANSWER POSTS HERE************/
- .ask{
- padding:4px;
- background:#f9f9f9;
- border-radius:6px;
- font-family:'Indie Flower';
- font-size:10px;
- }
- .asker{
- color:{color:Link};
- font-family:'Chewy';
- }
- .answer{
- margin-top:10px;
- font-family:'Indie Flower';
- }
- /************EDIT AUDIO POSTS HERE************/
- .audio{
- {block:IndexPage}width:180px;{/block:IndexPage}
- {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
- .info{
- padding:2px 0px 1px 57px;}
- .i {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;}
- .pl b,strong{
- text-transform:lowercase;
- font-size:9px;}
- .player{
- position:absolute;
- overflow:hidden;
- margin-top:0px;
- margin-left:15px;
- background:#ffffff;
- width:24px;
- height:23px;}
- /************EDIT VIDEO POSTS HERE************/
- /***********DO NOT DELETE THIS CODE************/
- .video-container {
- position:relative;
- padding-bottom:56.25%;
- padding-top: 30px;
- height:0;
- overflow:hidden;}
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;}
- /************EDIT CHAT POSTS HERE************/
- .chat{
- line-height:12px;
- list-style:none;}
- .chat ul{
- list-style:none;
- padding:0px 5px;
- line-height:15px;}
- .label{
- color:{color:Link};}
- /************EDIT SIDEBAR HERE************/
- #sidebar{
- background:transparent;
- margin-left:-250px;
- margin-top:100px;
- width:150px;
- position:fixed;
- text-align:center;
- padding:20px;
- padding-top:45px;
- padding-bottom:45px;
- }
- .sidebar_imgage{
- float: center;
- margin-left: 6px;
- max-width: 170px;
- background-color:#fff;
- }
- /*EDIT DESCRIPTION HERE*/
- #description {
- opacity: 0;
- margin-top: 163px;
- margin-left:-228px;
- width: 168px;
- height:168px; /*EDIT DESCRIPTION'S HEIGHT ACCORDING TO YOUR SIDEBAR IMAGE*/
- position: fixed;
- text-align: center;
- font-family:'Indie Flower';
- font-size: 12px; /*CHANGE FONT SIZE HERE*/
- line-height: 20px;
- color: #666; /*CHANGE FONT COLOUR HERE*/
- padding:5px;
- background: #fff;
- border-radius:8px;
- z-index: 999;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- box-shadow:0 0 8px 5px #fff;
- }
- #description:hover {
- opacity: 0.8;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .blogtitle{
- padding:5px;
- font-family:'Chewy';
- text-align:center;
- text-transform:none;
- font-size:24px;
- width:160px;
- margin-left:5px;
- margin-top:-10px;
- }
- .blogtitle a{
- color:{color:Blog Title};}
- #links {
- position:absolute;
- }
- #links img {
- border:2px {color:Border} solid;
- padding:3px;
- background:#e6e6e6;
- -webkit-transition: all .6s ease;-moz-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;
- border-radius: 30px;
- }
- #links img:hover {
- border:2px {color:Border Hover} solid;
- transform:rotate(360deg);
- -ms-transform:rotate(360deg); /* IE 9 */
- -webkit-transform:rotate(360deg); /* Opera, Chrome, and Safari */
- -webkit-transition: all .6s ease;-moz-transition: all .6s ease;-o-transition: all .4s ease;transition: all .6s ease;}
- div#link1{position: fixed;
- margin-top:190px;margin-left:40px;}
- div#link2{position: fixed;
- margin-top:190px;margin-left:80px;}
- div#link3{position: fixed;
- margin-top:190px;margin-left:120px;}
- div#link4{position: fixed;
- margin-top:220px;margin-left:60px;}
- div#link5{position: fixed;
- margin-top:220px;margin-left:100px;}
- div#link6{position: fixed;
- margin-top:250px;margin-left:80px;}
- /************EDIT TEXT SETTINGS HERE************/
- i, em{
- color:{color:Link};}
- b, strong{
- font-weight:normal;
- text-transform:uppercase;
- color:{color:Link};}
- ul,ol{
- margin:0px;
- margin-left:-5px;}
- p{
- padding:0px;
- margin:2px;}
- u{
- text-decoration:none;
- color:{color:Title};}
- blockquote {
- margin:0px;
- padding:4px;
- background:#f7f7f7;}
- /************DO NOT DELETE #SCROLL************/
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- #lila{
- position:fixed;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- font-family:Calibri;
- font-size:12px;}
- #lila a{
- color:#aaaaaa;}
- </style>
- </head>
- <body onkeydown="return false">
- <center>
- <div id="entries">
- {block:iffixedimage}
- {block:ifIIIcolumns}
- <img src='http://36.media.tumblr.com/154c2f541c8d6ab511bf358d6d97d61b/tumblr_nda62ktVXN1swr3cao1_500.png' style='width:200px; position:fixed; top:-15px; left:170px;'/>
- {/block:ifIIIcolumns}
- {block:ifIIcolumns}
- <img src='http://36.media.tumblr.com/154c2f541c8d6ab511bf358d6d97d61b/tumblr_nda62ktVXN1swr3cao1_500.png' style='width:200px; position:fixed; top:-15px; left:240px;'/>
- {/block:ifIIcolumns}
- {/block:iffixedimage}
- <!---------------EDIT SIDEBAR CONTENT HERE--------------->
- <div id="description"><br>
- {Description}
- </div>
- <div id="sidebar">
- <div class="blogtitle" color="{color:Blog Title}"><a href="/">{Title}</a></div>
- <div id="links">
- <div id ="link1">
- <a href="/" title="home"><img src="https://33.media.tumblr.com/3bc25634da642d7f50265fb21b65dd4e/tumblr_ngxwl78aNE1swr3cao4_r1_75sq.png" style="width:20px; height:auto; opacity:.8;"></a></div>
- <div id ="link2">
- <a href="/ask" title="message"><img src="http://41.media.tumblr.com/48c476214bf24aaf029528878b59c4a7/tumblr_ngxwl78aNE1swr3cao5_r1_75sq.png" style="width:20px; height:auto; opacity:.8;"></a></div>
- <div id ="link3">
- <a href="{text:Link One URL}" title="{text:Link One Title}"><img src="https://40.media.tumblr.com/46a0e87baf0c21f97aa4be9f27185a47/tumblr_ngxwl78aNE1swr3cao1_75sq.png" style="width:18px; height:auto; opacity:.8;"></a></div>
- <div id ="link4">
- <a href="{text:Link Two URL}" title="{text:Link Two Title}"><img src="https://38.media.tumblr.com/6b6fb86f27e407330de6308b0c4e3753/tumblr_ngxwl78aNE1swr3cao3_r1_75sq.png" style="width:20px; height:auto; opacity:.8;"></a></div>
- <div id ="link5">
- <a href="{text:Link Three URL}" title="{text:Link Three Title}"><img src="http://40.media.tumblr.com/56e252c8e1e67d79656d39d04a9e9f32/tumblr_ngxwl78aNE1swr3cao2_r1_75sq.png" style="width:13px; height:auto; padding:6px; opacity:.8;"></a></div>
- <div id ="link6">
- <a href="http://blisshvze.tumblr.com" title="theme"><img src="https://36.media.tumblr.com/e705ee44a312388d78f5c7c3bf0391f8/tumblr_ngxwl78aNE1swr3cao6_r1_75sq.png" style="width:18px; height:auto; padding:3px; opacity:.8;"></a></div>
- </div>
- <div class="sidebar_image"><a href="/"><img src="{image:Sidebar Image}" style="width:170px; border:1px #ccc solid; padding:5px; border-radius:8px"></a></div>
- </div>
- {block:Posts}
- <!---------------DO NOT DELETE block:ContentSource--------------->
- {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="post">
- <!---------------EDIT TEXT POSTS HERE--------------->
- {block:Text}
- <div class="text">
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a></div>
- </div>{/block:IndexPage}
- {/block:Text}
- <!---------------EDIT LINK POSTS HERE--------------->
- {block:Link}
- <a href="{URL}"><div class="posttitle">{Name}</div></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a>
- </div>{/block:IndexPage}
- {/block:Link}
- <!---------------EDIT PHOTO POSTS HERE--------------->
- {block:Photo}
- {block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a> from <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
- {/block:Photo}
- <!---------------EDIT PHOTOSET POSTS HERE--------------->
- {block:Photoset}
- {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a> from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- <!---------------EDIT QUOTE POSTS HERE--------------->
- {block:Quote}
- {Quote}{block:Source}
- <div class="source">{Source}</div>{/block:Source}
- {block:IndexPage}
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a> from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:IndexPage}</div>
- {/block:Quote}
- <!---------------EDIT ANSWER POSTS HERE--------------->
- {block:Answer}
- <div class="ask"><span class="asker"><a href="{AskerURL}" title="{AskerName}"><img src="{AskerPortraitURL-30}" width="25" align="center" style="margin-right:5px; margin-bottom:2px; border-radius:100px"/></a></span>{Question}</div>
- <div class="answer">{Answer}</div>
- {block:IndexPage}
- <div class="permalink"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2">Question by <a href="{AskerURL}">{AskerName}</a></div>{/block:IndexPage}
- {/block:Answer}
- <!---------------EDIT CHAT POSTS HERE--------------->
- {block:Chat}
- {block:Title}<div class="posttitle">{Title}</div>{/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="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a> from <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
- {/block:IndexPage}
- {/block:Chat}
- <!---------------EDIT AUDIO POSTS HERE--------------->
- {block:Audio}<div class="player">{AudioPlayerWhite}</div>
- <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</a></div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a> from <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
- {/block:IndexPage}
- {/block:Audio}
- <!---------------EDIT VIDEO POSTS HERE--------------->
- {block:Video}
- {block:IndexPage}<div class="video-container">{Video-250}</div>
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCount} notes</div><div class="permalink2"><a href="{Permalink}">{TimeAgo}</a> from <a href="{ReblogParentURL}">{ReblogParentName}</a></div>{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {/block:Video}
- <!---------------EDIT PERMALINK PAGE HERE--------------->
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
- <div class="permapage">
- <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!---------------DO NOT DELETE THIS--------------->
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </center>
- {block:ifdisabledrightclick}
- <script language=JavaScript>
- <!--
- //Disable right mouse click Script
- //By Maximus ([email protected]) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message="Function Disabled!";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2||e.which==3){
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- {/block:ifdisabledrightclick}
- </body>
- <div id="lila"><a href="http://afrodihte.tumblr.com/">卌</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment