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>
- <div id="aye"><a href="http://aj-ing.tumblr.com" title="Theme by aj!!!" style="color:black">THEME</a></div>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script 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:title1" content="#333"/>
- <meta name="color:topbar" content="#eca4c3"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebarbg" content="1"/>
- <meta name="text:title1" content=""/>
- <meta name="image:gif" content="1"/>
- <meta name="text:music code" content="nigga song- aj"/>
- <meta name="text:name" content="Princess aj",/>
- <meta name="color:name" content="#cfc289">
- <meta name="image:sideback" content="1"/>
- <meta name="color: sidebar border1 " content="#eca4c3"/>
- <meta name="color: border1 " content="#eca4c3"/>
- <meta name="color:top bottom color" content="#eca4c3"/>
- <meta name="color:right left color" content="#8a5974"/>
- <meta name="image:sideback2" content="1"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 1 msg" content=""/>
- <meta name="text:link 2 msg" content=""/>
- <meta name="text:link 3 msg" content=""/>
- <meta name="text:link 4 msg" content=""/>
- <meta name="text:link 5 msg" content=""/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #fff;
- background-image:URL();
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .5;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background-color: #fff;
- padding: 20px;
- font-family: lol; /* change the font */
- float: left;
- text-align: center;
- font-size: 12px;
- line-height:15px;
- position: fixed;
- top: 50%; left: 50%;
- border: 4px solid {color:border1};
- border-left: 11px solid {color:border1};
- border-right: 11px solid {color:border1};
- -moz-border-radius: 55px 40px / 40px 55px;
- border-radius: 55px 40px / 40px 55px;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -moz-box-shadow:1px 1px 2px 1px #aaa;
- -webkit-box-shadow:1px 1px 2px 1px #aaa;
- box-shadow:1px 1px 2px 1px #aaa;
- -webkit-animation: tada 1.5s;
- -moz-animation: tada 1.5s;
- -o-animation: tada 1.5s;
- animation: tada 1.5s;
- }
- .popup_block:hover{
- opacity:1;
- }
- img.btn_close {
- float: right;
- margin: -5px 18px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- border: 2px solid periwinkle;
- height:auto;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- ::-webkit-scrollbar {
- height:3px;
- width:3px;
- background-color:#aaa;
- }
- 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: niglet;
- line-height:7px;
- font-size:12px;
- 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 {
- margin:5px;
- padding: 5px;
- padding-bottom: 2px;
- display: block;
- float:left;
- background-color:white;
- opacity: 1;
- border: solid 3px #eee;
- overflow:hidden;
- width:241px;
- background-color:white;
- background-image:URL();
- {block:PermalinkPage}
- width:777px;
- text-align:left;
- line-height:10px;
- top: 70px;
- {/block:PermalinkPage}
- -webkit-animation: fadeInDown 2s;
- -moz-animation: fadeInDown 2s;
- -o-animation: fadeInDown 2s;
- animation: fadeInDown 2s;
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:200px;
- height:28px;
- margin-left:-42;
- position: absolute;
- line-height: 28px;
- overflow:hidden;
- text-align:center;
- font-family:wow;
- z-index:1;
- font-size:9px;
- bottom:-25px;
- TEXT-TRANSFORM:lowercase;
- border-right:2px solid {color:link};
- border-left:2px solid {color:link};
- background:#fff;
- word-spacing:px;
- letter-spacing:1px;
- opacity: 0.0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- bottom:22px;
- margin-left:12px;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:60px;
- z-index:99;
- margin-left:405px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar {
- position:fixed !important;
- width:287px;
- padding: 18px;
- padding-bottom:34px;
- background: {Color:sidebar border1};
- background-position:none;
- height:390px;
- margin-top:115px;
- margin-left:-107px;
- text-align:center;
- z-index:2;
- box-shadow:0px 0px 1px #ddd;
- transition: all 0.7s ease-out;
- box-shadow:4px 5px 4px #fff,-5px -4px 3px #fff, 5px -3px 3px #fff, -3px 5px 6px #fff;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -webkit-animation:fadeInLeft 2s;
- -moz-animation:fadeInLeft 2s;
- -ms-animation:fadeInLeft 2s;
- }
- #pic{
- padding:5px;
- padding-bottom:2px;
- background:white;
- border:1px solid {color:sidebarpic};
- }
- #pic img{
- width:277px;
- height:390px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic img{
- opacity:0;
- }
- #sidebar:hover #pic{
- width:287px;
- height:390px;
- margin-top:2px;
- background-image:url({image:sidebarbg});
- }
- #title1{
- position:fixed !important;
- width:340px;
- height:auto;
- margin-top:120px;
- margin-left:-114px;
- font-family:lol;
- font-size:50px;
- color:{color:title1};
- text-shadow:-2px 0{color:name}, 0 2px{color:name}, 2px 0 {color:name}, 0 -2px {color:name};
- letter-spacing:2px;
- z-index:9999999;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:1;
- }
- #sidebar:hover #blogtitle{
- opacity:0;
- }
- .sideback{
- width:13px;
- position:fixed !important;
- top:-5px;
- height:700px;
- margin-left:361px;
- z-index:1;
- background-image:url({image:sideback});
- border: 2px double #fff;
- box-shadow:0px 0px 1px #ccc;
- -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:fadeInDownBig 2s;
- -moz-animation:fadeInDownBig 2s;
- -ms-animation:fadeInDownBig 2s;
- }
- .sideback2{
- width:9px;
- position:fixed !important;
- top:-5px;
- height:7800px;
- margin-left:960px;
- z-index:1;
- background-image:url({image:sideback2});
- border: 3px double #fff;
- border-radius: 25px 10px / 10px 25px;
- -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:fadeInDownBig 2s;
- -moz-animation:fadeInDownBig 2s;
- -ms-animation:fadeInDownBig 2s;
- }
- #sidebar #desc {
- position:absolute;
- z-index: 999999999;
- width:153px;
- height:100px;
- opacity:0;
- margin-top:120px;
- margin-left:80px;
- font-family: lol;
- font-size: 12px;
- padding:3px;
- line-height:17px;
- letter-spacing:0px;
- text-align: center;
- overflow:hidden;
- background:white;
- background-image:url({image:perf});
- border:3px solid {color:border1};
- border-radius:10px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #desc {
- opacity:10;
- top:5px;
- margin-left:35px;
- -webkit-transform: perspective(1000) rotateY(0deg);
- -moz-transform: perspective(1000) rotateY(0deg);
- transform: perspective(1000) rotateY(0deg);
- }
- #sidebar #cat{
- z-index:99999999999;
- position:fixed !important;
- padding: 10px;
- background:trans;
- height:100px;
- margin-top:37px;
- margin-left:30px;
- opacity:0;
- -webkit-border-radius: 15px;
- 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 #cat{
- opacity:1;
- margin-top:-347px;
- }
- #cat img{
- width:248px;
- height:120px;
- margin-top:-15px;
- margin-left:-8px;
- -webkit-border-radius: 15px;
- border: 3px double {color:sidebar};
- border-left: 3px double {color:topbar};
- border-right:3px double {color:topbar};
- background:white;
- 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;
- }
- #updates{
- position:fixed;
- margin-top:-180px;
- margin-left:15px;
- width:30px;
- height:25px;
- padding:3px;
- background-color: white;
- border-top:2px solid {color:sidebarpic};
- border-bottom:2px solid {color:sidebarpic};
- border-radius: 100px;
- font-family: calibri;
- font-size:13px;
- line-height:23px;
- text-align:center;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #updates img{
- margin-top:2px;
- }
- #sidebar:hover #updates{
- opacity:1;
- }
- #playlist{
- position:fixed;
- margin-top:-180px;
- margin-left:255px;
- width:30px;
- height:25px;
- padding:3px;
- background-color: white;
- border-top:2px solid {color:sidebar};
- border-bottom:2px solid {color:sidebar};
- border-radius: 100px;
- font-family: calibri;
- font-size:13px;
- line-height:23px;
- text-align:center;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #playlist img{
- margin-top:2px;
- }
- #sidebar:hover #playlist{
- opacity:1;
- }
- #music{
- position:fixed;
- margin-top:-98px;
- margin-left:79px;
- width:150px;
- height:20px;
- padding:3px;
- background-color: white;
- border-top:2px solid {color:sidebarpic};
- border-bottom:2px solid {color:sidebar};
- border-radius: 10px;
- font-family: calibri;
- font-size:13px;
- line-height:20px;
- text-align:center;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #music{
- opacity:1;
- }
- #sidebar .link1{
- position:fixed;
- margin-top:360px;
- margin-left:18px;
- width:40px;
- height:25px;
- padding:3px;
- background-color: {color:topbar};
- border:2px solid {color:borders};
- border-radius:5px;
- z-index:99999999999999;
- text-transform:none;
- -o-transition-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- opacity: 0;
- }
- #sidebar .link1:hover{
- background-color: white;
- border-radius:10px;
- }
- #sidebar:hover .link1{
- opacity: 1;
- }
- #sidebar .link2{
- position:fixed;
- margin-top:360px;
- margin-left:75px;
- width:40px;
- height:25px;
- padding:3px;
- background-color: {color:topbar};
- border:2px solid {color:borders};
- border-radius:5px;
- z-index:99999999999999;
- text-transform:none;
- -o-transition-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- opacity: 0;
- }
- #sidebar .link2:hover{
- background-color: white;
- border-radius:10px;
- }
- #sidebar:hover .link2{
- opacity: 0.9;
- }
- #sidebar .link3{
- position:fixed;
- margin-top:360px;
- margin-left:134px;
- width:40px;
- height:25px;
- padding:3px;
- background-color: {color:topbar};
- border:2px solid {color:borders};
- border-radius:5px;
- z-index:99999999999999;
- text-transform:none;
- -o-transition-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- opacity: 0;
- }
- #sidebar .link3:hover{
- border-radius:10px;
- background-color: white;
- }
- #sidebar:hover .link3{
- opacity: 0.8;
- }
- #sidebar .link4{
- position:fixed;
- margin-top:360px;
- margin-left:192px;
- width:40px;
- height:25px;
- padding:3px;
- background-color: {color:topbar};
- border:2px solid {color:borders};
- border-radius:5px;
- z-index:99999999999999;
- text-transform:none;
- -o-transition-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- opacity: 0;
- }
- #sidebar .link4:hover{
- border-radius:10px;
- background-color: white;
- }
- #sidebar:hover .link4{
- opacity: 0.7;
- }
- #sidebar .link5{
- position:fixed;
- margin-top:360px;
- margin-left:250px;
- width:40px;
- height:25px;
- padding:3px;
- background-color: {color:topbar};
- border:2px solid {color:borders};
- border-radius:5px;
- z-index:99999999999999;
- text-transform:none;
- -o-transition-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- opacity:0;
- }
- #sidebar .link5:hover{
- border-radius:10px;
- background-color: white;
- }
- #sidebar:hover .link5{
- opacity: 0.6;
- }
- #topbar{
- position: fixed;
- background-color:white;
- padding: 10px;
- width: 2000px;
- height: 30px;
- margin-left: -500px;
- margin-top: -5px;
- padding: 3px;
- padding-left: 730px;
- z-index: 100;
- border-radius: 0px 0px 0px 0px;
- border-bottom:3px solid #fff;
- }
- #hah{
- position:fixed !important;
- width:3000px;
- height:2px;
- top:20px;
- margin-left:-500px;
- position:fixed;
- z-index:999999999999999999999999999999999999999;
- border-top:2px solid {color:top bottom color};
- border-bottom:2px solid {color:top bottom color};
- border-left: 0px;
- border-right: 0px;
- background-image:url trans;
- opacity:1;
- }
- .lace{
- background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
- width:3000px;
- height:17px;
- top:22px;
- margin-left:-500px;
- position:fixed;
- z-index:120;
- z-index:9999999;
- }
- #aye{
- position:fixed !important;
- background:{color:picture};
- width:80px;
- height:20px;
- margin-top:5px;
- margin-left:5px;
- z-index:99999999;
- font-family:calibri;
- font-size:11px;
- line-height:20px;
- border-radius:5px;
- }
- @font-face{font-family: "wow"; src:url('http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf');}
- @font-face { font-family: "pee"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
- @font-face { font-family: "lol"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
- @font-face { font-family: "niglet"; src: url('http://static.tumblr.com/zux19tj/NaYmhkpum/anjelika_rose_1_.ttf'); }
- @font-face { font-family: "nig"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.ttf'); }
- @font-face { font-family: "nigga"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
- @font-face { font-family: penis; src: url('http://static.tumblr.com/vtg00tr/umkmr13ix/ellephont.ttf'); }
- @font-face { font-family: penus; src: url('http://static.tumblr.com/vtg00tr/F5imr15mo/asimplelife.ttf'); }
- @font-face { font-family: "paulpan"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.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>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="title1"><center>{text:title1}</center></div>
- <div id="topbar"></div>
- <div id="hah"></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div class="link1"><a href="{text:link 1}" title="{text:link 1 msg}"><img src="http://icons.iconarchive.com/icons/mag1cwind0w/akisame/128/Home-icon.png" style=" margin-top:-1px; height:28px; -webkit-filter:grayscale(100%);"</a> </div>
- <div class="link2"><a href="{text:link 2}" title="{text:link 2 msg}"><img src="http://icons.iconarchive.com/icons/babysnoop03/reborn/128/mail-envelope-icon.png" style=" margin-top:-3px; height:32px; -webkit-filter:grayscale(100%);"></a> </div>
- <div class="link3"><a href="{text:link 3}" title="{text:link 3 msg}"><img src="http://icons.iconarchive.com/icons/awicons/vista-artistic/128/add-icon.png" style=" margin-top:-3px; height:32px; -webkit-filter:grayscale(100%); opacity:0.8;"></a> </a> </div>
- <div class="link4"><a href="{text:link 4}" title="{text:link 4 msg}"><img src="http://icons.iconarchive.com/icons/yohproject/cute/128/camera-2-icon.png" style=" margin-top:-3px; height:32px; -webkit-filter:grayscale(100%);"></a> </div>
- <div class="link5"><a href="{text:link 5}" title="{text:link 5 msg}"><img src="http://icons.iconarchive.com/icons/designbolts/free-valentine-heart/128/Heart-icon.png" style=" margin-top:-2px; height:30px; -webkit-filter:grayscale(100%);"></a> </div>
- <div id="pic"><img src="{image:sidebar}"></div>
- <div id="cat"><img src="{image:gif}">
- <div id="desc">{description}
- </center>
- <div id="updates"><a href="#?w=500" rel="02" class="poplight" title="Updates!"><img src="http://media.tumblr.com/tumblr_lx6pjaG2S51r1bw1m.gif"></a></div>
- <div id="playlist"><a href="#?w=500" rel="03" class="poplight" title="Playlist"><img src="http://media.tumblr.com/tumblr_lx6pjootcu1r1bw1m.gif"></a></div>
- <div id="stats">{text:stats}</div>
- <div id="music">{text:music code}</div>
- </div>
- <!------------------------------------->
- <div class="left">
- <div class="sideback"></div>
- <div class="sideback2"></div>
- <div class="lace"></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><p align=right><span class="permalink"><a
- href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
- class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
- {block:Answer}<br>
- <div id="asker"><img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:sidebarbg}; -moz-border-radius:20px; border-radius:20px; text-align:left;"/></div>
- <div style="margin-top: -7px;
- margin-left:0px;
- text-align: left;
- line-height:14px;
- min-height:45px;
- padding-left: 8px;
- padding-top: 5px;
- padding-right: 4px;
- padding-bottom: 2px;
- background: #f8f7f7;
- border-radius:5px;
- z-index: 0;">
- <asker>{Asker}</asker>: </br><div style="padding-bottom:5px;">{Question}</div></div>
- <div style="padding:15px;"></div>
- <div id="mypic"><img src="{PostAuthorPortraitURL-30}" width="35" align="right" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:picture}; -moz-border-radius:20px; border-radius:20px; text-align:left; "/></div>
- <div style="margin-top: 2px;
- margin-left: 0px;
- border-radius:5px;
- min-height:45px;
- width:280px;
- line-height: 14px;
- padding-left: 8px;
- padding-top: 5px;
- padding-right: 4px;
- padding-bottom: 2px;
- background: #f8f7f7;
- z-index: 0;
- text-align: left;
- {block:permalinkpage}width:437px;{/block:permalinkpage}">
- <div style="margin-top:0px; padding-bottom:5px;"><ask>{text:name}:</ask></div><div style="padding-bottom:5px;">{Answer}</div></div>
- <div style="padding:10px;"></div>
- <div style="align: right;
- border-top: 1px solid {color:topbar};
- margin-top:5px;
- padding:6px;
- text-align: center">
- <a href="{Permalink}"> {NoteCount} </a> & posted {timeago}</div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a>with <a href="{permalink}" >{notecount}</a> notes </br>
- </div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
- href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}<div align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- <div id="02" class="popup_block">
- <center><div style="font-family: lol; font-size: 40px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebar};">Updates<br></center><br>
- <center>
- write shit here plz ily <br>
- just do wat i do <br>
- i like bacon <br>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="03" class="popup_block">
- <center><div style="font-family: lol; font-size: 40px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebarpic};">Playlist<br></center><br>
- <center>
- write shit here plz ily <br>
- just do wat i do <br>
- i like bacon <br>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Add Comment
Please, Sign In to add comment