Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 37
- ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀ █▀▀▄ █░░█
- ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█ █▀▀▄ █▄▄█
- ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀ ▀▀▀░ ▄▄▄█
- █▀▄▀█ █░█ █▀▀▄ █░░█ █▀▀ ▄ ▀▄
- █░▀░█ █▀▄ █▀▀▄ █▄▄█ █▀▀ ░ ░█
- ▀░░░▀ ▀░▀ ▀▀▀░ ▄▄▄█ ▀▀▀ ▀ ▄▀
- Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
- http://mkbye.tumblr.com/
- Theme created: 06.19.15
- Theme posted publicly: 08.06.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">
- // <![CDATA[
- var speed=50; // speed colours change, 1 second = 1000
- var delay=100; // how long to wait for each wipe
- var alink=""; // page to link text to (set to ="" for no link)
- /****************************
- * Wipe Out Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var w_txt;
- window.onload=function() { if (document.getElementById) {
- var wiper=document.getElementById("wipe");
- w_txt=wiper.firstChild.nodeValue;
- while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
- for (var i=0; i<w_txt.length; i++) {
- var wipei=document.createElement("span");
- wipei.setAttribute("id", "wipe"+i);
- wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
- if (alink) {
- wipei.style.cursor="pointer";
- wipei.onclick=function() { top.location.href=alink; }
- }
- wiper.appendChild(wipei);
- }
- wipe(0);
- }}
- function wipe(c) {
- if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
- else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
- setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
- }
- // ]]>
- </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Dosis::latin', 'Raleway:200: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 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>
- $(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"
- 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="image:sidebar" content="1"/>
- <meta name="image:sidebar2" content="1"/>
- <meta name="image:sidebarbackground" content="1"/>
- <meta name="color:border1" content="#777"/>
- <meta name="color:border2" content="#333"/>
- <meta name="color:border3" content="#fff"/>
- <meta name="text:stats" content="fhs stats counter here"/>
- <meta name="text:name" content="name"/>
- <meta name="text:write updates here" content="example: updated theme on july 8 2015"/>
- <meta name="text:write stats here" content="example: reached 5k followers on february 2 2013"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 msg" content="homepage"/>
- <meta name="text:link 2" content="/ask"/>
- <meta name="text:link 2 msg" content="message"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 msg" content="links"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 msg" content="mine"/>
- <meta name="text:link 5" content="/archive"/>
- <meta name="text:link 5 msg" content="archive"/>
- <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.7;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- border:5px solid white;
- float: left;
- font-size:10px;
- position: fixed;
- color:white;
- top: 50%; left: 50%;
- z-index: 9999999999999;
- background-image:url({image:sidebarbackground});
- background-size:100%;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background:white;
- letter-spacing:0px; /* change the letter spacing */
- color:{color:text}; /* change the text color */
- font-size:8px;
- text-transform:uppercase;
- border:1px solid {color:border3};
- border-radius:5px;
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:border2};}
- iframe#tumblr_controls {z-index:99999999;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:9px;
- 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:white;
- }
- div#center{
- margin:auto;
- position:relative;
- width:1250px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:7px;
- overflow:hidden;
- width:270px;
- padding:15px;
- padding-bottom:13px;
- border:1px solid #ddd;
- {block:PermalinkPage}
- width:400px;
- text-align:left;
- line-height:10px;
- margin-left:100px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img{
- outline:5px solid #f4f4f4;
- outline-offset:0px;
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:250px;
- height:50px;
- margin-left:0px;
- position: absolute;
- padding:10px;
- overflow:hidden;
- text-align:center;
- background:{color:border3};
- color:white;
- bottom:-116px;
- opacity:0;
- font-size:10px;
- font-family:dosis;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-top:5px solid #f4f4f4;
- border-right:5px solid #f4f4f4;
- }
- .perma a{
- color:white;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- margin-left:0px;
- bottom:16px;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:70px;
- z-index:99;
- margin-left:510px;
- right:auto;
- padding-bottom:50px;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- z-index:99999999;
- width:250px;
- height:250px;
- top:150px;
- left:90px;
- background:white;
- border:5px solid white;
- background-image:url({image:sidebarbackground});
- background-size:100%;
- outline:10px solid {color:border1};
- outline-offset:0px;
- }
- #pic{
- position:fixed !important;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-left:10px;
- background:white;
- }
- #pic img{
- width:100px;
- height:100px;
- padding:5px;
- }
- #pic2{
- position:fixed !important;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-left:130px;
- background:white;
- }
- #pic2 img{
- width:100px;
- height:100px;
- padding:5px;
- }
- #half{
- position:fixed !important;
- width:230px;
- height:110px;
- margin-top:130px;
- margin-left:10px;
- background:{color:sidebarhalf};
- }
- #desc{
- position:fixed !important;
- width:210px;
- height:57px;
- margin-top:0px;
- margin-left:0px;
- padding:10px;
- background:#f4f4f4;
- text-align:justify;
- font-family:raleway;
- overflow:auto;
- }
- #linksbar{
- position:fixed !important;
- width:230px;
- height:22px;
- margin-top:87px;
- margin-left:0px;
- background:#f4f4f4;
- }
- #l1{
- position:fixed !important;
- width:12px;
- height:12px;
- padding:5px;
- margin-top:0px;
- margin-left:0px;
- background:{color:border2};
- font-family:raleway;
- font-size:11px;
- line-height:12px;
- -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #l1:hover{
- -webkit-box-shadow: inset 0px 50px 0px {color:border3};
- }
- #l1 a{
- color:white;
- }
- #l2{
- position:fixed !important;
- width:12px;
- height:12px;
- padding:5px;
- margin-top:0px;
- margin-left:27px;
- background:{color:border3};
- font-family:raleway;
- font-size:11px;
- line-height:12px;
- -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #l2:hover{
- -webkit-box-shadow: inset 0px 50px 0px {color:border1};
- }
- #l2 a{
- color:white;
- }
- #l3{
- position:fixed !important;
- width:12px;
- height:12px;
- padding:5px;
- margin-top:0px;
- margin-left:54px;
- background:{color:border1};
- font-family:raleway;
- font-size:11px;
- line-height:12px;
- -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #l3:hover{
- -webkit-box-shadow: inset 0px 50px 0px {color:link};
- }
- #l3 a{
- color:white;
- }
- #l4{
- position:fixed !important;
- width:12px;
- height:12px;
- padding:5px;
- margin-top:0px;
- margin-left:81px;
- background:{color:border2};
- font-family:raleway;
- font-size:11px;
- line-height:12px;
- -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #l4:hover{
- -webkit-box-shadow: inset 0px 50px 0px {color:title};
- }
- #l4 a{
- color:white;
- }
- #l5{
- position:fixed !important;
- width:12px;
- height:12px;
- padding:5px;
- margin-top:0px;
- margin-left:108px;
- background:{color:border3};
- font-family:raleway;
- font-size:11px;
- line-height:12px;
- -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #l5:hover{
- -webkit-box-shadow: inset 0px 50px 0px {color:border1};
- }
- #l5 a{
- color:white;
- }
- #l6{
- position:fixed !important;
- width:85px;
- height:12px;
- padding:5px;
- margin-top:0px;
- margin-left:135px;
- background:{color:border1};
- font-family:raleway;
- font-size:11px;
- line-height:12px;
- -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #l6:hover{
- -webkit-box-shadow: inset 0px 50px 0px {color:link};
- }
- #l6 a{
- color:white;
- }
- #question{
- width:250px;
- height:auto;
- padding:10px;
- font-size:9px;
- background:{color:border3};
- border-radius:5px;
- {block:permalinkpage}
- width:380px;
- {/block:permalinkpage}
- }
- #answer{
- width:250px;
- height:auto;
- padding:10px;
- font-size:9px;
- text-align:left;
- {block:permalinkpage}
- width:380px;
- {/block:permalinkpage}
- }
- #design img{
- position:fixed !important;
- z-index:99;
- top:20px;
- left:70px;
- width:300px;
- opacity:0.1;
- -webkit-transform:rotate(10deg);
- }
- #topbg{
- position:fixed !important;
- z-index:999999999999;
- top:0px;
- margin-left:500px;
- width:650px;
- height:30px;
- background:{color:background};
- }
- #top{
- position:fixed !important;
- z-index:999999999999;
- top:30px;
- margin-left:500px;
- width:650px;
- height:30px;
- background:{color:border1};
- font-size:9px;
- font-family:raleway;
- text-align:center;
- line-height:30px;
- }
- #bottom{
- position:fixed !important;
- z-index:999999999999;
- bottom:30px;
- margin-left:500px;
- width:650px;
- height:30px;
- background:{color:border2};
- line-height:30px;
- font-size:9px;
- font-family:raleway;
- color:white;
- text-align:center;
- }
- #bottom a{
- color:white;
- }
- #bottombg{
- position:fixed !important;
- z-index:999999999999;
- bottom:0px;
- margin-left:500px;
- width:650px;
- height:30px;
- background:{color:background};
- }
- #box{
- position:fixed !important;
- width:650px;
- height:2000px;
- margin-top:-20px;
- margin-left:500px;
- background:{color:border1};
- opacity:0.4;
- }
- #albumart{
- width:100px;
- height:100px;
- }
- #albumart img{
- width:70px;
- height:70px;
- border:2px solid {color:blogtitle};
- }
- .title2{
- line-height:0px;
- font-family:dancing script;
- font-size:17px;
- color:{color:Title};
- font-weight: normal;
- margin-top:0px;
- text-align:center;
- }
- .title3{
- font-weight: normal;
- margin-top:15px;
- text-align:center;
- font-family:roboto;
- font-size:13px;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 20px;
- font-family:allura;
- font-size:20px;
- 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:2px;}
- .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;margin-right:10px;}
- <--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="http://31.media.tumblr.com/tumblr_lnvurxvJ8i1qepbs7.png" />
- <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="design"><img src="http://cliparts.co/cliparts/qcB/oox/qcBooxjxi.png"></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="pic"><img src="{image:sidebar}"></div>
- <div id="pic2"><img src="{image:sidebar2}"></div>
- <div id="half">
- <div id="desc">{description}</div>
- <div id="linksbar">
- <div id="l1">
- <a href="{text:link 1}" title="{text:link 1 msg}">01.</a>
- </div>
- <div id="l2">
- <a href="{text:link 2}" title="{text:link 2 msg}">02.</a>
- </div>
- <div id="l3">
- <a href="{text:link 3}" title="{text:link 3 msg}">03.</a>
- </div>
- <div id="l4">
- <a href="{text:link 4}" title="{text:link 4 msg}">04.</a>
- </div>
- <div id="l5">
- <a href="{text:link 5}" title="{text:link 5 msg}">05.</a>
- </div>
- <div id="l6">
- <a href="#?w=340" rel="02" class="poplight">+ more</a>
- </div>
- </div>
- </div>
- </div>
- </center>
- </div>
- <!------------------------------------->
- <div id="topbg"></div>
- <div id="top"></div>
- <div id="box"></div>
- <div id="bottom">{text:stats}</div>
- <div id="bottombg"></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}</br><span class="body">{Body}</span></br><div id="padding:10px;"> </div>
- {block:IndexPage}
- <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
- </br><div style="width:150px;font-size:9px;height:15px;background:{color:border3};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>{block:Link}
- {block:Answer}
- <div id="question">
- <font style="text-transform:uppercase; color:{color:border1};font-size:10px;text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;"><b>{Asker}</b></font>: </br>{question}</div>
- <div style="padding:5px;"></div>
- <div id="answer">
- <font style="text-transform:uppercase; color:{color:border3};font-size:10px;"><b>{text:name}</b></font>: </br>{answer}</div>
- <div id="padding:5px;"></div>
- {block:IndexPage}
- <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
- {/block:PermalinkPage}
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog post</a></br>
- <a href="{Permalink}">permalink</a></br>
- {block:NoteCount} {notecountwithlabel} {/block:NoteCount}</br>
- {shortmonth} {dayofmonth} {year} / {timeago}
- </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></br>
- <div style="Text-align:left;">{caption}</div>
- </br>
- <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset}</center></br>
- <div style="text-align:left">{caption}</div></br>
- <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset}</center></br>
- <div style="text-align:left">{caption}</div></br>
- <div style="width:150px;font-size:9px;height:15px;background:{color:border3};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></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}
- {block:AlbumArt}
- <center><div id="albumart"><img src="{AlbumArtURL}"></div></center>
- {/block:AlbumArt}
- {block:TrackName}
- <div class="title2">{TrackName}</div>
- {/block:TrackName}
- {block:Artist}
- <div class="title3">{Artist}</div>
- {/block:Artist}
- <div style="border:1px solid {color:border3}; height:30px; margin-top:15px; margin-left:0px;">
- {AudioPlayerWhite}
- </div></br>{block:IndexPage}
- <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
- {/block:PermalinkPage}
- {/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:150px; border:1px solid {color:border2}; overflow:auto; padding:10px; background:#fff;outline:5px solid #f4f4f4;
- outline-offset:0px;"><div style="line-height:15px;">{PostNotes}</div></div></div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/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="width:130px;height:130px;padding:10px;border:5px solid white;background:#f4f4f4;overflow:auto">
- <div style="font-family:dancing script;font-size:20px;text-align:center;color:{color:border1};width:130px;margin-top:0px;margin-left:0px;height:40px;line-height:40px;background:white">Updates</div>
- <div style="padding:5px;font-size:9px;color:{color:text};">
- {text:write updates here}
- </div>
- </div>
- <div style="width:130px;height:130px;padding:10px;border:5px solid white;background:#f4f4f4;margin-top:-160px;margin-left:180px;overflow:auto">
- <div style="font-family:dancing script;font-size:20px;text-align:center;color:{color:border1};width:130px;margin-top:0px;margin-left:0px;height:40px;line-height:40px;background:white">Statistics</div>
- <div style="padding:5px;font-size:9px;color:{color:text};">
- {text:write stats here}
- </div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
- <div style="position:fixed; bottom:5px; z-index:99999;right:5px; background:white; border: 1px solid #eee;width:30px;height:30px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!"><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>
Advertisement
Add Comment
Please, Sign In to add comment