View difference between Paste ID: pf2tBFtG and KPPPSkLv
SHOW: | | - or go back to the newest paste.
1-
      <!-------------------------------------------------------
1+
2-
       |       THEME POR GEOVANE PEREIRA (RENOVADOR)          |
2+
3-
       |    PLAGIO É CRIME, SE FOR USAR DETALHE CREDITE!      |
3+
4-
       ------------------------------------------------------->
4+
5
<meta name="color:post" content="#fff"/>
6
<meta name="color:detalhes" content="#f9f9f9" />
7
<meta name="color:scrollbar" content="#cad2d4" />
8
<meta name="color:ask" content="#cad2d4" />
9
<meta name="color:titulo" content="#777" />
10
 
11
<meta name="text:title" content="Speechless" />
12
 
13
<meta name="text:Link1" content="/" />
14-
14+
15
<meta name="text:Link2" content="/" />
16-
16+
17
<meta name="text:Link3" content="/" />
18
<meta name="text:Link3 Title" content="link" />
19
<meta name="text:Link4" content="/" />
20
<meta name="text:Link4 Title" content="link" />
21
<meta name="text:Link5" content="/" />
22
<meta name="text:Link5 Title" content="link" />
23
 
24
<meta name="if:Caption" content="0"/>
25
 
26
 
27-
27+
28
<link rel="shortcut icon" href="{Favicon}">
29-
29+
30-
30+
31
<meta name="description" content="{MetaDescription}" />{/block:Description}
32
 
33
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
34
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
35
<link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
36
<link href='http://fonts.googleapis.com/css?family=Amatic+SC|Alex+Brush|Archivo+Narrow|Bad+Script|Baumans|Bonbon|Butterfly+Kids|Cedarville+Cursive|Carrois+Gothic|Cookie|Cedarville+Cursive|Dancing+Script|Dosis|Electrolize|Euphoria+Script|Gloria+Hallelujah|Handlee|Italianno|Kaushan+Script|Leckerli+One|Lora:400italic|Lobster+Two|Medula+One|Miniver|Muli|Niconne|Open+Sans:400,300|Orienta|Patrick+Hand+SC|Pacifico|Playball|Pompiere|Ropa+Sans|Rouge+Script|Roboto+Condensed|Satisfy|Tangerine|Ubuntu|Vampiro+One|Wellfleet|Yanone+Kaffeesatz|Yesteryear' rel='stylesheet' type='text/css'>  
37
<link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
38
<link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
39
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
40
<link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
41
<link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
42
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
43
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
44
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
45
<link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
46
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
47
<link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
48
<link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
49
<link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
50
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
51
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
52
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
53
<link href='http://fonts.googleapis.com/css?family=Dosis:600' rel='stylesheet' type='text/css'>
54
<link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
55
 
56
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
57
<script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
58
 
59-
59+
60
 
61
(function($){
62
 
63
$(document).ready(function(){
64
 
65
$("a[title]").style_my_tooltips({
66
 
67
tip_follows_cursor:true,
68
 
69
tip_delay_time:90,
70
 
71
tip_fade_speed:600,
72
 
73
attribute:"title"
74
 
75
});
76
 
77
});
78
 
79
})(jQuery);
80
 
81
</script>
82
 
83
 
84
 
85
<script type="text/javascript"
86-
86+
87-
87+
88-
88+
89
        //
90
//When you click on a link with class of poplight and the href starts with a #
91
 
92
$('a.poplight[href^=#]').click(function() {
93-
	//
93+
94-
//When you click on a link with class of poplight and the href starts with a # 
94+
95-
95+
96
    var popURL = $(this).attr('href'); //Get Popup href to define size
97-
97+
98
    //Pull Query & Variables from href URL
99-
99+
100
    var query= popURL.split('?');
101-
101+
102
    var dim= query[1].split('&');
103-
103+
104
    var popWidth = dim[0].split('=')[1]; //Gets the first query string value
105-
105+
106
    //Fade in the Popup and add close button
107-
107+
108
    $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/no9dwxu/Pvplo00aq/close_popni.png" class="btn_close" title="Close Window" alt="Close" /></a>');
109-
109+
110
    //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
111-
111+
112
    var popMargTop = ($('#' + popID).height() + 80) / 2;
113-
113+
114
    var popMargLeft = ($('#' + popID).width() + 80) / 2;
115-
115+
116
    //Apply Margin to Popup
117-
117+
118
    $('#' + popID).css({
119-
119+
120
        'margin-top' : -popMargTop,
121-
121+
122
        'margin-left' : -popMargLeft
123-
123+
124
    });
125-
125+
126
    //Fade in Background
127-
127+
128
    $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
129-
129+
130
    $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
131-
131+
132
    return false;
133-
133+
134-
    $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies 
134+
135-
135+
136
 
137-
137+
138
 
139-
139+
140-
140+
141
    $('#fade , .popup_block').fadeOut(function() {
142-
142+
143
        $('#fade, a.close').remove();  //fade them both out
144-
144+
145
    return false;
146-
146+
147
 
148
});
149
 
150
</script>
151-
151+
152
 
153-
153+
154
// <![CDATA[
155-
155+
156-
156+
157
var alink="/"; // page to link text to (set to ="" for no link)
158
 
159
/****************************
160
****************************/
161
var wobtxt, wobble, wobcnt=0;
162
window.onload=function() { if (document.getElementById) {
163
var i, wobli;
164
wobble=document.getElementById("wobble");
165
wobtxt=wobble.firstChild.nodeValue;
166
while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
167
for (i=0; i<wobtxt.length; i++) {
168
wobli=document.createElement("span");
169
wobli.setAttribute("id", "wobb"+i);
170
wobli.style.position="relative";
171
wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
172
if (alink) {
173
wobli.style.cursor="pointer";
174
wobli.onclick=function() { top.location.href=alink; }
175
}
176
wobble.appendChild(wobli);
177
}
178
setInterval("wobbler()", speed);
179
}}
180
 
181
function wobbler() {
182
for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
183
wobcnt++;
184
}
185
// ]]>
186
</script>
187
 
188
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png" border="0"></a>
189
   
190
<style>
191-
191+
192
/*** Codigo Por Geovane (Renovador)***/
193
@font-face{font-family:marketing script;src:url('http://static.tumblr.com/hcocigh/GkVm9pnt3/marketingscript.ttf');}
194
@font-face {font-family: 'Homenaje'; font-style: normal; font-weight: 400; src: local('Homenaje'), local('Homenaje-Regular'), url('http://themes.googleusercontent.com/static/fonts/homenaje/v1/jYyetuCOSxcVAexXms8sf_esZW2xOQ-xsNqO47m55DA.woff') format('woff');}
195
@font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
196
@font-face {font-family: 'Rouge Script'; src: url('http://themes.googleusercontent.com/static/fonts/rougescript/v2/AgXDSqZJmy12qS0ixjs6V3hCUOGz7vYGh680lGh-uXM.woff');}  
197-
@font-face{font-family:marketing script;src:url('http://static.tumblr.com/hcocigh/GkVm9pnt3/marketingscript.ttf');} 
197+
198-
@font-face {font-family: 'Homenaje'; font-style: normal; font-weight: 400; src: local('Homenaje'), local('Homenaje-Regular'), url('http://themes.googleusercontent.com/static/fonts/homenaje/v1/jYyetuCOSxcVAexXms8sf_esZW2xOQ-xsNqO47m55DA.woff') format('woff');} 
198+
199
@font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 700; src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRWwXwFHHZlCwprwJOQ-Se7k.woff) format('woff'); }
200
/*** Codigo Por Andreia (Conjuntar)***/
201
@font-face {font-family:'ola'; src: url('http://static.tumblr.com/qzpui9z/Mijmkjrav/conjuntar3.ttf'); format('truetype');}
202
 
203
/*** Codigo Por Geovane (Renovador)***/
204
body {background:{color:backgroundtheme} Url('{image:Fundonocanto}') no-repeat;background-size:112%; color:{color:letras}; font-style:italic;font-family:calibri; font-size:12px; line-height: 15px; background-position:bottom left; background-attachment:fixed;overflow-x:hidden; height:112%; text-align: justify;cursor: url('http://i.imgur.com/2qleX.jpg'), auto;}
205
 
206
 
207
/*** Codigo Por Geovane (Renovador)***/
208
a {cursor: url('http://static.tumblr.com/qzpui9z/N2smiwb8u/deia.cur'), auto;color:{color:letras}; text-decoration:none;}
209-
209+
210-
210+
211
#page {width: 500px; margin: 20px auto 20px auto;}
212
#main {text-align:left;position: relative;margin:auto;margin-top:20px;margin-left:0px;{block:indexpage}width:875px;{/block:indexpage}{block:PermalinkPage}width:250px;{/block:PermalinkPage};}
213-
213+
214
.box {border:1px solid {color:detalhes};border-radius: 0px;overflow: hidden; float:left; position:relative; margin: 8px 8px; padding:10px; background:rgba(255,255,255,1);background-color: {color:post};{block:IfBordaposts};{/block:IfBordaposts}{block:indexpage}width: 250px;{/block:indexpage}{block:PermalinkPage}width: 400px;{/block:PermalinkPage};}
215
 
216
/*** Codigo Por Geovane (Renovador)***/
217
.box img {max-width: 100%;-webkit-transition: all 0.6s linear; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; -webkit-transition: all 0.6s linear; -webkit-filter: grayscale(50%);}.box img:hover {opacity:1;-webkit-filter: grayscale(0%);}#fts {-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; width: 60px; padding: 6px 6px 3px 6px; {color:detalhes}; margin-left:-39px; position:fixed; z-index:15; top:28px;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; opacity:1;}
218
 
219-
219+
220
#fts:hover {opacity:1;}.fts {-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; width:60px;}#ftss {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;max-width: 184px; border:0px solid {color:detalhes}; opacity:1;}#ftss:hover {opacity:1;}
221
 
222-
222+
223
#l1 {text-align:left;position: fixed; width:400px; top:30px;}#l2 {text-align: right; background: {color:detalhes};  width: 174px; font-size:10px; font-family:'calibri'; -webkit-transition: 0.1s linear; padding:8px; line-height: 0.9; ord-spacing: 2.0em; text-transform: uppercase;}
224
 
225-
225+
226
.ttt {text-align:left;width:190px; font-size:11px;  font-style:italic; margin-top:3px;}
227
.trackid {text-align:left;padding: 8px; {color:detalhes}; margin-top: 1px; margin-left: 1px; margin-right: 1px;}.trackid2 {text-align:left;padding: 2px; background: rgba(238,238,238, 0.6); margin-top: 1px; margin-left: 1px; margin-right: 1px}
228-
228+
229
.titulo1 {text-align:left;line-height: 18px; margin-top:-6px;}
230
 
231
/*** Codigo Por Geovane (Renovador)***/
232
.perma {text-align: center;width: 250px;font-size: 10px;text-transform: uppercase;opacity: 0;margin-left: 500px; -webkit-transition: all .60s ease-in-out;-moz-transition: all .60s ease-in-out;transition: all .60s ease-in-out; font-style:normal;font-family:calibri;}
233
.posts:hover .perma {margin-left: 0px;opacity: 1;}
234-
234+
235
 
236
/*** Codigo Por Geovane (Renovador)***/
237
.credd {text-align:center;letter-spacing:1px; margin-top:0px;line-height:27px;height:26px;border-top:0px solid {color:detalhes};color:{color:letras};font-family:'tahoma'; text-transform:none; font-size:11px;font-weight:normal;font-style:normal;}
238
.quote {font-family: arial; font-style:; text-align: justify; font-size: 12px; line-height: 19px; padding: 3px;margin-left: 0px;}
239-
239+
240
 
241
.permaquote {width:232px; margin-top:43px; text-transform:uppercase; font-family:cambria; font-size:13px; letter-spacing:1px; height:26px; line-height:30px; text-transform:none; opacity:0; padding:0px; position: absolute; margin-left:0px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;background:{color:post};font-style:normal;text-align:left;}
242
#likeu3 {right:-18px; margin-top:7px; background:{color:post}; position:absolute;}
243-
243+
244-
244+
245
 
246
/*** Codigo Por Igor (Catedrais)***/
247
.perma2 {width:234px; background:rgba(0,0,0,0.4); top:-35px; padding:8px; text-align:right; word-spacing:10px; position:absolute;-webkit-transition-duration: .40s; opacity:0;font-style:normal;}.perma2 a {font-size:10px; font-family:calibri; letter-spacing:1px;  text-transform:uppercase; color:#ffffff;}.perma2 a:hover {color:#ffffff;}hh2 { font-size:9px;  padding-left:3px;}#likeu2 {margin-left:2px; margin-top:0px; background:; z-index:1338; position:absolute;} .box:hover .perma2 {top:10px; opacity:1;{block:PermalinkPage}width:384px; {/block:PermalinkPage};}
248
 
249-
249+
250
.asker { background: {color:ask}; font-weight:normal; padding:8px;  color:#fff; font-size: 11px;text-align:justify;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;margin-top: 0px;}
251
#tri{border-bottom: 12px solid {color:ask};;border-right:5px solid transparent;border-top: 12px solid transparent;border-left: 5px solid transparent;width: 0px;height: 0px;margin-top:20px;margin-left:100px; margin-left:90%; }.asksm{min-height:18px;font-family: 'Nunito', helvetica;  text-transform: uppercase;font-size: 8px; font-style: normal; color: #fff; text-align: left;padding:2px;background:{color:ask};float:right;}asksm {min-height:15px;background:{color:ask};padding:2px;margin-bottom:0px;}.asksm a{color:#eee;4;padding:0px;background:{color:dask};line-height:18px;font-size: 8px; }.askborder {width:22px;float:right; }.resposta { font-size: 11px;background:#;font-weight:normal; padding:10px; margin-top: -1px; -webkit-border-bottom-right-radius: 3px;color:{color:letras};-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
252-
252+
253
.reb {opacity:1;margin-left:-3px;top:-2px;overflow: hidden;position: absolute; z-index: 999;white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);background:rgba(255,255,255,0.3);padding:5px;border-radius: 2px;}.reb img{opacity:1;width: 16px;height: 14px;line-height: 30px;display: inline;}
254
 
255
/*** Codigo Por Geovane (Renovador)***/
256
.nts {position: absolute;height: 21px;font-size: 11px;line-height: 20px;position: absolute; margin-left: 20px;padding-left: 4px;padding-right: 4px;-moz-border-radius: 2px;border-radius: 2px;}.nts a{color: #000;font-weight: bold; font-family: Arial, Helvetica, sans-serif; white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);background:rgba(255,255,255,0.3);padding:5px;border-radius: 2px;}
257
.box
258
.hvr {opacity: 0.0;filter: alpha(opacity = 0); width: 400px; font-size: 9px;position:absolute; margin-left:5px; text-align: center;z-index:9999991;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}.box:hover .hvr {background: #fff;  opacity: 1;margin-top: 4px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;font-style: normal;}
259
 
260
/* notes perma  */
261
.but {border-radius:5px; padding:0px; overflow: hidden; float:left; position:relative; margin:1px;{block:indexpage} width: 400px;{/block:indexpage}{block:PermalinkPage}width:400px;{/block:PermalinkPage};}
262
.extra1 {text-indent: 5px; margin-bottom: 2px; padding-left: 7px; padding-top: 5px; padding-bottom: 4px; padding-right: 5px;  margin-left:-4px; margin-right:-2px; border-bottom:1px {color:detalhes} solid;line-height:30px;}
263-
263+
.notes{float:left;}
264-
/* notes perma  */ 
264+
265
.reblog_etc {display:none; z-index:400;}  
266
.box1 {overflow: hidden;display: block; background: {color:detalhes}; margin-bottom: 8px; 400px; text-align: center;}
267-
.notes{float:left;} 
267+
268
.captions p{ margin:0; margin-top: 0px; padding:0; }  
269
.captions a{ color:{color:letras};}  
270
.note_count{ text-align:left; }  
271
.perma_notes {width: 400px; display: block; }
272
.perma_notes .clear { margin:0;  padding:0;  height:0px; }  
273
.perma_notes .avatar { border:none;  margin:0;  width: 55px;  opacity: 0.9;  padding:0; }
274-
.note_count{ text-align:left; }   
274+
.perma_notes .avatar:hover {opacity: 1;}
275-
.perma_notes {width: 400px; display: block; } 
275+
.perma_notes ol { margin:0; padding:0; }
276
.perma_notes li {padding:0; width: 55px;  list-style:none;  border:none;  float:left; margin: 5px; bottom: 0px;}
277-
.perma_notes .avatar { border:none;  margin:0;  width: 55px;  opacity: 0.9;  padding:0; } 
277+
.perma_notes .note .action {display:none; visibility:hidden;  margin:0;  padding:0;}  
278-
.perma_notes .avatar:hover {opacity: 1;} 
278+
.more_box{ width: 400px; height: 55px; color:red;  margin:0;  padding:0; float:left; display: block; }
279-
.perma_notes ol { margin:0; padding:0; } 
279+
.more_notes_link {overflow: hidden; width: 400px; height:35px; font-family:calibri;font-style: italic; font-size:12px;color:{color:letras}; display: block;}
280
li.more_notes_link_container {margin:0;  width: 400px; padding:0; overflow: hidden;  height: 50px;  list-style:none;  border:none;  float:left; background-color:; color:{color:letras}; }  
281-
.perma_notes .note .action {display:none; visibility:hidden;  margin:0;  padding:0;}   
281+
282-
.more_box{ width: 400px; height: 55px; color:red;  margin:0;  padding:0; float:left; display: block; } 
282+
283-
.more_notes_link {overflow: hidden; width: 400px; height:35px; font-family:calibri;font-style: italic; font-size:12px;color:{color:letras}; display: block;} 
283+
284
.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display: none;}
285
 
286
/*** Codigo Por Geovane (Renovador)***/
287-
287+
288
::-webkit-scrollbar-button:vertical {height:8px;display: block; background: {color:scrollbar};}
289-
289+
290
 
291
::-webkit-scrollbar-thumb{background-color: {color:scrollbar};border: 2px solid {color:backgroundtheme};height:auto;z-index:9999999999999999;}
292
::-webkit-scrollbar {height:auto;width:9px;background-color: {color:scrollbar};border: 4px solid {color:backgroundtheme};z-index:9999999999999999;}
293
 
294-
294+
295
 
296
#bonnie:hover {position:fixed;}
297-
297+
298
#tumblr_controls{position: fixed!important}
299
#tumblr_controls{position: fixed!important}
300
#tumblr_controls{position: fixed!important}
301
 
302
/*** Codigo Por Geovane (Renovador)***/
303
#install{background: none repeat scroll 0 0 rgba(0, 0, 0, 0.39);border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 2px 2px 2px 2px;color: white;cursor: pointer;height: 11px;padding: 3px 6px;right: 3px;text-decoration: none;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);top: 21px;z-index: 3333;position:fixed;font: 600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;line-height:11px;-webkit-transition:none;-moz-transition:none;   white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.3;}
304
 
305-
305+
306
#scrollToTop {display:none;text-decoration:none;position:fixed;bottom:30px;right:30px;overflow:hidden;width:25px;height:21px;border:none;text-indent:100%;background:url(http://static.tumblr.com/i8axhtw/hBmma2nol/topbuttom.png) no-repeat left top;opacity: .7;filter: alpha(opacity = 50);}
307
#toTopHover {width:11px;height:11px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
308-
308+
309
#scrollToTop:active, #toTop:focus {outline:none;}
310
 
311
/*** Codigo Por Geovane (Renovador)***/
312
#s-m-t-tooltip { max-width:auto;height:12px;line-height:12px; padding:5px; border: 1px solid #252525; margin:10px 0px 0px 10px; background-color:#252525;font-family:consolas; text-transform:uppercase;-webkit-border-radius:3px;font-size:9px; letter-spacing:2px; color:#F1F1F1; z-index:99999999999999;font-style:normal;}
313
 
314
/*** Codigo Por Geovane (Renovador)***/
315
#titulo { position:fixed; background:#; text-align: center; width: 170px; left:; font-family:baskerville; margin-left:-30px;top: 30%;font-size: 20px;line-height: 25px;height: 25px; color:{color:titulo};}
316
 
317-
317+
318
 
319
/*** Codigo Por Geovane (Renovador)***/
320-
320+
321
.links a {display:inline-block; color:{color:links}; text-transform:uppercase; font-size:10px; -webkit-transition-duration: 1s;font-style: none; height:0px;opacity:1;}
322-
322+
323
 
324
 /*** Codigo Por Geovane (Renovador)***/
325
#credit {position:fixed;padding:0;width: auto; right:-81px; bottom:40px; font-family:Droid Serif; font-size: 11px; text-transform:normal; background-color:{color:sidebar}; letter-spacing:1px;font-style:normal;text-align:center;; -webkit-transition-duration: .75s;}
326
#credit a{background-color:{color:scrollbar}; color:#fff;padding:5px; -webkit-transition-duration: .75s; border-radius:4px;}
327
#credit:hover {right:3px;-webkit-transition-duration: .75s;}
328
 
329
/*** posts centralizados por making-themes ***/
330
.sidebar {}
331
#posts {width: 680px;}
332-
332+
333
 
334
</style>
335
 
336
<a href="http://renovador.tumblr.com/" id="install" target="_blank">Install theme</a></div>
337-
337+
338
<script type="text/javascript"> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "{title}"; tb8_messages[1] = "{title}"; tb8_messages[2] = "{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>
339-
339+
340
<body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
341-
341+
342
<div id="fb-root"></div>
343-
343+
344
  var js, fjs = d.getElementsByTagName(s)[0];
345-
345+
346
  js = d.createElement(s); js.id = id;
347
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
348
  fjs.parentNode.insertBefore(js, fjs);
349
}(document, 'script', 'facebook-jssdk'));</script>
350
 
351
<body>
352
 
353
<center><div class="tudo">
354-
354+
355
 
356-
356+
357
<div class="links">
358
<a href="{text:Link1}">{text:Link1 Title}</a>
359-
359+
360
<a href="{text:link3}">{text:link3 title}</a>
361
<a href="{text:link4}">{text:link4 title}</a>
362
<a href="{text:link5}">{text:link5 title}</a>
363
<a href="http://renovador.tumblr.com/">theme</a>
364
</div>
365
</div>
366
</div>
367
</div>
368
</div>
369
</div>
370
</div>
371
 
372
<div id="posts">
373
 
374
<div id="main">{block:Posts}<div class="box">
375-
375+
376
{block:indexpage}
377-
377+
378
{/block:indexpage}
379
{block:permalinkpage}
380
<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>
381
{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
382
{block:indexpage}
383
<div class="perma2">
384
<div id="likeu2">{LikeButton color="white" size="15"}</div>
385
<a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
386
<a href="{ReblogURL}" target="_blank">reblog</a>
387
</div>{/block:indexpage}{/block:Photo}
388
 
389
{block:Photoset}{block:IndexPage}<div class="hvr">
390
<div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://cdn3.iconfinder.com/data/icons/unicons-vector-icons-pack/32/repeat2-128.png" width="20"></a></div>
391
<div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
392-
392+
393
{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IndexPage}{/block:Photoset}
394
 
395
 
396-
396+
397
<div class="postsq">
398-
398+
399-
399+
400
<div class="postsq"><div class="permaquote">
401
<div id="likeu3" title="like">{LikeButton color="Dark" size="15"}</div>
402
<a href="{Permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog </a></rigth>{block:ifs}{SourceURL}{/block:ifs}
403
</div>
404
</div>
405
{/block:IndexPage}
406
</div>
407
{/block:Quote}
408
 
409
 
410
{block:Text}<div class="posts">{block:Title}<div class="titulo3">{Title}</div>{/block:Title}{block:IndexPage}
411
<div class="perma">{TimeAgo} · <a href="{permalink}">{Notecountwithlabel}</a> · <a href="{reblogurl}" target="_blank">reblog</a></div>
412-
412+
{/block:IndexPage}{Body}</div>{/block:Text}
413
 
414
{block:Link}<div class="posts"><div class="titulo3"><a href="{URL}">{Name}</a></div>
415
{block:Description}{Description}{/block:Description}{block:IndexPage}
416-
{/block:IndexPage}{Body}</div>{/block:Text} 
416+
417
{/block:IndexPage}</div>{/block:Link}
418
 
419
{block:Audio}<div class="posts">{block:AlbumArt}<img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >{/block:AlbumArt}<div class="trackid2">{AudioPlayerGrey}</div>{block:TrackName}<div class="trackid">"{TrackName}"</div>{/block:TrackName}{block:Artist}<div class="trackid">{Artist}</div>{/block:Artist}<div class="trackid">({PlayCount}) plays</div>{block:IndexPage}
420
<div class="perma">{TimeAgo} · <a href="{permalink}">{Notecountwithlabel}</a> · <a href="{reblogurl}" target="_blank">reblog</a></div>
421
{/block:IndexPage}</div>{/block:Audio}
422
 
423
{block:Chat}<div class="posts">{block:Title}<div class="titulo3">{Title}</div>{/block:Title}<div class="chat"><ul>{block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}
424
<div class="perma">{TimeAgo} · <a href="{permalink}">{Notecountwithlabel}</a> · <a href="{reblogurl}" target="_blank">reblog</a></div>
425
{/block:IndexPage}</div>{/block:Chat}
426
 
427
{block:Video}{block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}{block:PermalinkPage}<center>{Video-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
428
 
429
{block:Answer}
430
<div class="asksm"><asksm><a href="{Permalink}">{TimeAgo}</a> ·   {Asker}</asksm> </div><img src="{AskerPortraitURL-64}"align="left" class="askborder"/><div id="tri"></div><div class="asker"> {Question}</div><div class="resposta">{Answer}</div>{/block:Answer}</div>
431
 
432
 
433
{block:PostNotes}
434
<div class="box">
435-
435+
436-
436+
437
<img src="http://static.tumblr.com/cdfpv33/5oymjxo65/cal.png"> Posted on {DayOfMonth},<b> of {Month}</b> of {Year}.</div>{/block:Date}{block:RebloggedFrom}
438
<div class="extra1">
439
<img src="http://static.tumblr.com/cdfpv33/XOomjxo5e/perman.png"> Shared: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>.</div>
440
<div class="extra1">
441
<img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png"> Authoring: {block:ContentSource}<a href="{SourceURL}" target=blank>{SourceTitle}</a>{/block:ContentSource}.</div>
442
<div class="extra1">
443
<img src="http://static.tumblr.com/cdfpv33/2L0mjxo4l/coracao.png"> With {NoteCountWithLabel}.</div>
444
{/block:RebloggedFrom}{/block:PermalinkPage}
445
<div class="box1">
446
<div class="perma_notes stylee">{PostNotes-64}</div></div></div>{/block:PostNotes}{/block:Posts}
447
 
448
 
449
{block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}{block:IndexPage}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script><script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/YnTm5op3n/like.js"></script>
450
 
451-
451+
452-
452+
453
<script type="text/javascript">
454-
454+
455-
455+
456
$wall.imagesLoaded(function(){
457
$wall.masonry({
458
itemSelector: '.box',
459
isAnimated : true
460
});
461
});
462
$wall.infinitescroll({
463
navSelector : "div#navigation",
464
nextSelector : "div#navigation a#nextPage",
465
itemSelector : '.box',
466
loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
467
loadingText : " ",
468
donetext : " ",
469
extraScrollPx : 9000,
470
bufferPx : 10000,
471
debug : false,
472
errorCallback: function() {
473
$('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
474
}},
475
function( newElements ) {
476
var $newElems = $( newElements );
477
$newElems.hide();
478
$newElems.imagesLoaded(function(){
479
$wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
480
});
481
}); $('#main').show(500);
482
});
483
</script>{/block:IndexPage}</div>
484
</div>
485
 
486
 
487
</body>
488
</html>
489-
489+
490-
490+