Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- (c) #47
- ____________________________________________________________________________
- theme por Bianca (rocklessly)
- be original (c)
- não copie, não adapte e não redistribua.
- _______________________________________________________________________________
- #47 (c) --!>
- <head> <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#eee" />
- <meta name="color:text" content="#000" />
- <meta name="color:post" content="#fff" />
- <meta name="color:link" content="#000" />
- <meta name="color:selecao" content="#ccc" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:link sidebar" content="#000" />
- <meta name="color:link sidebar hover" content="#fff" />
- <meta name="color:bg link sidebar" content="#fff" />
- <meta name="color:bg link sidebar hover" content="#000" />
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Sombreado" content="0"/>
- <meta name="if:Selecao" content="1"/>
- <meta name="if:BorderLeft" content="1"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:subt" content="subtitulo aqui" />
- <meta name="text:TituloLinks" content="MORE (+)" />
- <meta name="text:Division1 Title" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Division2 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Division3 Title" content="" />
- <meta name="text:Division3 Link" content="" />
- <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}
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background-color:{color:background}; color:{color:text}; font-family: tahoma, helvetica; font-size: 11px; text-align: justify; line-height:110%; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color:{color:link}; text-decoration:none; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
- a:hover {color:{color:text};}
- p{margin-top: 1px}
- blockquote
- {margin-left:0px; margin-right: 0px; margin-top: 4px;}
- #tudo {width: 800px; text-align: center; background-color:
- transparent; color:{color:text}; margin-left: 408px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #bialinda {float: left; padding-top: 9px; background-color: transparent; text-align: center;}
- #all { {block:IfSombreado}box-shadow: 0px 10px 25px rgba(15,15,10,0.10);{/block:IfSombreado} width: 500px; padding: 8px; text-align: justify; background-color:{color:post}; margin-bottom:1px;}
- #all img{margin: 2px 0 2px 0}
- h1{padding: 5px; font-family: calibri; text-align: center; font-size: 16px; letter-spacing: -1px; font-weight: normal; line-height: 18px; text-transform: uppercase;-moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
- h1 a{font-size: 16px; letter-spacing: -1px; line-height: 18px; letter-spacing: 0px; text-align:center;-moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
- .image img {width: 500px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
- h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:background}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: normal; text-decoration: none; font-weight: normal}
- #postquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 2px; }
- #sourcequote {text-align: center; text-transform: none; margin-bottom: 3px;}
- #chat{line-height: 12px; list-style: none }
- #chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
- .person1 {color: {color:text} }
- .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
- .person2 {color: {color:text} }
- .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
- #audio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background};}
- #audio img{width: 180px; height: auto; padding: 20px 0 20px 0}
- #ssource{display:none}
- #capost {padding-top: 0px; width: 500px;}
- #info { padding: 0px; font-size: 9px; font-family: verdana; text-align: left; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important; border-left: 0px solid#fff;}
- {block:IfBorderLeft} #info:hover {font-size: 9px; font-family: verdana; border-left: 10px solid{color:text};} {/block:IfBorderLeft}
- #asker {font-size: 11px; font-family: verdana; text-align: justify; padding: 5px; }
- #asker a {font-size: 11px; font-family: verdana; text-align: justify;}
- #answer {padding: 5px; font-size: 11px; background-color:{color:background};}
- #notes {width: 500px; padding: 5px; margin-left: 100px;font-size: 9px; text-align: left;}
- ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
- ol.notes li {margin: 0px; padding: 2px;}
- #notes img{border:0px}
- #page{text-align: center; font-size:50px}
- #page a{font-size: 30px; text-decoratin: none; font-family: georgia;}
- #clear{width: 500px; height: 30px}
- ::-webkit-scrollbar-thumb:vertical { background-color: {color:text}; height: 50px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color: {color:text}; height: 10px;}
- ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:post};}
- #baseimagem1 {width:200px; height:230px; overflow:hidden; margin-top: 70px; margin-left:200px; border:3px solid {color:sidebar}; position:fixed; background-color:{color:sidebar};}
- #baseimagem1 img {height:255px; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
- #baseimagem1 img:hover {margin-top: -25px; margin-left: -20px;}
- #basedescription {margin-top: 9px; position:fixed; margin-left: 268px; width: 128px; height: 50px; padding:5px; background-color:{color:sidebar}; color:{color:text}; font-family: georgia; font-size: 16px; text-align:center;}
- #bd2 {text-align: center; margin-top:1px; font-family: verdana; font-size: 9px; color: {color:text};}
- #bd1 {text-align: center; margin-top:1px; font-family: georgia; font-size: 14px; color:{color:text};}
- #base1 {margin-top: 307px; margin-left:200px; width: 100px; position:fixed; padding: 5px; font-family: verdana; font-size: 8px; background-color:{color:sidebar};}
- #base1 a {padding: 2px 3px; font-size: 8px; font-family: verdana; text-align:center; background-color:{color:background}; color:{color:link};}
- #base2 {margin-top: 307px; margin-left:311px; width: 85px; position:fixed; padding: 5px; text-align:center; font-family: verdana; font-size: 9px; color:#000; background-color:{color:sidebar};}
- #base2 a {font-family: verdana; font-size: 9px; color:{color:text};}
- #menu {width: 200px; margin-top: 9px; position:fixed; margin-left:160px; list-style: none;}
- #menu li {float: left; text-aling: center; padding: 0 0 0px 0; position: relative; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
- #menu li a {float: left; width: 57px; text-align: center; padding: 5px; line-height: 50px;
- color: {color:link sidebar}; background-color: {color:bg link sidebar};
- text-transform: uppercase;
- font: tinytots 9px; text-decoration: none; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #menu li:hover > a
- {
- color: {color:link sidebar hover}; background-color: {color:bg link sidebar hover};
- }
- #menu li:hover > ul
- {
- display: block;
- }
- /* Sub-menu */
- #menu ul
- {
- list-style: none;
- margin: 0;
- padding: 0;
- display: none;
- position: absolute;
- margin-left: 66px;
- z-index: 99999; background-color: {color:bg link sidebar hover};
- -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #menu ul ul
- {
- top: 0;
- margin-left:70px;
- text-align:center;
- -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #menu ul li
- {
- float: none;
- margin: 0;
- padding: 0;
- display: block;
- -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #menu ul li:last-child
- {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #menu ul a
- {
- padding: 5px;
- line-height: 10px;
- width: 60px;
- height: auto;
- display: block;
- float: none;
- background: {color:bg link sidebar hover}; color: {color:link sidebar hover};
- font-size: 10px;
- font-family: tahoma;
- text-transform: uppercase; letter-spacing: -1px; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #menu ul a:hover
- {
- background: {color:bg link sidebar}; color: {color:link sidebar};
- text-shadow: 2px 2px 5px {color:link sidebar};}
- /* Clear floated elements */
- #menu:after
- {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;
- }
- #tumblr_controls{position: fixed!important}
- {block:IfSelecao}
- ::-moz-selection {color: {color:hover}; background: {color:selecao};}
- ::selection {color: {color:hover}; background: {color:selecao};}
- {/block:IfSelecao}
- {CustomCSS}
- </style>
- <style>
- div.treme img{position:relative}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
- <script src="http://tumbletricks.webs.com/treme.js"></script>
- </head>
- <body>
- <div id="basedescription"><div id="bd1"><span id="bubble">{Title}</span></div>
- <div id="bd2">{text:subt}</div></div>
- <ul id="menu">
- <li>
- <a href="/">{text:TituloLinks}</a>
- <ul>
- <li>
- <a href="#">{text:Division1 Title}</a>
- <ul>
- <li>
- <a href="{text:Link1}">{text:Link1 Title}</a>
- </li>
- <li>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- </li>
- <li>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- </li>
- </ul>
- </li>
- <li>
- <a href="#">{text:Division2 Title}</a>
- <ul>
- <li>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- </li>
- <li>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </li>
- </ul>
- </li>
- <li> <a href="{text:Division3 Link}">{text:Division3 Title}</a></li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- <div id="baseimagem1">
- <div class="treme">
- <img src="{image:sidebar}" width="230px;"></div></div>
- <div id="base2">© <a href="http://rocklessly.tumblr.com">rocklessly</a><a href="http://im-mutable.tumblr.com">+</a> <a href="http://luvtopia.tumblr.com">+</a></div>
- <div id="base1">
- <center>{block:Pagination}{/block:Pagination}{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}{block:Pagination}{/block:Pagination}</span></div></center>
- <div id="tudo">
- <div id="bialinda">
- {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
- {block:Posts}
- <div id="all">
- {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-500}{/block:Photoset}
- {block:Quote}
- <div id="postquote">❝ {Quote}</div><br>
- {block:Source}<div id="sourcequote"> — {Source}</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 id="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 id="audio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerGrey}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="asker"><b>{Asker} disse:</b> "{Question}"</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <div id="capost">
- {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 id="ssource">{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>
- <div id="info">
- {block:HasTags}{block:Tags} <a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags} <br>{/block:HasTags}
- {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br>
- {block:RebloggedFrom}<b>→</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · (© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
- {/block:RebloggedFrom}<br>
- </div></div>
- {/block:Posts}
- {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment