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"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.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 type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- 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;
- background:{color:sidebar borders};
- color:white;
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- </style>
- <!--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"/>
- <meta name="color:sidebar borders" content="#6875b1"/>
- <meta name="color:sidebar text" content="#6875b1"/>
- <meta name="text:your name" content="Name"/>
- <meta name="text:music code" content=""/>
- <meta name="text:quote" content="The silence is deafening.
- My words cut deep.
- The darkness is blinding,
- Consuming me."/>
- <meta name="text:link two" content="/"/>
- <meta name="text:link two msg" content="/"/>
- <meta name="text:link two title" content="ask"/>
- <meta name="text:link three" content="/"/>
- <meta name="text:link three msg" content="pizza"/>
- <meta name="text:link three title" content="link"/>
- <meta name="text:link four" content="/"/>
- <meta name="text:link four msg" content="soda"/>
- <meta name="text:link four title" content="link"/>
- <meta name="text:link five" content="/"/>
- <meta name="text:link five msg" content="wow"/>
- <meta name="text:link five title" content="link"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:white;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .50;
- z-index: 999999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background:white;
- padding: 20px;
- border-left: 11px solid {color:sidebar borders};
- border-right: 11px solid {color:sidebar borders};
- border-top: 6px solid {color:sidebar borders};
- border-bottom: 6px solid {color:sidebar borders};
- float: left;
- font-size:13px;
- font-family:calibri;
- position: fixed;
- text-transform:none;
- top: 50%; left: 50%;
- z-index: 9999999999999999;
- /*--CSS3 Rounded Corners--*/
- border-radius:30px;
- line-height:11px;
- -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-radius:50px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- transition: all .7s ease;
- }
- img.btn_close {
- float: right;
- margin: 5px 5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::selection {
- background:{color:sidebar text};
- color: #fff;
- }
- ::-moz-selection {
- background:{color:sidebar text};
- color: #fff;}
- ::-webkit-scrollbar-thumb{ background-color:{color:sidebar borders}; border:2px solid {color:blogtitle}; height:auto; -moz-border-radius:10px; border-radius:10px;}
- ::-webkit-scrollbar{ height:4px; width:5px; background-color:{color:sidebar borders}; border:2px solid #fff;}
- 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: calibri;
- line-height:13px;
- font-size:11px;
- 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;
- }
- body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- yourname {
- font-family:basket;
- font-size: 21px;
- position:fixed;
- margin-top:-349px;
- margin-left:-150px;
- opacity:0;
- color:{color:sidebar text};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover yourname{
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:9px;
- overflow:hidden;
- width:250px;
- padding:14px;
- border:1px solid #e1e1e1;
- outline:1px solid #f2f2f2;
- outline-offset:-8px;
- {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: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 ;
- border-left:4px solid ;
- 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;
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:999; transform: scale(1.05);
- -ms-transform: scale(1.05);
- -webkit-transform: scale(1.05);
- -o-transform: scale(1.05);
- -moz-transform: scale(1.05);
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- .LikeButton{
- position:absolute;
- float:left;
- top:25px;
- left:78px;
- z-index:9999;
- background:white;
- height: 11px;
- width:11px;
- opacity:0;
- border-radius:0px;
- padding:14px;
- padding-right:20px;
- border:1px solid #e1e1e1;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .entry:hover .LikeButton{
- opacity:.9;
- top:24px;
- left:18px;
- -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;
- padding:5px;
- top:25px;
- left:78px;
- opacity:0;
- background:white;
- height: 11px;
- width:11px;
- opacity:0;
- border-radius:0px;
- padding:14px;
- padding-right:20px;
- border:1px solid #e1e1e1;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .entry:hover .ReblogButton{
- opacity:.9;
- top:24px;
- left:64px;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .LikeButton:hover{
- -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:hover{
- -o-transition-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .MoreButton{
- position:absolute;
- float:left;
- z-index:9999;
- top:25px;
- left:78px;
- opacity:0;
- background:white;
- height: 12px;
- width:10px;
- opacity:0;
- border-radius:0px;
- padding:14px;
- padding-right:20px;
- font-size:0px;
- text-align:left;
- border:1px solid #e1e1e1;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .entry:hover .MoreButton{
- opacity:.9;
- top:64px;
- left:18px;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .MoreButton:hover{
- font-size:11px;
- font-family:calibri;
- width:164px;
- height:54px;
- line-height:13px;
- text-align:left;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .MoreButton img{
- margin-top:-5px;
- margin-left:-6px;
- opacity:.4;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:600px;
- margin-top:31px;
- z-index:99;
- margin-left:319px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:320px;
- background:white;
- height:380px;
- margin-top:150px;
- margin-left:-165px;
- text-align:center;
- padding:15px;
- border-radius:4px;
- border-left:9px solid {color:sidebar borders};
- border-right:9px solid {color:sidebar borders};
- border-top:4px solid {color:sidebar borders};
- border-bottom:4px solid {color:sidebar borders};
- 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{
- background-image:url(http://i47.tinypic.com/288rzpe.png);
- padding:8px;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #pic{
- opacity:.8;
- margin-top:0px;
- margin-left:0px;
- width:320px;
- height:380px;
- }
- #pic img{
- margin-top:0px;
- margin-left:-1px;
- width:320px;
- background:;
- height:380px;
- 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{
- border-radius:0px;
- background-image:url(http://i45.tinypic.com/16jhspi.png);
- -webkit-transform: perspective(0) rotateY(0deg);
- -moz-transform: perspective(00) rotateY(0deg);
- transform: perspective(00) rotateY(0deg);
- opacity:0;
- }
- @font-face { font-family: "dawning"; src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
- @font-face{font-family:Ginette;src:url(http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf);}
- @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
- @font-face{font-family:Jane Austen;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
- @font-face{font-family:Gruenewald; src: url(http://static.tumblr.com/9wzbixa/Wsomj2iuz/gruenewald_va_normal.ttf);}
- @font-face { font-family: "dubielitalic"; src: url('http://static.tumblr.com/m6mqatb/QUklrzd0z/dubielitalic.ttf');}
- @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
- #blogtitle{
- position:fixed;
- text-align: center;
- width:auto;
- background: transparent;
- font-family:dawning;
- font-size:49px;
- text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;
- color:#Fff;
- margin-top:132px;
- margin-left:-165px;
- z-index: 99999;
- opacity:3;
- text-transform:none;
- background-image:sdfgh;
- letter-spacing: 1px;
- line-height:0px;
- text-align:center;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #desc{
- z-index:2;
- position:fixed !important;
- opacity: 0;
- width:340px;
- height:auto;
- padding:11px;
- margin-left:-21px;
- margin-top:-340px;
- letter-spacing:1px;
- font-family: calibri;
- font-size:11px;
- line-height:15px;
- z-index:9;
- 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 #desc{
- opacity:1;
- 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;
- }
- #cutie{
- position:fixed;
- opacity:0;
- font-family:basket;
- font-size:19px;
- margin-top:-265px; z-index:9;
- color:{color:sidebar text};
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #sidebar:hover #cutie{
- opacity:1;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #aj{
- position:fixed;
- opacity:0;
- font-family:basket;
- font-size:21px;
- margin-top:-145px;
- color:{color:sidebar text};
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #sidebar:hover #aj{
- opacity:1;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #link1{
- position:fixed;
- width:48px;
- height:8px;
- opacity: 0.0;
- padding:6px;
- padding-bottom:8px;
- margin-left:38px;
- margin-top:-230px;
- background:#fff;
- border: 1px solid #aaa;
- font-style: italic;
- line-height:13px;
- text-align:center;
- color:#000;
- font-size:12px;
- letter-spacing: 0px;
- text-transform:none;
- font-family: calibri;
- z-index:3;
- text-transform: normal;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link1{
- opacity:1;
- text-decoration:none;
- margin-top:-230px;
- border-radius:5px;
- background-color: #fff;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link1:hover{
- -webkit-transform: rotateX(360deg);
- -moz-transform: rotateX(360deg);
- -o-transform: rotateX(360deg);
- }
- #link2{
- position:fixed;
- width:48px;
- height:8px;
- opacity: 0.0;
- padding:6px;
- padding-bottom:8px;
- margin-left:128px;
- margin-top:-230px;
- background:#fff;
- border: 1px solid #aaa;
- font-weight: normal;
- line-height:13px;
- text-align:center;
- color:#000;
- font-size:12px;
- letter-spacing: 0px;
- font-family: calibri;
- text-transform: normal;
- z-index:3;
- font-style: italic;
- text-transform: normal;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link2{
- opacity:1;
- background-color: #fff;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link2:hover{
- -webkit-transform: rotateX(360deg);
- -moz-transform: rotateX(360deg);
- -o-transform: rotateX(360deg);
- }
- #link3{
- position:fixed;
- width:48px;
- height:8px;
- opacity: 0.0;
- padding:6px;
- padding-bottom:8px;
- margin-left:218px;
- margin-top:-230px;
- background:#fff;;
- border: 1px solid #aaa;
- font-weight: normal;
- line-height:13px;
- text-align:center;
- color:#000;
- font-size:12px;
- letter-spacing: 0px;
- font-family: calibri;
- z-index:3;
- text-transform: normal;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link3{
- opacity:1;
- font-style:italic;
- background-color: #fff;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link3:hover{
- -webkit-transform: rotateX(360deg);
- -moz-transform: rotateX(360deg);
- -o-transform: rotateX(360deg);
- }
- #link4{
- position:fixed;
- width:48px;
- height:8px;
- opacity: 0.0;
- padding:6px;
- padding-bottom:8px;
- margin-left:82px;
- margin-top:-195px;
- background:#fff;;
- border: 1px solid #aaa;
- font-weight: normal;
- line-height:13px;
- text-align:center;
- color:#000;
- font-size:11px;
- letter-spacing: 0px;
- font-family: calibri;
- z-index:3;
- text-transform: normal;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link4{
- opacity:1;
- font-style:italic;
- background-color: #fff;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link4:hover{
- -webkit-transform: rotateX(360deg);
- -moz-transform: rotateX(360deg);
- -o-transform: rotateX(360deg);
- }
- #link5{
- position:fixed;
- width:48px;
- height:8px;
- opacity: 0.0;
- padding:6px;
- padding-bottom:8px;
- margin-left:174px;
- margin-top:-195px;
- background:#fff;;
- border: 1px solid #aaa;
- font-weight: normal;
- line-height:13px;
- text-align:center;
- color:#000;
- font-size:11px;
- letter-spacing: 0px;
- font-family: calibri;
- z-index:3;
- text-transform: normal;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link5{
- opacity:1;
- font-style:italic;
- background-color: #fff;
- z-index:99;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link5:hover{
- -webkit-transform: rotateX(360deg);
- -moz-transform: rotateX(360deg);
- -o-transform: rotateX(360deg);
- }
- #sidebar #updates{
- z-index:3;
- position:absolute;
- top:269px;
- opacity:0;
- left:-19px;
- width:173px;
- height:14px;
- overflow:hidden;
- border-top-right-radius:5px;
- border-top-left-radius:5px;
- font-family:babydoll;
- font-size:19px;
- padding-left:0px;
- padding-top:2px;
- padding-bottom:8px;
- line-height:20px;
- letter-spacing:0px;
- text-align:center; z-index:9;
- text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
- 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 #updates{
- opacity:1;
- 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;
- }
- #updates img{
- width:150px;
- }
- #music {
- z-index:3;
- position:absolute;
- top:295px;
- opacity:0;
- left:23px;
- width:auto;
- height:14px;
- overflow:hidden;
- font-family:calibri;
- font-size:13px;
- padding-left:0px;
- padding-top:2px;
- padding-bottom:8px;
- line-height:20px;
- letter-spacing:0px;
- border:1px solid transparent;
- text-align:center; z-index:9;
- text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
- 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 #music{
- opacity:2;
- transform: rotateX(0deg);
- -webkit-transform: rotateX(0deg); /* Safari and Chrome */
- }
- #oh{
- position:fixed;
- margin-top:-90px;
- line-height:9px;
- margin-left:134px;
- font-family:babydoll;
- font-size:19px;
- line-height:20px;
- letter-spacing:0px;
- opacity:0.0;
- z-index:9;
- text-align:center;
- text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #oh{
- opacity:1;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .sideback{
- position:fixed;
- margin-left:254px;
- z-index:3;
- top:-70px;
- background:{color:sidebar borders};
- height:8000px;
- opacity:1;
- width:5px;
- border: 3px double #fff;
- -webkit-transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- -webkit-animation:fadeInUpBig 2s;
- -moz-animation:fadeInUpBig 2s;
- -ms-animation:fadeInUpBig 2s;
- }
- #lace{
- position:fixed;
- width: 100%;
- opacity: 1;
- height: 10px;
- background: #fff;
- z-index: 99999999999;
- left:-30px;
- margin-top: 0px;
- font-size:11px;
- text-align:center;
- font-family:calibri;
- font-style:italic;
- line-height:6px;
- }
- #lacey {
- background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
- repeat:repeat-x;
- left:0;
- width:100%;
- margin-top: 10px;
- height:18px;
- position: fixed;
- z-index: 99999999999999999;
- opacity:1;}
- #quote{
- width:320px;
- height:60px;
- text-align:center;
- margin-top:-50px;
- margin-left:0px;
- font-family:calibri;
- font-size:12px;
- opacity:0.0;
- z-index:9;
- line-height:14px;
- color:{color:sidebar text};
- 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;
- }
- #sidebar:hover #quote{
- opacity:1;
- 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;
- }
- #lel{
- opacity:0;
- position:fixed;
- margin-top:-380px;
- margin-left:190px;
- z-index:1;
- 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;
- }
- #sidebar:hover #lel{
- opacity:.3;
- 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;
- }
- #lel2{
- opacity:0;
- position:fixed;
- margin-top:-380px;
- margin-left:-30px;
- z-index:1;
- 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;
- }
- #sidebar:hover #lel2{
- opacity:.3;
- 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;
- }
- #lel3{
- opacity:0;
- position:fixed;
- margin-top:-380px;
- margin-left:80px;
- z-index:1;
- 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;
- }
- #sidebar:hover #lel3{
- opacity:.3;
- 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;
- }
- #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:26px;
- font-family:arial;
- line-height:16px;
- text-align:center;
- height:15px;
- margin-top:33px;
- width:15px;
- padding:5px;
- padding-right:10px;
- background-image:url(http://media.tumblr.com/d0a366b361935c92d50a785be1357314/tumblr_inline_mva7ntV9rx1qjbhq0.jpg);
- margin-left:0px;
- color:#fff;
- 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:115px;
- font-size:11px;
- background-image:url(http://media.tumblr.com/d0a366b361935c92d50a785be1357314/tumblr_inline_mva7ntV9rx1qjbhq0.jpg);
- height:5px;
- padding-top:10px;
- padding-bottom:10px;
- font-family:calibri;
- text-transform:uppercase;
- margin-left:-120px;
- 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:30px;
- }
- #cred3 a{
- color:#fff;
- }
- #cred3:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- @font-face{font-family:Babydoll;src:url(http://static.tumblr.com/9wzbixa/MbMmj2fv0/babydoll.ttf);}
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face{font-family:Never Let Go; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 21px;
- color:{color:Title};
- font-weight: normal;
- font-family:basket;
- font-size:19px;
- }
- /*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="http://media.tumblr.com/tumblr_lu2dfb2w9t1qfoi4t.gif" style="width:auto;height:auto;" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- </div> <a href="http://mufflinq.tumblr.com/"><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>
- <div id="cage">
- <div id="center">
- <div id="blogtitle">{title}</div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="pic"><img src="{image:sidebar}"></div>
- <div id="desc"> {description}</div><yourname>{text:your name};</yourname>
- <div id="cutie">Navigation;</div> <div id="link1">
- <a href="/" title="Refresh my blog" >Refresh</a>
- </div>
- <div id="link2">
- <a href="{text:link two}" title="{text:Link two msg}" >{text:link two title}</a>
- </div>
- <div id="link3">
- <a href="{text:link three}" title="{text:Link three msg}" >{text:link three title}</a>
- </div>
- <div id="link4">
- <a href="{text:link four}" title="{text:Link four msg}" >{text:link four title}</a>
- </div>
- <div id="link5">
- <a href="{text:link five}" title="{text:Link five msg}" >{text:link five title}</a>
- </div>
- <div id="lel"><img src="http://static.tumblr.com/qglwiwx/Ufdn2lu9z/star2.png"></div>
- <div id="lel2"><img src="http://static.tumblr.com/qglwiwx/Ufdn2lu9z/star2.png"></div><div id="lel3"><img src="http://static.tumblr.com/qglwiwx/Ufdn2lu9z/star2.png"></div>
- <div id="aj">Etcetera;</div>
- <div id="updates">My <a href="#?w=350" rel="02" class="poplight" title="Updates!">Updates</a></div>
- <div id="quote">{text:quote}</div>
- <div id="oh">My <a href="#?w=350" rel="05" class="poplight"title="playlist">Jams</a></div>
- <div id="music">{text:music code}</div>
- </center>
- </div>
- <!------------------------------------->
- <div class="sideback"></div>
- <div id="lace"></div>
- <div id="lacey"></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><br><div class="permalinktext">
- <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div></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-top:2px; margin-bottom:0px; min-height:30px; padding: 5px; background-color: #fcfcfc; font-family:calibri;font-size: 11px;font-style: none; border:1px solid #eee; padding-left:8px; padding-top:5px; padding-right:8px; ">
- <div style="font-family:basket;
- font-size:15px;line-height:14px;">{Asker}:</div><div style="line-height:14px;">{Question}</div></div>
- <div style="margin-top:2px; margin-bottom:4px; font-family:calibri;font-size: 11px;font-style: none;background: transparent; line-height:13px;">{Answer}</div><div style="text-align:right; font-family:basket; font-size:16px; color:{color:sidebar text}">Love, {text:your name}</div><br>
- {block:IndexPage}
- <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:3px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Answer}
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma2">
- <a href="{reblogurl}"> <ul class="LikeButton">
- <li>{ReblogButton color="grey" size=18}</li>
- </ul>
- <ul class="ReblogButton">
- <li>{LikeButton color="grey" size=17}</li>
- </ul></a></div></a>
- <div class="MoreButton"><img src="https://cdn2.iconfinder.com/data/icons/web/512/Link-24.png"><br>Posted {timeago} at {12Hour}:{Minutes} {AmPm}, on {DayOfWeek}<br><a href="{Permalink}">{notecount} Notes </a></div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" style="border-radius:0px;" 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="black" size=14}</li>
- </ul>
- <ul class="ReblogButton">
- <li>{LikeButton color="black" size=14}</li>
- </ul></a></div></a>
- <div style="width: 100%;">{Photoset-250}</div>
- {/block:IndexPage}
- </center>
- <center>{block:PermalinkPage}{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">
- </a></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> <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div style="background:{color:perma buttons}; font-size:9px; font-family:calibri; padding:3px;">{12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a></div></div> </center></div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="artcover">
- <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- <div class="audioinfo"><div class="i"><i>Song Title: </i><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><i>Artist: </i><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div><div class="i"><i>Album: </i><span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div></div>
- <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>{/block:Audio}
- {block:Video}<center>
- <div style="padding-top:0px; padding-bottom:2px; -webkit-filter:grayscale(100%);">
- {Video-250}</div>
- {block:IndexPage}
- <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {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="cred"><div id="cred2">☠</div>
- <div id="cred3">
- <a href="http://mufflinq.tumblr.com/" title="theme by AJ">Theme by mufflinq ☢</a>
- </div></div>
- <div id="02" class="popup_block">
- <center><div style="font-family: basket; font-size: 29px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebr borders};">Updates<br></center><br>
- <center>
- write updates here plz ily <br><br>
- just do wat i do <br><br>
- go to bottom of HTML to do so <br><br>
- take it away bippy! <br>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="05" class="popup_block">
- <center><div style="font-family: basket; font-size: 29px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebar borders};">Playlist<br></center><br>
- <center>
- songs<br>
- song <br>
- song <br>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
- </html>
Add Comment
Please, Sign In to add comment