Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ▀▀█▀▀ █░░█ █░░ █░░ █▀▀ █▀▀
- ░░█░░ █░░█ █░░ █░░ ▀▀█ █▀▀
- ░░▀░░ ░▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀
- ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
- ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
- ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
- theme #5 on my blog
- tullse.tumblr.com/tagged/themes is where you can find me B)
- keep the credit or i sneak into your house and make you put it back.
- -->
- <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>
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- <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">
- <!--
- // 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:sidebar1" content="1"/>
- <meta name="image:sidebar2" content="1"/>
- <meta name="image:sidebar3" content="1"/>
- <meta name="image:sidebar4" content="1"/>
- <meta name="image:sidebar5" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="text:blogtitle" content="dismayed"/>
- <meta name="text:name" content="Tullse"/>
- <meta name="color:bar 1" content="#fff"/>
- <meta name="color:bar 2" content="#fff" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="shits" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="farts" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="burps" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Title" content="sneeze" />
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Five Title" content="cough" />
- <meta name="text:stats" content="stats" />
- <meta name="text:musics" content="music" />
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background: #fff; /* change the background color */
- border:1px solid #000; /* change the border color */
- font-family:calibri; /* change the font */
- font-size:10px; /* change the font size */
- border-radius: 20px;
- border:1px solid {color:bar 1};
- border-left:4px solid {color:bar 2};
- border-right:4px solid {color:bar 2};
- letter-spacing:0px; /* change the letter spacing */
- text-transform:uppercase; /* can be uppercase, lowercase, none*/
- color:#000; /* change the text color */
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 6px;
- background: #fff;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:blogtitle};
- border: 0px;
- -webkit-border-radius: 5px;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
- }
- ::-webkit-scrollbar-corner {
- background: #transparent;
- }
- #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: 8px;
- font-family:ronda;
- 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:1px solid #eee;
- border-left:11px solid {color:bar 1};
- -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:1px solid #eee;
- border-right:11px solid {color:bar 1};
- -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: ronda;
- line-height:12px;
- 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;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- padding:11px;
- border:1px solid #aaa;
- border-radius:3px;
- margin:5px;
- overflow:hidden;
- width:220px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry:hover{
- opacity:1;
- }
- .entry img{
- margin-top:-2px;
- }
- .entry img:hover{
- opacity:1;
- transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:auto;
- height:auto;
- margin-left:3px;
- position: absolute;
- overflow:hidden;
- text-align:center;
- bottom:6px;
- font-family:consolas;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity: 0.0;
- padding:3px;
- padding-bottom:1px;
- border-right:4px solid {color:nav};
- border-left:4px solid {color:nav};
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- z-index:9;
- -moz-transform: scale(0.0);
- -webkit-transform: scale(0.0);
- transform: scale(0.0);
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:0.9; -moz-transform: scale(1.0);
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- .LikeButton{
- position:absolute;
- float:left;
- top:375px;
- left:28px;
- z-index:9999;
- background:{color:bar 1};
- padding:12px;
- height: 13px;
- width:13px;
- opacity:0;
- border-radius:0px;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- transition: all .7s ease;
- }
- .entry:hover .LikeButton{
- opacity:1;
- border-radius:15px;
- top:25px;
- left:25;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .ReblogButton{
- position:absolute;
- float:left;
- z-index:9999;
- background:{color:bar 1};
- padding:12px;
- height: 13px;
- width:13px;
- top:375px;
- left:118px;
- opacity:0;
- border-radius:0px;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- transition: all .7s ease;
- }
- .entry:hover .ReblogButton{
- opacity:1;
- top:25px;
- left:78px;
- border-radius:15px;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:660px;
- margin-top:41px;
- z-index:99;
- margin-left:699px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:fixed;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width: 400px;
- background:white;
- height:auto;
- margin-top:150px;
- margin-left:-145px;
- border:1px #ddd solid;
- border-left:5px {color:bar 1} solid;
- padding:10px;
- text-align:center;
- }
- #sidebar img{
- }
- .sidebarbg3{
- position:fixed;
- margin-left:309px;
- top: 0px;
- background: #;
- height:100%;
- opacity:0.8;
- width:20px;
- z-index:9;
- background-image: -ms-linear-gradient(top, {color:bar 1}; 0%, {color:bar 2} 100%);
- background-image: -moz-linear-gradient(top, {color:bar 1} 0%, {color:bar 2} 100%);
- background-image: -o-linear-gradient(top, {color:bar 1} 0%, {color:bar 2} 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:bar 1}), color-stop(1, {color:bar 2}));
- background-image: -webkit-linear-gradient(top, {color:bar 1} 0%, {color:bar 2} 100%);
- }
- .sidebarbg4{
- position:fixed;
- margin-left:309px;
- top: 0px;
- background: #;
- height:100%;
- opacity:0.8;
- width:20px;
- z-index:9;
- background-image: -ms-linear-gradient(top, {color:bar 1}; 0%, {color:bar 2} 100%);
- background-image: -moz-linear-gradient(top, {color:bar 1} 0%, {color:bar 2} 100%);
- background-image: -o-linear-gradient(top, {color:bar 1} 0%, {color:bar 2} 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:bar 1}), color-stop(1, {color:bar 2}));
- background-image: -webkit-linear-gradient(top, {color:bar 1} 0%, {color:bar 2} 100%);
- }
- #pic img{
- margin-top:0px;
- margin-left:-3px;
- width:400px;
- background:;
- height:220px;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -webkit-transform: perspective(00) rotateY(0deg);
- -moz-transform: perspective(0) rotateY(0deg);
- transform: perspective(00) rotateY(0deg);
- }
- #sidebar:hover #pic img{
- -webkit-transform: perspective(1110) rotateY(-360deg);
- -moz-transform: perspective(1110) rotateY(-360deg);
- transform: perspective(1110) rotateY(-360deg);
- opacity:0;
- }
- #desc{
- position:fixed !important;
- width:340px;
- padding:5px;
- background:transparent;
- height:auto;
- margin-top:-160px;
- margin-left:13px;
- text-align:none;
- z-index:5;
- font-family:calibri;
- color:#000;
- font-size:11px;
- line-height:13px;
- border:3px double {color:bar 1};
- opacity:0;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #sidebar:hover #desc{
- opacity:.7;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz--transition: all 0.7s ease-out;
- }
- #blogtitle{
- position:fixed !important;
- width:350px;
- margin-top:20px;
- margin-left:-40px;
- text-align:center;
- text-shadow:-2px 0{color:bar 1}, 0 2px{color:bar 2}, 2px 0 {color:bar 1}, 0 -2px {color:bar 1};
- font-size:55px;
- font-family:wow;
- opacity:.0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #blogtitle{
- opacity:1;
- margin-left:25px;
- }
- #updates{
- z-index:9999999;
- position:fixed !important;
- opacity: 0;
- width:35px;
- height:35px;
- padding:4px;
- margin-left:20px;
- margin-top:123px;
- box-shadow:0px 0px 10px #ddd;
- background:white;
- border: 3px double {color:bar 1};
- border-radius:0px;
- transition: all 0.6s 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 #updates{
- opacity:3;
- margin-left:300px;
- border-radius:15px;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #playlist{
- z-index:9999999;
- position:fixed !important;
- opacity: 0;
- width:35px;
- height:35px;
- padding:4px;
- margin-left:20px;
- margin-top:123px;
- box-shadow:0px 0px 10px #ddd;
- background:white;
- border: 3px double {color:bar 1};
- border-radius:0px;
- transition: all 0.6s 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 #playlist{
- opacity:3;
- margin-left:230px;
- border-radius:15px;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #stats{
- z-index:9999999;
- position:fixed !important;
- opacity: 0;
- width:75px;
- height:20px;
- padding:4px;
- margin-left:20px;
- margin-top:133px;
- box-shadow:0px 0px 10px #ddd;
- background:white;
- border: 3px double {color:bar 1};
- border-radius:0px;
- line-height:20px;
- transition: all 0.6s 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 #stats{
- opacity:3;
- margin-left:40px;
- border-radius:15px;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #musica{
- z-index:9999999;
- position:fixed !important;
- opacity: 0;
- width:45px;
- height:20px;
- padding:4px;
- margin-left:20px;
- margin-top:133px;
- box-shadow:0px 0px 10px #ddd;
- background:white;
- border: 3px double {color:bar 1};
- border-radius:0px;
- line-height:20px;
- transition: all 0.6s 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 #musica{
- opacity:3;
- margin-left:150px;
- border-radius:15px;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #link1{
- position:fixed;
- background:;
- width:20px;
- height: auto;
- text-align:center;
- letter-spacing:1px;
- opacity: 0.0;
- margin-left: 265px;
- margin-top: -62px;
- padding:12px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #sidebar:hover #link1{
- position:fixed;
- opacity: .3;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #link2{
- position:fixed;
- background:;
- width:20px;
- height: auto;
- text-align:center;
- letter-spacing:1px;
- opacity: 0.0;
- margin-left: 220px;
- margin-top: -45px;
- padding:12px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #sidebar:hover #link2{
- position:fixed;
- opacity: .3;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #link3{
- position:fixed;
- background:;
- width:20px;
- height: auto;
- text-align:center;
- letter-spacing:1px;
- opacity: 0.0;
- margin-left: 60px;
- margin-top: -62px;
- padding:12px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #sidebar:hover #link3{
- position:fixed;
- opacity: .3;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #link4{
- position:fixed;
- background:;
- width:20px;
- height: auto;
- text-align:center;
- letter-spacing:1px;
- opacity: 0.0;
- margin-left: 105px;
- margin-top: -45px;
- padding:12px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #sidebar:hover #link4{
- position:fixed;
- opacity: .3;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #link5{
- position:fixed;
- background:;
- width:20px;
- height: auto;
- text-align:center;
- letter-spacing:1px;
- opacity: 0.0;
- margin-left: 160px;
- margin-top: -62px;
- padding:12px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #sidebar:hover #link5{
- position:fixed;
- opacity: .3;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #lace{
- position: fixed;
- repeat:repeat-x;
- background-image:url('https://31.media.tumblr.com/217e7014f9bbc90a43c512bb36a9d23d/tumblr_inline_mzny8ezz7y1s0dvun.png');
- left:0px;
- top: 0px;
- height:26px;
- width:100%;
- opacity:1111;
- z-index: 9999;
- }
- @font-face { font-family:lol; src: url(http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf);}
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face { font-family: "typical"; src: url('http://static.tumblr.com/tk7f1db/caVmvjwsx/aszami.ttf'); }
- @font-face { font-family: 'ronda'; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face { font-family: "wow"; src: url('http://static.tumblr.com/tk7f1db/ODAmvjwib/pr8_charade.ttf'); }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- font-family:wow;
- font-size:22px;
- line-height: 25px;
- color:{color:Title};
- font-weight: normal;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{width:10px; position:relative; top:3px;}
- <--ses-->
- small{font-size: 90%;}
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(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>
- <a href="http://tullse.tumblr.com/tagged/themes" title="psst click here for this theme and more ;)"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; right:2px; opacity:.5; top:27px;z-index:99; -webkit-filter: invert(100%)"></a>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <div id="blogtitle">
- <img src="http://static.tumblr.com/vilw5yj/o9fmw06k7/30v0qp4__1_.gif">{text:blogtitle}<img src="http://static.tumblr.com/vilw5yj/Pu9mw06me/30v0qp4.gif">
- </div>
- <div id="updates"><a href="#?w=500" rel="02" class="poplight" title="updates yay."><img src="http://media.tumblr.com/da7ad5111090f903b69398daa52f04ea/tumblr_inline_ml6jcoArt11qfamg6.gif" style="height:35px;width:35px;"></a></div>
- <div id="playlist"><a href="#?w=500" rel="03" class="poplight" title="playlist yay."><img src="http://media.tumblr.com/1880f95e416b3df5f83030c98e7c02f8/tumblr_inline_ml6jclDXf91qfamg6.gif" style="height:35px;width:35px;"></a></div>
- <div id="stats">
- {text:stats}
- </div>
- <div id="musica">
- {text:musics}
- </div>
- <center>
- <div id="pic"><a href="/"><a href="/"><script language="JavaScript">
- function random_imglink(){
- var myimages=new Array()
- //specify random images below. You can have as many as you wish
- myimages[1]="{image:sidebar1}"
- myimages[2]="{image:sidebar2}"
- myimages[3]="{image:sidebar3}"
- myimages[4]="{image:sidebar4}"
- myimages[5]="{image:sidebar5}"
- var ry=Math.floor(Math.random()*myimages.length)
- if (ry==0)
- ry=1
- document.write('<img src="'+myimages[ry]+'" style="-webkit-border-radius: 0px 0px 0px 0px; margin-top:5px;background:white;-webkit-transition: all .9s ease-out;-moz-transition: all .9s ease-out;transition: all .9s ease-out;" margin-top=0px; width=250px; height=360px;>')
- }
- random_imglink()
- //-->
- </script>
- </a></div>
- <div id="desc">{description}</div>
- <div id="link1">
- <a href="{text:Link One}" title="{text:Link One Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="39"></a></div>
- <div id="link2">
- <a href="{text:Link Two}" title="{text:Link Two Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="39"></a></div>
- <div id="link3">
- <a href="{text:Link Three}" title="{text:Link Three Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="39"></a></div>
- <div id="link4">
- <a href="{text:Link Four}" title="{text:Link Four Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="39"></a></div>
- <div id="link5">
- <a href="{text:Link Five}" title="{text:Link Five Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="39"></a></div>
- </center>
- </div>
- <!------------------------------------->
- <div id="lace"></div>
- <div class="left">
- <div class="sidebarbg1"></div>
- <div class="sidebarbg2"></div></div>
- <div class="sidebarbg3"></div>
- <div class="sidebarbg4"></div></div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
- <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
- <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
- {block:Answer}
- <div style="margin: 2px 2px 2px 2px; min-height:30px; padding: 3px; background-color: #fff; border:1px solid #eee;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:4px; border:1px solid #eee; padding:3px; margin-left:-3px; border-left:0px; border-top:0px; margin-top:-3px;"/>
- <asker>{Asker}:</asker> {Question}</div>
- <div style="padding: -1px 5px -1px 5px; background: transparent;"><center><div style="font-family:lol;font-size:15px;text-align:left;padding:10px;">{text:name} said:</div>{Answer}</center> </div>
- <div class="permalinktext">
- <center> {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma2">
- <a href="{reblogurl}"> <ul class="LikeButton">
- <li>{ReblogButton color="white" size=14}</li>
- </ul>
- <ul class="ReblogButton">
- <li>{LikeButton color="white" size=14}</li>
- </ul></a></div></a>
- <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}" style="border-radius:5px;" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IndexPage}
- <div class="perma2">
- <a href="{reblogurl}"> <ul class="LikeButton">
- <li>{ReblogButton color="white" size=14}</li>
- </ul>
- <ul class="ReblogButton">
- <li>{LikeButton color="white" size=14}</li>
- </ul></a></div></a>
- <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
- {/block:IndexPage}
- </center>
- <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
- <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <b><span class="label">{Label}</span></b>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <div class="permalinktext">
- <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
- {/block:Chat}
- {block:Audio}
- <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
- {block:IndexPage}
- <div class="permalinktext">
- <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- <center>
- {block:IndexPage}
- <div class="perma2">
- <a href="{reblogurl}"> <ul class="LikeButton">
- <li>{ReblogButton color="white" size=14}</li>
- </ul>
- <ul class="ReblogButton">
- <li>{LikeButton color="white" size=14}</li>
- </ul></a></div></a>
- </div>
- <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
- {/block:IndexPage}
- </center>
- <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
- {block:Video}
- {block:PostNotes}<div align="left">{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="02" class="popup_block">
- <div style="font-family:lol; font-size:40px; text-align:center; color:#fff; line-height: 35px; padding-top:10px; padding-bottom: 20px;text-shadow:-2px 0 {color:bar 1}, 0 2px {color:bar 2}, 2px 0 {color:bar 2}, 0 -2px {color:bar 1}; ">Updates</div>
- Write your updates here!
- </div></div></div></div></div></div></div></div></div></div>
- <div id="03" class="popup_block">
- <div style="font-family:lol; font-size:40px; text-align:center; color:#fff; line-height: 35px; padding-top:10px; padding-bottom: 20px;text-shadow:-2px 0 {color:bar 1}, 0 2px {color:bar 2}, 2px 0 {color:bar 2}, 0 -2px {color:bar 1}; ">Playlist</div>
- Write your playlist here!<br>
- and <br>
- do this<br>
- for another line! <br>
- </div></div></div></div></div></div></div></div></div></div>
- <div style="position:fixed; bottom:0px; right:0px; padding: 2px;"> <a href="http://tullse.tumblr.com" title="Theme by Tullse"><img src="http://24.media.tumblr.com/d35ad757cfbaa461ec5be79c5b29d654/tumblr_mj0e2hayOG1s4vgzro1_500.png" style="width:37px;"></a></div>
- </html>
Add Comment
Please, Sign In to add comment