Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ╋┏┓╋╋╋┏┓┏┓╋╋╋╋╋╋╋╋┏┓┏┓
- ┏┛┗┓╋╋┃┃┃┃╋╋╋╋╋╋╋┏┛┗┫┃
- ┗┓┏╋┓┏┫┃┃┃┏━━┳━━┓┗┓┏┫┗━┳━━┳┓┏┳━━┳━━┓
- ╋┃┃┃┃┃┃┃┃┃┃━━┫┃━┫╋┃┃┃┏┓┃┃━┫┗┛┃┃━┫━━┫
- ╋┃┗┫┗┛┃┗┫┗╋━━┃┃━┫╋┃┗┫┃┃┃┃━┫┃┃┃┃━╋━━┃
- ╋┗━┻━━┻━┻━┻━━┻━━┛╋┗━┻┛┗┻━━┻┻┻┻━━┻━━┛
- -->
- <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">');
- 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"
- 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">');
- 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:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <style type="text/css">
- #s-m-t-tooltip {
- background: #CEE3F6; /* change the background color */
- padding: 4px;
- height:8px;
- display: none;
- text-align: center;
- font-size:8px;
- position: absolute;
- font-family:calibri;
- line-height:8px;
- letter-spacing:1px;
- border-radius:5px;
- z-index: 999999999999;
- border:1px solid white;
- color:white;
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;/*--color of background--*/
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: 5345349;
- z-index: 9999;
- background-image:url(http://media.tumblr.com/26e2b23f171b1a3eb1bd386b7c75ac03/tumblr_inline_mge45cBh4W1qh9yw5.jpg);
- background-size:cover;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background-image:url(http://i47.tinypic.com/288rzpe.png);/*--color of background of the popup--*/
- padding: 10px;
- float: left;
- font-size: 11px;
- font-family:calibri;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- /*--CSS3 Rounded Corners--*/
- border-left:9px solid #0B0B61;
- -webkit-animation:tada 2s;
- -moz-animation:tada 2s;
- -ms-animation:tada 2s;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .popup_block:hover{
- border-right:9px solid #0B0B61;
- border-left:0px solid #fff;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- img.btn_close {
- float: right;
- margin: -20 -20px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- 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(http://i47.tinypic.com/28qpxmg.png);
- 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;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:5px;
- overflow:hidden;
- border:1px solid #aaa;
- padding:10px;
- border-radius:3px;
- width:220px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:240px;
- height:300px;
- margin-left:-10px;
- position: absolute;
- line-height: 17px;
- overflow:hidden;
- text-align:center;
- font-family:calibri;
- font-size:11px;
- text-transform:uppercase;
- border-top:5px solid {color:permalinks};
- top:290px;
- background:white;
- word-spacing:2px;
- letter-spacing:2px;
- opacity: 0.0;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:0.8;
- top:10px;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:860px;
- margin-top:131px;
- z-index:99;
- margin-left:109px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #topbar{
- position:absolute;
- opacity: 0.9;
- letter-spacing: 0px;
- left: -100px;
- top:30px;
- font-size: 30px;
- width: 1900px;
- height:100px;
- padding-left:30px;
- line-height:70px;
- font-family: lol;
- text-shadow:-1px 0 #fafafa, 0 1px #fafafa, 1px 0 #fafafa, 0 -1px #fafafa;
- color: #bec4cc;
- z-index:99;
- letter-spacing:3px;
- background: white;
- text-align: center;
- position: fixed !important;
- }
- .lace{
- background: url('https://31.media.tumblr.com/217e7014f9bbc90a43c512bb36a9d23d/tumblr_inline_mzny8ezz7y1s0dvun.png') repeat;
- width:2700px;
- height:26px;
- left:-100px;
- top:130px;
- opacity:.9;
- position:fixed;
- }
- .lace2{
- background: url('https://31.media.tumblr.com/217e7014f9bbc90a43c512bb36a9d23d/tumblr_inline_mzny8ezz7y1s0dvun.png') repeat;
- width:2700px;
- height:26px;
- left:-100px;
- top:4px;
- transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- opacity:9;
- position:fixed !important;
- }
- #one{
- position:fixed !important;
- width:290px;
- background:white;
- height:150px;
- text-align:center;
- border: 0px solid #aaa;
- border-right:7px solid #0B0B61;
- border-left:7px solid #0B0B61;
- margin-top:200px;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa;
- margin-left:200px;
- text-transform:uppercase;
- font-family: calibri;
- font-size: 12px;
- line-height: 20px;
- padding-top: 20px;
- color: #aaa;
- padding: 5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:0;
- }
- #one:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:7px solid #610B21;
- border-radius:5px;
- }
- #two{
- position:fixed !important;
- width:290px;
- background:white;
- height:150px;
- text-align:center;
- border: 0px solid #aaa;
- border-right:7px solid #0B0B61;
- border-left:7px solid #0B0B61;
- margin-top:200px;
- margin-left:550px;
- text-transform:uppercase;
- font-family: calibri;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa;
- font-size: 12px;
- line-height: 20px;
- padding-top: 20px;
- color: #aaa;
- padding: 5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:0;
- }
- #two:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:7px solid #610B21;
- border-radius:5px;
- }
- #three{
- position:fixed !important;
- width:290px;
- background:white;
- height:150px;
- text-align:center;
- border: 0px solid #aaa;
- border-right:7px solid #0B0B61;
- border-left:7px solid #0B0B61;
- margin-top:400px;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa;
- margin-left:200px;
- text-transform:uppercase;
- font-family: calibri;
- font-size: 12px;
- line-height: 20px;
- padding-top: 20px;
- color: #aaa;
- padding: 5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:0;
- }
- #three:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:7px solid #610B21;
- border-radius:5px;
- }
- #four{
- position:fixed !important;
- width:290px;
- background:white;
- height:150px;
- text-align:center;
- border: 0px solid #aaa;
- border-right:7px solid #0B0B61;
- border-left:7px solid #0B0B61;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa;
- margin-top:400px;
- margin-left:550px;
- text-transform:uppercase;
- font-family: calibri;
- font-size: 12px;
- line-height: 20px;
- padding-top: 20px;
- color: #aaa;
- padding: 5px;
- border-radius:0px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #four:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:7px solid #610B21;
- border-radius:5px;
- }
- #ask {
- position:fixed !important;
- z-index: 3;
- overflow: hidden;
- opacity: 1;
- width: 460px;
- line-height:35px;
- height: 28px;
- padding: 0px;
- padding-left:15px;
- text-align:center;
- background:white;
- box-shadow: 0px 0px 1px #333; /*--color for the shadow change it if you want (behind the #)--*/
- border-right:7px solid #0B0B61;
- border-left:7px solid #0B0B61;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa; bigger or change the color after #--*/
- background-color: #eee; /*--change the background color--*/
- margin-left: 280px;
- margin-top: 605px;
- font-family: lol;
- font-size:18px;
- border-radius:0px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #ask:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:7px solid #610B21;
- border-radius:5px;
- }
- #link1{
- position:fixed;
- width:25px;
- height:20px;
- opacity: 1;
- padding:4px;
- padding-bottom:6px;
- margin-left:958px;
- margin-top:160px;
- background:#fff;
- border: 3px double #aaa;
- font-weight: normal;
- line-height:20px;
- text-align:center;
- color:#000;
- font-size:9px;
- letter-spacing: 0px;
- text-transform:uppercase;
- font-family: calibri;
- z-index:3;
- text-transform: normal;
- border-radius:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link1:hover {
- text-decoration:none;
- display:inline-block;
- margin-left:958px;
- margin-top:160px;
- width:30px;
- letter-spacing: 3px;
- border-radius:0px;
- background-color: #f6f6f6;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link2{
- position:fixed;
- width:25px;
- height:20px;
- opacity: 1;
- padding:4px;
- padding-bottom:6px;
- margin-left:958px;
- margin-top:200px;
- background:#fff;
- border: 3px double #aaa;
- font-weight: normal;
- line-height:20px;
- text-align:center;
- color:#000;
- font-size: 9px;
- letter-spacing: 0px;
- font-family: calibri;
- text-transform:uppercase;
- z-index:3;
- text-transform: normal;
- border-radius:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link2:hover {
- text-decoration:none;
- display:inline-block;
- width:30px;
- letter-spacing: 2px;
- border-radius:0px;
- background-color: #f6f6f6;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link3{
- position:fixed;
- width:25px;
- height:20px;
- opacity: 1;text-transform:uppercase;
- padding:4px;
- padding-bottom:6px;
- margin-left:958px;
- margin-top:240px;
- background:#fff;;
- border: 3px double #aaa;
- font-weight: normal;
- line-height:20px;
- text-align:center;
- color:#000;
- font-size:9px;
- letter-spacing: 0px;
- font-family: calibri;
- z-index:3;
- text-transform: normal;
- border-radius:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link3:hover {
- text-decoration:none;
- display:inline-block;
- width:30px;
- letter-spacing: 2px;
- border-radius:0px;
- background-color: #f6f6f6;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #line{
- height:150px;
- width:100px;
- margin-top:240px;
- margin-left:258px;
- position:fixed;
- border-left: 958px transparent solid;
- }
- #line2{
- height:5px;
- width:1px;
- top:150px;
- margin-left:978px;
- position:fixed;
- border-top: 150px #aaa solid;
- }
- #cred{
- width:auto;
- position:fixed;
- bottom:75px;
- left:0px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #cred2{
- font-size:12px;
- font-family:arial;
- line-height:16px;
- text-align:center;
- height:15px;
- margin-top:33px;
- width:5px;
- padding:5px;
- padding-right:10px;
- background:#ffffff;
- margin-left:0px;
- position:fixed;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:1px solid #aaa;
- }
- #cred3{
- text-align:center;
- width:100px;
- font-size:10px;
- background:#ffffff;
- height:5px;
- padding-top:10px;
- padding-bottom:10px;
- font-family:calibri;
- text-transform:uppercase;
- margin-left:-100px;
- margin-top:33px;
- position:fixed;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:1px solid #aaa;
- line-height:5px;
- }
- #cred:hover #cred3{
- margin-left:50px;
- }
- @font-face { font-family:lol; src: url(http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf);}
- @font-face {font-family:"simplicity";src:url('http://static.tumblr.com/7glhdxz/kdkmgevnh/simplicity.ttf');}
- @font-face {font-family: 'complicated'; src: url('http://static.tumblr.com/tk7f1db/Iwgmx1ps2/simply_complicated.ttf');}
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 12px;
- 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>
- <a href=
- "http://tullse.tumblr.com/"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; right:2px; opacity:.4; top:130px;z-index:99; -webkit-filter: invert(100%)"></a>
- {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>Any Questions? ♡</title>
- <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif" />
- <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 class="lace"></div>
- <div class="lace2"></div>
- <div id="topbar">Ask Me Anything</div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <div id="link1">
- <a href="/" title="Refresh" >Back</a>
- </div>
- <div id="line"></div>
- <div id="line2"></div>
- <div id="link2">
- <a href="LINK TWO" title="{text:Link two Title}" >Links</a>
- </div>
- <div id="link3">
- <a href="http://tullse.tumblr.com" title="theme maker" >Cred</a>
- </div>
- <center>
- <div id="one">this is where you put your description thing. wow you can put everything you know about yourself. keep it some what short or long. just dont make it go over the box or itll look crappy as hell.</div>
- <div id="two">wow you can put what you like or dislike i don't know what the fuck you put here. just put something. <i>please.</i><i><b>please.</b></i></div>
- <div id="three">put the things you will do for your followers that arent rude as fuck. yay.. um so like <i>please please please</i> don't screw up on this, its simple af.</div>
- <div id="four">and add something thats cute idk what you quality people put in these boxes. i just make the themes i like pie. <b>i like pie a lot</b> <s>you can't spell cyrus without us cry</s></div>
- <div id="ask">
- <img src="http://static.tumblr.com/vilw5yj/o9fmw06k7/30v0qp4__1_.gif"><a href='#?w=435' rel='02' class='poplight'>Click for ask box!</a><img src="http://static.tumblr.com/vilw5yj/Pu9mw06me/30v0qp4.gif">
- </div>
- </center>
- </div>
- <!------------------------------------->
- </body>
- <div id="02" class="popup_block">
- <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/URL HERE .tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
- <!--[if IE]>
- <script type="text/javascript">
- document.getElementById('ask_form').allowTransparency = true;
- </script>
- <!-[endif]-->
- </div></div></div></div></div></div></div></div></div></div>
- <div id="cred"><div id="cred2">☪</div>
- <div id="cred3">
- <a href="http://tullse.tumblr.com/" title="theme maker, tullse made this layout">Theme by Tullse ✌</a>
- </html>
Add Comment
Please, Sign In to add comment