Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <center><img src="{image:banner}"></center>
- <head>
- <!-- Theme made by Dana teruel! -->
- <!-- PLEASE DO NOT REMOVE THE CREDIT -->
- <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
- <!-- slide out tabs -->
- <style>
- .Chandler {
- height: 100px;
- width: 20px;
- background-color: #fcf; /* background color of tab*/
- background-image: url('http://i45.tinypic.com/2i090qp.gif'); /* Put background image url in perenthes if you want*/
- border: 0px #000 solid; /*border style and color*/
- border-radius: 0px; /*border radius, aka how rounded you want it*/
- position: fixed;
- margin-top: 100px; /*How far from the top*/
- Left: 0px;
- z-index:999999999;
- -webkit-transition: 0.6s ease-in-out;
- padding: 10px;
- -moz-box-shadow: 0px 0px 5px 2px #000000; /*Glow color, Delete this line and the two below if you do not want glow */
- -webkit-box-shadow: 0px 0px 5px 2px #000000; /*Glow color, Delete this line and the two below if you do not want glow */
- box-shadow: 0px 0px 5px 2px #000000;/*Glow color, Delete this line and the two below if you do not want glow */
- Border-radius: 50px;
- }
- .Monica {
- width: 300px; /*If you adjust with width, make sure you adjust the margin left as well*/
- min-height: 100px;
- background-color: #99F; /* Background Color of the slide out box */
- background-image: url('Insert Background Image Url Here'); /* Put background image url in perenthes if you want*/
- border: 0px #000 solid; /*Border color and style of the box */
- position: fixed;
- margin-top: -10px; /*If you have a border, at the border number onto this number*/
- Left: -325px; /*This must be negative whatever the width is plus 10px */
- z-index:999999999;
- -webkit-transition: 0.6s ease-in-out;
- padding: 10px;
- -moz-box-shadow: 0px 0px 5px 2px #000000; /*Glow color, Delete this line and the two below if you do not want glow */
- -webkit-box-shadow: 0px 0px 5px 2px #000000; /*Glow color, Delete this line and the two below if you do not want glow */
- box-shadow: 0px 0px 5px 2px ##000000;/*Glow color, Delete this line and the two below if you do not want glow */
- Border-radius:10px;
- }
- .Chandler:hover {
- z-index:1000;
- left: 320px;
- -webkit-transition: 0.6s ease-in-out;}
- .Chandler:hover .Monica {
- z-index:1000;
- left: 0px;
- -webkit-transition: 0.6s ease-in-out;}
- .Monica:hover {
- z-index:1000;
- left: 0px;
- -webkit-transition: 0.6s ease-in-out;
- }
- .rachel{
- -webkit-transform: rotate(90deg);
- margin-top: 20px;
- font-size: 30px;
- position: absolute;
- margin-left: -40px;
- text-align: center;
- }
- </style>
- <!-- slide out tabs -->
- <script type="text/javascript">
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(3);
- tb8_messages[0] = "{text:title effect 1}";
- tb8_messages[1] = "{text:title effect 2}";
- tb8_messages[2] = "{text:title effect 3}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <!-- other fonts used -->
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
- <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
- <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=McLaren' rel='stylesheet' type='text/css'>
- <!-- meta tags -->
- <meta name="if:Rounded Corners" content="" />
- <meta name="if:Glowing Corners" content="" />
- <meta name="text:title effect 1" content="" />
- <meta name="text:title effect 2" content="" />
- <meta name="text:title effect 3" content="" />
- <meta name="color:Navi1" content="#000" />
- <meta name="color:Navi2" content="#000" />
- <meta name="color:Navi3" content="#000" />
- <meta name="color:Navi4" content="#000" />
- <meta name="color:Navi5" content="#000" />
- <meta name="color:Navi6" content="#000" />
- <meta name="color:Navi7" content="#000" />
- <meta name="color:Navi8" content="#000" />
- <meta name="color:Navi9" content="#000" />
- <meta name="color:Navi10" content="#000" />
- <meta name="color:Navi11" content="#000" />
- <meta name="color:Links" content="#000" />
- <meta name="text:Link name 1" content="link" />
- <meta name="text:Link 1" content="/" />
- <meta name="text:Link name 2" content="link" />
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link name 3" content="link" />
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link name 4" content="link" />
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link name 5" content="link" />
- <meta name="text:Link 5" content="/" />
- <meta name="text:Link name 6" content="link" />
- <meta name="text:Link 6" content="/" />
- <meta name="text:Link name 7" content="link" />
- <meta name="text:Link 7" content="/" />
- <meta name="text:Link name 8" content="link" />
- <meta name="text:Link 8" content="/" />
- <meta name="text:Link name 9" content="link" />
- <meta name="text:Link 9" content="/" />
- <meta name="color:permalink" content="#000" />
- <meta name="color:background" content="#000" />
- <meta name="image:background" content="" />
- <meta name="image:banner" content="" />
- <!-- meta tags -->
- <title>{title}</title>
- <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m230woPmQb1qfamg6.gif"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- .wrapper{
- margin: 0px auto;
- width: 717px;
- }
- div#sidebarimage{
- width:300px;
- height:250px;
- }
- div#verticalquote{
- margin-top: 200px;
- margin-left:0px;
- font-family: 'McLaren', cursive;
- text-shadow: px px px #000;
- font-size:26px;
- line-height: 50px;
- padding: 0px;
- border: 0px solid #cccccc;
- background-color: transparent;
- float: left;
- position: fixed;
- top: 33%; left: 75%;
- z-index: 99999;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- }
- li {display: block; -webkit-transition-duration: .40s; border-bottom: 1px solid #f5c9ce; background-repeat: no-repeat; vertical-align: middle; line-height: 17px; text-indent: 5px; background: url('http://i122.photobucket.com/albums/o260/mhilka/minigifs/markinha1.gif') no-repeat left; padding-left: 15px;}
- strong, b, bold {color: #e6a1dd; text-decoration:none; font-family: 'short stack', sans-serif;font-weight:bold;} i, em, italic {color: #9766dd; font-family: 'short stack', sans-serif;;} u, underline {text-decoration:none; color: #fffccc; border-bottom: 1px dotted #eee;} s, strike {color: #cccfff;}
- {block:if:FadedFollowButton}
- iframe#tumblr_controls { margin-top: 15px !important; margin-left: 30px !important; position: fixed !important; z-index: 999999999999999999999999999999 !important; opacity: 0.4; -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;}
- iframe#tumblr_controls:hover{ opacity: 1;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- }
- {/block:if:FadedFollowButton}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#fff;
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- }
- ::-webkit-scrollbar {
- width:7px;
- height:5px;
- background-color:#000;
- }
- .button{width:120px;position:absolute;top:500px;margin-left:30px;padding:10px 0px 10px 0px;text-align:right;line-height:15px;font-style:italic;}
- div.button1 a{background-color: {color:Navi1};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button1 a:hover{padding-left:30px;}
- div.button2 a{background-color: {color:Navi2};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button2 a:hover{padding-left:30px;}
- div.button3 a{background-color: {color:Navi3};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button3 a:hover{padding-left:30px;}
- div.button4 a{background-color: {color:Navi4};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button4 a:hover{padding-left:30px;}
- div.button5 a{background-color: {color:Navi5};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button5 a:hover{padding-left:30px;}
- div.button6 a{background-color: {color:Navi6};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button6 a:hover{padding-left:30px;}
- div.button7 a{background-color: {color:Navi7};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button7 a:hover{padding-left:30px;}
- div.button8 a{background-color: {color:Navi8};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button8 a:hover{padding-left:30px;}
- div.button9 a{background-color: {color:Navi9};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button9 a:hover{padding-left:30px;}
- div.button10 a{background-color: {color:Navi10};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button10 a:hover{padding-left:30px;}
- div.button11 a{background-color: {color:Navi11};font-size:13px;font-family:"redensek";color:{color:Links};padding:0px 10px 0px 20px;margin-left:3px;margin-bottom:0px;}
- div.button11 a:hover{padding-left:30px;}
- /** fonts used **/
- @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
- /** fonts **/
- /** head **/
- body{
- color:black;
- font-family:short stack;
- font-size:10px;
- background-color:{color:background};
- background-image:{image:background}
- }
- description{
- color:{color:description}
- font-size:10px;
- font-family:short stack;
- }
- #title{
- color:{color:title}
- font-size:30px;
- font-family:raleway dots;
- }
- h1{
- font-size:35px;
- font-family:raleway dots;
- }
- .textitle{
- font-size:35
- font-family: 'Yanone Kaffeesatz', sans-serif;
- color:red;
- }
- #cent{
- width:508px;
- margin-left:550px;
- background-color:#fff;
- position:absolute;
- padding:5px;
- {block:ifRoundedCorners}
- Border-radius: 40px;
- {/block:ifRoundedCorners}
- -webkit-animation: bounceIn 2s;
- -moz-animation: bounceIn 2s;
- -ms-animation: bounceIn 2s;
- }
- #post{
- padding:2px;
- background-color:#fff;
- width:500px;
- float:left;
- margin:2px;
- {block:ifGlowingCorners}
- -moz-box-shadow: 0 0 5px #000;
- -webkit-box-shadow: 0 0 5px #000;
- {/block:ifGlowingCorners}
- -webkit-animation: bounceIn 2s;
- -moz-animation: bounceIn 2s;
- -ms-animation: bounceIn 2s;
- }
- #sidebar{
- background-color:#fff;
- width:300px;
- height:300px;
- margin-top:100px;
- margin-left:150px;
- position:absolute;
- padding:3px;
- {block:ifRoundedCorners}
- Border-radius: 40px;
- {/block:ifRoundedCorners}
- {block:ifGlowingCorners}
- -moz-box-shadow: 0 0 5px #000;
- -webkit-box-shadow: 0 0 5px #000;
- {/block:ifGlowingCorners}
- }
- #entry .perma a{color:{permalink};}
- #entry .perma{width:0px; position: absolute; line-height: 10px; overflow:hidden; opacity: 0.0; background-color:; color: {color:permalink} ;margin-top:0px;margin-left:-100px;-webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; transition: all 0.7s linear;margin-top:-100px;}
- #entry:hover .perma{overflow:visible;-webkit-transition: opacity 0.2s linear; opacity: 0.8;
- -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear; margin-left:0px;margin-top:0px;width:auto;}
- #permal {
- width: 50px;
- height:15px;
- display: inline-block;
- margin-left: 2px;
- margin-top:3px;
- padding: 2px;
- background-color:{color:permalink};
- line-height:13px;
- font-size: 11px;
- font-family: short stack;
- color: #fff;
- text-align:center;
- -webkit-border-radius: 5px 5px 5px 5px;
- -moz-border-radius: 5px 5px 5px 5px;
- border-radius: 5px 5px 5px 5px;
- }
- {CustomCSS]</style>
- </head>
- <body>
- <div class="Chandler">
- <div class="rachel">
- stats
- </div>
- <div class="Monica">
- <center>
- This is where your stats go <br>
- I know you speak <script language='JavaScript' src='http://freehostedscripts.net/language.php'></script> <br>
- You're using <script language='JavaScript' src='http://freehostedscripts.net/browserinfo.php'></script> <br>
- And your Ip is <script language='JavaScript' src='http://freehostedscripts.net/ip.php'></script> <br>
- </center>
- </div>
- </div>
- <center><div class="button">
- <div class="button1"><a href="/">Home</a><br></div>
- <div class="button2"><a href="/ask">Ask</a><br></div>
- <div class="button3"><a href="/archive">Archive</a><br></div>
- <div class="button4"><a href="{text:Link1}">{text:Link name 1}</a><br></div>
- <div class="button5"><a href="{text:Link2}">{text:Link name 2}</a><br></div>
- <div class="button6"><a href="{text:Link3}">{text:Link name 3}</a><br></div>
- <div class="button7"><a href="{text:Link4}">{text:Link name 4}</a><br>
- <div class="button8"><a href="{text:Link5}">{text:Link name 5}</a><br>
- <div class="button9"><a href="{text:Link6}">{text:Link name 6}</a><br>
- <div class="button10"><a href="{text:Link7}">{text:Link name 7}</a><br>
- <div class="button11"><a href="{text:Link7}">{text:Link name 8}</a><br>
- </div>
- </center></div>
- <div id="sidebar">
- <br></br>
- {Description}
- </div>
- <div id="verticalquote"><span id="bubble"><font color="#00bfff">{Title}</span></div>
- <div id="cent">
- {block:Posts}<div id="entry">
- {block:IndexPage}
- <div class="perma">
- <div id="permal">
- <a href="{permalink}" target="_blank">{NoteCount} </div>
- <div id="permal"><a href="{ReblogURL}" target="_blank">Reblawg</a></span></div></div>
- {/block:IndexPage}
- {block:Text}{block:Title}<center></center><h2>♡{Title}</h2>{/block:Title}
- <br> <br>{/block:Text}{block:Chat}{block:Title}<h2>♡{Title}</h2>{/block:Title} {/block:Chat}
- <h2>{block:Link}{/block:Link}</h2>
- {block:Quote}<h2>"{Quote}"</h2>{/block:Quote}{block:Photo}{/block:Photo}{block:Photoset}{/block:Photoset}{block:Video}{/block:Video}{block:Audio}{/block:Audio}{block:Answer}{/block:Answer}
- {block:Text}{Body}{/block:Text}
- {block:Photo}<center>{block:IndexPage}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}" class="magnify"/></a>
- {/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="600px" class="magnify"/>
- {LinkCloseTag}{/block:PermalinkPage}</center>{/block:Photo}
- {block:Photoset}<center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
- {block:Quote}{block:Source}{Source}{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="links2" {Target}><center></center><br><h2>{Name}</h2></a><BR>{block:Description}<h2>{Description}</h2>{/block:Description}{/block:Link}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}</center>{/block:Video}
- {block:Audio}<span class="audio">{AudioPlayerBlack}</span>{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:Audio}
- {block:Answer}<div id="asker">{Asker} Asked: <br><br>{Question}</div><div id="answer">I answered: {Answer}</div>{/block:Answer}</div>
- {block:PermalinkPage}{block:Date}<div id="info">{block:Caption}{Caption}{/block:Caption}
- <div id="bottominfo">
- Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month}·{DayofMonth}·{NoteCount} Notes{/block:Date}♥ {block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
- {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
- </div></div> {/block:Date}{/block:PermalinkPage}
- {/block:Posts}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <p id="footer">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement