Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns = "http :/ / www.w3.org/1999/xhtml "> <head profile="http://gmpg.org/xfn/11">
- <!-- disable right click -->
- <script language=JavaScript>
- <!--//Disable right click script III- By Renigade ([email protected])
- //For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <script type="text/javascript">
- /***********************************************
- * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
- * This notice MUST stay intact for legal use
- * Visit http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- //form tags to omit in NS6+:
- var omitformtags=["input", "textarea", "select"]
- omitformtags=omitformtags.join("|")
- function disableselect(e){
- if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
- return false
- }
- function reEnable(){
- return true
- }
- if (typeof document.onselectstart!="undefined")
- document.onselectstart=new Function ("return false")
- else{
- document.onmousedown=disableselect
- document.onmouseup=reEnable
- }
- </script>
- <!-- infinite scrolling code -->
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <!-- tags -->
- <meta name="image:sidebar" content="" />
- <meta name="image:background" content="" />
- <meta name="color:background" content="#eee6ce" />
- <meta name="color:Links" content="#97bcee"/>
- <meta name="color:Links Hover" content="#F7C852"/>
- <meta name="color:Navigation Background" content="#000000" />
- <meta name="color:Navigation Background Hover" content="#ba00ff" />
- <meta name="text:Stat 1" content="your stat here" />
- <meta name="text:Stat 2" content="your stat here" />
- <meta name="text:Stat 3" content="your stat here" />
- <meta name="text:Stat 4" content="your stat here" />
- <meta name="text:Link 1 Title" content="link" />
- <meta name="text:Link 1" content="http://blahblah.com" />
- <meta name="text:Link 2 Title" content="link" />
- <meta name="text:Link 2" content="http://blahblah.com" />
- <meta name="text:Link 3 Title" content="link" />
- <meta name="text:Link 3" content="http://blahblah.com" />
- <meta name="text:Link 4 Title" content="link" />
- <meta name="text:Link 4" content="http://blahblah.com" />
- <meta name="if:Energy Saving" content="2" />
- <meta name="if:Blur Effect" content="2" />
- <meta name="if:Bubble Bath Effect" content="2" />
- <!-- animation -->
- <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
- <!-- Bubble Bath Effect -->
- {block:ifBubbleBathEffect}
- <script type="text/javascript">
- // <![CDATA[
- var colours=new Array("#ba00ff", "#ba00ff", "#ba00ff", "#ba00ff", "#ba00ff"); // colours for top, right, bottom and left borders and background of bubbles
- var bubbles=66; // how many bubbles are moving at any given time
- /****************************
- * JavaScript Bubble Bath *
- *(c)2010-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ***************************f*/
- var swide=800;
- var shigh=600;
- var bubb=new Array();
- var bubbx=new Array();
- var bubby=new Array();
- var bubbs=new Array();
- var boddie;
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(bubba);
- function bubba() { if (document.getElementById) {
- var i, rats, div;
- boddie=document.createElement("div");
- boddie.style.position="fixed";
- boddie.style.top="0px";
- boddie.style.left="0px";
- boddie.style.overflow="visible";
- boddie.style.width="1px";
- boddie.style.height="1px";
- boddie.style.backgroundColor="transparent";
- document.body.appendChild(boddie);
- set_width();
- for (i=0; i<bubbles; i++) {
- rats=createDiv("3px", "3px");
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.top="1px";
- div.left="0px";
- div.bottom="1px";
- div.right="0px";
- div.borderLeft="1px solid "+colours[3];
- div.borderRight="1px solid "+colours[1];
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.top="0px";
- div.left="1px";
- div.right="1px";
- div.bottom="0px"
- div.borderTop="1px solid "+colours[0];
- div.borderBottom="1px solid "+colours[2];
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.left="1px";
- div.right="1px";
- div.bottom="1px";
- div.top="1px";
- div.backgroundColor=colours[4];
- if (navigator.appName=="Microsoft Internet Explorer") div.filter="alpha(opacity=50)";
- else div.opacity=0.5;
- boddie.appendChild(rats);
- bubb[i]=rats.style;
- }
- bubble();
- }}
- function bubble() {
- var c;
- for (c=0; c<bubbles; c++) if (!bubby[c] && Math.random()<0.333) {
- bubb[c].left=(bubbx[c]=Math.floor(swide/6+Math.random()*swide/1.5)-10)+"px";
- bubb[c].top=(bubby[c]=shigh)+"px";
- bubb[c].width="3px";
- bubb[c].height="3px"
- bubb[c].visibility="visible";
- bubbs[c]=3;
- break;
- }
- for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
- setTimeout("bubble()", 40);
- }
- function update_bubb(i) {
- if (bubby[i]) {
- bubby[i]-=bubbs[i]/2+i%2;
- bubbx[i]+=(i%5-2)/5;
- if (bubby[i]>0 && bubbx[i]>0 && bubbx[i]<swide) {
- if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
- bubb[i].width=bubbs[i]+"px";
- bubb[i].height=bubbs[i]+"px";
- }
- bubb[i].top=bubby[i]+"px";
- bubb[i].left=bubbx[i]+"px";
- }
- else {
- bubb[i].visibility="hidden";
- bubby[i]=0;
- return;
- }
- }
- }
- window.onresize=set_width;
- function set_width() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)=='number' && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min;
- shigh=sh_min;
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height;
- div.style.width=width;
- div.style.overflow="hidden";
- div.style.backgroundColor="transparent";
- return (div);
- }
- // ]]>
- </script>
- {/block:ifBubbleBathEffect}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style>
- /*---- blur effect ----*/
- {block:ifBlurEffect}
- img{
- -webkit-transition: all .7s linear;
- -moz-transition: all .7s linear;
- transition: all .7s linear
- }
- img:hover{-webkit-filter: blur(1px);z-index: -99px;}
- {/block:ifBlurEffect}
- /*** iframe ***/
- #controls{
- position:fixed;
- top:3px;
- right:0px;
- float:right;
- width:170px;
- }
- iframe#tumblr_controls{
- top:3px !important;
- right:14% !important;
- position: fixed !important;
- display:none;
- }
- /** body **/
- body{
- color:black;
- font-family:verdana;
- font-size:10px;
- background-color:{color:background};
- background-image: url({image:background});
- }
- #container{
- width:508px;
- margin-left:400px;
- margin-top:0px;
- background-color:#fff;
- position:absolute;
- padding:5px;
- -moz-box-shadow: 0 0 10px 3px #999;
- -webkit-box-shadow: 0 0 10px 3px #999;
- }
- /** posts **/
- #entry{
- padding:2px;
- background-color:#fff;
- width:500px;
- float:left;
- margin:2px;
- -webkit-animation: bounceIn 2s;
- -moz-animation: bounceIn 2s;
- -ms-animation: bounceIn 2s;
- }
- .perma{
- opacity: 0.0;
- filter: alpha(opacity = 0);
- margin-top: 0px;
- width: 60px;
- height: 30px;
- line-height: 30px;
- font-size: 9px;
- position:absolute;
- text-align: center;
- z-index:9999991;
- margin-top: -38px;
- margin-left: 0px;
- text-align: center;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #entry:hover .perma {
- margin-top: 5px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- opacity: 1;
- }
- .countreblog {
- background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
- height: 20px;
- font-family: arial;
- font-size: 11px;
- text-align: left;
- line-height: 20px;
- color: #fff;
- position: absolute;
- margin-top: 0px;
- margin-left: 30px;
- padding-left: 4px;
- padding-right: 4px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- .countreblog a { color: #FFF; ;}
- .likep {
- width: 21px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 9999999;
- position: absolute;
- margin-top: 0px;
- margin-left: 46px;
- }
- .likep a:hover {
- background-position: 0px 0px;
- }
- .likep a:hover {
- background-position: 0px 0px;
- }
- .likep a {
- background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
- background-position: 0px 0px;
- display: block;
- z-index: 9999999;
- webkit-transition: all 0s linear;
- -webkit-transition: all 0s linear;
- -moz-transition: all 0s linear;
- transition: all 0s linear;
- }
- .likep img {
- width: 21px;
- height: 20px;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;
- }
- a {
- text-decoration: none;
- color: {color:Links};
- }
- a:hover {
- color: {color:Links Hover};
- text-decoration: none;
- }
- #sidebar{
- background-color:#fff;
- width:300px;
- margin-top:0px;
- margin-left:94px;
- position:absolute;
- padding:3px;
- -moz-box-shadow: 0 0 10px 3px #999;
- -webkit-box-shadow: 0 0 10px 3px #999;
- }
- div.navigate a{
- background: {color:Navigation Background}; color: #97bcee; letter-spacing: 0px; display:block; padding:0px 0;
- border: 0px solid #000000;
- width: 180px; margin-top:1px; position:relative; -webkit-transition-duration: .0s; z-index:1;
- }
- div.navigate a:hover{
- font-weight: italic; letter-spacing: 1px; background: {color:Navigation Background Hover} ; width:280px; color: #ff006e;}; display:block; padding:0px 0;
- border: 0px solid #000000; z-index:2;
- }
- .heart {display: block; -webkit-transition-duration: .40s; border-bottom: 1px solid #cececd; background-repeat: no-repeat; vertical-align: middle; line-height: 17px; text-indent: 5px; background: url('http://i11.photobucket.com/albums/a168/evelynregly/minicutes/mini4.png') no-repeat left; padding-left: 15px;}
- .heart:hover {background:url('http://i11.photobucket.com/albums/a168/evelynregly/minicutes/mini3.png') no-repeat left #dddddc;text-indent : 10px;color:#F87887;}
- .Heart {display: block; font-size: 8pt; font-family: Verdana, Lucida Sans Unicode, line-height: 15px; border-bottom: 1px solid #f4f4f3; text-indent: 5px; vertical-align: middle; background:
- url ('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left: 10px;
- padding-bottom: 2px;} .heart:hover {display : block; font-size: 8pt; font-family: Verdana, Lucida Sans Unicode, line-height: 15px; border-bottom: 1px dashed #E0DCD6, text-indent: 5px; vertical-align: middle; background: url ( 'http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left; padding-left: 10px; padding-bottom: 2px;}
- #credit
- {z-index:999;
- background-color:#ffffff;
- width:50px;
- height:50px;
- border-radius:0px 50px 0px 0px;
- -moz-border-radius:0px 50px 0px 0px;
- position:fixed;
- overflow:hidden;
- bottom:0px;
- left:0px;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
- #meoww
- {margin-top:25px;
- margin-bottom:20px;
- margin-left:-5px;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
- #credit:hover
- {width:200px;
- -moz-border-radius:0px;
- border-radius:0px;}
- #credit:hover #meoww
- {margin-top:10px;
- margin-left:0px;
- margin-bottom:4px;}
- {CustomCSS]</style>
- {block:ifEnergySaving}
- <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
- {/block:ifEnergySaving}
- </head>
- <body onkeydown="return false">
- <div id="credit"><center>
- <div id="meoww"><img src="http://i304.photobucket.com/albums/nn189/yellowbrickalleyway/Pixels/Domestic/th_cinnabun.gif"/></div>
- <div>
- Theme by : <a href="http://danateruel.tumblr.com">Dana Teruel</a>
- </div>
- </center> </div>
- <div id="sidebar">
- <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>about</center></div>
- <div id="sideimage">
- <img src="{image:sidebar}" height="230">
- </div>
- {Description}
- <Br>
- </br>
- <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>links</center></div>
- <center>
- <div class="navigate">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- <a href="http://danateruel.tumblr.com">credit</a>
- </div>
- </center>
- <br></br>
- <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>Calendar</center></div>
- <center>
- <div style=" background-color: #fcfcfc; padding: 5px; border: 1px solid #eeeeee;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="7" align="center"><div align="center"><note>October 2012<note></div></td>
- </tr>
- <tr>
- <td><div align="center"><strong>S</strong></div></td>
- <td><div align="center"><strong>M</strong></div></td>
- <td><div align="center"><strong>T</strong></div></td>
- <td><div align="center"><strong>W</strong></div></td>
- <td><div align="center"><strong>TH</strong></div></td>
- <td><div align="center"><strong>F</strong></div></td>
- <td><div align="center"><strong>S</strong></div></td>
- </tr>
- <tr>
- <td><div align="center"></div></td>
- <td><div align="center"></div></td>
- <td><div align="center"></div></td>
- <td><div align="center"></div></td>
- <td><div align="center">1</div></td>
- <td><div align="center">2</div></td>
- <td><div align="center">3</div></td>
- </tr>
- <tr>
- <td><div align="center">4</div></td>
- <td><div align="center">5</div></td>
- <td><div align="center">6</div></td>
- <td><div align="center"><d>7</d></div></td>
- <td><div align="center">8</div></td>
- <td><div align="center">9</div></td>
- <td><div align="center">10</div></td>
- </tr>
- <tr>
- <td><div align="center">11</div></td>
- <td><div align="center">12</div></td>
- <td><div align="center"><d>13</d></div></td>
- <td><div align="center">14</div></td>
- <td><div align="center">15</div></td>
- <td><div align="center">16</div></td>
- <td><div align="center">17</div></td>
- </tr>
- <tr>
- <td><div align="center">18</div></td>
- <td><div align="center">19</div></td>
- <td><div align="center">20</div></td>
- <td><div align="center">21</div></td>
- <td><div align="center">22</div></td>
- <td><div align="center">23</div></td>
- <td><div align="center">24</div></td>
- </tr>
- <tr>
- <td><div align="center">25</div></td>
- <td><div align="center">26</div></td>
- <td><div align="center">27</div></td>
- <td><div align="center">28</div></td>
- </tr></table></div><p><br/>
- <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>Stats</center></div>
- <div class="heart"> <a href="/">{text:stat 1}</a> </div>
- <div class="heart"> <a href="/">{text:stat 2}</a> </div>
- <div class="heart"> <a href="/">{text:stat 3}</a> </div>
- <div class="heart"> <a href="/">{text:stat 4}</a> </div>
- <div class="heart"> <a href="/">Theme by dana teruel</a> </div>
- </div>
- <div id="container">
- {block:Posts}
- <hr>
- <div id="entry">
- {block:IndexPage}<div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
- <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
- <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>
- </div> {/block:IndexPage}
- {block:Title}{Title}{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerBlack}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {Asker} asked <b>{Question}</b><Br>
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement