Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 43 made by celina aka mkbye :-)
- please don't remove credit, or at least put it somewhere else on your blog!
- if you're stealing codes, bitch I will find you :))
- theme created: aug 29 15
- theme posted publicly: aug 30 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', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::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:10,
- tip_fade_speed:10,
- 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="#f4f4f4"/>
- <meta name="color:link" content="#acbfdf"/>
- <meta name="color:text" content="#414141"/>
- <meta name="color:title" content="#8fafc9"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="image:vertical pic 1" content="1"/>
- <meta name="image:vertical pic 2" content="1"/>
- <meta name="image:icon" content="1"/>
- <meta name="color:sidebar hover border" content="#d8e2ed"/>
- <meta name="color:sidebar border" content="#b0c8da"/>
- <meta name="color:line" content="#9ab2be"/>
- <meta name="color:blogtitle" content="#809dbe"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 msg" content="homepage"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 msg" content="inbox"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 msg" content="nav"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 msg" content="pictures"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 msg" content="archive"/>
- <meta name="text:name before desc link" content="/"/>
- <meta name="text:blogtitle" content="blogtitle"/>
- <meta name="text:stats" content="6/20000"/>
- <meta name="text:name" content="celina"/>
- <meta name="text:3 liner quote" content="No matter how hard things were, tomorrow's a fresh opportunity to make it better."/>
- <meta name="if:no sidebar hover" content="0"/>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:4px;
- margin:20px 0px 0px 20px;
- background:{color:title};
- letter-spacing:0px; /* change the letter spacing */
- color:white; /* change the text color */
- font-size:10px;
- text-transform:lowercase;
- z-index:999999999999999999999999999999999999;
- }
- #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:1;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- border:15px solid {color:link};
- float: left;
- font-size:10px;
- position: fixed;
- color:white;
- top: 50%; left: 50%;
- z-index: 9999999999999;
- background:white;
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:blogtitle};border:2px solid white;}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop: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:arial;
- line-height:15px;
- font-size:10px;
- 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;
- }
- .entry {
- float:left;
- display: block;
- margin:15px;
- overflow:hidden;
- width:270px;
- border:1px solid {color:sidebar border};
- padding:15px;
- padding-bottom:13px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- #posts {
- width:800px;
- margin-top:50px;
- z-index:99;
- margin-left:500px;
- position:relative;
- overflow-y: hidden;
- }
- #sr{
- position:fixed !important;
- width:330px;
- height:250px;
- margin-top:100px;
- margin-left:100px;
- background:#fff;
- border:1px solid {color:sidebar border};
- transition: all .5s ease-out;
- -o-transition-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- {block:ifnosidebarhover}
- background:{color:sidebar hover border};
- {/block:ifnosidebarhover}
- }
- #sr:hover{
- background:{color:sidebar hover border};
- }
- #pc1{
- position:fixed !important;
- width:350px;
- height:250px;
- margin-top:10px;
- margin-left:10px;
- {block:ifnosidebarhover}
- opacity:0;
- {/block:ifnosidebarhover}
- }
- #pc1 img{
- width:150px;
- height:230px;
- outline:1px solid white;
- outline-offset:-5px;
- transition: all .5s ease-out;
- -o-transition-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- }
- #sr:hover #pc1 img{
- margin-left:170px;
- opacity:0;
- }
- #pc2{
- position:fixed !important;
- width:350px;
- height:250px;
- margin-top:10px;
- margin-left:170px;
- {block:ifnosidebarhover}
- opacity:0;
- {/block:ifnosidebarhover}
- }
- #pc2 img{
- width:150px;
- height:230px;
- outline:1px solid white;
- outline-offset:-5px;
- transition: all .5s ease-out;
- -o-transition-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- }
- #sr:hover #pc2 img{
- margin-left:-170px;
- opacity:0;
- }
- #bgbx{
- position:fixed !important;
- width:310px;
- height:200px;
- margin-top:25px;
- margin-left:10px;
- background:#000;
- outline:1px solid {color:sidebar border};
- outline-offset:-5px;
- background-color:white;
- transition: all .5s ease-out;
- -o-transition-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- -moz-transform: scale(0);
- -webkit-transform: scale(0);
- transform: scale(0);
- {block:ifnosidebarhover}
- -moz-transform: scale(1.0);
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- {/block:ifnosidebarhover}
- }
- #sr:hover #bgbx{
- -moz-transform: scale(1.0);
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- #bxbe{
- position:fixed !important;
- z-index:99999;
- width:280px;
- height:40px;
- margin-top:10px;
- margin-left:10px;
- padding-left:10px;
- text-align:left;
- line-height:40px;
- font-family:arial;
- font-size:17px;
- font-weight:bold;
- text-transform:lowercase;
- color:{color:blogtitle};
- text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
- }
- #bxle{
- position:fixed !important;
- width:290px;
- height:1px;
- background:{color:line};
- margin-top:30px;
- margin-left:10px;
- }
- #bxpc{
- position:fixed !important;
- width:70px;
- height:70px;
- margin-top:50px;
- margin-left:20px;
- background:{color:sidebar border};
- }
- #bxpc img{
- width:60px;
- height:60px;
- padding:5px;
- outline:1px solid white;
- outline-offset:-6px;
- }
- #bxdc{
- position:fixed !important;
- width:165px;
- max-height:38px;
- height:auto;
- padding:15px;
- margin-top:50px;
- margin-left:100px;
- background:white;
- border:1px solid {color:line};
- overflow:auto;
- text-align:left;
- font-size:9.5px;
- }
- #bxbe2{
- position:fixed !important;
- z-index:99999;
- width:280px;
- height:40px;
- margin-top:120px;
- margin-left:10px;
- padding-right:10px;
- text-align:right;
- line-height:40px;
- font-family:arial;
- font-size:17px;
- font-weight:bold;
- text-transform:lowercase;
- color:{color:blogtitle};
- text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
- }
- #bxle2{
- position:fixed !important;
- width:290px;
- height:1px;
- background:{color:line};
- margin-top:140px;
- margin-left:10px;
- }
- #bxls{
- position:fixed !important;
- width:105px;
- height:15px;
- margin-top:160px;
- margin-left:195px;
- text-align:center;
- }
- #bxls a{
- padding:2px;
- font-size:9.5px;
- color:{color:text};
- }
- #bxls a:hover{
- background:{color:sidebar hover border};
- }
- #bxqe{
- position:fixed !important;
- width:180px;
- height:45px;
- margin-top:145px;
- margin-left:10px;
- font-size:8.5px;
- font-family:libre baskerville;
- font-style:italic;
- text-align:center;
- line-height:14px;
- }
- #brtp{
- position:fixed !important;
- z-index:9999999;
- width:100%;
- height:20px;
- top:0px;
- left:0px;
- background:{color:blogtitle};
- }
- #bgss2{
- position:fixed !important;
- width:auto;
- height:10px;
- padding:3px;
- left:5px;
- bottom:25px;
- background:white;
- border:1px solid {color:line};
- text-align:center;
- color:{color:link};
- line-height:10px;
- font-size:9px;
- text-transform:uppercase;
- }
- #bgus #bgss #bgss2 a{
- color:{color:link};
- }
- .entry .perma4{
- z-index:9999;
- position:absolute;
- width:30px;
- height:30px;
- margin-top:20px;
- margin-left:20px;
- border:1px solid white;
- border-right:0px;
- background:{color:sidebar border};
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-transform: scale(0);
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- .entry:hover .perma4{
- overflow:visible;
- opacity:1;
- -moz-transform: scale(1);
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .entry .perma5{
- z-index:9999;
- position:absolute;
- width:30px;
- height:30px;
- margin-top:20px;
- margin-left:50px;
- border:1px solid white;
- border-left:0px;
- border-right:0px;
- background:{color:blogtitle};
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-transform: scale(1.5);
- -webkit-transform: scale(1.5);
- transform: scale(1.5);
- }
- .entry:hover .perma5{
- overflow:visible;
- opacity:1;
- -moz-transform: scale(1);
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .entry .perma6{
- z-index:9999;
- position:absolute;
- width:30px;
- height:30px;
- margin-top:20px;
- margin-left:80px;
- border:1px solid white;
- background:{color:link};
- border-left:0px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-transform: scale(0);
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- .entry:hover .perma6{
- overflow:visible;
- opacity:1;
- -moz-transform: scale(1);
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .perma6 img{
- width:20px;
- border:0px;
- background:{color:link};
- }
- .entry .perma7{
- z-index:9999;
- position:absolute;
- width:30px;
- height:30px;
- margin-top:20px;
- margin-left:20px;
- border:1px solid white;
- border-right:0px;
- background:{color:sidebar border};
- }
- .entry .perma8{
- z-index:9999;
- position:absolute;
- width:30px;
- height:30px;
- margin-top:20px;
- margin-left:50px;
- border:1px solid white;
- border-left:0px;
- border-right:0px;
- background:{color:blogtitle};
- }
- .entry .perma9{
- z-index:9999;
- position:absolute;
- width:30px;
- height:30px;
- margin-top:20px;
- margin-left:80px;
- border:1px solid white;
- background:{color:link};
- border-left:0px;
- }
- .perma9 img{
- width:20px;
- border:0px;
- background:{color:link};
- }
- .entry .perma10{
- z-index:9999;
- position:absolute;
- width:140px;
- height:30px;
- margin-top:20px;
- margin-left:110px;
- border:1px solid white;
- background:{color:title};
- border-left:0px;
- color:white;
- text-align:center;
- line-height:30px;
- font-size:9px;
- }
- #question{
- width:250px;
- height:auto;
- padding:10px;
- font-size:9px;
- background:white;
- border:1px solid {color:blogtitle};
- font-family:arial;
- {block:permalinkpage}
- width:440px;
- {/block:permalinkpage}
- }
- #answer{
- width:250px;
- height:auto;
- padding:10px;
- font-size:9px;
- text-align:left;
- background:white;
- font-family:arial;
- {block:permalinkpage}
- width:440px;
- {/block:permalinkpage}
- }
- #ap{
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:15px;
- margin-left:15px;
- background:white;
- opacity:0.8;
- border-radius:100px;
- }
- #at{
- width:190px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:-45px;
- margin-left:80px;
- font-family:arial;
- font-size:13px;
- font-weight:bold;
- }
- .title{
- line-height: 20px;
- font-size:15px;
- color:{color:Title};
- font-weight:bold;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- #tdcd{
- position:fixed;
- bottom:5px;
- z-index:99999;
- right:5px;
- background:white;
- border:1px solid #eee;
- width:30px;
- height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover{
- right:75px;
- }
- #cr{
- position:fixed;
- bottom:5px;
- z-index:99999;
- background:white;
- border:1px solid #eee;
- width:70px;
- height:30px;
- right:-70px;
- font-size:8px;
- text-align:center;
- line-height:30px;
- font-weight:bold;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover #cr{
- right:0px;
- }
- #cr a{
- color:{color:blogtitle};
- }
- #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;margin:5px;}
- <--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="brtp"></div>
- <div id="bgss2">{text:stats}</div>
- <div id="sr">
- <div id="pc1"><img src="{image:vertical pic 1}"></div>
- <div id="pc2"><img src="{image:vertical pic 2}"></div>
- <div id="bgbx">
- <div id="bxbe">{text:blogtitle}</div>
- <div id="bxle"></div>
- <div id="bxpc"><img src="{image:icon}"></div>
- <div id="bxdc"><a href="{text:name before desc link}" style="text-transform:uppercase;"><b>{text:name}:</b></a> {description}</div>
- <div id="bxbe2">navigation</div>
- <div id="bxle2"></div>
- <div id="bxls">
- <a href="{text:link 1}" title="{text:link 1 msg}">01</a>
- <a href="{text:link 2}" title="{text:link 2 msg}">02</a>
- <a href="{text:link 3}" title="{text:link 3 msg}">03</a>
- <a href="{text:link 4}" title="{text:link 4 msg}">04</a>
- <a href="{text:link 5}" title="{text:link 5 msg}">05</a>
- <a href="http://mkbye.tumblr.com" title="theme">06</a>
- </div>
- <div id="bxqe"><font style="color:{color:sidebar border};font-size:13px;">❝</font> {text:3 liner quote} <font style="color:{color:sidebar border};font-size:13px;">❞</font></div>
- </div>
- </div>
- <div id="tdcd"><img src="http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/3d-transparent-glass-icons-people-things/059464-3d-transparent-glass-icon-people-things-hand-peace.png" style="width:30px;height:30px;"></a>
- <div id ="cr"><a href="http://mkbye.tumblr.com">theme by mkbye</a></div>
- </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>
- {block:IndexPage}
- <div style="color:{color:blogtitle};font-family:arial;text-transform:lowercase;font-style:italic;text-align:right">
- <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{Permalink}" title="{timeago}">{ShortDayOfWeek} {DayOfMonth}</a>
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
- {block:IndexPage}
- <div style="color:{color:blogtitle};font-family:arial;text-transform:lowercase;font-style:italic;text-align:right">
- <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{Permalink}" title="{timeago}">{ShortDayOfWeek} {DayOfMonth}</a>
- </div>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma4">
- <a href="{ReblogURL}" target="_blank" title="{notecountwithlabel}">
- <div style="margin-top:8px; margin-left:0px">{ReblogButton color="white" size="15"}</div> </a>
- </div>
- <div class="perma5">
- <div style="margin-top:8px; margin-left:0px">{LikeButton color="white" size="15"}</div> </div>
- <div class="perma6"> <a href="{permalink}" title="reblogged {timeago}"> <img src="http://i.imgur.com/733Lx5B.png" style="width:14px; margin-top:8px;"> </a> </div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Answer}
- <div id="question">
- <font style="text-transform:uppercase; color:{color:blogtitle};font-size:10px;"><b>{Asker}</b></font>:</br>{question}</div>
- <div id="answer">
- <font style="text-transform:uppercase; color:{color:blogtitle};font-size:10px;"><b>{text:name}</b></font>:</br>{answer}</div>
- {block:IndexPage}
- <div style="color:{color:blogtitle};font-family:arial;text-transform:lowercase;font-style:italic;text-align:right">
- <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{Permalink}" title="{timeago}">{ShortDayOfWeek} {DayOfMonth}</a>
- </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:Photoset}
- {block:IndexPage}
- <center>{Photoset-250}
- <div class="perma7">
- <a href="{ReblogURL}" target="_blank">
- <div style="margin-top:8px; margin-left:0px">{ReblogButton color="white" size="15"}</div> </a>
- </div>
- <div class="perma8">
- <div style="margin-top:8px; margin-left:0px">{LikeButton color="white" size="15"}</div> </div>
- <div class="perma9"> <a href="{permalink}" title="reblogged {timeago}"> <img src="http://i.imgur.com/733Lx5B.png" style="width:14px; margin-top:8px;"> </a> </div>
- <div class="perma10"> {block:NoteCount}{notecountwithlabel}{/block:NoteCount} — {12HourWithZero}:{Minutes} {CapitalAmPm}</div>
- </br></br></br></br>
- <div style="text-align:left;padding:15px;">{caption}</div>
- </center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{Photoset-400}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
- {block:IndexPage}
- <div style="color:{color:blogtitle};font-family:arial;text-transform:lowercase;font-style:italic;text-align:right">
- <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{Permalink}" title="{timeago}">{ShortDayOfWeek} {DayOfMonth}</a>
- </div>
- {/block:IndexPage}
- {/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}
- {/block:Chat}
- {block:Audio}
- <div id="ap">{AudioPlayerWhite}</div>
- {block:AlbumArt}<img src="{AlbumArtURL}" style="width:60px;border-radius:100px;">{/block:AlbumArt}
- <div id="at">{block:TrackName}{TrackName}{/block:TrackName} -
- <font style="color:{color:blogtitle}">{block:Artist}{Artist}{/block:Artist}</font>
- </div>
- </br>
- {block:indexpage}
- <div style="color:{color:link};font-family:arial;text-transform:lowercase;font-style:italic;text-align:right">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount} | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{Permalink}" title="{timeago}">{ShortDayOfWeek} {DayOfMonth}</a>
- </div></br>
- <div style="padding:5px;border-top:1px solid {color:title}"></div>
- {caption}
- {/block:indexpage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}
- <div class="perma7">
- <a href="{ReblogURL}" target="_blank">
- <div style="margin-top:8px; margin-left:0px">{ReblogButton color="white" size="15"}</div> </a>
- </div>
- <div class="perma8">
- <div style="margin-top:8px; margin-left:0px">{LikeButton color="white" size="15"}</div> </div>
- <div class="perma9"> <a href="{permalink}" title="reblogged {timeago}"> <img src="http://i.imgur.com/733Lx5B.png" style="width:14px; margin-top:8px;"> </a> </div>
- <div class="perma10"> {block:NoteCount}{notecountwithlabel}{/block:NoteCount} — {12HourWithZero}:{Minutes} {CapitalAmPm}</div>
- </br></br></br></br>
- <div style="text-align:left;padding:15px;">{caption}</div>
- </center>
- </center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}
- </br><div style="font-size:9.5px;color:black;line-height:12px;">
- <B>POSTED:</B> {shortmonth} {dayofmonth} {year} | {12Hour}:{Minutes} {CapitalAmPm}</br>
- <b>NOTE COUNT:</b> {notecount}</br>
- <B>VIA:</B> {block:RebloggedFrom}<a href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom}</br>
- <b>SOURCE:</b> {block:contentSource}<a href="{Sourceurl}">{sourcetitle}</a>{/block:contentSource}</br>
- <b>TAGS:</b> {block:HasTags}{block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}</br></br>
- <div style="border-top:1px solid {color:title}"></div>
- </br>
- {caption}
- </br>
- </div>
- <div id="postnotes"><div style="height:auto; max-height:500px; overflow:auto; padding:10px; font-size:9px; font-family:arial">{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>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment