Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <THEME TUMBLR POR 23-32PM. NÃO RETIRE OS CRÉDITOS.>
- <head>
- <meta name="color:bgmenu" content="#eee" />
- <meta name="color:colormenu" content="#696969" />
- <meta name="color:bgmenuhover" content="#fff" />
- <meta name="color:colormenuhover" content="#000" />
- <meta name="color:barraescura" content="#d3d3d3" />
- <meta name="color:barramedia" content="#e2e2e2" />
- <meta name="color:barraclara" content="#eeeeee" />
- <meta name="color:pagg" content="#fff" />
- <meta name="color:pagt" content="#969696" />
- <meta name="color:border" content="#eee" />
- <meta name="color:frase" content="#fff" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:title" content="#000" />
- <meta name="color:link" content="#D42061" />
- <meta name="color:link hover" content= "#9D72B6"/>
- <meta name="color:background" content="#F5f5f5" />
- <meta name="color:font" content="#999999" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:links" content="#999999" />
- <meta name="color:link" content="#ffffff" />
- <meta name="image:sidebar" content="http://27.media.tumblr.com/tumblr_m286jyTrDc1r74sxlo3_250.jpg"/>
- <meta name="image:Background" content=""/>
- <meta name="text:frase" content="frase aqui..." />
- <meta name="if:Sombreado" content="0"/>
- <meta name="if:Barra" content="1"/>
- <meta name="if:Font Feminina" content="1"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Sidebar Font Size" content="9px" />
- <meta name="text:Navigation Font Size" content="9px" />
- <meta name="text:BlogTitle Font Size" content="30px" />
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#ffffff"; // background colour
- var fgcolour="#000000"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // 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>
- <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}
- </head>
- <style type="text/css">
- body{color:{color:Font}; background-color:{color:Background}; background-image:url("{image:Background}"); background-position:top right; background-repeat: no-repeat; background-attachment:fixed; font-family:verdana; font-size:11px; line-height: 120%; text-align:justify;}
- a:link, a:active, a:visited{ color: {color:links}; text-decoration:none; -webkit-transition-duration: 0.4s; background-color:;}
- a:hover{color:{color:Link Hover};}
- ::-webkit-scrollbar {width: 10px; height: 6px;}
- ::-webkit-scrollbar-track-piece {background-color: #f5f5f5; repeat scroll 0 0 transparent;}
- ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: #fff; border-right: 0px solid #eee}
- ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: #000;}
- #container {overflow: hidden;width:736px;margin-right: auto; margin-left: 180px; margin-bottom:auto;}
- #entry { width:505px; margin-bottom:1px; background-color:; padding:15px; top:0px; border: 0px solid #E1CCB9; background-color: {color:entry}; float:right; border-top:1px solid {color:border} }
- #entry img{opacity:1; -webkit-transition-duration:.5s;}
- #entry img:hover{opacity:1; -webkit-transition: 0.5s ease-in;}
- #titlee {font-family: georgia; font-size: 16px; font-weight:; font-style: none; letter-spacing:0px; text-transform: ; line-height: 18px;text-align: center;}
- #titlee a{background-color:transparent;}
- .bigquote{font-size: 60px; color: transparent; line-height: 90px; font-family: georgia; margin-left: 85px; margin-top: -50px}
- .pquote{font-size: 13px; font-family: georgia; letter-spacing: 0px; serif; line-height: 18px;
- text-transform: none; margin-top: -70px; text-indent: 6px; text-align: center; font-style: none; padding-left: 0px}
- .source{margin-top: 5px; text-align: right;}
- blockquote {padding-left:2px;border-left:1px solid #ddd;}
- .notes {width: 524px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left; float:right}
- ol.notes {list-style: none; margin: 0 0px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: #fff; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- .info{ font-size:9px; margin-top: 22px; }
- .tags{font-size: 9px; display: inline; text-align: left; margin-left: -0px; text-transform: lowercase; color: #000}
- .tags a{font-size: 9px; text-transform: lowercase;}
- .origin{font-size: 9px; text-align: left; margin-left: -6px}
- .ibottom{margin: 5px 0 2px 0; font-family: verdana; margin-top: 5px; font-family: 9px}
- .ibottom a{ padding: 1px 0 1px 0; font-family: 9px; margin-bottom:-20px}
- .date{float:left; text-transform: lowercase; font-size: 9px}
- .ff {font-size: 9px}
- .right {float: right;}
- /* ANSWER */
- .question {color: {color:PostFont}; padding: 6px; font-size: 10px; background-color: #ff; margin-bottom: -10px; font-family: verdana; font-style: none; border-bottom: 0px solid #ddd; margin-left: 0px; margin-top: 3px;}
- .asker {text-transform: lowercase; font-family: verdana; font-style: none; line-height: 16px; font-size: 11px; font-family: verdana;}
- .asker a:link, .asker a:visited, .asker a:active {margin-left: 0px; color: {color:font}; text-decoration: none;}
- .asker a:hover {background-color: {colorbackground};}
- .tip {color: {color:background}; font-size: 20px; padding-left: 40px;}
- .chat{line-height: 12px; list-style: none }
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
- .person1 {background-color: {color:entry}; color: {color:text} }
- .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text} }
- .person2 {background-color: {color:entry}; color: {color:text} }
- .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text} }
- #pic {width:160px; height:175px; overflow:hidden; margin-top: 0px; margin-left:30px; border:3px solid {color:sidebar}; position:fixed; background-color:{color:sidebar}; -webkit-border-top-left-radius: 90px; border:1px solid {color:border}}
- #pic img { width:160px; height:175px;-webkit-border-top-left-radius: 90px;}
- #sside {height:100px;top:529px;position:fixed}
- #side {margin-top:-169px; background-color:{color:side}; width:300px; height:52px; text align:center; font-size:{text:Navigation Font Size}; margin-left:-270px; letter-spacing:1px; position:fixed important!; z-index:1;}
- #nav {margin-top:20px; margin-left:30px; position:fixed; }
- #nav a { padding:5px; color:{color:navigation}; font-weight:bold; font-family: consolas; text-transform:uppercase; font-size:{text:Navigation Font Size}; }
- #nav a:hover { background-color:{color:background}; color:{color:link}; -moz-border-bottom-right-radius: 30px; border-bottom-right-radius: 30px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-top-right-radius: 30px; border-top-right-radius: 30px; -moz-border-top-left-radius: 30px; border-top-left-radius: 30px;}
- #descr{opacity:0; width:150px; height:85px; margin-left:743px; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:422px; font-size: 9px; padding:5px; }
- #descr:hover{opacity:0.7; padding: 3px; background-color:{color:sidebar}; width:152px; height:85px; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:422px; font-size: 9px; color:{color:text};}
- @font-face {
- font-family: 'Give You Glory';
- font-style: normal;
- font-weight: normal;
- src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
- }
- #baselinks {background-color: {color:sidebar}; width: 207px; float: left; margin-left:210px; margin-top: -45px; padding: 1px; text-align: center; position: absolute; -moz-transition: all 1.5s ease-in-out!important; -o-transition: all 1.5s ease-in-out!important; transition: all 1.5s ease-in-out!important; -webkit-transition: all 1.5s ease-in-out!important; z-index: 999; -moz-transition: all 1.2s ease-in-out!important; -o-transition: all 1.2s ease-in-out!important; transition: all 1.2s ease-in-out!important; -webkit-transition: all 1.2s ease-in-out!important; }
- #baselinks a {float: left; margin-left: 1px; display: block; font-family: tahoma; font-size: 9px; text-align: center; width: 67px; background-color: {color:bg link s}; color:{color:link s}; line-height: 20px; overflow: hidden; margin-top: 0px; margin-bottom: 1px; }
- .ttle {margin-top: 300px; margin-left:35px; text-align: center; font-family: gabriola; {block:IfFontFeminina}font-family: Give You Glory; {/block:IfFontFeminina} font-size: 16px; color: {color:title}; position: fixed; z-index: 3; width: 150px; {block:IfSombreado} text-shadow: 1px 0px 1px {color:title};{/block:IfSombreado}}
- #sid3 {width: 135px; margin-left: 30px; height: 10px; margin-top: 243px; float:left; text-align: justify; background-color:{color:pagg}; position:fixed; padding:5px; font-size: 9px; border-bottom:1px solid {color:border}}
- div#pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 8px;}
- div#pgs a {background:{color:background}; padding: 2px 4px; color: {color:pagt}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- div#pgs a:hover {background: {color:sidebar}; color: {color:text}; border: none;}
- div#pgs span.pagina_atual {background: {color:background}; margin: 0px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
- #pages{ font-family:verdana; margin-top:0px;font-size:23px; text-transform:lowercase; padding:0px; text-align: center;}
- #pages a{ font-family:verdana; font-size:23px; text-transform:lowercase; text-align:center;color: #4B4B4B;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #sk8er { margin-left: 907px; margin-top: 400px; width: 3px; text-transform: uppercase; height:98px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:transparent; border-left: 3px solid #929292;}
- #links2 {width: 162px; float: left; margin-left: 30px; height:21px; margin-top: 220px; padding: 1px; text-align: center; position: fixed; background-color: {color:sidebar}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
- #links2 a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 160px; background-color: {color:bgmenu}; color:{color:colormenu}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; height:20px }
- #links2 a:hover{text-align: center;background-color: {color:bgmenuhover}; color:{color:colormenuhover}; height: 1px;}
- #links3 {width: 162px; float: left; margin-left: 30px; height:21px; margin-top: 180px; padding: 1px; text-align: center; position: fixed; background-color: {color:sidebar}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
- #links3 a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 80px; background-color: {color:bgmenu}; color:{color:colormenu}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; height:20px }
- #links3 a:hover{text-align: center;background-color: {color:bgmenuhover}; color:{color:colormenuhover}; height: 1px;}
- #links4 {width: 162px; float: left; margin-left: 30px; height:21px; margin-top: 200px; padding: 1px; text-align: center; position: fixed; background-color: {color:sidebar}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
- #links4 a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 80px; background-color: {color:bgmenu}; color:{color:colormenu}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; height:20px }
- #links4 a:hover{text-align: center;background-color: {color:bgmenuhover}; color:{color:colormenuhover}; height: 1px;}
- {block:IfBarra}#oi {margin-left:1050px; margin-top:800px; padding: 0px; z-index: 2; position:fixed;}
- #oi1{font-size: 9px; font-family: verdana; position: fixed; margin-left: -300px; width: 10px; background-color: {color:barraescura}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi2{font-size: 9px; font-family: verdana; position: fixed; margin-left: -290px; width: 7px; background-color: {color:barramedia}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi3{font-size: 9px; font-family: verdana; position: fixed; margin-left: -283px; width: 5px; background-color:{color:barraclara}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi4{font-size: 9px; font-family: verdana; position: fixed; margin-left: -278px; width: 12px; background-color: {color:barraescura}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi5{font-size: 9px; font-family: verdana;position: fixed; margin-left: -266px; width: 6px; background-color: {color:barraclara}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi6{font-size: 9px; font-family: verdana; position: fixed; margin-left: -260px; width: 16px; background-color: {color:barramedia}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi7{font-size: 9px; font-family: verdana;position: fixed; margin-left: -244px; width: 14px; background-color: {color:barraclara}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}
- #oi8{font-size: 9px; font-family: verdana; position: fixed; margin-left: -230px; width: 5px; background-color: {color:barraescura}; padding: 0px; margin-top: -3427px; background-attachment: fixed; background-image:url(''); height:10000px; z-index:3;}{/block:IfBarra}
- .cred {position: fixed; text-align: center;margin-top: 243px; margin-left: 175px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 10px; line-height:20px; text-align: center; text-transform: none; height: 20px; width: 20px; background-color: {color:sidebar}; color:{color:text}; border-bottom:1px solid {color:border}}
- </style>
- <body>
- <div id="container">
- <div id="pic"><img src="{image:sidebar}"/></div>
- <div id="links3">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div>
- <div id="links4">
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
- <div id="links2">
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
- <div id="descr">{description}</div>
- <div class="ttle"><span id="bubble">{text:frase}</span></div>
- <div id="baselinks">
- </div>
- <div class="cred"><a href="http://23-32pm.tumblr.com">©</a> <a href="http://restitui.tumblr.com">+</a> <a href="http://b-reakable.tumblr.com">+</a></div>
- <div id="sid3">
- <center><div id="sspagination"><div id="pgs">{block:JumpPagination length="5"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></div></center>
- <div id="oi">
- <div id="oi1"></div>
- <div id="oi2"></div>
- <div id="oi3"></div>
- <div id="oi4"></div>
- <div id="oi5"></div>
- <div id="oi6"></div>
- <div id="oi7"></div>
- <div id="oi8"></div></div>
- {block:Posts}<div id="entry">
- {block:Answer}<div class="question"><div class="asker"><b>{Asker} asked:</b> {Question}</div></div>
- <div class="caption">{Answer}</div>{/block:Answer}
- {block:Text}
- <div id="titlee">{block:Title}<a href="{Permalink}">{Title}</a>{Block:Title}</div>{Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px" />{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <b class="bigquote">“</b><div class="pquote">"{Quote}"</div>{block:Source}
- <div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><div id="titlee">{Name}</div></a>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<titlee><center><a href="{Permalink}">{Title}</a></center></titlee>{/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:Video}
- {Video-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div style="width:500px;background-color:;">{AudioPlayer}</div>{block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Date}
- <div class="ibottom">
- <div class="ff">
- {block:HasTags}{block:Tags}<div class="tags"><a href="{TagURL}">#{Tag}</a> </div>{/block:Tags}{/block:HasTags}<br />
- <span class="date">
- <a href="{Permalink}">{TimeAgo} </a> </span> <div class="right"><a href="{ReblogUrl}" target="_blank"> reblog this sweet</a></div> {block:NoteCount} <a href="{Permalink}">· {NoteCountWithLabel}</a>{/block:NoteCount} <a href="http://twitter.com/share" class="twitter-share-button"
- data-text="{Title}"
- data-url="{permalink}"
- data-via="seutwitter"
- data-count="horizontal">· tweet</a>{/block:Date}
- {block:RebloggedFrom} <br> reblogged from: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <div class="right"> © <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
- </div></div></div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment