Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Go to tumblr.com/docs/en/custom_themes for assistance.
- -->
- <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"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></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('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
- 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 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 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:links" content="#333"/>
- <meta name="color:sidebar border" content="#333"/>
- <meta name="color:border1" content="#333"/>
- <meta name="color:blogtitle" content="#333"/>
- <meta name="color:permalinks" content="#333"/>
- <meta name="color:permalinkbg" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="color:sidebacks1" content="#fff"/>
- <meta name="color:link title" content="#000"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar background" content="1"/>
- <meta name="image:pic" content="1"/>
- <meta name="image:pic2" content="1"/>
- <meta name="image:pic3" content="1"/>
- <meta name="image:sidebacks" content="1"/>
- <meta name="text:Link One" content=""/>
- <meta name="text:Link One Message" content"link1 title"/>
- <meta name="text:Link Two" content=""/>
- <meta name="text:Link Two Message" content"link2 title"/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Three Message" content"link3 title"/>
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Message" content"link4 title"/>
- <meta name="text:your name" content="your name here"/>
- <meta name="text:ddescription" content=""/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:#000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 8px solid {color:sidebar border};
- float: left;
- font-size:12px;
- font-family:arial;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 999999999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:8px 6px 8px 6px;
- margin:20px 0px 0px 20px;
- background: #fff; /* change the background color */
- border-right:3px solid {color:link title}; /* change the border color */
- border-left:3px solid {color:link title};
- font-family:talkingtothemoon; /* change the font */
- font-size:20px; /* change the font size */
- letter-spacing:0px; /* change the letter spacing */
- text-transform:lowercase; /* can be uppercase, lowercase, none*/
- color:#000; /* change the text color */
- z-index:999999999999999999999999999999999999;
- box-shadow:0px 0px 3px;
- }
- 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: dixel;
- line-height:7px;
- font-size:8px;
- 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:1000px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height:9px;
- background-color: {color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- width:0px;
- height:0px;
- overflow:hidden;
- background:#fff;
- }
- ::-webkit-scrollbar {
- width:5px;
- height:5px;
- overflow:hidden;
- background:#ddd;
- margin-right:5px;
- }
- assk{
- font-family:fat tats;
- font-size:23px;
- line-height:16px;
- color:{color:title};
- }
- gee{
- font-size:25px;
- font-family:fat tats;
- line-height:16px;
- color:{color:title};
- margin-left:5px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:7px;
- overflow:hidden;
- width:280px;
- border:1px solid #ddd;
- padding:8px;
- font-family:simply complicated;
- font-size:18px;
- LINE-HEIGHT:20px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:16px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:200px;
- height:40px;
- margin-left:40px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- margin-top:40px;
- padding-top:8px;
- padding-bottom:4px;
- background:{color:permalinks};
- word-spacing:2px;
- letter-spacing:1px;
- font-family:talkingtothemoon;
- font-size:14px;
- opacity:0;
- border-radius:3px;
- border-left:3px solid {color:permalinkbg};
- border-right:3px solid {color:permalinkbg};
- border-right:3px solid {color:permalinkbg};
- -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:18px;
- }
- #pencil{
- position:fixed;
- width:540px;
- height:1000px;
- margin-left:-190px;
- opacity:0.4;
- margin-top:-5px;
- background:url({image:sidebacks});
- }
- #eraser{
- position:fixed;
- width:230px;
- height:1000px;
- margin-left:1030px;
- opacity:0.4;
- margin-top:-5px;
- background:url({image:sidebacks});
- }
- #pop{
- position:fixed;
- width:30px;
- height:1000px;
- margin-left:330px;
- margin-top:-5px;
- background:{color:sidebacks1};
- border:1px solid #ddd;
- z-index:99999;
- }
- #can{
- position:fixed;
- width:30px;
- height:1000px;
- margin-left:1010px;
- margin-top:-5px;
- background:{color:sidebacks1};
- border:1px solid #ddd;
- z-index:99999;
- }
- #gold{
- position:fixed;
- width:648px;
- height:30px;
- margin-left:362px;
- margin-top:-5px;
- background:{color:sidebacks1};
- border-bottom:1px solid #ddd;
- z-index:99999;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:700px;
- margin-top:35px;
- z-index:99;
- margin-left:373px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:311px;
- background:white;
- height:411px;
- margin-top:130px;
- margin-left:-90px;
- text-align:center;
- border-left:13px solid {color:sidebar border};
- border-top:3px solid {color:sidebar border};
- border-right:13px solid {color:sidebar border};
- border-bottom:3px solid {color:sidebar border};
- padding:10px;
- box-shadow:0px 0px 5px #000;
- background:url("http://static.tumblr.com/oct6d4x/lFHm1ew9k/brushed_alu.png");
- }
- #sidebar img{
- opacity:1;
- width:105px;
- height:110px;
- margin-left:-190px;
- margin-top:10px;
- border:4px solid #fff;
- border-bottom:12px solid #fff;
- box-shadow:-1px 1px 3px #000;
- border-radius:5px;
- -webkit-transform: rotate(-8deg);
- transition: all 0.3s ease-out;
- -o-transition-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- #heart1{
- position:fixed;
- background:transparent;
- margin-top:-153px;
- margin-left:183px;
- text-align:center;
- opacity:1;
- z-index: 999;
- }
- #heart1 img{
- width:325px;
- border:0px;
- height:425px;
- box-shadow:0px 0px 0px;
- border-radius:0px;
- -webkit-transform: rotate(0deg);
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #heart1 img{
- opacity:0;
- width:50px;
- height:50px;
- margin-top:180px;
- margin-left:-46px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #heart3{
- position:fixed;
- background:transparent;
- text-align:center;
- opacity:1;
- z-index:99;
- }
- #heart3 img{
- width:105px;
- height:105px;
- margin-left:110px;
- margin-top:-110px;
- border:4px solid #fff;
- border-bottom:12px solid #fff;
- -webkit-transform: rotate(8deg);
- box-shadow:1px 1px 3px #000;
- border-radius:5px;
- }
- #heart4{
- position:fixed;
- background:transparent;
- text-align:center;
- opacity:1;
- z-index:9;
- }
- #heart4 img{
- width:105px;
- height:110px;
- margin-left:190px;
- margin-top:-125px;
- border:4px solid #fff;
- border-bottom:12px solid #fff;
- -webkit-transform: rotate(8deg);
- box-shadow:1px 1px 3px #000;
- border-radius:5px;
- }
- #blogtitle{
- position:fixed;
- width:auto;
- height:auto;
- margin-top:-216px;
- margin-left:-15px;
- opacity:1;
- font-family:fat tats;
- font-size:45px;
- color:{color:blogtitle};
- background:transparent;
- line-height:70px;
- letter-spacing:3px;
- height: 65px;
- z-index: 9999;
- text-shadow:0px 0px 3px #000;
- }
- #desc{
- position:fixed;
- height:63px;
- margin-top:38px;
- margin-left:92px;
- width:197px;
- opacity:1;
- font-family:my oh my;
- color:#000;
- line-height: 19px;
- padding-top:10px;
- padding-bottom:8px;
- padding-left:8px;
- padding-right:10px;
- background-color:{color:links};
- font-size:16px;
- text-align:center;
- z-index:1;
- border:2px solid #ddd;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #heart2{
- position:fixed;
- background:transparent;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #heart2 img{
- width:150px;
- height:140px;
- margin-top:120px;
- margin-left:120px;
- -webkit-transform: rotate(0deg);
- box-shadow:0px 0px 0px;
- border:0px;
- }
- #sidebar:hover #heart2{
- opacity:0.7;
- }
- #cutie5{
- position:fixed;
- width:80px;
- height:18px;
- padding-top:5px;
- padding-bottom:10px;
- padding-left:9px;
- padding-right:29px;
- margin-left:-10px;
- margin-top:385px;
- line-height:18px;
- text-align:center;
- font-size:32px;
- letter-spacing:2px;
- font-family:jenna sue;
- opacity:1;
- z-index: 1;
- background-color:transparent;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- @font-face {font-family:"frankentype";src:url('http://static.tumblr.com/ca4cyd5/Hnpmuia29/frankentype_personal_use_only.otf'); }
- @font-face {font-family: "Meow";src: url('http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf') format("truetype");}
- @font-face{font-family:"Dingleberry";src:url('http://static.tumblr.com/9wzbixa/EC3m26pf3/dingleberry_solid.ttf');}
- @font-face{font-family:"Edosz";src:url('http://static.tumblr.com/9wzbixa/yRZmj2htw/edosz.ttf');}
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face{font-family:"Jenna Sue";src:url('http://static.tumblr.com/9wzbixa/nq2mj2mox/jennasue.ttf');}
- @font-face { font-family:talkingtothemoon;src: url('http://static.tumblr.com/ca4cyd5/yRImuia9e/talkingtothemoon.ttf'); }
- @font-face { font-family:my oh my;src: url('http://static.tumblr.com/ca4cyd5/1kemui9sq/my_oh_my.ttf'); }
- @font-face { font-family:fat tats;src: url('http://static.tumblr.com/ca4cyd5/uGjmui9nj/fat_tats.ttf'); }
- @font-face { font-family:top modern;src: url('http://static.tumblr.com/ca4cyd5/yRgmuu0n4/top_modern.ttf'); }
- @font-face { font-family:simply complicated;src: url('http://static.tumblr.com/ca4cyd5/2Dlmuu16y/simply_complicated.ttf'); }
- #cutie1{
- position:fixed;
- width:52px;
- height:10px;
- padding-top:6px;
- padding-bottom:13px;
- padding-left:10px;
- padding-right:20px;
- margin-left:0px;
- margin-top:190px;
- line-height:18px;
- text-align:center;
- font-size:14px;
- letter-spacing:2px;
- font-family:top modern;
- opacity:1;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid {color:links};
- border-right:0px solid;
- border-bottom:3px solid {color:links};
- border-left:0px solid;
- background-color:#fff;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #cutie2{
- position:fixed;
- width:52px;
- height:10px;
- padding-top:6px;
- padding-bottom:13px;
- padding-left:7px;
- padding-right:23px;
- margin-left:0px;
- margin-top:240px;
- line-height:18px;
- text-align:center;
- font-size:14px;
- letter-spacing:2px;
- font-family:top modern;
- opacity:1;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid {color:links};
- border-right:0px solid;
- border-bottom:3px solid {color:links};
- border-left:0px solid;
- background-color:#fff;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #cutie3{
- position:fixed;
- width:52px;
- height:10px;
- padding-top:6px;
- padding-bottom:13px;
- padding-left:10px;
- padding-right:20px;
- margin-left:0px;
- margin-top:290px;
- line-height:18px;
- text-align:center;
- font-size:14px;
- letter-spacing:2px;
- font-family:top modern;
- opacity:1;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid {color:links};
- border-right:0px solid;
- border-bottom:3px solid {color:links};
- border-left:0px solid;
- background-color:#fff;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #cutie4{
- position:fixed;
- width:52px;
- height:10px;
- padding-top:6px;
- padding-bottom:13px;
- padding-left:10px;
- padding-right:20px;
- margin-left:0px;
- margin-top:340px;
- line-height:18px;
- text-align:center;
- font-size:14px;
- letter-spacing:2px;
- font-family:top modern;
- opacity:1;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid {color:links};
- border-right:0px solid;
- border-bottom:3px solid {color:links};
- border-left:0px solid;
- background-color:#fff;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .quote{
- position: fixed !important;
- width:645px;
- height:auto;
- font-family:meow;
- font-size: 14px;
- z-index:99999;
- line-height: 25px;
- text-shadow: 2px 2px 2px #fff;
- background-color: transparent;
- padding: 2px;
- text-align:center;
- margin-top:-1px;
- margin-left:355px;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 12px;
- color:{color:Title};
- font-weight: normal;
- font-family:frankentype;
- font-size:21px;
- line-height:18px;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- font-size:16px;
- }
- .permalink2{
- 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">
- $(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="pencil"></div>
- <div id="eraser"></div>
- <div id="pop"></div>
- <div id="can"></div>
- <div id="gold"></div>
- <div class="quote">i'd give you my love and my soul, but inside my chest there is nobody home.
- </div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="cutie1"><a href="{text:Link One}" title="{text:Link One Message}">refresh</a></div>
- <div id="cutie2"><a href="{text:Link Two}" title="{text:Link Two Message}">mailbox</a></div>
- <div id="cutie3"><a href="{text:Link Three}" title="{text:Link Three Message}">stuff</a></div>
- <div id="cutie4"><a href="{text:Link Four}" title="{text:Link Four Message}">themes</a> </div>
- <div id="cutie5"><object type='application/x-shockwave-flash' data='http://flash-mp3-player.net/medias/player_mp3_multi.swf' width='100' height='23'> <param name='movie' value='http://flash-mp3-player.net/medias/player_mp3_multi.swf' /> <param name='bgcolor' value='#ffffff' /> <param name='FlashVars' value='mp3=http%3A//tegos.ru/new/mp3_full/Lana_Del_Rey_-_Young_And_Beautiful.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_lqo1x4714v1qge8npo1.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_m59bpp1wAc1qzlocno1.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_md1f5x6X2C1rs5sz4o1.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_luy0o0fuLd1qdte2bo1.mp3%20%7C%20http%3A//media.shax-dag.ru/Music/users/music___123100_3.mp3%20&skin=white&buttoncolor=black&showlist=0' /> </object></a> </div>
- <a href="/"><img src="{image:sidebar}"</a>
- <div id="pew"></div>
- <div id="desc">{text:ddescription}</div>
- <div id="blogtitle">{blogtitle}</div>
- <div id="heart1"><img src="{image:pic}"></div>
- <div id="heart2"><img src="http://25.media.tumblr.com/3f7fa50cac3fa682764c3f9443966a4e/tumblr_mthfjqOmK21rm6jd7o1_500.png"></div>
- <div id="heart3"><a href='#?w=350' rel='01' class='poplight' title="updates"><img src="{image:pic2}"></div>
- <div id="heart4"><a href='#?w=350' rel='02' class='poplight' title="playlist"><img src="{image:pic3}"></div>
- </center>
- </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}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/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 style=
- "margin: 1px 2px 1px 2px;
- min-height:30px;
- padding: 8px;
- padding-top:10px;
- padding-bottom:10px;
- border:1px solid #ddd;
- border-left:2px solid #ddd;
- border-bottom:2px solid #ddd;"/>
- <img src="{AskerPortraitURL-40}" width="40" align="Left" style=
- "margin-left:-7px;
- margin-top: -17px;
- border:2px solid {color:sidebar border};
- border-radius:25px;"/> <gee>{Asker} </gee> wondered: {Question} </div> <br>
- <div style="background:{color:ask background}; padding-top:-5px; padding-bottom:10px;"><center>{Answer}</center></div>
- <assk>{text:your name}</assk> <br>
- <P ALIGN=Right><a href="{Permalink}">{notecountwithlabel}</a>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}">{NoteCountWithLabel} posted {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>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/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 align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</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="01" class="popup_block">
- Or you can put your updates here
- I'm currently online! <br>
- Follow my BOTW for a promo!<br>
- Use <br> to make a new line & <p> for a new paragraph !
- </div></div></div></div></div></div></div></div></div></div>
- <div id="02" class="popup_block">
- Or you can put your playlist here
- I'm currently online! <br>
- Follow my BOTW for a promo!<br>
- Use <br> to make a new line & <p> for a new paragraph !
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment