Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script>
- // <![CDATA[
- var bgcolour="#FFC5DD"; // background colour
- var fgcolour="#999999"; // foreground colour
- var speed=120; // speed of bubbling, lower is faster
- var shades=5; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- 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>
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#fff" />
- <meta name="color:link" content="#696969" />
- <meta name="color:link hover" content="#000" />
- <meta name="color:text" content="#696969" />
- <meta name="color:post" content="#fff" />
- <meta name="color:sidebar" content="#e1e1e1" />
- <meta name="color:barrinhas" content="#e1e1e1" />
- <meta name="color:border" content="#e1e1e1" />
- <meta name="color:bgside" content="#ffffff" />
- <meta name="color:tags" content="#000000" />
- <meta name="color:textdesc" content="#000000" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://static.tumblr.com/ygkexbz/kaAm5py4u/tumblr_m2ilb1fjvb1qam9bmo1_500.jpg" />
- <meta name="text:titulo" content="<i>Baby I'm Sure</i>" />
- <meta name="text:frase" content="<i>me and you forever</i>" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="link7" />
- <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}
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background: {color:background}; url('{image:background}') repeat; color:{color:text}; font-family: verdana; font-size:11px; line-height:110%}
- a { text-decoration:none; color:{color:link};}
- a:hover {text-decoration:none; color:{color:link hover};}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #post {float:left; margin-left:350px;margin-top:20px;}
- #postbox {width:400px; background-color:{color:post}; padding:5px; text-align: justify; position: relative; border-bottom:2px solid {color:background};}
- #postbox:hover .tags{margin-top:20px;opacity:1;-webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- h1 {color:{color:text}; font-family:calibri; font-size:13px; line-height:16px; text-align: center; font-weight:normal; text-transform: uppercase;}
- h1 a {color:{color:link}}
- h1 a:hover {color:{color:link hover}}
- .image {text-align: center; border: 0px}
- .image img {max-width: 400px; margin-bottom: 2px }
- .quote {font-family: tahoma; text-align: center; font-size: 12px; line-height: 16px; padding: 3px;}
- .quotesource {text-align: left; text-transform: none; margin-bottom: 5px; font-size: 10px; font-family: verdana;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- #asker {font-size: 10px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- #date {text-align: right; font-size: 9px; font-family: verdana; z-index: 11;}
- #date a {font-size: 9px;}
- .tags {opacity:0;padding-left:0px;font-family:calibri;font-size:9px; line-height:140%; background-color: {color:background}; color:{color:tags}; text-transform: uppercase; -webkit-transition: all 0.4s ease-out;- -transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;}
- #cap {width: 400px; margin-top: -3px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align:center}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- #sidebar {position: fixed; margin: 110px 0px 0px 240px;}
- #side {position: fixed; width:210px; margin-left:79px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
- .photo {margin-top:160px; margin-left:-100px;position:absolute;}
- .photo img {display: block;width:253px; height:233;border: 3px solid {color:sidebar};}
- #sideimg {display: block; margin-left: 169px; float: right; margin-top: 175px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; {opacity: 1.0}}
- .simg1 img {width:150px; height: 200px; margin-bottom: 2px; border: 8px solid {color:border};margin-bottom: 2px; border: 4px double {color:sidebar}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; {opacity: 1.0}}
- .duka {text-align: justify; margin-top:130px; margin-left: 170px;border: 3px dotted {color:tags} ; overflow: hidden; ; font-size: 9px; font-family: Give You Glory; position: fixed; color:{color:textdesc};background-color:{color:none}; padding: 10px; background-attachment: fixed; width:130px; height: 180px; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase;opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
- .duka {font-size: 9px; font-family:verdana; letter-spacing: -1px; text-transform: none; line-height: 10px;opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- .duka:hover {-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;margin-top:250px;opacity:1;height:70px;opacity:0.6;background-color:{color:sidebar}}
- #links { width: 90px; border-right:1px solid #f; border-left:4px solid #f; background-color: #ff; margin-top: 243px; margin-left: 92px; position: fixed; z-index:830; padding: 0px; text-align: center; }
- .sidebarlinks a {width: 48px; background-color: {color:link hover}; font-size: 9px; text-align: center; color: {color:link}; padding:10px; display: block; margin-top: 0px; z-index:830; font-size:9; font-family:verdana; line-height: 1px;
- text-transform: lowercase; letter-spacing: 0px; margin: 0 0 1px 0; border-left: 8px solid {color:tags}; height: 0px;}
- .sidebarlinks a:hover { width: 46px; color: {color:link}; font-size: 9px; padding:10px; -webkit-transition: all .5s ease-out; -moz-transition: all .6s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; letter-spacing: 0px; background-color: {color:link hover}; border-left: 0px solid {color:tags};}
- @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
- #title {width: 188px; height: 45px; position: fixed; background-color:transparent; margin-left: 150px; margin-top: 105px; opacity:0.9; z-index:2}
- .optitle{font-family:"craftygirls" ; font-size: 17px; line-height: 23px; color: {color:mytitle}; margin-top: 30px; margin-left: -1px; text-shadow:1px 1px 1px #A7A7A7; letter-spacing: 3px; font-style: italic}
- .dukah {font-family:tinytots; font-size: 8px; font-style: none;
- height: 10px;color: {color:mytitle}; margin-left:165px;margin-top:155px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:204px;z-index:8000000000000000;line-height:17px; text-transform:uppercase;}
- @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- /* links aqui feito por duda.r*/
- #imsureduda {width: 250px; height: 80px; float: left; margin-left:175px; margin-top: 385px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ;}
- #imsureduda a {float: left; margin-left: 1px; font-family: calibri; font-size: 9px; text-align: center; margin-top: 3px; height: 25px; width: 45px; background-color: {color:link hover}; color:{color:link}; line-height: 15px; letter-spacing: 0px; text-transform: uppercase; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; font-style: normal;border: 1px solid {color:background};-webkit-border-radius: 150px 150px 150px 150px;}
- #imsureduda a:hover{text-align: center; color:{color:link};background-color: {color:link hover}; -webkit-transition: all .8s ease-out; -moz-transition: all 1s ease-out; font-style: none; background-color: transparent;opacity: 0.9; ;}
- #imsureduda a{background-color: {color:link hover};color: {color:link};border-right: 2px solid {color:tags};}
- #faixa3 {margin-top: 285px; margin-left: 130px; position: fixed; background-color: {color:border}; height: 120px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
- #faixa4 {margin-top: 403px; margin-left: 130px; position: fixed; background-color:{color:border}; height: 2px; width:85px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
- /* paginação by Duda.r (omdg) */
- #pagination {position:fixed; margin-top: 200px; margin-left:115px;}
- #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar {width: 5px; height: 5px;}
- ::-webkit-scrollbar-track-piece {background-color: transparent;}
- ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
- ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
- ::moz-selection {color:{color:post}; background:{color:text};}
- ::selection {color:{color:post}; background:{color:text};}
- </style>
- <body ondragstart="return false" onkeydown="return false">
- <div id="faixa3"></div>
- <div id="faixa4"></div>
- <div id="title">
- <div class="optitle"><center>{text:titulo}</center></div></div>
- <center><div class="dukah"><center>{text:frase}</center></div></center>
- <div id="links">
- <div class="sidebarlinks">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div></div>
- <div id="imsureduda">
- <a href="{text:Link4}"><b>{text:Link4 Title}</b></a>
- <a href="{text:Link5}"><b>{text:Link5 Title}</b></a>
- <a href="{text:Link6}"><b>{text:Link6 Title}</b></a>
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
- </div></div>
- <div id="sideimg"alt="" title="barbie"><div class="simg1"alt="" title="barbie">
- <img src="{image:sidebar}" alt="" title="barbie" >
- </div></div>
- <div class="duka">
- <br>
- {Description}
- </div></div></div>
- <div id="post">
- {block:Posts}
- <div id="postbox">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-400}{/block:Photoset}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"><font color="{color:tags}">~ {Source}</font></div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="asker"><b>{Asker} said to me:</b> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<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}</div></div>
- <br>
- <div id="date">
- {block:Date}
- <div class="tags"><a href="{Permalink}">{TimeAgo} ♡</a> <font color="{color:tags}">•</font>
- {block:IndexPage}<a href="{ReblogUrl}" target="_blank"><b>reblog</b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage} <font color="{color:tags}">•</font>
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} <font color="{color:text}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}"><b>/</b></font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:text}">)</font>{/block:RebloggedFrom}
- {/block:RebloggedFrom}<br>{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- </div>
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment