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:sidebar" content="#fff" />
- <meta name="color:background" content="#F5f5f5" />
- <meta name="color:font" content="#999999" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:link" content="#D42061" />
- <meta name="color:link hover" content= "#9D72B6"/>
- <meta name="color:link1" content="#fff" />
- <meta name="color:link2" content="#000" />
- <meta name="color:link3" content="#fff" />
- <meta name="color:linkhover1" content="#fff" />
- <meta name="color:linkhover2" content="#FFB553" />
- <meta name="color:linkhover3" content="#fff" />
- <meta name="color:linkhover4" content="#FC5390" />
- <meta name="color:linkhover5" content="#fff" />
- <meta name="color:linkhover6" content="#52BDFC" />
- <meta name="color:links" content="#999999" />
- <meta name="color:pagg" content="#fff" />
- <meta name="color:pagt" content="#969696" />
- <meta name="image:sidebar" content="http://27.media.tumblr.com/tumblr_m286jyTrDc1r74sxlo3_250.jpg"/>
- <meta name="image:Background" content=""/>
- <meta name="text:frase" content="passe o mouse na foto." />
- <meta name="if:Sombreado" content="0"/>
- <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:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Title" content="link" />
- <meta name="text:Link9" content="/" />
- <meta name="text:Link9 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 }
- #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 { padding: 5px; position:fixed; background-color: {color:sidebar}; margin-top:352px; margin-left: 737px;}
- #pic img{width: 160px; height:170px;}
- #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: 370px; margin-left:905px; 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: 145px; margin-left: 732px; height: 10px; margin-top: 535px; float:left; text-align: justify; background-color:{color:pagg}; position:fixed; padding:5px; font-size: 9px; }
- 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:86px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:transparent; border-left: 3px solid #929292;}
- .links2 {-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:; margin-top: 10px; margin-left: -2px}
- .links2 a { display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 110px; text-align: center; font-size: 8px; height:12px; margin: 1px 0 0px 0; background-color:#929292; color: #fff; margin-left: 3px; line-height:12px;}
- .links2 a:hover {text-transform: uppercase;background-color: ; color:; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: 0px; width: 130px;}
- #sidlinks a {margin-top: 334px; margin-left: 746px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 7px 0px 0px 0px;}
- #sidlinks a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
- #sidlinks2 a {margin-top: 334px; margin-left: 796px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 0px 0px 0px 0px;}
- #sidlinks2 a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
- #sidlinks3 a {margin-top: 334px; margin-left: 846px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 0px 7px 0px 0px;}
- #sidlinks3 a:hover {color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; font-weight: bold;}
- .cred {position: fixed; text-align: center;margin-top: 535px; margin-left: 887px; 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};}
- </style>
- <body>
- <div id="container">
- <div id="sidlinks">
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- <div id="sidlinks2">
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
- </div>
- <div id="sidlinks3">
- {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
- </div>
- <div id="pic"><img src="{image:sidebar}"/></div>
- <div id="sk8er">
- <div class="links2">
- <a href="{text:Link1}">{text:Link1 Title} </a>
- <a href="{text:Link2}">{text:Link2 Title} </a>
- <a href="{text:Link3}">{text:Link3 Title} </a>
- <a href="{text:Link4}">{text:Link4 Title} </a>
- <a href="{text:Link5}">{text:Link5 Title} </a>
- </div></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://chasing69.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>
- {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