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>
- <link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Kranky' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <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="#ffc4dd"/>
- <meta name="color:Blogtitle" content="#ffc4dd"/>
- <meta name="color:Borders" content="#333"/>
- <meta name="color:hover" content="#ffc4dd"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="text:Blogtitle" content="Bubblegum"/>
- <meta name="text:Link One" content="/"/>
- <meta name="text:Link One Message" content="message"/>
- <meta name="text:Link Two" content="/"/>
- <meta name="text:Link Two Message" content="message"/>
- <meta name="text:Link Three" content="/"/>
- <meta name="text:Link Three Message" content="message"/>
- <meta name="text:Link Four" content="/"/>
- <meta name="text:Link Four Message" content="message"/>
- <meta name="text:Link Five" content="/"/>
- <meta name="text:Link Five Message" content="message"/>
- <meta name="text:Link Six" content="/"/>
- <meta name="text:Link Six Message" content="message"/>
- <style type="text/css">
- 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;}
- ::-webkit-scrollbar { background-color:{color:blogtitle}; border:2px solid #fff; height:5px; -moz-border-radius:10px; border-radius:10px; width:5px;}
- ::-webkit-scrollbar-thumb {width:5px; border:1px solid {color:borders}; border-radius:5px; background-image: -ms-linear-gradient(top, {color:blogtitle}; 0%, #fff 100%);
- background-image: -moz-linear-gradient(top, {color:blogtitle}; 0%, #fff 100%);
- background-image: -o-linear-gradient(top, {color:blogtitle}; 0%, #fff 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:blogtitle}), color-stop(1, #fff));
- background-image: -webkit-linear-gradient(top,{color:blogtitle}; 0%, #fff 100%);}
- #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 {color:blogtitle}; /* change the border color */
- font-family: 'Short Stack', cursive;
- outline:1px dashed {color:borders};
- outline-offset:-4px;
- font-size:10px; /* change the font size */
- letter-spacing:3px; /* change the letter spacing */
- text-transform:uppercase; /* can be uppercase, lowercase, none*/
- color:{color:borders}; /* change the text color */
- z-index:999999999999999999999999999999999999;
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- line-height:16px;
- font-size:12.5px;
- font-family: 'Architects Daughter', cursive;
- 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;
- margin:9px;
- overflow:hidden;
- width:210px;
- padding:14px;
- border:2px solid {color:borders};
- outline:3px double {color:borders};
- outline-offset:-10px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:16px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:20px;
- height:20px;
- margin-left:10px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:10px;
- padding:5px;
- border:2px solid {color:borders};
- background:white;
- word-spacing:2px;
- 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:0.9;
- top:25px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry .perma2{
- width:20px;
- height:20px;
- margin-left:60px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:10px;
- padding:5px;
- border:2px solid {color:borders};
- background:white;
- word-spacing:2px;
- 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 .perma2{
- overflow:visible;
- opacity:0.9;
- top:25px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry .perma3{
- width:160px;
- height:50px;
- margin-left:10px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:10px;
- padding:5px;
- border:2px solid {color:borders};
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity: 0.0;
- font-size:12px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma3{
- overflow:visible;
- opacity:0.9;
- top:65px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .permalinktext{
- display:block;
- text-align:center;
- text-decoration:none;
- font-size:11px;
- letter-spacing:1px;
- padding-top:7px;
- font-family:calibri;
- text-transform:uppercase;
- background:#f9f9f9;
- border:1px solid #f3f3f3;
- padding:2px; color:#fff;
- text-shadow: -1px 0 {color:blogtitle}, 0 1px {color:blogtitle}, 1px 0 {color:blogtitle}, 0 -1px {color:blogtitle};
- background: -webkit-linear-gradient(left, {color:blogtitle} , white);
- background: -o-linear-gradient(right, {color:blogtitle}, white);
- background: -moz-linear-gradient(right, {color:blogtitle}, white);
- background: linear-gradient(to right, {color:blogtitle} , white); /* must be last */
- }
- .permalinktext a{
- color:#fff;
- text-shadow: -1px 0 {color:blogtitle}, 0 1px {color:blogtitle}, 1px 0 {color:blogtitle}, 0 -1px {color:blogtitle};
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:900px;
- margin-top:21px;
- z-index:99;
- margin-left:209px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- #topbar{
- position:fixed;
- z-index:99999;
- background:{color:blogtitle};
- width:1943923904839px;
- height:10px;
- border-bottom:3px solid #fff;
- box-shadow:4px 2px 4px {color:borders};
- padding:4px;
- margin-left:-1000px;
- margin-top:-1px;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:220px;
- background:white;
- height:220px;
- margin-top:180px;
- margin-left:-95px;
- padding:10px;
- border:6px inset {color:borders};
- text-align:center;
- border-radius:2px;
- }
- #desc{
- position:fixed;
- opacity:0;
- border:6px outset {color:borders};
- background:white;
- padding:10px;
- font-size:11px;
- font-family: 'Short Stack', cursive;
- line-height:14px;
- width:220px;
- height:80px;
- overflow-y:scroll;
- margin-left:-18px;
- margin-top:-100px;
- border-radius:2px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #desc{
- opacity:1;
- margin-top:60px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #blogtitle{
- position:fixed;
- font-family: 'Kranky', cursive;
- color:{color:blogtitle};
- margin-top:-38px;
- margin-left:0px;
- font-size:36px;
- width:220px;
- text-align:center;
- }
- #updatesfour {
- position:fixed;
- margin-top:-355px; /* Position of updates tab from top */
- margin-left:-182px; /* Position of updates tab from left */
- width:200px;
- height:200px;
- background:transparent;
- z-index:99999999999;
- }
- #box1four {
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:440px;
- margin-left:100px;
- overflow:hidden;
- border:3px solid {color:borders}; /* border color of box1 */
- border-radius:50%;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box1four:hover {
- border-radius:0%;
- border: 6px solid {color:borders}; /* border color of box1 on hover */
- width:241px; /* width of box1 on hover */
- height:241px; /* height of box1 on hover */
- z-index:9999;
- margin-top:535px;
- margin-left:85px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .txt1four {
- width:230px; /* width of text box - make sure this is 10px less than the width of box1 on hover */
- height:241px; /* height of text box - make sure this is 10px less than the height of box1 on hover */
- padding:5px;
- top:0;
- left:0;
- overflow:hidden;
- word-break:inherit;
- position:absolute;
- text-align:center;
- font-size:11px;
- letter-spacing:1px;
- color:transparent;
- background:transparent;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box1four:hover .txt1four {
- color:#b9b9b9; /* color of text */
- background:#fff; /* background color */
- z-index:9999;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- /* BOX 2 */
- #box2four {
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:440px;
- margin-left:165px;
- overflow:hidden;
- border:3px solid {color:blogtitle}; /* border color of box2 */
- border-radius:50%;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box2four:hover {
- border-radius:0%;
- border: 6px solid {color:borders}; /* border color of box1 on hover */
- width:241px; /* width of box1 on hover */
- height:241px; /* height of box1 on hover */
- z-index:9999;
- margin-top:535px;
- margin-left:85px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .txt2four {
- width:230px; /* width of text box - make sure this is 10px less than the width of box2 on hover */
- height:241px; /* height of text box - make sure this is 10px less than the height of box2 on hover */
- padding:5px;
- top:0;
- left:0;
- overflow:hidden;
- word-break:inherit;
- position:absolute;
- text-align:left;
- letter-spacing:1px;
- color:transparent;
- text-align:center;
- font-size:11px;
- background:transparent;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #box2four:hover .txt2four {
- z-index:99999;
- color:#b9b9b9; /* color of text */
- background:#fff; /* background color */
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- /* BOX 3 */
- #box3four {
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:440px;
- margin-left:230px;
- overflow:hidden;
- border:3px solid {color:blogtitle}; /* border color of box3 */
- border-radius:50%;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box3four:hover {
- border-radius:0%;
- border: 6px solid {color:borders}; /* border color of box1 on hover */
- width:241px; /* width of box1 on hover */
- height:241px; /* height of box1 on hover */
- z-index:9999;
- margin-top:535px;
- margin-left:85px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .txt3four {
- width:230px; /* width of text box - make sure this is 10px less than the width of box3 on hover */
- height:241px; /* height of text box - make sure this is 10px less than the height of box3 on hover */
- padding:5px;
- top:0;
- left:0;
- overflow:hidden;
- word-break:inherit;
- position:absolute;
- text-align:center;
- letter-spacing:1px;
- color:transparent;
- font-size:11px;
- background:transparent;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box3four:hover .txt3four {
- color:#b9b9b9; /* color of text */
- background:#fff; /* background color */
- z-index:99999;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- /* BOX 4 */
- #box4four {
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:440px;
- margin-left:295px;
- overflow:hidden;
- border:3px solid {color:borders}; /* border color of box4 */
- border-radius:50%;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box4four:hover {
- border-radius:0%;
- border: 6px solid {color:borders}; /* border color of box1 on hover */
- width:241px; /* width of box1 on hover */
- height:241px; /* height of box1 on hover */
- z-index:9999;
- margin-top:535px;
- margin-left:85px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .txt4four {
- width:230px; /* width of text box - make sure this is 10px less than the width of box4 on hover */
- height:241px; /* height of text box - make sure this is 10px less than the height of box4 on hover */
- padding:5px;
- top:0;
- left:0;
- overflow:hidden;
- word-break:inherit;
- position:absolute;
- text-align:center;
- letter-spacing:1px;
- color:transparent;
- font-size:11px;
- background:transparent;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #box4four:hover .txt4four {
- color:#b9b9b9; /* color of text */
- background:#fff; /* background color */
- z-index:99999;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- /* hey links hur */
- #link1{
- position:fixed;
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:-200px;
- margin-left:-53px;
- overflow:hidden;
- line-height:17px;
- border:3px solid {color:borders};
- border-radius:5px;
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #link1{
- opacity:1;
- margin-left:55px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #link2{
- position:fixed;
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:-160px;
- margin-left:-53px;
- overflow:hidden;
- line-height:17px;
- border:3px solid {color:borders};
- border-radius:5px;
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #link2{
- opacity:1;
- margin-left:55px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #link3{
- position:fixed;
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:-120px;
- margin-left:-53px;
- overflow:hidden;
- line-height:17px;
- border:3px solid {color:borders};
- border-radius:5px;
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #link3{
- opacity:1;
- margin-left:55px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #link4{
- position:fixed;
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:-200px;
- margin-left:230px;
- overflow:hidden;
- line-height:17px;
- border:3px solid {color:borders};
- border-radius:5px;
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #link4{
- opacity:1;
- margin-left:140px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #link5{
- position:fixed;
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:-160px;
- margin-left:230px;
- overflow:hidden;
- line-height:17px;
- border:3px solid {color:borders};
- border-radius:5px;
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #link5{
- opacity:1;
- margin-left:140px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;}
- #link6{
- position:fixed;
- width:30px;
- height:30px;
- background:white;
- position:absolute;
- margin-top:-120px;
- margin-left:230px;
- overflow:hidden;
- line-height:17px;
- border:3px solid {color:borders};
- border-radius:5px;
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #sidebar:hover #link6{
- opacity:1;
- margin-left:140px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 32px;
- color:{color:Title};
- font-weight: normal;
- font-family: 'Kranky', cursive;
- font-size:30px;
- }
- /*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_lkl7439kSD1qfamg6.gif" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="topbar"></div>
- <div id="updatesfour">
- <!--- START BOX 1 ---->
- <div id="box1four"><div class="txt1four"><img src="http://media.tumblr.com/tumblr_m7kw0cyj3b1qid2nw.gif" style="float:left"><div style="text-align:center; font-size:20px; font-family: 'Kranky', cursive; color:{color:borders};margin-bottom:3px;">Updates</div> <!-- Updates title -->
- <!--- Write your updates here ---->
- hi these is the updates tab!! Put your updates here w/ you theme, personal life etc!!
- <!--- ending divs ---->
- </div></div>
- <!--- END BOX 1 ---->
- <!--- START BOX 2 ---->
- <div id="box2four"><div class="txt2four"><img src="http://media.tumblr.com/tumblr_mdns7nrbqe1qdlkyg.gif" style="float:left"><div style="text-align:center; font-size:20px; font-family: 'Kranky', cursive; color:{color:borders};margin-bottom:3px;">Title here</div> <!-- Updates title -->
- <!--- Write your updates here ---->
- Write your updates here, it's best to keep your title short. (upper right corner)
- <!--- ending divs ---->
- </div></div>
- <!--- END BOX 2 ---->
- <!--- START BOX 3 ---->
- <div id="box3four"><div class="txt3four"><img src="http://media.tumblr.com/tumblr_mdpf5kf9Wl1qdlkyg.gif" style="float:left"><div style="text-align:center; font-size:20px; font-family: 'Kranky', cursive; color:{color:borders};margin-bottom:3px;">Title here</div> <!-- Updates title -->
- <!--- Write your updates here ---->
- Write your updates here, it's best to keep your title short. (bottom left corner)
- <!--- ending divs ---->
- </div></div>
- <!--- END BOX 3 ---->
- <!--- START BOX 4 ---->
- <div id="box4four"><div class="txt4four"><img src="http://media.tumblr.com/94adfd00f3f06b8dc87d16717cfb9477/tumblr_inline_mley62Gdhk1rxsw83.gif" style="float:left"><div style="text-align:center; font-size:20px;font-family: 'Kranky', cursive; color:{color:borders};margin-bottom:3px;">Title here</div> <!-- Updates title -->
- <!--- Write your updates here ---->
- Write your updates here, it's best to keep your title short. (bottom right corner)
- <!--- ending divs ---->
- </div></div>
- <!--- END BOX 4 ---->
- </div>
- <!--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>
- <center>
- <a href="/"><img src="{image:sidebar}" width=100%></a>
- <div id="desc">{description}</div>
- <div id="link1"><a href="{text:Link one}" title="{text:Link One Message}"><img src="http://media.tumblr.com/bc63a0029cf66441e47eb6b8997b6977/tumblr_inline_mkp7ol0Tu01qz4rgp.gif" style="margin-top:4px;"></a></div>
- <div id="link2"><a href="{text:Link Two}" title="{text:Link Two Message}"><img src="http://media.tumblr.com/b68e4cf512c0efe2cff697d60757db3b/tumblr_inline_mkp7o4vTOM1qz4rgp.gif" style="margin-top:4px;"></a></div>
- <div id="link3"><a href="{text:Link Three}" title="{text:Link Three Message}"><img src="http://media.tumblr.com/dc5cfd47ee6bd923f2111c77f4657b28/tumblr_inline_mkp7nsTJ6S1qz4rgp.gif" style="margin-top:4px;"></a></div>
- <div id="link4"><a href="{text:Link Four}" title="{text:Link Four Message}"><img src="http://media.tumblr.com/3c20f5ce05bb9d10faddbbd3ec063268/tumblr_inline_mkp7o30Kq81qz4rgp.gif" style="margin-top:4px;"></a></div>
- <div id="link5"><a href="{text:Link Five}" title="{text:Link Five Message}"><img src="http://media.tumblr.com/3f85de96947f6e6e33f5ac8e1de8f8a3/tumblr_inline_mkp7ogdXuU1qz4rgp.gif" style="margin-top:4px;"></a></div>
- <div id="link6"><a href="{text:Link Six}" title="{text:Link Six Message}"><img src="http://media.tumblr.com/d5c1e61a14f6e9ea1d504281be4632dd/tumblr_inline_mkp7nnQ2NY1qz4rgp.gif" style="margin-top:4px;"></a></div>
- </center>
- </div>
- <!------------------------------------->
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><br><div class="permalinktext">
- {ShortMonth},{DayofMonth}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}">Reblog</a></div>
- {/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 style="border:1px solid {color:blogtitle}; margin:3px; margin-top:-5px; min-height:30px; padding:7px;
- padding-bottom:19px; text-transform:uppercase; border-radius:5px; background:#fff">
- <img src="{AskerPortraitURL-30}" width="30" align="left"
- style="margin-right:4px; margin-top:-3px; border-radius:100%; margin-left:0px; border:1px dashed {color:borders}; padding:7px; background:#fff; outline:0px solid transparent;">
- <askk>{Asker}</askk>: {Question}</div><br>
- <askk>I responded with:</askk>
- <div style="font-size:10px;font-family:'Short Stack', cursive; border:1px solid {color:blogtitle}; margin:3px; margin-top:9px; min-height:30px; padding:10px;padding-bottom:19px; text-transform:uppercase; border-radius:5px; background:#fff">
- <img src="{PortraitURL-30}" width="30" align="right"
- style="margin-right:0px; margin-top:-6px; border-radius:100%; margin-left:8px;border:1px dashed {color:borders}; padding:7px; outline:0px solid transparent; background:#fff;">{Answer}</div><br>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- {LikeButton} </div>
- <div class="perma2">
- {ReblogButton}
- </div>
- <div class="perma3">
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- has <a href="{Permalink}">{Notecountwithlabel}</a>
- </div>
- <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></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 style="position:fixed; padding:5px; bottom:6px; right:6px;"><a href="http://mufflinq.tumblr.com" title="theme by aj"><img src="http://media.tumblr.com/tumblr_lqwdjl9w5H1qcfn0j.gif" style="left:-5px; top:-4px; "></a></div>
- </html>
Add Comment
Please, Sign In to add comment