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">
- <!--
- // 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>
- <div style="position:fixed;right:2px;top:31px;z-index:9999;">
- <a href="http://acid-days.tumblr.com/" target="_blank">
- <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
- </a>
- </div>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="text:title1" content="title"/>
- <meta name="image:sidebar pin 1" content="1"/>
- <meta name="color:border" content="#fff"/>
- <meta name="color:iconborder1" content="#fff"/>
- <meta name="color:border1" content="#fff"/>
- <meta name="color:bar1" content="#fff"/>
- <meta name="color:sidebarborder1" content="#fff"/>
- <meta name="color:sidebarborder2" content="#fff"/>
- <meta name="image:sideback" content="1"/>
- <meta name="image:sideback2" content="1"/>
- <meta name="image:sidebar pin 3" content="1"/>
- <meta name="image:sidebar pin 2" content="1"/>
- <meta name="text:link one" content="link one"/>
- <meta name="text:link 1 msg" content="link 1 msg"/>
- <meta name="text:link two" content="link two"/>
- <meta name="text:link 2 msg" content="link 2 msg"/>
- <meta name="text:link three" content="link three"/>
- <meta name="text:link 3 msg" content="link 3 msg"/>
- <meta name="text:link four" content="link four"/>
- <meta name="text:link 4 msg" content="link 4 msg"/>
- <meta name="text:link five" content="link five"/>
- <meta name="text:link 5 msg" content="link 5 msg"/>
- <meta name="text:stats" content="stats"/>
- <meta name="text:music" content="music"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- background-image:url();
- opacity: 0.2;
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- z-index: 999999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background-color:white;
- color:{color:text};
- font-family:pewp;
- padding: 5px;
- float: left;
- font-size: 14px;
- position: fixed;
- opacity: 1;
- line-height:10px;
- border-top:8px solid {color:sidebarborder1};
- border-bottom:8px solid {color:sidebarborder1};
- border-right:15px solid {color:sidebarborder1};
- border-left:15px solid {color:sidebarborder1};
- top: 50%; left: 50%;
- z-index: 999999999999999999999999999999999999999999999;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- /*--CSS3 Box Shadows--*/
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 5px;
- border-radius: 0px;
- }
- .popup_block:hover{
- border-radius: 40px;
- border-top:8px solid {color:right left color}
- border-bottom:8px solid {color:right left color}
- border-right:15px solid {color:right left color}
- border-left:15px solid {color:right left color}
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 2px;
- background: #fff;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:border};
- border: 0px;
- -webkit-border-radius: 1ex;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
- }
- ::-webkit-scrollbar-corner {
- background: #transparent;
- }
- 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: pewp;
- line-height:10px;
- 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;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- margin:13px;
- padding: 10px;
- padding-bottom: 10px;
- float:left;
- line-height:10px;
- background-color:white;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- opacity: 1;
- border: solid 1px #cdcdcd;
- box-shadow: 0px 0px 0px {color:posts shadow};
- overflow:hidden;
- width:269px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- {block:PermalinkPage}
- width:720px;
- text-align:left;
- line-height:10px;
- top: 90px;
- {/block:PermalinkPage}
- background-color:white;
- background-image:URL();
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:auto;
- z-index: 9999999999999999;
- height:auto;
- margin-left:10px;
- padding-left:2px;
- padding-right:3px;
- padding: 3px;
- position: absolute;
- line-height: 15px;
- overflow:hidden;
- text-align:left;
- bottom: 20px;
- background:white;
- font-family:verdana;
- font-size:8px;
- font-style: italic;
- letter-spacing:1px;
- opacity: 0.0;
- border-radius: 0px;
- border:1px solid {color:border};
- border-left:2px solid {color:border};
- -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:.9;
- }
- .perma:hover{
- padding-left:10px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts{
- width:660px;
- top:-5px;
- z-index:1;
- margin-left:333px;
- right:auto;
- background:#fff;
- padding-left:20px;
- padding-top:30px;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed;
- width:284px; height:390px;
- border-left:10px inset {color:sidebarborder1};
- border-right:10px inset {color:sidebarborder2};
- border-top:10px inset {color:sidebarborder2};
- border-bottom:10px inset {color:sidebarborder1};
- padding:8px;
- margin-left:-75px;
- margin-top:160px;
- letter-spacing:1px;
- background: #fff;
- text-align:center;
- z-index:4;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #sidebarimg{left:-2px;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -o-transition: all 0.6s linear;}
- #sidebarshit{
- position:fixed;
- z-index:5;
- overflow:hidden;
- margin-left:4px;
- margin-top:4px;
- width: 275px;
- height:380px;
- background-image:url(http://media.tumblr.com/60284853f6ba89932a8c217f64c3f0e7/tumblr_inline_mkjkx3jVEm1qz4rgp.png);
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #sidebarshit:hover #sidebarimg{margin-left:350px;}
- #title1{
- -webkit-animation:bounceIn 2s;
- -moz-animation:bounceIn 2s;
- -ms-animation:bounceIn 2s;
- position:fixed !important;
- z-index:999;
- width:260px;
- height:30px;
- opacity: 1;
- padding:3px;
- margin-top:105px;
- margin-left:-90px;
- background:transperant;
- line-height:40px;
- text-align:center;
- border: 0px solid {color:borders};
- border-bottom: 0px;
- color: {color:title1};
- text-shadow: -3px 0 #fff, 0 3px #fff, 3px 0 #fff, 0 -3px #fff;
- letter-spacing:0px;
- font-size: 60px;
- font-family: 'lol';
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #meow{
- position: fixed;
- background: whie;
- border: 0px solid #ccc;
- margin-left: 70px;
- margin-top: -370px;
- opacity: 0;
- width: 100px;
- height: 110px;
- padding: 10px;
- padding-bottom: 20px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #sidebar:hover #meow{
- opacity: 1;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #meow img{
- width: 90px;
- height: 100px;
- border: 1px solid #ccc;
- background: white;
- padding: 10px;
- padding-bottom: 20px;
- }
- #woof{
- position: fixed;
- background: whie;
- border: 0px solid #ccc;
- margin-left: -8px;
- margin-top: -380px;
- opacity: 0;
- width: 130px;
- height: 140px;
- padding: 10px;
- padding-bottom: 20px;
- -webkit-transform:rotate(10deg);
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #sidebar:hover #woof{
- opacity: 1;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- -webkit-transform:rotate(10deg);
- }
- #woof img{
- width: 90px;
- height: 100px;
- -webkit-transform:rotate(10deg);
- border: 1px solid #ccc;
- background: white;
- padding: 10px;
- padding-bottom: 20px;
- }
- #quack{
- position: fixed;
- background: whie;
- border: 0px solid #ccc;
- margin-left: 140px;
- margin-top: -380px;
- opacity: 0;
- width: 130px;
- height: 140px;
- padding: 10px;
- padding-bottom: 20px;
- -webkit-transform:rotate(-10deg);
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #sidebar:hover #quack{
- opacity: 1;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- -webkit-transform:rotate(-10deg);
- }
- #quack img{
- width: 90px;
- height: 100px;
- -o-webkit-transform:rotate(-10deg);
- border: 1px solid #ccc;
- background: white;
- padding: 10px;
- padding-bottom: 20px;
- }
- .sideback{
- position:fixed;
- margin-left:384px;
- z-index:3;
- top:-70px;
- background:{color:border1};
- height:8000px;
- opacity:1;
- width:15px;
- border-top:0px;
- -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;
- }
- .sideback:hover{
- margin-top:80px;
- }
- .sideback2{
- width:9px;
- position:fixed !important;
- top:-5px;
- height:7800px;
- margin-left:1055px;
- z-index:1;
- background:{color:border1};
- 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;
- }
- .sideback3{
- position:fixed;
- margin-left:370px;
- z-index:3;
- top:-90px;
- background-image:url("http://25.media.tumblr.com/af4697841ae9bb460b13be4de427122d/tumblr_msxg3fAaQD1rz2xexo1_100.png");
- height:8000px;
- opacity:1;
- width:15px;
- -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;
- }
- .sideback3:hover{
- margin-top:80px;
- }
- .sideback4{
- width:12px;
- background-image:url("http://25.media.tumblr.com/af4697841ae9bb460b13be4de427122d/tumblr_msxg3fAaQD1rz2xexo1_100.png");
- position:fixed !important;
- top:-5px;
- height:10000px;
- margin-left:1071px;
- z-index:1;
- background:{color:bar2};
- -webkit-transform:rotate(180deg);
- -webkit-animation:fadeInDownBig 2s;
- -moz-animation:fadeInDownBig 2s;
- -ms-animation:fadeInDownBig 2s;
- }
- #desc {
- padding: 3px;
- padding-top:10px;
- padding-bottom:5px;
- padding-right:8px;
- padding-left:8px;
- z-index:3;
- position:fixed !important;
- text-align:left;
- opacity: 0;
- width:135px;
- height:auto;
- background-image:url(http://i47.tinypic.com/288rzpe.png);
- margin-left:115px;
- margin-top:-210px;
- -webkit-border-radius: 35px 10px;
- color:{color:text};
- box-shadow: 0px 0px 1px #ddd;
- border: 2px solid {color:border2};
- background:white;
- letter-spacing:1px;
- font-family: calibri;
- font-size:12px;
- line-height:11px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #desc{
- opacity:1;
- transform:rotate(0deg);
- -ms-transform:rotate(0deg); /* IE 9 */
- -webkit-transform:rotate(0deg); /* Safari and Chrome */
- }
- #me{
- position:fixed !important;
- width:35px;
- height:26px;
- background:{color:sidebarborder1};
- border:1px solid #ddd;
- margin-top:-40px;
- padding:3px;
- line-height:9px;
- margin-left:-60px;
- font-family:calibri;
- font-size:10px;
- text-align:center;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #oh{
- position:fixed !important;
- width:35px;
- height:26px;
- background:{color:sidebarborder2};
- border:1px solid #ddd;
- margin-top:-40px;
- padding:3px;
- line-height:9px;
- margin-left:-115px;
- font-family:calibri;
- font-size:10px;
- text-align:center;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #mhm {
- z-index:3;
- position:absolute;
- top:68px;
- opacity:0;
- left:55px;
- width:144px;
- height:27px;
- color:#000;
- overflow:hidden;
- -webkit-border-radius: 0px 0px;
- font-family:calibri;
- font-size:13px;
- padding-left:0px;
- line-height:26px;
- letter-spacing:0px;
- border:3px solid {color:iconborder1};
- text-align:center;
- text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
- background:{color:bar1};
- 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 #mhm{
- opacity:2;
- transform: rotateX(0deg);
- -webkit-transform: rotateX(0deg); /* Safari and Chrome */
- }
- #alice {
- z-index:3;
- position:absolute;
- top:122px;
- opacity:0;
- left:55px;
- width:144px;
- height:17px;
- color:#000;
- overflow:hidden;
- -webkit-border-radius: 0px 0px;
- font-family:calibri;
- font-size:13px;
- padding-left:0px;
- padding-top:2px;
- padding-bottom:8px;
- line-height:20px;
- letter-spacing:0px;
- border:3px solid {color:iconborder1};
- text-align:center;
- text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
- background:{color:bar1};
- 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 #alice{
- opacity:2;
- transform: rotateX(0deg);
- -webkit-transform: rotateX(0deg); /* Safari and Chrome */
- }
- @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
- @font-face { font-family: "lol"; src: url('http://static.tumblr.com/cviifw3/Zpamvcxzx/indieflower.ttf'); }
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
- #link1{
- position:fixed;
- z-index:3;
- width:30px;
- height:35px;
- opacity: 0;
- padding:3px;
- padding-top: 6px;
- padding-bottom: 0px;
- margin-left:15px;
- margin-top:-140px;
- background:{color:link1bg};
- box-shadow: 0px 0px 0px #ddd;
- border-top: 3px solid {color:iconborder1};
- border-left: 2px solid {color:iconborder1};
- border-right: 2px solid {color:iconborder1};
- border-bottom: 2px solid {color:iconborder1};
- line-height:23px;
- text-align:center;
- color: #000;
- font-size: 20px;
- letter-spacing: 1px;
- font-family: springy;
- border-radius: 12px 20px / 20px 12px;
- transition: all 0.9s 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 #link1{
- opacity:1;
- }
- #link2{
- position:fixed;
- z-index:3;
- width:30px;
- height:35px;
- opacity: 0;
- padding:3px;
- padding-top: 6px;
- padding-bottom: 0px;
- margin-left:72px;
- margin-top:-140px;
- background: {color:link2bg};
- box-shadow: 0px 0px 0px #ddd;
- border-top: 3px solid {color:iconborder1};
- border-left: 2px solid {color:iconborder1};
- border-right: 2px solid {color:iconborder1};
- border-bottom: 2px solid {color:iconborder1};
- line-height:23px;
- text-align:center;
- color: #000;
- font-size: 20px;
- letter-spacing: 1px;
- font-family: springy;
- border-radius: 12px 20px / 20px 12px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #link2{
- opacity: 1;
- }
- #link3{
- position:fixed;
- z-index:3;
- box-shadow: 0px 0px 0px #ddd;
- width:30px;
- height:35px;
- opacity: 0;
- padding:3px;
- padding-top: 6px;
- padding-bottom: 0px;
- margin-left:15px;
- margin-top:-90px;
- background: {color:link3bg};
- border-top: 3px solid {color:iconborder1};
- border-left: 2px solid {color:iconborder1};
- border-right: 2px solid {color:iconborder1};
- border-bottom: 2px solid {color:iconborder1};
- line-height:23px;
- text-align:center;
- color: #000;
- font-size: 20px;
- letter-spacing: 1px;
- font-family: springy;
- border-radius: 12px 20px / 20px 12px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #link3{
- opacity: 1;
- }
- #link5{
- position:fixed;
- z-index:3;
- box-shadow: 0px 0px 0px #ddd;
- width:30px;
- height:35px;
- opacity: 0;
- padding:3px;
- padding-top: 6px;
- padding-bottom: 0px;
- margin-left:45px;
- margin-top:-45px;
- background: {color:link5bg};
- border-top: 3px solid {color:iconborder1};
- border-left: 2px solid {color:iconborder1};
- border-right: 2px solid {color:iconborder1};
- border-bottom: 2px solid {color:iconborder1};
- line-height:23px;
- text-align:center;
- color: #000;
- font-size: 20px;
- letter-spacing: 1px;
- font-family: springy;
- border-radius: 12px 20px / 20px 12px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #link5{
- opacity: 1;
- }
- #link4{
- position:fixed;
- z-index:3;
- box-shadow: 0px 0px 0px #ddd;
- width:30px;
- height:35px;
- opacity: 0;
- padding:3px;
- padding-top: 6px;
- padding-bottom: 0px;
- margin-left:72px;
- margin-top:-90px;
- background: {color:link4bg};
- border-top: 3px solid {color:iconborder1};
- border-left: 2px solid {color:iconborder1};
- border-right: 2px solid {color:iconborder1};
- border-bottom: 2px solid {color:iconborder1};
- line-height:23px;
- text-align:center;
- color: #000;
- font-size: 20px;
- letter-spacing: 1px;
- font-family: springy;
- border-radius: 12px 20px / 20px 12px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #link4{
- opacity: 1;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 12px;
- color:{color:Title};
- font-weight: normal;
- font-family:basket;
- font-size:16px;
- }
- /*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">{text:title1}</center></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="sidebarshit"><div id="sidebarimg">
- <a href="/"><img src="{image:sidebar}" width=273 height=380></a></div>
- <div id="meow"><img src="{image:sidebar pin 1}"></div>
- <div id="woof"><img src="{image:sidebar pin 2}"></div>
- <div id="quack"><img src="{image:sidebar pin 3}"></div>
- <div class="sideback"></div>
- <div class="sideback2"></div>
- <div class="sideback3"></div>
- <div class="sideback4"></div>
- <div id="link1"><a href="{text:link one}" title="{text:link 1 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/home.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
- <div id="link2"><a href="{text:link two}"title="{text:link 2 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/mail.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
- <div id="link3"><a href="{text:link three}"title="{text:link 3 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/add.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
- <div id="link4"><a href="{text:link four}"title="{text:link 4 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/photo-camera.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
- <div id="link5"><a href="{text:link five}"title="{text:link 5 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/users.png" style="opacity:0.8; width:30px; height:30px;"></a> </div>
- <div id="desc">{description}
- <div id="oh"><a href="#?w=500" rel="02" class="poplight"title="playlist"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/hint.png"width=20px></a></div>
- <div id="me"><a href="#?w=500" rel="05" class="poplight"title="updates"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/star.png"width=20p></a>
- <div id="mhm"><a href="/">
- {text:stats}</div>
- </a>
- <div id="alice">
- <a href="/">
- {text:music}
- </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><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}
- <div style="margin: 1px 2px 1px 2px; min-height:40px;border-top: 1px solid {color:sidebarborder};
- border-left: 1px solid {color:sidebarborder};
- border-right: 1px solid {color:sidebarborder};
- border-bottom: 1px solid {color:sidebarborder}; padding: 3px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; padding: 3px; background-color: #Fff; ">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-left:3px;margin-top:2px; border: 1px solid #ddd; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border: 1px solid #B5C8E1;"/>
- <ask>{Asker}</ask>: {Question}</div> <br>
- <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div> <br><div style="text-align: right;"><askk>{text:put your name here}</askk><hr size=1></div>
- <P ALIGN=Right><a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}">reblog</a> with <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}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{Permalink}">{NoteCount}</a> / <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="{Permalink}">{NoteCount}</a> / <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}
- <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://acid-days.tumblr.com">©</a></div>
- <div id="05" class="popup_block">
- <p><strong> </strong></p>
- <center><div style="font-family: lol; font-size: 45px; margin-top:10px;line-height: 46px; margin-left:5px;">Updates<br></center><br>
- write your updates or stats here!! <br><br>
- or a cheer up <br><br>
- just do what i'm doing for a new sentence <br><br>
- hella cute <br><br>
- Stats here <p>
- </div>
- <div id="02" class="popup_block">
- <p><strong> </strong></p>
- <center><div style="font-family: lol; font-size: 45px; margin-top:10px;line-height: 46px; margin-left:5px;">Playlist<br></center><br>
- write your updates or stats here!! <br><br>
- or a cheer up <br><br>
- just do what i'm doing for a new sentence <br><br>
- hella cute <br><br>
- Stats here <p>
- </body>
- </html>
Add Comment
Please, Sign In to add comment