Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 31 made by
- ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀ █▀▀▄ █░░█
- ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█ █▀▀▄ █▄▄█
- ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀ ▀▀▀░ ▄▄▄█
- █▀▄▀█ █░█ █▀▀▄ █░░█ █▀▀ ▄ ▀▄
- █░▀░█ █▀▄ █▀▀▄ █▄▄█ █▀▀ ░ ░█
- ▀░░░▀ ▀░▀ ▀▀▀░ ▄▄▄█ ▀▀▀ ▀ ▄▀
- Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
- http://mkbye.tumblr.com/
- Theme created: 04.21.15-04.22-15
- Theme posted publicly: 05.18.15
- -->
- <html lang="en">
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="color:border1" content="#fff"/>
- <meta name="color:border2" content="#fff"/>
- <meta name="color:border3" content="#fff"/>
- <meta name="color:blogtitle" content="#fff"/>
- <meta name="image:icon1" content="1"/>
- <meta name="image:icon2" content="1"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 msg" content="msg"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 msg" content="msg"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 msg" content="msg"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 msg" content="msg"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 msg" content="msg"/>
- <meta name="text:stats" content="1 | 30000"/>
- <meta name="text:updates and stats" content="write your updates here, use </br> to go to a new line!"/>
- <meta name="text:blogtitle" content="Hesitation"/>
- <meta name="text:name" content="Celina"/>
- <meta name="text:quote" content="write quote here | leave empty if you want"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- background-color: {color:Background};
- background-image:url({image:Background});
- width: 100%; height: 100%;
- opacity:0.9;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- outline:3px solid {color:border3};
- outline-offset:5px;
- border:1px solid {color:border2};
- float: left;
- font-size:10px;
- position: fixed;
- color:white;
- top: 50%; left: 50%;
- z-index: 9999999999999;
- background:{color:border1};
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {width: 9px; height: 8px; background: {color:border2}; }
- ::-webkit-scrollbar-thumb { background-color: {color:border3}; -webkit-border-radius: 1ex; }
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background:{color:blogtitle};
- letter-spacing:0px; /* change the letter spacing */
- color:white; /* change the text color */
- border-radius:5px;
- font-size:10px;
- text-transform:uppercase;
- z-index:999999999999999999999999999999999999;
- }
- iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-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: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- p {
- margin:0px;
- margin-top:0px;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family:Trebuchet MS;
- line-height:12px;
- font-size:11px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color:{color:link};
- }
- a:hover {
- text-decoration: none;
- font-style:;
- color: {color:Hover};
- }
- div#center{
- margin:auto;
- position:relative;
- width:1250px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- #question{
- width:250px;
- height:auto;
- background:#f4f4f4;
- padding:10px;
- text-align:justify;
- border-radius:5px;
- {block:permalinkpage}
- width:430px;
- {/block:permalinkpage}}
- #answer{
- width:250px;
- height:auto;
- background:{color:border2};
- padding:10px;
- text-align:justify;
- border-radius:5px;
- {block:permalinkpage}
- width:430px;
- {/block:permalinkpage}}
- #timestamp2{
- width:90px;
- height:20px;
- margin-top:0px;
- margin-left:40px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border3};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- {block:permalinkpage}
- margin-left:5px;
- {/block:permalinkpage}
- }
- #permalink{
- width:80px;
- height:20px;
- margin-top:-20px;
- margin-left:135px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border1};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- {block:permalinkpage}
- margin-left:100px;
- {/block:permalinkpage}
- }
- #asknotes{
- width:50px;
- height:20px;
- margin-top:-20px;
- margin-left:220px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border2};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- {block:permalinkpage}
- margin-left:185px;
- {/block:permalinkpage}
- }
- #timestamp3{
- width:167px;
- height:20px;
- margin-top:5px;
- margin-left:280px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border3};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- }
- #time{
- width:167px;
- height:20px;
- margin-top:5px;
- margin-left:280px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border1};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- }
- #notes{
- width:167px;
- height:20px;
- margin-top:5px;
- margin-left:280px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border2};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- }
- #via{
- width:167px;
- height:20px;
- margin-top:5px;
- margin-left:280px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border3};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- }
- #source{
- width:167px;
- height:20px;
- margin-top:5px;
- margin-left:280px;
- font-size:10px;
- text-align:center;
- line-height:20px;
- background:{color:border1};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- }
- #tags{
- width:167px;
- height:60px;
- margin-top:5px;
- margin-left:280px;
- font-size:10px;
- text-align:center;
- line-height:12px;
- background:{color:border2};
- text-transform:uppercase;
- border-radius:5px;
- color:white;
- }
- #caption{
- width:250px;
- height:164px;
- margin-top:-185px;
- margin-left:0px;
- background:#f4f4f4;
- border:1px solid {color:border3};
- overflow:auto;
- padding:10px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:15px;
- overflow:hidden;
- width:270px;
- padding:15px;
- padding-bottom:13px;
- border:1px solid {color:border1};
- outline:1px solid #f4f4f4;
- outline-offset:-10px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- margin-left:90px;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img{
- width:264px;
- border:3px solid {color:border2};
- border-radius:3px;
- {block:PermalinkPage}
- width:442px;
- {/block:PermalinkPage}
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;}
- .entry img:hover{
- -webkit-filter:grayscale(0.8);
- outline:3px solid #f4f4f4;
- outline-offset:-25px;
- {block:PermalinkPage}
- -webkit-filter:grayscale(0);
- outline:0px;
- {/block:PermalinkPage}
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:90px;
- z-index:99;
- margin-left:455px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:70px;
- height:20px;
- margin-top:-22px;
- margin-left:0px;
- background:#f4f4f4;
- border-radius:2px;
- bordeR:1px solid {color:border3};
- line-height:20px;
- opacity:0;
- text-transform:uppercase;
- font-size:10px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;}
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- margin-top:4px;
- }
- .entry .perma2{
- width:40px;
- height:20px;
- margin-top:-22px;
- margin-left:75px;
- background:#f4f4f4;
- border-radius:2px;
- bordeR:1px solid {color:border1};
- line-height:20px;
- opacity:0;
- text-transform:uppercase;
- text-align:center;
- font-size:10px;
- -webkit-transition: all .7s ease;
- moz-transition: all .7s ease;
- --transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma2{
- overflow:visible;
- opacity:1;
- }
- .entry .perma3{
- width:67px;
- height:20px;
- margin-top:-22px;
- margin-left:120px;
- background:#f4f4f4;
- border-radius:2px;
- bordeR:1px solid {color:border2};
- line-height:20px;
- opacity:0;
- text-transform:uppercase;
- font-size:10px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma3{
- overflow:visible;
- opacity:1;
- }
- .entry .perma4{
- width:75px;
- height:20px;
- margin-top:-22px;
- margin-left:192px;
- background:#f4f4f4;
- border-radius:2px;
- bordeR:1px solid {color:border3};
- line-height:20px;
- opacity:0;
- text-transform:uppercase;
- font-size:10px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma4{
- overflow:visible;
- opacity:1;
- }
- /*CUSTOMIZE post borders starting on the right*/
- #psbr{
- position:fixed !important;
- z-index:999999;
- width:700px;
- height:30px;
- margin-top:0px;
- margin-left:430px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- #psbr1{
- position:fixed !important;
- z-index:999;
- width:774px;
- height:30px;
- margin-top:30px;
- margin-left:396px;
- background:{color:border1};
- border:5px solid {color:border2};
- border-radius:5px;
- font-size:10px;
- text-transform:uppercase;
- line-height:30px;
- text-align:center;
- color:white;
- }
- #psbr2{
- position:fixed !important;
- z-index:9999999;
- width:30px;
- height:2000px;
- margin-top:65px;
- margin-left:1140px;
- background:{color:border1};
- border:5px solid {color:border2};
- border-radius:5px;
- border-top-left-radius:0px;
- border-top-right-radius:0px;
- border-top:0px;
- }
- #psbr3{
- position:fixed !important;
- z-index:9999999;
- width:326px;
- height:30px;
- margin-top:200px;
- margin-left:70px;
- background:{color:border1};
- border:5px solid {color:border2};
- border-top-left-radius:5px;
- border-right:0px;
- font-size:10px;
- line-height:30px;
- text-align:center;
- color:white;
- text-transform:uppercase;
- }
- #psbr3 a{
- color:white;
- }
- #psbr4{
- position:fixed !important;
- z-index:99999999;
- width:30px;
- height:254px;
- margin-top:235px;
- margin-left:70px;
- background:{color:border1};
- border:5px solid {color:border2};
- border-radius:5px;
- border-top-left-radius:0px;
- border-top-right-radius:0px;
- border-top:0px;
- }
- #psbr5{
- position:fixed !important;
- z-index:99999999;
- width:296px;
- height:30px;
- margin-top:454px;
- margin-left:105px;
- background:{color:border1};
- border:5px solid {color:border2};
- border-left:0px;
- border-right:0px;
- font-size:10px;
- line-height:30px;
- text-align:center;
- color:white;
- text-transform:uppercase;
- }
- #psbr5 a{
- color:white;
- }
- #psbr6{
- position:fixed !important;
- z-index:9999;
- width:30px;
- height:424px;
- margin-top:65px;
- margin-left:396px;
- background:{color:border1};
- border:5px solid {color:border2};
- border-radius:5px;
- border-top-left-radius:0px;
- border-top-right-radius:0px;
- border-top:0px;
- }
- /*CUSTOMIZE icons*/
- #in1{
- position:fixed;
- z-index:99999999;
- width:90px;
- height:90px;
- margin-top:250px;
- margin-left:120px;
- }
- #in1 img{
- width:90px;
- height:90px;
- outline:5px solid {color:border3};
- outline-offset:0px;
- border:1px solid {color:border1};
- }
- #in2{
- position:fixed;
- z-index:99999999;
- width:90px;
- height:90px;
- margin-top:352px;
- margin-left:120px;
- }
- #in2 img{
- width:90px;
- height:90px;
- outline:5px solid {color:border2};
- outline-offset:0px;
- border:1px solid {color:border3};
- }
- /*CUSTOMIZE desc*/
- #dc{
- position:fixed;
- z-index:99999999;
- width:140px;
- height:71px;
- margin-top:245px;
- margin-left:222px;
- background:white;
- border:1px solid {color:border1};
- padding:14px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- outline:3px solid {color:border1};
- outline-offset:-5px;
- overflow:auto;
- }
- /*CUSTOMIZE links*/
- #lks{
- position:fixed;
- z-index:99999999;
- width:140px;
- height:70px;
- margin-top:347px;
- margin-left:222px;
- background:white;
- border:1px solid {color:border2};
- padding:14px;
- padding-top:5px;
- padding-bottom:5px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- outline:3px solid {color:border2};
- outline-offset:-5px;
- }
- /*CUSTOMIZE blogtitle*/
- #be{
- position:fixed !important;
- z-index:99999999;
- width:330px;
- height:55px;
- margin-top:150px;
- margin-left:70px;
- font-family:dancing script;
- font-size:75px;
- line-height:65px;
- color:{color:blogtitle};
- text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
- font-style:italic;
- text-align:center;
- }
- /*CUSTOMIZE updates and stats*/
- #usss{
- position:fixed;
- z-index:99999999;
- width:75px;
- height:9px;
- margin-top:430px;
- margin-left:222px;
- background:{color:border3};
- color:white;
- line-height:9px;
- padding:5px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- }
- #usss a{
- color:white;
- }
- #ss{
- position:fixed;
- z-index:99999999;
- width:75px;
- height:9px;
- margin-top:430px;
- margin-left:307px;
- background:{color:border1};
- color:white;
- line-height:9px;
- padding:5px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- }
- #ss a{
- color:white;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 25px;
- font-family:dancing script;
- font-size:25px;
- color:{color:Title};
- font-weight: normal;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{width:10px; position:relative; top:3px;}
- <--ses-->
- small{font-size: 90%;}
- {CustomCSS}
- </style>
- {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" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="psbr"></div>
- <div id="psbr1">{text:quote}</div>
- <div id="psbr2"></div>
- <div id="psbr3"></div>
- <div id="psbr4"></div>
- <div id="psbr5"></div>
- <div id="psbr6"></div>
- <div id="in1"><img src="{image:icon1}"></div>
- <div id="in2"><img src="{image:icon2}"></div>
- <div id="dc">
- {description}
- </div>
- <div id="lks">
- <a href="{text:link 1}">{text:link 1 msg}</a></br>
- <a href="{text:link 2}">{text:link 2 msg}</a></br>
- <a href="{text:link 3}">{text:link 3 msg}</a></br>
- <a href="{text:link 4}">{text:link 4 msg}</a></br>
- <a href="{text:link 5}">{text:link 5 msg}</a></br>
- <a href="http://mkbye.tumblr.com">theme credit</a>
- </div>
- <div id="be">{text:blogtitle}</div>
- <div id="usss"><a href="#?w=350" rel="02" class="poplight">updates + stats</a></div>
- <div id="ss">{text:stats}</div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
- href="{Permalink}"><div style="padding-top:10px"></div>
- <div id="timestamp2">{timeago}</div>
- <div id="permalink"><a href="{permalink}" style="color:white">permalink</a></div>
- <div id="asknotes">{notecount}</div><div style="padding-top:2px"></div>{/block:HasTags}</span></align>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
- class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
- {block:Answer}
- <div id="question">
- <font style="color:{color:border1}; text-transform:uppercase; font-style: italic;"><b>{Asker}</b></font>: {question}</div>
- <div style="padding:5px;"></div>
- <div id="answer"><font style="color:white; text-transform:uppercase; font-style: italic;"><b>{text:name}</b></font><font style="color:white">: {answer}</font></div><div style="padding:5px;"></div>
- <p align=right><span
- class="permalink">
- <div style="padding-top:5px"></div>
- <div id="timestamp2">{timeago}</div>
- <div id="permalink"><a href="{permalink}" style="color:white">permalink</a></div>
- <div id="asknotes">{notecount}</div><div style="padding-top:2px"></div></span></align>{/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- <div class="perma"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_50_09.12.14-1_Artboard_38-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:26px;"><a href="{ReblogURL}" target="_blank"> reblog </a></div></div>
- <div class="perma2">{block:NoteCount}{notecount}{/block:NoteCount} </div>
- <div class="perma3"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_29-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:28px;"><a href="{permalink}"> perma </a></div></div>
- <div class="perma4"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_31-128.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:25px;">{12Hour}:{Minutes} {CapitalAmPm}</div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- <div style="padding-top:5px"></div>
- <div id="timestamp3">{ShortMonth}. {ShortDayOfWeek}., {DayOfMonthWithZero} {Year} | {12Hour}:{Minutes} {CapitalAmPm} EST</div>
- <div id="time">{timeago}</div>
- <div id="notes">{notecountwithlabel}</div>
- <div id="via">{block:RebloggedFrom} via: <a href={ReblogParentURL}><font style="color:white">{ReblogParentName}</font></a>{/block:RebloggedFrom} </div>
- <div id="source">{block:contentSource}source: <a href="{Sourceurl}" style="color:white">{sourcetitle}</a>{/block:contentSource}</div>
- <div id="tags">
- <div style="font-family:roboto; font-size:15px; padding-top:10px;padding-bottom:5px;">tags: </br></div>
- {block:HasTags}{block:Tags}
- {Tag},
- {/block:Tags}{/block:HasTags}
- </div>
- <div id="caption">{caption}</div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-250}</center>
- <div class="perma"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_50_09.12.14-1_Artboard_38-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:26px;"><a href="{ReblogURL}" target="_blank"> reblog </a></div></div>
- <div class="perma2">{block:NoteCount}{notecount}{/block:NoteCount} </div>
- <div class="perma3"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_29-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:28px;"><a href="{permalink}"> perma </a></div></div>
- <div class="perma4"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_31-128.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:25px;">{12Hour}:{Minutes} {CapitalAmPm}</div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-400}</center>
- <div style="padding-top:5px"></div>
- <div id="timestamp3">{ShortMonth}. {ShortDayOfWeek}., {DayOfMonthWithZero} {Year} | {12Hour}:{Minutes} {CapitalAmPm} EST</div>
- <div id="time">{timeago}</div>
- <div id="notes">{notecountwithlabel}</div>
- <div id="via">{block:RebloggedFrom} via: <a href={ReblogParentURL}><font style="color:white">{ReblogParentName}</font></a>{/block:RebloggedFrom} </div>
- <div id="source">{block:contentSource}source: <a href="{Sourceurl}" style="color:white">{sourcetitle}</a>{/block:contentSource}</div>
- <div id="tags">
- <font style="font-family:roboto; font-size:15px; padding-top:5px; padding-bottom:5px;">tags: </font>
- {block:HasTags}{block:Tags}
- {Tag}
- {/block:Tags}{/block:HasTags}
- </div>
- <div id="caption">{caption}</div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
- href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}
- <div style="padding:5px"></div>
- <div id="postnotes"><div style="height:auto; max-height:300px; border:1px solid {color:border3}; overflow:auto; padding:10px; background:#f4f4f4">{PostNotes}</div></div><br>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {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}
- </body>
- <div id="02" class="popup_block">
- <div style="font-size:20px; font-style:italic; padding:20px;"> updates + stats </div>
- {text:updates and stats}
- </div></div></div></div></div></div></div></div></div></div>
- <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding:10px; font-family:dancing script; font-size: 20px; line-height: 10px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!">mkbye</a></div>
- </html>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment