· 6 years ago · Oct 22, 2019, 07:22 PM
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE html>
3<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
4<div id='hotel_bg'><div id='bling'/></div>
5<head>
6
7<b:if cond='data:blog.pageType == "error_page"'>
8<title>Página não encontrada!</title>
9<b:else/>
10<title><data:blog.pageTitle/></title>
11</b:if>
12
13
14<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>
15<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,500' rel='stylesheet' type='text/css'/>
16 <link href='https://fonts.googleapis.com/css?family=Titillium+Web:400' rel='stylesheet' type='text/css'/>
17<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'/>
18<link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'/>
19<link href='https://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'/>
20<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'/>
21 <script src='https://code.jquery.com/jquery-3.1.1.min.js' type='text/javascript'/>
22
23
24 <script type='text/javascript'>
25 var radio_data = "https://167.114.53.24:9318/;"
26 $(document).ready(function(){
27 var $audio = $("<audio/>");
28
29 $audio.attr("src", radio_data);
30 $audio.attr("autoplay", "true");
31 $audio.attr("id", "color-hebbo");
32
33 $("#radio").append($audio);
34
35 $("#play").addClass("active");
36 $("#pause").removeClass("active");
37
38 var audio = document.getElementById("color-hebbo");
39 audio.volume = 0.1;
40
41 });
42
43 $(document).on("click", "#play", function(event){
44 event.preventDefault();
45 var audio = document.getElementById("color-hebbo");
46 audio.volume = 0.1;
47 $(this).addClass("active");
48
49 $("#pause").removeClass("active");
50 });
51 $(document).on("click", "#pause", function(event){
52 event.preventDefault();
53 var audio = document.getElementById("color-hebbo");
54 audio.volume = 0.0;
55 $(this).addClass("active");
56 $("#play").removeClass("active");
57 });
58
59 $(document).on("click", "#volumeup", function(event){
60 event.preventDefault();
61 var audio = document.getElementById("color-hebbo");
62 var volume = audio.volume;
63 if(audio.volume < 1) {
64 audio.volume += 0.1;
65 }
66 $("#play").addClass("active");
67 $("#pause").removeClass("active");
68 console.log("Você aumentou o volume!");
69 });
70
71 $(document).on("click", "#volumedown", function(event){
72 event.preventDefault();
73 var audio = document.getElementById("color-hebbo");
74
75 audio.volume -= 0.1;
76
77 console.log("Você abaixou o volume!");
78 if(audio.volume == 0)
79 {
80 $("#pause").addClass("active");
81 $("#play").removeClass("active");
82 } else {
83 $("#play").addClass("active");
84 $("#pause").removeClass("active");
85 }
86
87 });
88
89 console.log("Rádio por Rafa Garcia sz");
90
91</script>
92<script async='async' data-ad-client='ca-pub-3129507947223947' src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
93<script src='https://code.jquery.com/jquery-3.1.1.min.js' type='text/javascript'/>
94<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
95<script src='https://static.tumblr.com/y66747w/9hlmdpcpa/nivoslider.js' type='text/javascript'/>
96<script type='text/javascript'>
97/* <![CDATA[ */
98jQuery(document).ready(function($) {
99 $('#NivoSlider').nivoSlider({
100 effect : 'fade',
101 slices : 10,
102 boxCols : 8,
103 boxRows : 3,
104 animSpeed : 500,
105 pauseTime : 4500,
106 startSlide : 0,
107 directionNav : true,
108 directionNavHide : true,
109 controlNav : false,
110 keyboardNav : false,
111 pauseOnHover : true,
112 captionOpacity : 1
113 });
114});
115/* ]]> */
116</script>
117 <b:include data='blog' name='all-head-content'/>
118 <title><data:blog.pageTitle/></title>
119 <b:skin><![CDATA[/*F
120-----------------------------------------------------
121Iron Bobba
122Criado por Daniel Macedo(idan)
123Codificado para blogger por iDan.
124Créditos a:
125Lucas Silva, Rafa Garcia e Douglas, Murillo Assis, Bruno Henrique e Marco Cuel.
126------------------------------------------------------ */
127
128#navbar-iframe {
129display: none;
130}
131
132body {
133 margin: 0;
134 padding: 0;
135 background: url(https://cdn.discordapp.com/attachments/612426985729294359/631183763539361795/978285.gif) , #02081e;
136 font-family: Segoe UI;
137 font-weight: normal;
138 height: 100%;
139 position: relative;
140}
141
142
143
144
145
146a:visited {
147 color: #999999;
148}
149a:visited {
150 text-decoration: none;
151 color: inherit;
152}
153a:link {
154 color: #4e4e4e;
155 text-decoration: none;
156}
157a {
158 color: #FFFFFF;
159 text-decoration: none;
160}
161a {
162 color: inherit;
163 text-decoration: none;
164}
165* {
166 padding: 0;
167 margin: 0;
168}
169
170
171
172
173
174
175
176
177::selection { background: rgb(9, 111, 187); }
178::-moz-selection { background: rgb(9, 111, 187); }
179
180::-webkit-scrollbar {
181 width: 6px;
182 height: 4px;
183 background: #024209;
184}
185
186::-webkit-scrollbar-thumb {
187 background: #F0F0F0;
188 border-radius: 5px;
189}
190::selection {
191 background: rgb(11, 96, 144);
192}
193
194
195
196input {
197 width: 85px; height: 30px; background-image: url(http://1.bp.blogspot.com/-ignhwUoGGQk/UBr-PB08f-I/AAAAAAAAB_8/aO1dtAqONsw/s1600/form.gif); padding-left: 6px; border: 1px solid #BFBFBF; margin: 0px; color:#999;
198font-size: 15px;
199}
200
201textarea {
202 width: 370px; height: 120px; background-image: url(http://1.bp.blogspot.com/-ignhwUoGGQk/UBr-PB08f-I/AAAAAAAAB_8/aO1dtAqONsw/s1600/form.gif); border: 1px solid #BFBFBF; font-size: 11px; color: #333;
203}
204
205input:focus {
206 -moz-box-shadow: 0 0 1px 1px #D6EEF9, 0 0 3px 3px #E4F4FB, 0 0 6px 2px #F1FAFD inset;
207}
208
209select:focus {
210 -moz-box-shadow: 0 0 1px 1px #D6EEF9, 0 0 3px 3px #E4F4FB, 0 0 6px 2px #F1FAFD inset;
211}
212
213textarea:focus {
214 -moz-box-shadow: 0 0 1px 1px #D6EEF9, 0 0 3px 3px #E4F4FB, 0 0 6px 2px #F1FAFD inset;
215}
216
217input:hover {
218 opacity: 0.80;
219 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
220 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
221}
222
223textarea:hover {
224 opacity: 0.80;
225 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
226 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
227}
228
229/* Top
230-----------------------------------------------
231 */
232#top {
233 width: 960px;
234 height: 240px;
235 margin-top: 20px;
236 margin-bottom: 15px;
237}
238
239/* Meio
240----------------------------------------------- */
241#corpo {
242 width: 1000px;
243 margin:0 auto;
244}
245
246#posts {
247 width: 670px;
248 float: left;
249 word-wrap: break-word;
250 overflow: hidden;
251}
252
253#box {
254 width: 320px;
255 float: right;
256 word-wrap: break-word;
257 overflow: hidden;
258}
259
260
261h2 {
262 background: url() right no-repeat, linear-gradient(to bottom, #0c6d28, #25b930) !important;
263 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
264 border-radius: 4px 4px 0px 0px;
265 height: 25px;
266 font-size: 20px;
267 color: #030303;
268 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
269 font-weight: 400;
270 text-transform: none;
271 margin: 10px 0 0;
272 padding: 12px 10px 10px;
273}
274
275
276h3 {
277 font:$headerfont;
278 line-height: 1.4em;
279 text-transform:uppercase;
280}
281
282/*Noticias by Lifed and iDan*/
283.corpo .tumb {
284display: none;
285border-radius: 4px;
286width: 210px;
287height: 110px;
288position: relative;
289left: 13px;
290top: 5px;
291}
292
293.noticia {
294background-color: #FFF;
295width: 679px;
296height: 122px;
297border: solid 3px #FFF;
298margin: 20px 10px 0 0 ;
299margin-top: -2px;
300margin-bottom: 2px;
301overflow: hidden;
302position: relative;
303top: 1px;
304left: -10px;
305border-bottom: 1px solid #EEE;
306border-left: 1px solid #DDD;
307border-right: 1px solid #DDD;
308background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4));
309
310}
311
312
313.noticia .box_avatar_autor {
314 background: linear-gradient(to bottom, rgb(142, 84, 53), rgb(84, 41, 18));
315 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
316 right: 5px;
317 margin-top: 7px;
318 transition: all 0.5s;
319 position: absolute;
320 z-index: 2;
321 width: 55px;
322 height: 48px;
323 border-radius: 50px 50px 0px 0px;
324 overflow: hidden;
325}
326
327.noticia .box_comentario_new {
328 background: #E0285A;
329 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
330 right: 5px;
331 top: 55px;
332 transition: all 0.5s;
333 position: absolute;
334 z-index: 2;
335 width: 55px;
336 height: 54px;
337 border-radius: 0px 0px 50px 50px;
338 color: #FFF;
339 font-family: Segoe UI;
340 font-size: 15px;
341 text-align: center;
342 line-height: 50px;
343 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
344}
345
346.noticia .branco-new{
347background: #FFF;
348width: 700px;
349height: 122px;
350position: absolute;
351top: 0;
352left: 0;
353}
354
355.noticia-branco{
356background: #FFF;
357width: 328px;
358height: 75px;
359margin: 0px auto;
360position: absolute;
361z-index: 5;
362left: 230px;
363top: 5px;
364-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#a6000000,Positive=true)";
365 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#a6000000,Positive=true);
366}
367
368.imgup {
369width: 210px;
370height: 110px;
371position: absolute;
372border-radius: 4px;
373-webkit-box-shadow: 0px 0px 10px #999 inset;
374-moz-box-shadow: 0px 0px 10px #999 inset;
375box-shadow: 0px 0px 10px #999 inset;
376left: 13px; top: 5px;
377z-index: 3;
378}
379
380.noticia .categoria {
381background-color: #F5F5F5;
382border: 1px solid #DDDDDD;
383height: 25px;
384line-height: 25px;
385left: 215px;
386margin-top: 68px;
387padding: 0 10px;
388font-size: 14px;
389border-radius: 2px;
390color: #868686;
391position: absolute;
392z-index: 2;
393}
394
395
396.noticia .lupa {
397width: 197px;
398height: 118px;
399position: absolute;
400opacity: 0;
401
402transition: all 0.3s
403
404
405}
406.noticia:hover .lupa {
407
408
409}
410.noticia .titulo-news {
411float: left;
412margin: 4px 5px;
413color: #1E1E1E;
414position: absolute;
415z-index: 6;
416font-size: 16px;
417font-weight: 600;
418overflow: hidden;
419text-overflow: ellipsis;
420 white-space: nowrap;
421width: 320px;
422
423}
424
425.noticia .titulo-news a{
426color: #18590f;
427
428}
429.titulo-news a:visited{
430color:#1E1E1E;
431}
432
433.titulo-news a:hover{
434color: #2494D1;
435}
436
437.noticia .detalhe {
438width: 320px;
439margin: 25px 5px;
440color: #1E1E1E;
441position: absolute;
442z-index: 3;
443font-size: 13px;
444
445}
446
447.noticia .leia-mais {
448 background-image: linear-gradient(to bottom, rgb(199,231,124), rgb(151,200,36));
449 box-shadow: inset 0 2px rgba(255,255,255,0.2), inset 0 -2px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25), 0 0px rgba(0,0,0,0.1);
450 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
451 height: 27px;
452 line-height: 25px;
453 left: 230px;
454 margin-top: 87px;
455 padding: 0 10px;
456 font-size: 14px;
457 border-radius: 50px 0px 0px 50px;
458 color: #FFF;
459 position: absolute;
460 z-index: 2;
461}
462
463
464.noticia .categoria-fora {
465 background-image: linear-gradient(to bottom, rgb(255, 120, 157), rgb(224, 40, 90));
466 box-shadow: inset 0 2px rgba(255,255,255,0.2), inset 0 -2px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25), 0 0px rgba(0,0,0,0.1);
467 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
468 height: 27px;
469 line-height: 25px;
470 left: 320px;
471 margin-top: 87px;
472 padding: 0 10px;
473 font-size: 14px;
474 border-radius: 0px 50px 50px 0px;
475 color: #FFF;
476 position: absolute;
477 z-index: 2;
478}
479
480.noticia .categoria-fora a:hover{color: #FFF;}
481.noticia-dentro {
482background-color: rgb(255,255,255);
483width: 635px;
484float: left;
485padding: 15px;
486border-radius: 4px 4px 2px 2px;
487margin: 15px 2px;
488margin-bottom: 0;
489box-shadow: inset 0 -2px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.2), 0 2px rgba(0,0,0,0.1);
490position: relative;
491display: none;
492overflow: hidden;
493}
494
495
496.noticia-dentro .titulo {
497 background: url(https://i.imgur.com/FXKCVhH.gif) right no-repeat, linear-gradient(to bottom, #6dbce9, #7ea8bf) !important;
498 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 0px rgba(0,0,0,0.25);
499 width: 670px;
500 height: 35px;
501 font-size: 16px;
502 color: #FFF;
503 text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px;
504 font-weight: regular;
505 text-transform: none;
506 margin: 0 0;
507 padding: 10px;
508 float: left;
509 line-height: 33px;
510 position: relative;
511 top: -15px;
512 left: -15px;
513 background-repeat: repeat;
514 background-position: 0 0;
515}
516
517
518.tittle_box {
519 color: #FFF;
520 font-size: 16px;
521 top: -37px;
522 position: relative;
523 left: 60px;
524text-shadow:rgba(0, 0, 0, 0.47) 0px 1px 3px;
525}
526
527.subtitle_box {
528 color: #FFF;
529 font-size: 13px;
530 float: left;
531 position: relative;
532 left: 60px;
533 top:-40px;
534text-shadow:rgba(0, 0, 0, 0.47) 0px 1px 3px;
535
536}
537
538.box_news_novo {
539 background: url(https://2.bp.blogspot.com/-NasnCE52_fM/WpSx6OGi-gI/AAAAAAABF_U/esEcVKzxTpItsqCWrJIK6sb32wWUExY4QCKgBGAs/s1600/art_twil_feast.gif) right no-repeat, linear-gradient(to bottom, #527f00, #294f00) !important;
540 width: 670px;
541 height: 46px;
542 border-radius: 4px 4px 0 0;
543 padding: 4px 0px 5px 0px;
544 position: relative;
545 left: 0px;
546 -webkit-box-shadow: inset 0px -2px 0px 0px #42210F;
547 -moz-box-shadow: inset 0px -2px 0px 0px #42210F;
548 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
549 top: 30px;
550}
551
552.box_news_novo b{
553color: #FFF;
554font-weight: 500;
555}
556.img_new_new{
557background: rgba(0, 0, 0, 0.2);
558width: 42px;
559height: 42px;
560position: relative;
561top: 3px;
562left: 6px;
563border-radius: 2px;
564}
565
566.img_new_hotel{
567background-image: url(https://1.bp.blogspot.com/-dGYqozUJEhw/WsQxhKz8EuI/AAAAAAABGfw/BFM4uiadE9gzTyuzXe8T_F6qBAqfVDelACKgBGAs/s1600/722189435.png);
568background-repeat: no-repeat;
569background-position: 0 0;
570}
571
572.img_new_color{
573background-image: url(http://i.imgur.com/rsasQGv.png);
574background-repeat: no-repeat;
575background-position: 10px 10px;
576}
577
578.setas {
579 height: 56px;
580 float: left;
581 margin: 7px 3px;
582 margin-bottom: -5px;
583 text-align: center;
584 border-radius: 0px;
585 color: #444;
586 font-size: 18px;
587 position: relative;
588 top: -10px;
589 left: -4px;
590 background: #FFF;
591 width: 670px;
592 border: 1px solid #DDD;
593 border-radius: 0 0 4px 4px;
594box-shadow:inset 0 -2px rgba(0, 0, 0, 0.06), 0 2px rgba(0, 0, 0, 0.05);
595}.setas .anterior {
596background-color: #F5F5F5;
597width: 40px;
598height: 30px;
599padding-top: 3px;
600border-right: none;
601border-radius: 3px;
602float: right;
603border: 1px solid #D5D5D5;
604z-index: 1;
605top: 10px;
606
607position: relative;
608}
609.setas .anterior-fix {
610background-color: #F5F5F5;
611width: 40px;
612height: 30px;
613padding-top: 3px;
614border-right: none;
615border-radius: 3px;
616position: absolute;
617right: 0;
618right: 55px;
619top: 10px;
620border: 1px solid #D5D5D5;
621}
622.setas .proxima {
623background-color: #F5F5F5;
624width: 40px;
625height: 30px;
626padding-top: 3px;
627border-radius: 3px;
628float: right;
629border: 1px solid #D5D5D5;
630z-index: 1;
631top: 10px;
632right: 10px;
633position: relative;
634}
635.setas .proxima-fix {
636background-color: #F5F5F5;
637width: 40px;
638height: 30px;
639padding-top: 3px;
640border-radius: 3px;
641position: absolute;
642right: 10px;
643top: 10px;
644
645border: 1px solid #D5D5D5;
646}
647
648.setas .proxima-fix a:visited{color: #444;}
649.setas .anterior-fix a:visited{color: #444;}
650
651
652#comments h4 {
653background:url(http://i.imgur.com/qjg1R6G.png)no-repeat;
654font-size:14px;
655padding-left: 33px;
656}
657
658#comments-block {
659font-family:Raleway;
660
661 }
662#comments-block .comment-author {
663 background: url(imagem) right no-repeat , linear-gradient(to bottom , #f0f0f0, #c4c4c4);
664 color: #fff;
665 padding: 18px 15px 18px;
666 border-radius: 5px 5px 0px 0px;
667 margin-top: 10px;
668 box-shadow: inset 0 3px rgba(255 , 255 , 255 , 0.2), inset 0 -4px rgba(0 , 0 , 0 , 0.1), inset 0 -30px rgba(0 , 0 , 0 , 0.03), inset 0 0 0 1px rgba(0, 0, 0, 0.06);
669}
670
671#comments-block .comment-body {
672 background: #f1f1f1;
673 padding: 10px 15px 5px;
674 margin-top: -5px;
675 color: #3e3e3e;
676 text-shadow: 0 1px #ffffff;
677}
678#comments-block .comment-footer {
679 background: #f1f1f1 bottom;
680 margin-top: 0px;
681 padding: 5px 15px 18px;
682 margin-bottom: 6px;
683 font-size: 13px;
684 border-radius: 0px 0px 5px 5px;
685 box-shadow: inset 0 0px rgba(255 , 255 , 255 , 0.2), inset 0 -2px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0);
686
687}
688#comments-block .comment-body p {
689 }
690.deleted-comment {
691 }
692
693#blog-pager-newer-link {
694 float: left;
695 }
696
697#blog-pager-older-link {
698 float: right;
699 }
700
701#blog-pager {
702 }
703
704.feed-links {
705background:#FFF;
706display: none;
707}
708
709/* Box
710-----------------------------------------------*/
711.widget-content {
712 background: url(http://i.imgur.com/1BMXT1A.png) bottom;
713 margin:0pt;
714 overflow:hidden;
715 padding: 0px 3px 3px; 3px;
716 margin:0 0 7px;
717box-shadow: inset 0 -2px rgba(0,0,0,0.1), 0 2px rgba(0,0,0,0.1);
718border-radius: 0px 0px 4px 4px;
719}
720
721.sidebar h2 {
722 background: url(https://4.bp.blogspot.com/-cFUYBAKUzx4/WpSyODN5SfI/AAAAAAABF_k/r_Xb7kVRSxUkjYrP4ZvoDaWXuLyC7ssJQCKgBGAs/s1600/Head_onaplate.gif) right no-repeat, linear-gradient(to bottom, #4d7a00, #2f5600) !important;
723 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
724 border-radius: 4px 4px 0px 0px;
725 height: 20px;
726 font-size: 14px;
727 color: #FFF;
728 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
729 font-weight: 400;
730 text-transform: none;
731 margin: 10px 0 0;
732 padding: 12px 10px 10px;
733}
734.sidebar {
735 color: #888;
736 font-size: 14px;
737 }
738
739/* Extras
740-----------------------------------------------*/
741
742.bad {
743
744 padding: 5px;
745
746 background-color: #ffcfcf;
747 border: 1px #e5a3a3 solid;
748 border-bottom-width: 2px;
749 color: #801b1b;
750 -moz-border-radius: 3px;
751 -webkit-border-radius: 3px;
752 border-radius: 3px;
753}
754
755
756/* CSS DO LAYOUT
757--------------------------- */
758.conteudo_titulo {
759 background-image: url("http://i.imgur.com/3EBRShX.png");
760 background-position:bottom;
761 background-repeat: repeat-x;
762 background-color: #222;
763 font-size: 12px;
764 color: #FFF;
765 height: 40px;
766 line-height: 40px;
767 text-align: left;
768 text-indent: 2px;
769 font-weight: bold;
770 border-radius:10px 10px 0px 0px;
771
772}
773.conteudo_titulo .padding {
774 padding: 0 10px;
775}
776
777
778
779
780
781
782.header {
783 width: 100%;
784 height: 358px;
785 background-repeat: repeat-x;
786 background: url(https://cdn.discordapp.com/attachments/612426985729294359/631189939287228426/Sem_titulo-4.fw.png);
787}
788
789
790
791#radia_logo {
792background: url(http://3.bp.blogspot.com/-maTair-fIog/VHySATsUa-I/AAAAAAAABaY/21SLEjHq2Ek/s1600/radial.png);
793width: 600px;
794height: 200px;
795margin: 0 auto;
796padding-top: 40px;
797}
798@keyframes rotate {
799from {
800-webkit-transform: rotate(0deg);
801}
802to {
803-webkit-transform: rotate(360deg);
804}
805}
806@-moz-keyframes rotate {
807from {
808-moz-transform: rotate(0deg);
809}
810to {
811-moz-transform: rotate(360deg);
812}
813}
814
815
816.logo {
817 margin-top: 0;
818 background: url(https://cdn.discordapp.com/attachments/612426985729294359/631181891239804930/1570518686327.png);
819 width: 280px;
820 height: 194px;
821 position: relative;
822 -webkit-transition: all 0.3s ease;
823 -moz-transition: all 0.3s ease;
824 -ms-transition: all 0.3s ease;
825 -o-transition: all 0.3s ease;
826 transition: all 0.3s ease;
827 margin-top: -20px;
828 margin-top: -160px;
829 margin-left: 350px;
830}
831
832
833
834.barracolorida-cima {
835 width: 100%;
836 height: 3px;
837 background-image: url("http://i.imgur.com/3EBRShX.png");
838 background-repeat: repeat-x;
839
840}
841
842
843
844
845/* Menu
846----------------------------------------------- */
847
848:focus {
849outline: none;
850}
851.clearfix {
852clear: both;
853}
854.conteudo {
855width: 980px;
856margin: 0 auto;
857}
858#menu {
859background: linear-gradient(to bottom, #568300, #1A3E00);height: 60px;
860box-shadow: 0 2px rgb(35, 73, 0), 0 5px 25px rgba(35, 73, 0, 1);
861position: relative;
862z-index: 1;
863font-size: 15px;
864color: #8D8D8D;
865list-style: none;
866text-shadow: 0 2px 5px rgba(0, 0, 0, 0.72);
867}
868#menu li {
869float: left;
870height: 78px;
871line-height: 60px;
872margin-right: 20px;
873margin-left: -0px;
874-moz-transition: all 0.3s;
875-ms-transition: all 0.3s;
876-o-transition: all 0.3s;
877-webkit-transition: all 0.3s;
878transition: all 0.3s;
879position: relative;
880cursor: default;
881}
882#menu li:hover {
883color: #EFEFEF;
884}
885#menu li > ul {
886background-color: #325e16;
887width: 160px;
888opacity: 0;
889visibility: hidden;
890padding: 0;
891position: absolute;
892top: 10px;
893left: 5%;
894margin-left: -80px;
895-webkit-transition:all .3s .1s;
896-moz-transition:all .3s .1s;
897-o-transition:all .3s .1s;
898transition:all .3s .1s;
899border-radius: 4px;
900list-style: none;
901font-weight: 40;
902box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
903}
904#menu li:hover > ul{
905opacity: 1;
906top: 62px;
907visibility: visible;
908}
909#menu li > ul:before {
910content: '';
911display: block;
912border-color: transparent transparent rgb(255,255,255) transparent;
913border-style: solid;
914border-width: 5px;
915position: absolute;
916top: -10px;
917left: 50%;
918margin-left: -0px;
919}
920#menu li > ul > li:first-child > ul:before {
921border-color: transparent transparent red transparent;
922}
923#menu li > ul > li {
924box-shadow: 0 1px rgba(0,0,0,0.1);
925width: 130px;
926height: 36px;
927line-height: 36px;
928margin: 0;
929padding: 0 15px;
930color: rgb(160,160,160);
931text-shadow: 0 1px rgba(255,255,255,0.75);
932font-size: 14px;
933}
934#menu li > ul > li:last-child {
935border-radius: 0 0 4px 4px;
936}
937#menu li > ul > li:hover {
938background-color: rgba(0,0,0,0.05);
939box-shadow: 0 1px rgba(0,0,0,0.15);
940color: rgb(100,100,100);
941padding: 0 10px;
942padding-left: 20px;
943}
944#menu .home {
945background-image: url(https://4.bp.blogspot.com/-RdBqCRUdlS4/Vs7DHBOBOiI/AAAAAAAAEfU/P357QJVYj0o/s1600/home.png);
946background-repeat: no-repeat;
947background-position: center 20px;
948cursor: pointer;
949}
950#menu .home:hover {
951background-image: url(https://4.bp.blogspot.com/-khFWRCFx38U/Vs7DG-5VJOI/AAAAAAAAEfQ/Osknd3fOb_w/s1600/home-h.png);
952}
953#menu .hd {
954background-image: url(https://3.bp.blogspot.com/-g4I14gRbWQs/Vs7DGk07daI/AAAAAAAAEfM/eJNFqxyQqxo/s1600/hd.png);
955background-repeat: no-repeat;
956background-position: center 16px;
957}
958#menu .hd:hover {
959background-image: url(https://1.bp.blogspot.com/-LjCmiDVgFqM/Vs7DGUtCrkI/AAAAAAAAEfI/zXK89wUsE40/s1600/hd-h.png);
960}
961#menu .extra {
962background-image: url(https://3.bp.blogspot.com/-70lD2XMmXTc/Vs7DGPH70nI/AAAAAAAAEfA/B2WO-fp3gkM/s1600/caixa.png);
963background-repeat: no-repeat;
964background-position: center 19px;
965}
966#menu .extra:hover {
967background-image: url(https://1.bp.blogspot.com/-kuUCBmK_yvY/Vs7DFh7lIII/AAAAAAAAEe4/761gDHamHrs/s1600/caixa-h.png);
968}
969#menu .users {
970background-image: url(https://4.bp.blogspot.com/-DfoI0PBCZ8U/Vs7DIeW06-I/AAAAAAAAEfs/St_IGjsybCA/s1600/users.png);
971background-repeat: no-repeat;
972background-position: center 22px;
973}
974#menu .users:hover {
975background-image: url(https://4.bp.blogspot.com/-TnhECSYQ-E8/Vs7DIAa-q0I/AAAAAAAAEfo/lfea4jlSqlw/s1600/users-h.png);
976}
977#menu .info {
978background-image: url(https://2.bp.blogspot.com/-yY2Dj45PuJU/Vs7DHQsZVhI/AAAAAAAAEfc/bsiFe8MbowA/s1600/info.png);
979background-repeat: no-repeat;
980background-position: center 22px;
981}
982#menu .info:hover {
983background-image: url(https://4.bp.blogspot.com/-3MmEHDfZd_Q/Vs7DHCYzE4I/AAAAAAAAEfY/Tc-Yi-2O848/s1600/info-h.png);
984}
985#menu .balao {
986background-image: url(https://2.bp.blogspot.com/-SCt3sXPcKj0/Vs7DFaABoII/AAAAAAAAEe0/uFO533Sqj9k/s1600/balao.png);
987background-repeat: no-repeat;
988background-position: center 20px;
989}
990#menu .balao:hover {
991background-image: url(https://3.bp.blogspot.com/-lIrPMvrl6Cc/Vs7DFsPfHwI/AAAAAAAAEe8/tmjKUrPSFTs/s1600/balao-h.png);
992}
993#menu .pesquisar {
994background-color: rgba(247,247,247,0.09);
995width: 255px;
996height: 50px;
997float: right;
998margin-top: 5px;
999border-radius: 5px;
1000box-shadow: 0 1px rgba(0,0,0,0.09);
1001margin-bottom: -0px;
1002margin-right: 95px;
1003}
1004#menu .pesquisar input {
1005background-color: transparent;
1006width: 160px;
1007height: 50px;
1008padding: 0 20px;
1009border: none;
1010float: left;
1011font-family: 'Lato', sans-serif;
1012font-size: 15px;
1013color: #EFEFEF;
1014text-shadow: 0 1px rgba(0,0,0,0.2);
1015font-weight: 700;
1016}
1017#menu .pesquisar input::-webkit-input-placeholder {
1018color: #8D8D8D;
1019}
1020#menu .pesquisar input::-moz-placeholder {
1021color: #8D8D8D;
1022}
1023#menu .pesquisar button {
1024background-color: transparent;
1025background-image: url(https://1.bp.blogspot.com/-6Cqxw3qySgc/Vs7DH5m09SI/AAAAAAAAEfk/QREJ6_RhM9g/s1600/lupa.png);
1026background-repeat: no-repeat;
1027background-position: center;
1028width: 50px;
1029height: 50px;
1030border: none;
1031float: right;
1032box-shadow: inset 2px 0 rgba(0,0,0,0.15);
1033cursor: pointer;
1034}
1035/* CSS adicionais
1036--------------------------- */
1037.sub-menu:hover .submenu {
1038display: block;
1039z-index: 99;
1040}
1041.submenu {
1042position: absolute;
1043background: #222;
1044display: none;
1045border-radius: 0px 0px 6px 6px;
1046}
1047.submenu-li {
1048display: block !important;
1049margin-left: -40px;
1050position: relative;
1051z-index: 99;
1052}
1053/* Evento
1054--------------------------- */
1055
1056
1057
1058.evento {
1059 width: 316px;
1060 height: 90px;
1061 float: right;
1062 border-radius: 5px;
1063 border: 2px #fff solid;
1064 margin-top: 5px;
1065 box-shadow: inset 0 4px rgba(255,255,255,0.2),
1066}
1067.evento .encerrado {
1068font-family: "Raleway Semibold";
1069font-size:18px;
1070font-weight:600;
1071line-height:120%;
1072color:rgb(255,255,255);
1073text-shadow:0px 2px 5px rgba(0,0,0,0.69);
1074text-align: center;
1075line-height: 87px;
1076opacity: 1;
1077transition: 0.4s;
1078}
1079
1080.evento .frente {
1081width: 316px;
1082height: 90px;
1083background-color: rgba(0, 0, 0, 0.55);
1084border-radius: 5px;
1085opacity: 1;
1086transition: 0.4s;
1087position: absolute;
1088}
1089
1090.cat {
1091padding: 5px;
1092float: right;
1093background-color: rgba(0, 0, 0, 0.65);
1094color: #fff;
1095font: 15px Segoe UI;
1096margin: 6px;
1097border-radius: 5px;
1098text-shadow: 0px 1px 1px rgba(0,0,0,0.65);
1099}
1100.fundo {
1101width: 316px;
1102height: 90px;
1103color: rgb(255,255,255);
1104text-shadow: 0px 2px 5px rgba(0,0,0,0.69);
1105opacity: 1;
1106transition: 0.4s;
1107background-color: rgba(0, 0, 0, 0.34);
1108border-radius: 5px;
1109float: left;
1110}
1111.title-evento {
1112
1113font-size:16px;
1114font-weight:600;
1115letter-spacing:-0.3pt;
1116line-height:120%;
1117color:rgb(255,255,255);
1118text-align:left;
1119text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
1120margin: 8px 8px 0px;
1121}
1122 .title-evento:hover { text-decoration: none; color: #71a3ff;
1123}
1124
1125 .title-evento:active { text-decoration: none; color: #71a3ff;
1126}
1127
1128
1129.descri {
1130
1131font-size: 15px;
1132
1133letter-spacing: -0.3pt;
1134line-height: 120%;
1135color: rgb(255,255,255);
1136text-align: left;
1137text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
1138margin: 3px 8px 0px;
1139}
1140
1141.data {
1142
1143font-size: 15px;
1144font-weight: 600;
1145letter-spacing: -0.3pt;
1146line-height: 120%;
1147color: rgb(255,255,255);
1148text-align: left;
1149text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
1150margin: 0px 8px 0px;
1151}
1152/* Slider
1153----------------------------------------------- */
1154.slide h2 {
1155display: none;
1156}
1157.slide .widget-content {
1158width: 230px;
1159}
1160#NivoSlider {
1161position:right;
1162width: 480px !important;
1163height: 220px !important;
1164margin: 0px auto;
1165}
1166#NivoSlider img {
1167position:absolute;
1168top: 0px;
1169left:0;
1170display:none;
1171}
1172.nivoSlider {
1173position:relative;
1174width:100%;
1175height:auto;
1176border-radius: 4px !important;
1177}
1178.nivoSlider img {
1179position:absolute;
1180top:0;
1181left:0;
1182border-radius: 4px !important;
1183}
1184.nivo-main-image {
1185display:block!important;
1186position:relative!important;
1187width:100%!important;
1188border-radius: 4px !important;
1189}
1190.nivo-slice {
1191border-radius: 4px !important;
1192display:block;
1193position:absolute;
1194z-index:5;
1195height:100%;
1196top:0;
1197}
1198.nivo-box {
1199display:block;
1200position:absolute;
1201z-index:5;
1202overflow:hidden;
1203}
1204.nivo-box img {
1205display:block;
1206box-shadow: inset 0 4px 0 rgba(255,255,255,0.1), inset 0 -4px 0 rgba(0,0,0,0.1);
1207}
1208.nivo-caption {
1209position:absolute;
1210font-size: 14px;;
1211width:400px;
1212height: 55px;
1213z-index:8;
1214bottom: 29px;
1215border-radius: 0 0 4px 4px;
1216}
1217.nivo-caption {
1218background-color: rgba(0,0,0,.50);
1219}
1220.nivo-caption p {
1221color: #FFF;
1222font-size: 12px;
1223padding:5px 7px;
1224margin:0;
1225text-shadow: 0 2px 5px rgba(0,0,0,0.2);
1226margin-top: -23.5px;
1227}
1228.nivo-caption .titulo {
1229font-family: "PT Sans";
1230color: #fff;
1231font-size: 18px;
1232font-weight: 500;
1233margin-top: 15px;
1234margin-bottom: 8px;
1235text-shadow: 0px 2px rgba(0, 0, 0, 0.57);
1236}
1237.nivo-html-caption {
1238display: none;
1239}
1240.nivo-caption p a {
1241text-decoration: underline;
1242}
1243.nivo-caption p a:hover {
1244color: #e1ff9c;
1245}
1246.nivo-directionNav a {
1247position: absolute;
1248top: 20%;
1249z-index: 9;
1250cursor: pointer;
1251display: block;
1252width: 30px;
1253height: 60px;
1254cursor: pointer;
1255display: block;
1256text-indent: -9999px;
1257}
1258.nivo-prevNav {
1259left: 0px;
1260background-image: url(https://i.imgur.com/Y2xrn8Y.png);
1261border-radius: 0 3px 3px 0;
1262background-position: center center;
1263background-repeat: no-repeat;
1264}
1265.nivo-nextNav {
1266left: 370px;
1267background-image: url(https://i.imgur.com/T2lD82U.png);
1268border-radius: 3px 0 0 3px;
1269background-position: center center;
1270background-repeat: no-repeat;
1271}
1272.nivo-directionNav a:hover {
1273background-color: rgba(0,0,0,0.8);
1274}
1275.celular {
1276 background-color: #fff;
1277 width: 400px;
1278 height: 190px;
1279 padding: 5px;
1280 border-radius: 6px;
1281 position: relative;
1282 top: 100px;
1283 left: 850px;
1284}
1285.celular .tela {
1286background-color: rgba(0,0,0,0.1);
1287width: 400px;
1288height: 190px;
1289border-radius: 4px;
1290position: relative;
1291}
1292.celular .tela .navbar {
1293background-color: rgba(0,0,0,0.1);
1294width: 400px;
1295height: 30px;
1296line-height: 30px;
1297border-radius: 4px 4px 0 0;
1298color: #FFF;
1299font-size: 12px;
1300text-shadow: 0 1px 1px rgba(0,0,0,0.25);
1301position: absolute;
1302z-index: 9;
1303}
1304.celular .tela .navbar .esquerda {
1305position: absolute;
1306left: 10px;
1307}
1308.celular .tela .navbar .meio {
1309position: absolute;
1310left: 45%;
1311font-size: 14px;
1312}
1313.celular .tela .navbar .direita {
1314position: absolute;
1315right: 10px;
1316}
1317
1318/* Avatares
1319--------------------------- */
1320.avatar-Mixeu {
1321 width: 55px;
1322 height: 70px;
1323 float: right;
1324 margin-top: -22px;
1325 background: url(https://i.imgur.com/uK72aKt.png);
1326}
1327
1328.avatar-Moeb {
1329 width: 55px;
1330 height: 70px;
1331 float: right;
1332 margin-top: -22px;
1333 background: url(https://cdn.discordapp.com/attachments/542427472638115870/633395261582082048/moeb2.fw.png);
1334}
1335
1336.avatar-Momie {
1337 width: 55px;
1338 height: 70px;
1339 float: right;
1340 margin-top: -22px;
1341 background: url(https://i.imgur.com/Ixinzzl.png);
1342}
1343
1344.avatar-Lillie {
1345 width: 55px;
1346 height: 70px;
1347 float: right;
1348 margin-top: -22px;
1349 background: url(https://media.discordapp.net/attachments/612662454367027231/617404762283048961/imager_12.png);
1350}
1351
1352.avatar-Kyen {
1353 width: 55px;
1354 height: 70px;
1355 float: right;
1356 margin-top: -22px;
1357 background: url(https://media.discordapp.net/attachments/612662454367027231/617404762568130575/imager_13.png);
1358}
1359
1360.avatar-Edwards {
1361 width: 55px;
1362 height: 70px;
1363 float: right;
1364 margin-top: -22px;
1365 background: url(https://cdn.discordapp.com/attachments/612662454367027231/617404765613064193/imager_14.png);
1366}
1367
1368.avatar-Baudelaire {
1369 width: 55px;
1370 height: 70px;
1371 float: right;
1372 margin-top: -22px;
1373 background: url(https://cdn.discordapp.com/attachments/612662454367027231/617404767932514307/imager_15.png);
1374}
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388.avatarEvento-idan {
1389 width: 64px;
1390 height: 70px;
1391 float: right;
1392 margin-top: -64px;
1393 background: url(https://i.imgur.com/kNBNUxa.png);
1394}
1395
1396.avatarSemanal-Frank {
1397 width: 52px;
1398 height: 50px;
1399 float: right;
1400 margin-top: -44px;
1401 background: url(https://i.imgur.com/d1sDit6.png);
1402}
1403
1404
1405
1406
1407/* Destaque
1408--------------------------- */
1409
1410.destaque {
1411 background: url(//3.bp.blogspot.com/_dp_m3lGr_es/TUclKTIjzBI/AAAAAAAAAB8/XIT7yMYd5xQ/s1600/habboword.gif), linear-gradient(to bottom,#63a97b,#37ac4a);
1412 width: 310px;
1413 margin: 5px 2px;
1414 border-radius: 5px;
1415 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -65px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
1416}
1417
1418.texto-destaque {
1419 width: 60%;
1420 padding: 10px;
1421 color: #fff;
1422 text-shadow: 1px 1px 2px rgb(0, 0, 0);
1423
1424}
1425
1426.palco-destaque {
1427 width: 70px;
1428 height: 37px;
1429 background: url(http://i.imgur.com/tiNoiXc.png);
1430 margin-top: -35px;
1431 margin-left: 220px;
1432 position: absolute;
1433}
1434
1435.avatar-destaque {
1436 width: 64px;
1437 height: 110px;
1438 margin-top: -81px;
1439 position: absolute;
1440 margin-left: 5px;
1441}
1442.avatar-destaque-temporario {
1443 width: 60px;
1444 height: 110px;
1445 margin-top: -80px;
1446 position: absolute;
1447 margin-left: 5px;
1448}
1449
1450
1451.destaque-pag {
1452 background: linear-gradient(to bottom, #3bd75c, #239d3c);
1453 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
1454 width: 310px;
1455 height: 40px;
1456 line-height: 40px;
1457 border-radius: 5px;
1458 font-size: 14px;
1459 margin: 5px 2px;
1460 text-align: center;
1461 color: #fff;
1462 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
1463}
1464
1465
1466/* Rodapé
1467--------------------------- */
1468
1469footer {
1470 color: #555;
1471 font-size: 14px;
1472 background: linear-gradient(to bottom, #ffffff, #dbdbdb);
1473 height: 80px;
1474 padding: 20px 0 0 20px;
1475 margin: 0 auto;
1476text-shadow: 0 1px 0px rgba(255, 255, 255, 0.72);
1477}
1478
1479footer .direita {
1480 float: right;
1481}
1482
1483footer .oficial {
1484 background: url(https://cdn.discordapp.com/attachments/504016304857022505/530939982924480522/FA-SITE.fw.png);
1485 height: 90px;;
1486 transition: 1.0s all;
1487 width: 190px;
1488 margin-top: -40px;
1489 margin-right: 18px;
1490 opacity: 1;
1491}
1492
1493footer .emblema-site {
1494 background: url();
1495 height: 40px;
1496 transition: 1.0s all;
1497 width: 40px;
1498 margin-top: -25px;
1499 margin-left: -60px;
1500 position: absolute;
1501
1502}
1503
1504footer .emblema-site:hover {
1505 opacity: 0.7;
1506 filter: grayscale(1);
1507 transition: 0.1s all;
1508}
1509
1510
1511
1512
1513footer .oficial:after {
1514 content: 'Oficializado!';
1515 opacity: 0;
1516 background: #000;
1517 transition: 0.3s all;
1518 position: absolute;
1519 padding: 5px;
1520 border-radius: 4px 4px 4px 4px;
1521 margin-top: -15px;
1522 margin-left: -30px;
1523}
1524
1525footer .oficial:hover:after {
1526 opacity: 1;
1527}
1528footer-img {
1529background: url(http://i.imgur.com/3EBRShX.png) repeat-x #333;
1530}
1531nav {
1532 background: #212121;
1533 width: 100%;
1534 height: 48px;
1535 box-shadow: 0px -3px 0px rgba(0,0,0,0.2);
1536 list-style: none;
1537}
1538nav li {
1539 color: #fff;
1540 float: left;
1541 height: 30px;
1542 background: #333;
1543 padding: 2px 10px 2px 10px;
1544 margin-left: 10px;
1545 border-radius: 3px;
1546 text-align: center;
1547 line-height: 30px;
1548 margin-top: 7px;
1549 font-size: 13px;
1550 transition: all 0.25s;
1551 box-shadow: inset 0 -4px rgba(0,0,0,0.1);
1552 text-shadow: 0px 2px rgba(0,0,0,0.1);
1553}
1554nav li:hover {
1555 transition: all 0.25s;
1556 box-shadow: inset 0px -15px rgba(0,0,0,0.08), inset 0px -4px rgba(0,0,0,0.1);
1557 background-color: #FAFAFA;
1558 background-position: center bottom;
1559 color: rgba(0,0,0,0.7);
1560}
1561.align {
1562 width:1020px;
1563 margin: 0 auto;
1564}
1565.align2 {
1566 width:1000px;
1567 margin: 0 auto;
1568}
1569.align-menu {
1570 width:1000px;
1571 margin: 0 auto;
1572}
1573/* Page navi
1574--------------------------- */
1575.pagenavi .pages {display: none;}
1576#blog-pager,
1577.pagenavi {
1578padding-bottom: 10px;
1579clear: both;
1580text-align: center;
1581float: left;
1582}
1583#blog-pager a,
1584.pagenavi span,
1585.pagenavi a {
1586background-image: linear-gradient(to bottom, #7d4120, #5a2d14);
1587box-shadow: inset 0 -2px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.14);
1588color: rgb(255, 255, 255);
1589text-shadow: 0 1px rgba(0, 0, 0, 0.44);
1590padding: 5px 15px;
1591font-size: 14px;
1592margin: 2px 2px;
1593border-radius: 100px;
1594}
1595#blog-pager-older-link,
1596#blog-pager-newer-link { float: none }
1597.pagenavi .current {
1598}
1599.pagenavi a:active {
1600border-color: #a6a6a6;
1601background-color: #dfdfdf;
1602background-image: none;
1603-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
1604-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
1605-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .20);
1606box-shadow: inset 0 1px 1px rgba(0, 0, 0, .20);
1607}
1608
1609/* Anúncios em imagem
1610----------------------------------------------- */
1611.anuncio-dph{
1612 background-image: url(http://i.imgur.com/2pah7hB.png);
1613 width: 290px;
1614 height: 350px;
1615 float: center;
1616 border-radius: 5px;
1617 margin-top: 3px;
1618}
1619.anuncio-wood{
1620 background-image: url(http://i.imgur.com/SzbG6jJ.png);
1621 width: 314px;
1622 height: 300px;
1623 float: center;
1624 border-radius: 0px;
1625 margin-top: 3px;
1626}
1627.aviso-coment{
1628 background-image: url(http://i.imgur.com/Hh2e2t7.png);
1629 width: 585px;
1630 height: 64px;
1631 float: center;
1632 border-radius: 4px;
1633 margin: auto;
1634}
1635.necessita-logar {
1636 background-color: #6dbce9;
1637 background-image: url(https://i.imgur.com/O2wBJN9.png),linear-gradient(to bottom,#6dbce9, #7ea8bf);
1638 background-repeat: no-repeat;
1639 padding: 20px 20px 20px 140px;
1640 line-height: 20px;
1641 border-radius: 8px;
1642 box-shadow: inset 0 0 0 1px #1657A0, inset 0 3px rgba(255,255,255,.5), 0 3px rgba(0,0,0,.2);
1643 color: #FFF;
1644 text-shadow: 1px 1px 1px rgba(0,0,0,.3);
1645 font-size: 13px;
1646 position: relative;
1647 z-index: 1;
1648 margin-bottom: 11px;
1649}
1650.vagas-staff {
1651 background-color: #EC2F42;
1652 background-image: url(http://i.imgur.com/boJgliw.png),linear-gradient(to bottom,#6dbce9, #7ea8bf);
1653 background-repeat: no-repeat;
1654 padding: 20px 20px 20px 130px;
1655 line-height: 20px;
1656 border-radius: 8px;
1657 box-shadow: inset 0 0 0 1px #407FA7, inset 0 3px rgba(255,255,255,.5), 0 3px rgba(0,0,0,.2);
1658 color: #FFF;
1659 text-shadow: 1px 1px 1px rgba(0,0,0,.3);
1660 font-size: 13px;
1661 position: relative;
1662 z-index: 1;
1663 margin-bottom: 11px;
1664}
1665
1666/* Rádio
1667--------------------------- */
1668
1669.radio {
1670 float: right;
1671 border-radius: 5px;
1672 margin-top: 5px;
1673margin-left: 15px;
1674text-shadow:0px 2px 0px rgba(0, 0, 0, 0.26);
1675
1676}
1677
1678.radio-content {
1679
1680 border-radius: 5px;
1681
1682 align-items: center;
1683 display: flex;
1684 z-index: 99999;
1685 justify-content: center;
1686}
1687
1688.radio-button {
1689 box-shadow: inset rgba(0, 0, 0, 0.05) 0px -3px 0px;
1690 color: #fff;
1691 border-radius: 3px;
1692 text-align: center;
1693 min-width: 18px;
1694 max-width: 18px;
1695 transition: 1s all;
1696 font-size: 18px;
1697 line-height: 18px;
1698 min-height: 18px;
1699 max-height: 18px;
1700 cursor: pointer;
1701 padding: 10px;
1702 background: linear-gradient(to bottom, #134104, #134104);
1703 margin: 2px;
1704
1705}
1706
1707.radio-button:hover {
1708 box-shadow: inset rgba(0, 0, 0, 0.05) 0px -3px 0px, inset rgba(0, 0, 0, 0.1) 0px -100px 0px;
1709 transition: 0.6s all;
1710}
1711
1712.radio-button.active {
1713 background: linear-gradient(to bottom, #a80808, #940000);
1714}
1715
1716/* AVISO
1717--------------------------- */
1718#aviso-twitter{
1719background: #CC0000;
1720width: 620px;
1721height: 50px;
1722margin: left;
1723border-radius: 5px;
1724background-image: url(#);
1725background-repeat: no-repeat;
1726background-position: 20px 5px;
1727font-size: 15px;
1728text-shadow:1px 1px 1px rgba(0, 0, 0, 0.26);
1729box-shadow:inset 0px 0px 5px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0);
1730color: #FFF;
1731line-height: 50px;
1732position: relative;
1733z-index: -1;
1734
1735}
1736
1737
1738#comments {
1739background-color: rgb(255,255,255);
1740width: 636px;
1741float: left;
1742color: #777;
1743padding: 15px;
1744border-radius: 2px;
1745margin: 15px 1px;
1746
1747box-shadow: inset 0 -2px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.25), 0 3px rgba(0,0,0,0.1);
1748}
1749.comments{clear:both;margin-top:10px;margin-bottom:0;line-height:18px;font-size:13px}
1750.comments .comments-content{margin-bottom:16px;font-weight:normal;text-align:left;padding: 0 10px; margin-top:-10px;}
1751.comments .comment .comment-actions a,.comments .comment .continue a{
1752background-color: rgb(151,200,36);
1753background-image: linear-gradient(to bottom, rgb(199,231,124), rgb(151,200,36));
1754display:inline-block;
1755margin-left: 10px;
1756margin-bottom: 10px;
1757padding: 0 15px;
1758color: #FFF;
1759text-align:center;
1760text-decoration:none;
1761height:26px;
1762line-height:26px;
1763font-weight:normal;
1764cursor:pointer;
1765font-size: 14px;
1766text-shadow: 0 2px 1px rgba(0,0,0,0.25);
1767border-radius: 25px;
1768box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -3px rgba(0,0,0,0.1), inset 0 -10px rgba(0,0,0,0.04), inset 0 0 0 1px rgba(0,0,0,0.25), 0 3px rgba(0,0,0,0.1);
1769}
1770.comments .comment .comment-actions a:hover,.comments .comment .continue a:hover {
1771text-decoration: none;
1772}
1773.comments .comments-content .comment-thread ol{
1774list-style-type:none;padding:0;text-align:none}
1775.comments .comments-content .inline-thread{padding:0}
1776.comments .comments-content .comment-thread{margin:8px 0}
1777.comments .comments-content .comment-thread:empty{display:none}
1778.comment-replies{margin-top:1em;margin-left:40px;}
1779.comments .comments-content .comment{margin-bottom:0;padding-bottom:0}
1780.comments .comments-content .comment:first-child{padding-top:16px}
1781.comments .comments-content .comment:last-child{border-bottom:0;padding-bottom:0}
1782.comments .comments-content .comment-body{position:relative;
1783}
1784.comments .comments-content .user{font-style:normal;font-weight:normal}
1785.comments .comments-content .user a{font-weight:normal;text-decoration:none;}
1786.comments .comments-content .icon.blog-author {
1787background-color: rgb(23,188,236);
1788background-image: linear-gradient(to bottom, rgb(109,205,252), rgb(23,188,236));
1789width: 20px;
1790height: 20px;
1791border-radius: 50%;
1792box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -3px rgba(0,0,0,0.1), inset 0 -10px rgba(0,0,0,0.04), inset 0 0 0 1px rgba(0,0,0,0.25), 0 3px rgba(0,0,0,0.1);
1793position: relative;
1794}
1795.comments .comments-content .icon.blog-author:before {
1796content: "\f00c";
1797font-family: FontAwesome;
1798font-style: normal;
1799font-weight: normal;
1800text-decoration: inherit;
1801color: #FFF;
1802font-size: 12px;
1803position: absolute;
1804top: 2px;
1805left: 4px;
1806}
1807.comments .comments-content .datetime a{
1808font-size:12px;
1809text-decoration:none;
1810color: #999;
1811margin-left: 10px;
1812}
1813.comment-content{
1814margin: 10px;
1815padding: 0 15px;
1816color: #777;
1817font-size: 16px;
1818}
1819.comments .comment-block{
1820background-color: rgb(250,250,250);
1821margin-left:65px;
1822position:relative;
1823border-radius: 2px;
1824box-shadow: inset 0 -4px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.15), 0 4px rgba(0,0,0,0.06);
1825position: relative;
1826}
1827.comment-header{;
1828font-size:18px;
1829border-radius: 2px 2px 0 0;
1830padding: 10px 15px;
1831box-shadow: 0 1px rgba(0,0,0,0.1);
1832}
1833.comment-header a{
1834color: #777;
1835}
1836.comments .comments-content .owner-actions{position:absolute;right:0;top:0;}
1837.comments .comments-replybox{border:none;height:230px;width:100% background: #000;}
1838.comments .comment-replybox-thread{margin-top:0}
1839.comments .comment-replybox-single{margin-top:5px;margin-left:48px}
1840.comments .comments-content .loadmore a{display:block;padding:10px 16px;text-align:center}
1841.comments .thread-toggle{cursor:pointer;display:inline-block}
1842.comments .comments-content .loadmore{cursor:pointer;max-height:3em;margin-top:0}
1843.comments .comments-content .loadmore.loaded{max-height:0;opacity:0;overflow:hidden}
1844.comments .thread-chrome.thread-collapsed{display:none}
1845.comments .thread-toggle{display:inline-block}
1846.avatar-image-container{
1847background: url(http://i.imgur.com/MpMmZ9t.png);
1848float:left;
1849width: 50px !important;
1850height: 50px !important;
1851min-width: 50px !important;
1852min-height: 50px !important;
1853border-radius: 100%;
1854box-shadow: inset 0 -4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.25), 0 4px rgba(0,0,0,0.1);
1855}
1856.comments .avatar-image-container img{
1857width: 50px !important;
1858height: 50px !important;
1859min-width: 50px !important;
1860min-height: 50px !important;
1861border-radius: 100%;
1862}
1863
1864.titulo_comentario {
1865 background: url(http://images.habbo.com/c_images/reception/AIRpromo_background_right.png) right no-repeat, url(interessado-em-ser-um-dos-investidores.html) left no-repeat #6dbce9 !important;
1866 width: 638px;
1867 color: #FFF;
1868 border-radius: 4px 4px 0px 0px;
1869 position: relative;
1870 font-size: 16px;
1871 margin: -16px;
1872 margin-bottom: 0;
1873 padding: 15px 15px;
1874 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
1875 text-shadow: 0 2px 0 rgba(0, 0, 0, 0.49);
1876}
1877
1878.bg_new_autor{
1879background: linear-gradient(to bottom, #6dbce9, #7ea8bf);
1880box-shadow:inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
1881height: 57px;
1882width: 231px;
1883overflow: hidden;
1884border-radius: 4px;
1885}
1886
1887.nome_autor_new{
1888font-size: 14px;
1889text-shadow:rgba(0, 0, 0, 0.58) 0px 1px 3px;
1890color: #FFF;
1891top: 10px;
1892position: relative;
1893
1894}
1895.nome_autor_new a:hover{color: #FFF;}
1896/*AVATARES DO AUTOR DA POSTAGEM*/
1897
1898
1899.autor-Mixeu {
1900 width: 55px;
1901 height: 70px;
1902 float: left;
1903 position: relative;
1904 top: -20px;
1905 background: url(https://i.imgur.com/jPe9Y77.png);
1906}
1907
1908.autor-Moeb {
1909 width: 55px;
1910 height: 70px;
1911 float: left;
1912 position: relative;
1913 top: -20px;
1914 background: url(https://cdn.discordapp.com/attachments/542427472638115870/633395260747284535/imager_2.png);
1915}
1916.autor-Momie {
1917 width: 55px;
1918 height: 70px;
1919 float: left;
1920 position: relative;
1921 top: -20px;
1922 background: url(https://i.imgur.com/EdVqdtn.png);
1923}
1924
1925.autor-Lillie {
1926 width: 55px;
1927 height: 70px;
1928 float: left;
1929 position: relative;
1930 top: -20px;
1931 background: url(https://cdn.discordapp.com/attachments/612662454367027231/617403617506230278/imager_8.png);
1932 }
1933
1934.autor-Kyen {
1935 width: 55px;
1936 height: 70px;
1937 float: left;
1938 position: relative;
1939 top: -20px;
1940 background: url(https://cdn.discordapp.com/attachments/612662454367027231/617403617757888512/imager_9.png);
1941 }
1942
1943.autor-Edwards {
1944 width: 55px;
1945 height: 70px;
1946 float: left;
1947 position: relative;
1948 top: -20px;
1949 background: url(https://cdn.discordapp.com/attachments/612662454367027231/617403621256200232/imager_10.png);
1950 }
1951.autor-Baudelaire {
1952 width: 55px;
1953 height: 70px;
1954 float: left;
1955 position: relative;
1956 top: -20px;
1957 background: url(https://cdn.discordapp.com/attachments/612662454367027231/617403624783478800/imager_11.png);
1958 }
1959
1960
1961/* AVISO WIRED
1962-----------------------------------------------*/
1963.box-aviso-idan .amarelo-aviso{
1964background: #FFBC24;
1965width: 34px;
1966position: absolute;
1967z-index: 2;
1968height: 100%;
1969left: 0;
1970-webkit-box-shadow: inset 0px 17px 0px -10px rgba(250,245,250,0.76);
1971-moz-box-shadow: inset 0px 17px 0px -10px rgba(250,245,250,0.76);
1972box-shadow: inset 0px 17px 0px -10px rgba(250,245,250,0.76);
1973padding-top: 63px;
1974top: 0;
1975border-right: 1px solid #9E4600;
1976background-image: url(http://i.imgur.com/3X9CGzR.png);
1977background-position: 5px 10px;
1978background-repeat: no-repeat;
1979}
1980.box-aviso-idan{
1981background: #DBDBDB;
1982padding: 5px;
1983padding-left: 15px;
1984position: absolute;
1985border: 1px #000 solid;
1986border-radius: 5px;
1987left: 10px;
1988width: 620px;
1989-webkit-box-shadow: inset 0px 17px 0px -10px rgba(250,245,250,0.76);
1990-moz-box-shadow: inset 0px 17px 0px -10px rgba(250,245,250,0.76);
1991box-shadow: inset 0px 17px 0px -10px rgba(250,245,250,0.76);
1992overflow: hidden;
1993}
1994.text-aviso-idan{
1995width: 600px;
1996font-size: 14px;
1997color: #1F1F1F;
1998position: relative;
1999left: 25px;
2000top: 0px;
2001}
2002
2003
2004
2005
2006/* Slider
2007----------------------------------------------- */
2008*{padding:0;margin:0;}
2009.slide{
2010background: #FFF;
2011width: 456px;
2012height: 226px;
2013border-radius: 2px;
2014float: left;
2015margin-left: 33px;
2016margin-top: 45px;
2017-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 6px;
2018box-shadow: rgba(0, 0, 0, 0.3) 0 1px 6px;
2019position:relative;
2020}
2021.titulo-s{
2022color: #FFF;
2023font-size: 13px;
2024font-weight: bold;
2025text-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
2026margin-top: 10px;
2027}
2028.subtitulo{color: #FFF;font-size: 12px;text-shadow: rgba(0,0,0,0.1) 1px 1px 0px;}
2029
2030#slider-wrap{width: 450px;height: 220px;position:relative;overflow:hidden;border-radius: 2px;margin-left: 3px;margin-top: 3px;list-style: none;}
2031#slider-wrap ul#slider{width:100%;height:100%; position:absolute;top:0;left:0;}
2032#slider-wrap ul#slider li{float:left;position:relative;width:450px;height:220px;display: table;}
2033#slider-wrap ul#slider li > div{position:absolute;background: url(http://imgur.com/3iA0EKj.png);width: 100%;height: 68px;margin-top: 153px;border-radius: 0 0 2px 2px;padding-left: 10px;}
2034#slider-wrap ul#slider li i{text-align:center;line-height:400px;display:block;width:100%; font-size:90px;}
2035.btns{position:absolute;width:50px;height:60px;top:50%;margin-top: -20px;text-align:center;cursor:pointer;z-index:100;-webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;-ms-user-select: none;-webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-o-transition: all 0.1s ease;-ms-transition: all 0.1s ease;transition: all 0.1s ease;color: #fff;text-shadow: rgba(0,0,0,0.1) 1px 1px 0px;}
2036#next{right:-50px;}
2037#previous{left:-50px;}
2038#counter{ top: 30px; right:35px; width:auto;position:absolute;}
2039#slider-wrap.active #next{right:0px;}
2040#slider-wrap.active #previous{left:0px;}
2041#pagination-wrap{ float: right;margin-right: 10px;margin-top: 5px;}
2042#pagination-wrap ul {width:100%;}
2043#pagination-wrap ul li{margin: 0 4px;display: inline-block;width:5px;height:5px;border-radius:50%;background:#fff;opacity:0.5;position:relative; top:0:}
2044#pagination-wrap ul li.active{width:12px;height:12px;top:3px;opacity:1;box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;}
2045#slider-wrap ul, #pagination-wrap ul li{-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);transition: all 0.3s cubic-bezier(1,.01,.32,1);}
2046
2047.hotel_bg {
2048 background: url(https://i.imgur.com/jgugGld.png) no-repeat bottom left;
2049 height: 100%;
2050 position: fixed;
2051 z-index: 9999;
2052 bottom: 0px;
2053 width: 100%;
2054}
2055.bling {
2056 background: url(http://habbotravel.com/images/vv4/bling.gif) no-repeat;
2057 width: 17px;
2058 height: 19px;
2059 position: absolute;
2060 left: 163px;
2061 bottom: 176px;
2062 display: none;
2063}
2064.hotel_bg_right {
2065 background: url(http://i.imgur.com/yMLygDg.png) no-repeat bottom right;
2066 width: 470px;
2067 height: 120px;
2068 position: fixed;
2069 z-index: -2;
2070 bottom: 0px;
2071 right: 0px;
2072}
2073
2074
2075
2076/* Baixo IronBobba
2077----------------------------------------------- */
2078.barra_baixo_iron {
2079 width: 100%;
2080 height: 380px;
2081 background: url() right no-repeat, url(https://i.imgur.com/wY8awlE.png) left repeat-x, linear-gradient(to bottom, #709433, #3d6600) !important;
2082 box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.32), inset 0 4px 10px rgba(0, 0, 0, 0.32);
2083}
2084
2085.box_branco_raros {
2086 width: 122px;
2087 height: 156px;
2088 background-color: #fff;
2089 float: left;
2090 border-radius: 3px;
2091 box-shadow: 0px 36px 0px 0px rgba(0, 0, 0, 0.19);
2092 margin-left: 6px;
2093 margin-top: 80px;
2094 padding: 4px;
2095}
2096
2097.box_linknos {
2098 width: 280px;
2099 height: 170px;
2100 background-color: #fff;
2101 float: right;
2102 border-radius: 3px;
2103 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.03), inset 0 0 0 1px rgb(0, 0, 0);
2104 margin-top: 10px;
2105 padding: 4px;
2106}
2107
2108.area_raros {
2109 height: 136px;
2110 background: url(//2.bp.blogspot.com/-BKi8pPWK62w/VHvPcJcn_TI/AAAAAAAABVM/V9ave86IHRU/s1600/fundo.png);
2111 border-radius: 5px;
2112 box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.11), inset 0 4px 4px rgba(0, 0, 0, 0.12);
2113 padding: 10px;
2114}
2115.raros {
2116 width: 63px;
2117 height: 91px;
2118 margin-top: 35px;
2119}
2120
2121.botao_baixo_iron {
2122 background: linear-gradient(to bottom, #42ec66, #239d3c);
2123 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
2124 border-color: #fff;
2125 border-width: 3px;
2126 border-style: solid;
2127 width: 124px;
2128 height: 30px;
2129 line-height: 28px;
2130 border-radius: 0px 0px 3px 3px;
2131 font-size: 14px;
2132 margin: 10px 0px;
2133 text-align: center;
2134 color: #fff;
2135 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
2136 float: left;
2137}
2138
2139.button_info_baixo {
2140 width: 25px;
2141 height: 182px;
2142 background: linear-gradient(to bottom, #47f86c, #1c8f34);
2143 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -96px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
2144 border-color: #fff;
2145 border-width: 3px;
2146 border-style: solid;
2147 border-shadow: inset 0 3px rgba(255,255,255,0.2);
2148 float: left;
2149 border-radius: 3px;
2150 margin-left: 6px;
2151 margin-top: 80px;
2152 padding: 4px;
2153 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
2154 text-align: center;
2155 font-size: 16px;
2156 line-height: 182px;
2157}
2158
2159
2160.formulario {
2161 background: #84ad22;
2162 border-color: #b8d76f;
2163 border-radius: 5px;
2164 border-width: 2px;
2165 border-style: solid;
2166 height: 27px;
2167 line-height: 27px;
2168 float: left;
2169 font-size: 15px;
2170 color: #FFF;
2171 padding: 3px 20px;
2172 border-radius: 2px;
2173 text-shadow: 0 2px rgba(0, 0, 0, 0.3);
2174 box-shadow: 0 1px 0 1px rgba(0,0,0,.3);
2175}
2176
2177/* ######## Navigation Menu Css by sorabloggingtips.com ######################### */
2178.mapasite {
2179 margin-bottom: 10px;
2180 background-color: #F8F8F8
2181}
2182.mapasite.active .mapa {
2183 display: block
2184}
2185.mapasite .mapa {
2186 display: none
2187}
2188.mapasite h2 {
2189 background-color: #EEE;
2190 color: #000;
2191 font-size: 15px;
2192 padding: 10px 20px;
2193 border-radius: 2px;
2194 margin-bottom: 0;
2195 cursor: pointer;
2196 font-weight: 700
2197}
2198.mapasite h2 .botao {
2199 font-size: 18px;
2200 line-height: 1.2em
2201}
2202.botao .fa-minus-circle {
2203 color: #f30
2204}
2205.mapapost {
2206 overflow: hidden;
2207 margin-bottom: 20px;
2208 height: 70px;
2209 background-color: #FFF
2210}
2211.mapa {
2212 padding: 40px
2213}
2214.map-thumb {
2215 background-color: #F0F0F0;
2216 padding: 10px;
2217 display: block;
2218 width: 65px;
2219 height: 50px;
2220 float: left
2221}
2222.map-img {
2223 width: 65px;
2224 height: 50px;
2225 overflow: hidden;
2226 border-radius: 2px
2227}
2228.map-thumb a {
2229 width: 100%;
2230 height: 100%;
2231 display: block;
2232 transition: all .3s ease-out!important;
2233 -webkit-transition: all .3s ease-out!important;
2234 -moz-transition: all .3s ease-out!important;
2235 -o-transition: all .3s ease-out!important
2236}
2237.map-thumb a:hover {
2238 -webkit-transform: scale(1.1) rotate(-1.5deg)!important;
2239 -moz-transform: scale(1.1) rotate(-1.5deg)!important;
2240 transform: scale(1.1) rotate(-1.5deg)!important;
2241 transition: all .3s ease-out!important;
2242 -webkit-transition: all .3s ease-out!important;
2243 -moz-transition: all .3s ease-out!important;
2244 -o-transition: all .3s ease-out!important
2245}
2246.mapapost .wrp-titulo {
2247 padding-top: 10px;
2248 font-weight: 700;
2249 font-size: 14px;
2250 line-height: 1.3em;
2251 padding-left: 25px;
2252 padding-right: 10px;
2253 display: block;
2254 overflow: hidden;
2255 margin-bottom: 5px
2256}
2257.mapapost .wrp-titulo a {
2258
2259}
2260.mapapost .wrp-titulo a:hover {
2261 color: #f30;
2262 text-decoration: underline
2263}
2264.map-meta {
2265 display: block;
2266 float: left;
2267 overflow: hidden;
2268 padding-left: 25px;
2269}
2270.mapasite h2 .botao {
2271 float: right
2272}
2273
2274
2275
2276]]></b:skin>
2277<link href='http://www.blogger.com/favicon-image.g?blogID=7876480379888302692' rel='shortcut icon' type='image/x-icon'/>
2278<link href='http://www.blogger.com/favicon-image.g?blogID=7876480379888302692' rel='icon' type='image/x-icon'/>
2279<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
2280<script src='http://code.jquery.com/jquery-2.1.4.min.js'/>
2281<script type='text/javascript'>
2282//<![CDATA[
2283
2284function removeHtmlTag(strx,chop){
2285 if(strx.indexOf("<")!=-1)
2286 {
2287 var s = strx.split("<");
2288 for(var i=0;i<s.length;i++){
2289 if(s[i].indexOf(">")!=-1){
2290 s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
2291 }
2292 }
2293 strx = s.join("");
2294 }
2295 chop = (chop < strx.length-1) ? chop : strx.length-2;
2296 while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
2297 strx = strx.substring(0,chop-1);
2298 return strx+'...';
2299}
2300function createSummaryAndThumb(pID){
2301 var div = document.getElementById(pID);
2302 var summ = summary_noimg;
2303 var summary = '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
2304 div.innerHTML = summary;
2305}
2306function createSummaryAndThumb2(pID){
2307 var div = document.getElementById(pID);
2308 var imgtag = "";
2309 var img = div.getElementsByTagName("img");
2310 if(img.length>=1) {
2311 imgtag = '<img style="float: left; border-radius: 2px;" src="'+img[0].src+'" width="320px" height="140px"/>';
2312 }
2313 var summary = imgtag;
2314 div.innerHTML = summary;
2315}
2316
2317//]]>
2318</script>
2319
2320<!-- Javascript Resumo Automático de Postagens-->
2321
2322
2323<script type='text/javascript'>
2324summary_noimg = 150;
2325summary_img = 100;
2326img_thumb_height = 180;
2327img_thumb_width = 180;
2328</script>
2329
2330<script type='text/javascript'>
2331//<![CDATA[
2332function removeHtmlTag(strx,chop){
2333if(strx.indexOf("<")!=-1)
2334{
2335var s = strx.split("<");
2336for(var i=0;i<s.length;i++){
2337if(s[i].indexOf(">")!=-1){
2338s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
2339}
2340}
2341strx = s.join("");
2342}
2343chop = (chop < strx.length-1) ? chop : strx.length-2;
2344while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
2345strx = strx.substring(0,chop-1);
2346return strx+'...';
2347}
2348function createSummaryAndThumb(pID){
2349var div = document.getElementById(pID);
2350var imgtag = "";
2351var img = div.getElementsByTagName("img");
2352var summ = summary_noimg;
2353if(img.length>=1) {
2354
2355summ = summary_img;
2356}
2357var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
2358div.innerHTML = summary;
2359}
2360//]]>
2361</script>
2362<!-- Fim Javascript Resumo Automático de Postagens-->
2363
2364<b:if cond='data:blog.pageType == "item"'>
2365<style>
2366.box-dentro {
2367 display: block;
2368}
2369.conteudo-noticia {
2370 width: 680px;
2371 float: left;
2372}
2373.noticia-dentro {
2374 display: block;
2375}
2376
2377.noticia {
2378 display: none;
2379}
2380</style>
2381</b:if>
2382<b:if cond='data:blog.pageType == "static_page"'>
2383<style>
2384.box-dentro {
2385 display: block !important;
2386}
2387.conteudo-noticia {
2388 width: 680px;
2389 float: left;
2390}
2391.noticia-dentro {
2392 display: block !important;
2393}
2394
2395.noticia {
2396 display: none;
2397}
2398</style>
2399</b:if>
2400<b:if cond='data:blog.pageType != "item"'>
2401<style>
2402.corpo .tumb {
2403 display: block;
2404}
2405</style>
2406</b:if>
2407
2408</head>
2409
2410<div class='linha'/>
2411<div class='content'/>
2412<div id='menu'>
2413<div class='conteudo'>
2414<div style='margin-left: 0px;'>
2415
2416<li class=''><a href='/'><i aria-hidden='true' class='fa fa-home'/> Home</a></li>
2417</div>
2418
2419
2420<li class=''><i aria-hidden='true' class='fa fa-align-justify'/> Live<span style='color: #cc0000;'>C</span><span style='color: #f1c232;'>o</span><span style='color: #6aa84f;'>l</span><span style='color: #3d85c6;'>o</span><span style='color: #674ea7;'>r</span><ul>
2421<li><a href='/p/equipe-livecolor.html'><i aria-hidden='true' class='fa fa-users'/> Equipe</a></li>
2422<li><a href='/p/informacoes.html'><i aria-hidden='true' class='fa fa-info-circle'/> Informações</a></li>
2423<li><a href='/p/recordes.html'><i aria-hidden='true' class='fa fa-certificate'/> Recordes</a></li>
2424<li><a href='/p/usuario-destaque.html'><i aria-hidden='true' class='fa fa-star'/> Destaque</a></li>
2425<li><a href='/p/hall-da-fama.html'><i aria-hidden='true' class='fa fa-id-badge'/> Hall da Fama</a></li>
2426
2427
2428</ul>
2429</li>
2430
2431
2432
2433
2434<li class=''><i aria-hidden='true' class='fa fa-building'/> Habblive Hotel<ul>
2435
2436 <li><a href='https://habblive.in/' target='_blank'><i aria-hidden='true' class='fa fa-gamepad'/> Jogar</a></li>
2437<li><a href='/p/equipe-staff.html'><i aria-hidden='true' class='fa fa-archive'/> Staff</a></li>
2438<li><a href='/p/colaboradores.html'><i aria-hidden='true' class='fa fa-id-badge'/> Colaboradores</a></li>
2439<li><a href='/p/gamers-em-acao.html'><i aria-hidden='true' class='fa fa-newspaper-o'/> GeA</a></li>
2440<li><a href='/p/comandos.html'><i aria-hidden='true' class='fa fa-lock'/> Comandos</a></li>
2441<li><a href='/p/habblive-imager.html'><i aria-hidden='true' class='fa fa-child'/> Live Imager</a></li>
2442<li><a href='/p/avatar-image.html'><i aria-hidden='true' class='fa fa-puzzle-piece'/> Gerador de Logos</a></li>
2443
2444
2445
2446
2447</ul>
2448</li>
2449
2450<li class=''>
2451
2452</li>
2453
2454
2455<div class='radio' id='radio'>
2456 <div class='radio-content'>
2457 <div class='radio-button active' id='play'><i class='fa fa-play'/></div>
2458 <div class='radio-button' id='pause'><i class='fa fa-pause'/></div>
2459 <div class='radio-button' id='volumedown'><i class='fa fa-volume-down'/></div>
2460 <div class='radio-button' id='volumeup'><i class='fa fa-volume-up'/></div>
2461 </div>
2462</div>
2463
2464
2465<style>
2466.onlinemenus {
2467 background-color: rgba(0, 0, 0, 0.36);
2468 background-image: url(https://i.imgur.com/f8oEbet.png);
2469 background-repeat: no-repeat;
2470 background-position: 5px;
2471 min-width: 50px;
2472 float: right;
2473 height: 30px;
2474 line-height: 30px;
2475 padding: 0 10px;
2476 padding-left: 40px;
2477 margin-top: 11px;
2478 border-radius: 2px;
2479 font-size: 14px;
2480 color: #FFF;
2481 text-shadow: 0 2px 2px rgba(0,0,0,0.2);
2482 box-shadow: inset 0 0px rgba(255,255,255,0.15), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.2), 0 4px rgba(0,0,0,0.1);
2483 margin-left: 15px;
2484}
2485
2486.onlinemenus a:visited{color: #FFF;}
2487 .onlinemenus a:hover{color: #FFF;}
2488 .onlinemenus a{color: #FFF;}
2489
2490
2491</style>
2492<div class='onlinemenus'><div style='float:right; margin-top:0px;'>
2493<div class='online-usuario'><script>var _uox = _uox || {};(function() {var s=document.createElement("script");
2494s.src="http://static.usuarios-online.com/uo2.min.js";document.getElementsByTagName("head")[0].appendChild(s);})();</script>
2495<a data-id='1f6167d2674af38563aabf9a1e669d44' data-type='free' href='http://www.usuarios-online.com/es/' id='uox_link' target='_blank'/>
2496 usuários online</div>
2497</div></div>
2498</div>
2499</div>
2500
2501
2502<div class='header'>
2503 <div class='container'>
2504<div class='celular'>
2505<div class='tela'>
2506<div id='SlideContainer'>
2507<div class='nivoSlider' id='NivoSlider' style='position: relative; width: 252px; height: 398px; background: url() no-repeat;'>
2508<img src='https://cdn.discordapp.com/attachments/613526037883650048/617489733391745026/Screenshot_4.png' style='display: none;' title='#slide1'/>
2509
2510<div class='nivo-html-caption' id='slide1'>
2511<p class='titulo'> Anuncie aqui!</p>
2512<p>Anuncia aqui falando com um dos fundadores! :)</p>
2513
2514</div></div></div>
2515</div></div>
2516<div class='align2'>
2517 <br/><div id='radial_logo'/><a href='#'><div class='logo'/></a>
2518 </div>
2519
2520
2521<!-- AAAA -->
2522
2523<b:section class='box-coluna-3' id='semanal' name='evento' showaddelement='no'>
2524 <b:widget id='HTML18' locked='false' title='Slider' type='HTML' version='1'>
2525 <b:widget-settings>
2526 <b:widget-setting name='content'><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
2527<!-- habberapha -->
2528<ins class="adsbygoogle"
2529 style="display:inline-block;width:728px;height:90px"
2530 data-ad-client="ca-pub-6045915140717335"
2531 data-ad-slot="3900960065"></ins>
2532<script>
2533(adsbygoogle = window.adsbygoogle || []).push({});
2534</script></b:widget-setting>
2535 </b:widget-settings>
2536 <b:includable id='main'>
2537 <!-- only display title if it's non-empty -->
2538 <b:if cond='data:title != ""'>
2539 </b:if>
2540 <div class='widget-content' style=' background: rgba(255,255,255,0.0);box-shadow: inset 0 -0px rgba(0,0,0,0.1), 0 0px rgba(0,0,0,0.1); width: 550px;'>
2541 <data:content/>
2542 </div>
2543
2544 <b:include name='quickedit'/>
2545</b:includable>
2546 </b:widget>
2547</b:section>
2548
2549</div>
2550
2551
2552</div>
2553 <div class='barracolorida-cima'/>
2554
2555
2556 <div style='margin-top:10px;'/>
2557
2558 <body>
2559
2560
2561 <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
2562 <b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar' version='1'>
2563 <b:includable id='main'><script type="text/javascript">
2564 function setAttributeOnload(object, attribute, val) {
2565 if(window.addEventListener) {
2566 window.addEventListener('load',
2567 function(){ object[attribute] = val; }, false);
2568 } else {
2569 window.attachEvent('onload', function(){ object[attribute] = val; });
2570 }
2571 }
2572 </script>
2573<div id="navbar-iframe-container"></div>
2574<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
2575<script type="text/javascript">
2576 gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
2577 if (gapi.iframes && gapi.iframes.getContext) {
2578 gapi.iframes.getContext().openChild({
2579 url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d1678753227824992076\x26blogName\x3dLiveColor\x26publishMode\x3dPUBLISH_MODE_HOSTED\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://www.livecolor.ga/search\x26blogLocale\x3dpt_BR\x26v\x3d2\x26homepageUrl\x3dhttp://www.livecolor.ga/\x26vt\x3d5898388162589476893',
2580 where: document.getElementById("navbar-iframe-container"),
2581 id: "navbar-iframe"
2582 });
2583 }
2584 });
2585 </script><script type="text/javascript">
2586(function() {
2587var script = document.createElement('script');
2588script.type = 'text/javascript';
2589script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js';
2590var head = document.getElementsByTagName('head')[0];
2591if (head) {
2592head.appendChild(script);
2593}})();
2594</script>
2595</b:includable>
2596 </b:widget>
2597 </b:section>
2598
2599 <div id='corpo'>
2600
2601
2602 <div id='content-wrapper'>
2603
2604 <div id='crosscol-wrapper' style='text-align:center'>
2605 <b:section class='crosscol' id='crosscol'/>
2606 </div>
2607
2608
2609
2610
2611 <div id='posts'>
2612
2613<b:if cond='data:blog.url == data:blog.homepageUrl'>
2614
2615
2616<style>
2617.bg_coisas_gratis {
2618 background: url(https://1.bp.blogspot.com/-rrBjn-VgW3E/V2js4-pl8JI/AAAAAAAArmA/BKHgBbhMTfYWCJns0_4q3hHwGh2999kBQCKgB/s1600/spromo_hw15_01.png)right no-repeat, url() left no-repeat, url(), linear-gradient(to bottom,#1e4300, #1e4300);
2619 box-shadow: inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
2620 width: 670px;
2621 height: 139px;
2622 position: relative;
2623 border-radius: 10px;
2624}
2625.box_preto_gratis{
2626 background: rgb(255, 255, 255, 0);
2627
2628 width: 654px;
2629 height: 50px;
2630 position: relative;
2631 top: 10px;
2632 left: 8px;
2633 border-radius: 4px;
2634}
2635.text_coisas_gratis{
2636 color: #FFF;
2637 font-family: Raleway;
2638text-shadow: 0 1px 0px rgba(0, 0, 0, 0.47);
2639 position: relative;
2640 top: 5px;
2641 left: 10px;
2642}
2643
2644.emblema_gratis{
2645 background: #FFF;
2646box-shadow:inset 0 3px rgba(255,255,255,0), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgb(66, 33, 14);
2647 width: 59px;
2648 height: 58px;
2649 float: left;
2650 border-radius: 5px;
2651
2652 position: relative;
2653 top: 20px;
2654 left: 5px;
2655 margin-left: 8px;
2656}
2657</style>
2658
2659<div style='margin-top:6px;margin-bottom:-20px;'>
2660
2661<div class='bg_coisas_gratis'>
2662<div class='box_preto_gratis'>
2663 <div class='text_coisas_gratis' style='font-size: 15px; font-weight: bold;'><i class='fa fa-cube'/> Últimos Emblemas - LiveColor</div>
2664 <div class='text_coisas_gratis' style='font-size: 14px;'>Veja abaixo os últimos emblemas hospedados pela LiveColor.</div>
2665</div>
2666<a href='#'><div class='emblema_gratis'><div style='background: url(https://cdn.discordapp.com/attachments/504678131181944842/615927768080842783/harry-2.gif) no-repeat 50% 50%; padding-top: 60px;'/></div></a>
2667
2668<a href='#'><div class='emblema_gratis'><div style='background: url(https://cdn.discordapp.com/attachments/504678131181944842/615927571514785896/UK213-2.gif) no-repeat 50% 50%; padding-top: 60px;'/></div></a>
2669
2670<a href='#'><div class='emblema_gratis'><div style='background: url(https://cdn.discordapp.com/attachments/536613589310636042/536613946254163978/751029316.gif) no-repeat 50% 50%; padding-top: 60px;'/></div></a>
2671
2672<a href='#'><div class='emblema_gratis'><div style='background: url(https://cdn.discordapp.com/attachments/536613589310636042/536613947365916674/400057888.gif) no-repeat 50% 50%; padding-top: 60px;'/></div></a>
2673
2674<a href='#'><div class='emblema_gratis'><div style='background: url(https://cdn.discordapp.com/attachments/536613589310636042/536613949114941487/777497988.gif) no-repeat 50% 50%; padding-top: 60px;'/></div></a>
2675
2676<a href='#'><div class='emblema_gratis'><div style='background: url(https://cdn.discordapp.com/attachments/536613589310636042/536613951249580043/1724594930.gif) no-repeat 50% 50%; padding-top: 60px;'/></div></a>
2677
2678</div>
2679</div>
2680
2681</b:if>
2682
2683<b:if cond='data:blog.pageType != "static_page"'>
2684<b:if cond='data:blog.pageType != "item"'>
2685
2686<div class='box_news_novo'>
2687<div class='img_new_new img_new_hotel'/>
2688 <div class='tittle_box'>Área de notícias</div>
2689 <div class='subtitle_box'>O que você procura, você encontra aqui! <b>#LiveColor</b></div>
2690
2691</div>
2692
2693
2694
2695</b:if>
2696
2697</b:if>
2698
2699
2700 <b:section class='main1' id='main1' showaddelement='no'>
2701 <b:widget id='Blog2' locked='true' title='Postagens no blog' type='Blog' version='1'>
2702 <b:widget-settings>
2703 <b:widget-setting name='showDateHeader'>false</b:widget-setting>
2704 <b:widget-setting name='style.textcolor'>#000000</b:widget-setting>
2705 <b:widget-setting name='showShareButtons'>false</b:widget-setting>
2706 <b:widget-setting name='showCommentLink'>true</b:widget-setting>
2707 <b:widget-setting name='style.urlcolor'>#008000</b:widget-setting>
2708 <b:widget-setting name='showAuthor'>true</b:widget-setting>
2709 <b:widget-setting name='disableGooglePlusShare'>true</b:widget-setting>
2710 <b:widget-setting name='style.linkcolor'>#0000ff</b:widget-setting>
2711 <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
2712 <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
2713 <b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
2714 <b:widget-setting name='style.layout'>1x1</b:widget-setting>
2715 <b:widget-setting name='showLabels'>false</b:widget-setting>
2716 <b:widget-setting name='showLocation'>false</b:widget-setting>
2717 <b:widget-setting name='showTimestamp'>false</b:widget-setting>
2718 <b:widget-setting name='postsPerAd'>1</b:widget-setting>
2719 <b:widget-setting name='showBacklinks'>false</b:widget-setting>
2720 <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
2721 <b:widget-setting name='showInlineAds'>false</b:widget-setting>
2722 <b:widget-setting name='showReactions'>false</b:widget-setting>
2723 </b:widget-settings>
2724 <b:includable id='main' var='top'>
2725 <b:if cond='data:mobile == "false"'>
2726
2727 <!-- posts -->
2728 <div class='blog-posts hfeed'>
2729
2730
2731
2732 <b:include data='top' name='status-message'/>
2733
2734
2735<b:if cond='data:navMessage'>
2736<div class='status-msg-wrap'>
2737
2738</div>
2739 <div style='clear: both;'/>
2740 </b:if>
2741
2742 <data:defaultAdStart/>
2743 <b:loop values='data:posts' var='post'>
2744 <b:if cond='data:post.isDateStart'>
2745 <b:if cond='data:post.isFirstPost == "false"'>
2746 </div></div>
2747 </b:if>
2748 </b:if>
2749 <b:if cond='data:post.isDateStart'>
2750 <div class="date-outer">
2751 </b:if>
2752 <b:if cond='data:post.dateHeader'>
2753 <h2 class='date-header'><span><data:post.dateHeader/> <i aria-hidden='true' class='fa fa-calendar-check-o'/></span></h2>
2754 </b:if>
2755 <b:if cond='data:post.isDateStart'>
2756 <div class="date-posts">
2757 </b:if>
2758 <div class='post-outer'>
2759 <b:include data='post' name='post'/>
2760 <b:if cond='data:blog.pageType == "static_page"'>
2761 <b:include data='post' name='comments'/>
2762 </b:if>
2763 <b:if cond='data:blog.pageType == "item"'>
2764 <b:include data='post' name='comments'/>
2765 </b:if>
2766 </div>
2767 <b:if cond='data:post.includeAd'>
2768 <b:if cond='data:post.isFirstPost'>
2769 <data:defaultAdEnd/>
2770 <b:else/>
2771 <data:adEnd/>
2772 </b:if>
2773 <div class='inline-ad'>
2774 <data:adCode/>
2775 </div>
2776 <data:adStart/>
2777 </b:if>
2778 <b:if cond='data:post.trackLatency'>
2779 <data:post.latencyJs/>
2780 </b:if>
2781 </b:loop>
2782 <b:if cond='data:numPosts != 0'>
2783 </div></div>
2784 </b:if>
2785 <data:adEnd/>
2786 </div>
2787
2788 <!-- navigation -->
2789 <b:include name='nextprev'/>
2790
2791 <!-- feed links -->
2792 <b:include name='feedLinks'/>
2793
2794 <b:if cond='data:top.showStars'>
2795
2796 <script src='//www.google.com/jsapi' type='text/javascript'/>
2797 <script type='text/javascript'>
2798 google.load("annotations", "1", {"locale": "<data:top.languageCode/>"});
2799 function initialize() {
2800 google.annotations.setApplicationId(<data:top.blogspotReviews/>);
2801 google.annotations.createAll();
2802 google.annotations.fetch();
2803 }
2804 google.setOnLoadCallback(initialize);
2805 </script>
2806 </b:if>
2807
2808 <b:else/>
2809 <b:include name='mobile-main'/>
2810 </b:if>
2811
2812 <b:if cond='data:top.showDummy'>
2813 <data:top.dummyBootstrap/>
2814 </b:if>
2815
2816
2817</b:includable>
2818 <b:includable id='backlinkDeleteIcon' var='backlink'>
2819 <span expr:class='"item-control " + data:backlink.adminClass'>
2820 <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
2821 <img src='http://4.bp.blogspot.com/-G0j-timQ5Oc/UBhhOhb_iDI/AAAAAAAAB5A/vuRohAjcA0U/s400/icon_delete13.gif'/>
2822 </a>
2823 </span>
2824</b:includable>
2825 <b:includable id='backlinks' var='post'>
2826 <a name='links'/><h4><data:post.backlinksLabel/></h4>
2827 <b:if cond='data:post.numBacklinks != 0'>
2828 <br/><br/><br/>
2829 <dl class='comments-block' id='comments-block'>
2830 <b:loop values='data:post.backlinks' var='backlink'>
2831 <div class='collapsed-backlink backlink-control'>
2832 <dt class='comment-title'>
2833 <span class='backlink-toggle-zippy'> </span>
2834 <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
2835 <b:include data='backlink' name='backlinkDeleteIcon'/>
2836 </dt>
2837 <dd class='comment-body collapseable'>
2838 <data:backlink.snippet/>
2839 </dd>
2840 <dd class='comment-footer collapseable'>
2841 <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
2842 <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
2843 </dd>
2844 </div>
2845 </b:loop>
2846 </dl>
2847 </b:if>
2848 <p class='comment-footer'>
2849 <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + "_backlinks-create-link"' target='_blank'><data:post.createLinkLabel/></a>
2850 </p>
2851</b:includable>
2852 <b:includable id='comment-form' var='post'>
2853 <br/>
2854<div class='necessita-logar' style='width: 476px; float: left;'>
2855 Lembre-se de colocar seu nick do Habblive no final do comentário, <br/>
2856com isso aumenta a chance de entrar para o usuário destaque como um usuário ativo no fã site e ganhar pontos para prêmios em Raros!
2857 </div>
2858
2859
2860 <div class='comment-form'>
2861 <a name='comment-form'/>
2862 <b:if cond='data:mobile'>
2863 <h4 id='comment-post-message'>
2864 <a expr:id='data:widget.instanceId + "_comment-editor-toggle-link"' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
2865
2866 <p><data:blogCommentMessage/></p>
2867 <data:blogTeamBlogMessage/>
2868 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
2869 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
2870 <b:else/>
2871 <h4 id='comment-post-message'><data:postCommentMsg/></h4>
2872 <p><data:blogCommentMessage/></p>
2873 <data:blogTeamBlogMessage/>
2874 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
2875 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
2876 </b:if>
2877 <data:post.cmtfpIframe/>
2878 <script type='text/javascript'>
2879 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
2880 </script>
2881 </div>
2882</b:includable>
2883 <b:includable id='commentDeleteIcon' var='comment'>
2884 <span expr:class='"item-control " + data:comment.adminClass'>
2885 <b:if cond='data:showCmtPopup'>
2886 <div class='goog-toggle-button'>
2887 <div class='goog-inline-block comment-action-icon'/>
2888 </div>
2889 <b:else/>
2890 <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
2891 <img src='http://4.bp.blogspot.com/-G0j-timQ5Oc/UBhhOhb_iDI/AAAAAAAAB5A/vuRohAjcA0U/s400/icon_delete13.gif'/>
2892 </a>
2893 </b:if>
2894 </span>
2895</b:includable>
2896 <b:includable id='comment_count_picker' var='post'>
2897 <b:if cond='data:post.commentSource == 1'>
2898 <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.url.canonical.http'>
2899 </span>
2900 <b:else/>
2901 <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
2902 <data:post.commentLabelFull/>:
2903 </a>
2904 </b:if>
2905</b:includable>
2906 <b:includable id='comment_picker' var='post'>
2907 <b:if cond='data:post.commentSource == 1'>
2908 <b:include data='post' name='iframe_comments'/>
2909 <b:elseif cond='data:post.showThreadedComments'/>
2910 <b:include data='post' name='threaded_comments'/>
2911 <b:else/>
2912 <b:include data='post' name='comments'/>
2913 </b:if>
2914</b:includable>
2915 <b:includable id='comments' var='post'>
2916 <div class='comments' id='comments'>
2917 <a name='comments'/>
2918 <b:if cond='data:post.allowComments'>
2919<div class='titulo_comentario'><data:post.numComments/> Comentários</div>
2920
2921
2922 <b:if cond='data:post.commentPagingRequired'>
2923 <span class='paging-control-container'>
2924 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
2925  
2926 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
2927  
2928 <data:post.commentRangeText/>
2929  
2930 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
2931  
2932 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
2933 </span>
2934 </b:if>
2935
2936 <div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
2937 <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
2938 <b:loop values='data:post.comments' var='comment'>
2939 <dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'>
2940 <b:if cond='data:comment.favicon'>
2941 <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
2942 </b:if>
2943 <a expr:name='data:comment.anchorName'/>
2944 <b:if cond='data:blog.enabledCommentProfileImages'>
2945 <data:comment.authorAvatarImage/>
2946 </b:if>
2947 <b:if cond='data:comment.authorUrl'>
2948 <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/>:</a>
2949 <b:else/>
2950 <data:comment.author/>
2951 </b:if>
2952 </dt>
2953 <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
2954 <b:if cond='data:comment.isDeleted'>
2955 <span class='deleted-comment'><data:comment.body/></span>
2956 <b:else/>
2957 <p>
2958 <data:comment.body/>
2959 </p>
2960 </b:if>
2961 </dd>
2962 <dd class='comment-footer'>
2963 <span class='comment-timestamp'>
2964 <a expr:href='data:comment.url' title='comment permalink'>
2965 <data:comment.timestamp/>
2966 </a>
2967 <b:include data='comment' name='commentDeleteIcon'/>
2968 </span>
2969 </dd>
2970 </b:loop>
2971 </dl>
2972 </div>
2973
2974 <b:if cond='data:post.commentPagingRequired'>
2975 <span class='paging-control-container'>
2976 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
2977 <data:post.oldestLinkText/>
2978 </a>
2979 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
2980 <data:post.olderLinkText/>
2981 </a>
2982  
2983 <data:post.commentRangeText/>
2984  
2985 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
2986 <data:post.newerLinkText/>
2987 </a>
2988 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
2989 <data:post.newestLinkText/>
2990 </a>
2991 </span>
2992 </b:if>
2993
2994 <p class='comment-footer'>
2995 <b:if cond='data:post.embedCommentForm'>
2996 <b:if cond='data:post.allowNewComments'>
2997 <b:include data='post' name='comment-form'/>
2998 <b:else/>
2999 <data:post.noNewCommentsText/>
3000 </b:if>
3001 <b:else/>
3002 <b:if cond='data:post.allowComments'>
3003 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
3004 </b:if>
3005 </b:if>
3006
3007 </p>
3008 </b:if>
3009 <b:if cond='data:showCmtPopup'>
3010 <div id='comment-popup'>
3011 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
3012 </iframe>
3013 </div>
3014 </b:if>
3015
3016 <div id='backlinks-container'>
3017 <div expr:id='data:widget.instanceId + "_backlinks-container"'>
3018 <b:if cond='data:post.showBacklinks'>
3019 <b:include data='post' name='backlinks'/>
3020 </b:if>
3021 </div>
3022 </div>
3023 </div>
3024</b:includable>
3025 <b:includable id='feedLinks'>
3026 <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
3027 <b:if cond='data:feedLinks'>
3028 <div class='blog-feeds'>
3029 <b:include data='feedLinks' name='feedLinksBody'/>
3030 </div>
3031 </b:if>
3032
3033 <b:else/> <!--Post feed links -->
3034 <div class='post-feeds'>
3035 <b:loop values='data:posts' var='post'>
3036 <b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
3037 </b:loop>
3038 </div>
3039 </b:if>
3040</b:includable>
3041 <b:includable id='feedLinksBody' var='links'>
3042 <div class='feed-links'>
3043 <data:feedLinksMsg/>
3044 <b:loop values='data:links' var='f'>
3045 <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
3046 </b:loop>
3047 </div>
3048</b:includable>
3049 <b:includable id='iframe_comments' var='post'>
3050
3051 <b:if cond='data:post.allowIframeComments'>
3052 <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
3053 <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>
3054
3055 <b:if cond='data:post.embedCommentForm == "false"'>
3056 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
3057 </b:if>
3058 </b:if>
3059</b:includable>
3060 <b:includable id='mobile-index-post' var='post'>
3061
3062<div class='mobile-date-outer date-outer'>
3063 <b:if cond='data:post.dateHeader'>
3064 <div class='date-header'>
3065 <span><data:post.dateHeader/></span>
3066
3067 </div>
3068
3069 </b:if>
3070
3071 <div class='mobile-post-outer'>
3072 <a expr:href='data:post.url'>
3073 <h3 class='mobile-index-title entry-title'>
3074 <data:post.title/>
3075
3076<b:if cond='data:post.author == "Daniel Macedo"'>
3077</b:if>
3078
3079 </h3>
3080
3081 <div class='mobile-index-arrow'>&rsaquo;</div>
3082
3083 <div class='mobile-index-contents'>
3084 <b:if cond='data:post.thumbnailUrl'>
3085 <div class='mobile-index-thumbnail'>
3086 <div class='Image'>
3087 <img expr:src='data:post.thumbnailUrl'/>
3088 </div>
3089 </div>
3090 </b:if>
3091
3092 <div class='post-body'>
3093 <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
3094 </div>
3095 </div>
3096
3097 <div style='clear: both;'/>
3098 </a>
3099
3100 <div class='mobile-index-comment'>
3101 <b:if cond='data:blog.pageType != "static_page"'>
3102 <b:if cond='data:post.allowComments'>
3103 <b:if cond='data:post.numComments != 0'>
3104 <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
3105 </b:if>
3106 </b:if>
3107 </b:if>
3108 </div>
3109 </div>
3110 </div>
3111</b:includable>
3112 <b:includable id='mobile-main' var='top'>
3113 <!-- posts -->
3114 <div class='blog-posts hfeed'>
3115
3116 <b:include data='top' name='status-message'/>
3117
3118 <b:if cond='data:blog.pageType == "index"'>
3119 <b:loop values='data:posts' var='post'>
3120 <b:include data='post' name='mobile-index-post'/>
3121 </b:loop>
3122 <b:else/>
3123 <b:loop values='data:posts' var='post'>
3124 <b:include data='post' name='mobile-post'/>
3125 </b:loop>
3126 </b:if>
3127 </div>
3128
3129 <b:include name='mobile-nextprev'/>
3130</b:includable>
3131 <b:includable id='mobile-nextprev'>
3132 <div class='blog-pager' id='blog-pager'>
3133 <b:if cond='data:newerPageUrl'>
3134 <div class='mobile-link-button' id='blog-pager-newer-link'>
3135 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>&lsaquo;</a>
3136 </div>
3137 </b:if>
3138
3139 <b:if cond='data:olderPageUrl'>
3140 <div class='mobile-link-button' id='blog-pager-older-link'>
3141 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'>&rsaquo;</a>
3142 </div>
3143 </b:if>
3144
3145 <div class='mobile-link-button' id='blog-pager-home-link'>
3146 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
3147 </div>
3148
3149 <div class='mobile-desktop-link'>
3150 <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
3151 </div>
3152
3153 </div>
3154 <div class='clear'/>
3155</b:includable>
3156 <b:includable id='mobile-post' var='post'>
3157 <div class='date-outer'>
3158 <b:if cond='data:post.dateHeader'>
3159 <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
3160 </b:if>
3161 <div class='date-posts'>
3162 <div class='post-outer'>
3163
3164 <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
3165 <b:if cond='data:post.thumbnailUrl'>
3166 <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
3167 </b:if>
3168 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
3169 <meta expr:content='data:post.id' itemprop='postId'/>
3170
3171 <a expr:name='data:post.id'/>
3172 <b:if cond='data:post.title'>
3173 <h3 class='post-title entry-title' itemprop='name'>
3174 <b:if cond='data:post.link'>
3175 <a expr:href='data:post.link'><data:post.title/></a>
3176 <b:elseif cond='data:post.url and data:blog.url != data:post.url'/>
3177 <a expr:href='data:post.url'><data:post.title/></a>
3178 <b:else/>
3179 <data:post.title/>
3180 </b:if>
3181 </h3>
3182 </b:if>
3183
3184 <div class='post-header'>
3185 <div class='post-header-line-1'/>
3186 </div>
3187
3188 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
3189 <data:post.body/>
3190 <div style='clear: both;'/> <!-- clear for photos floats -->
3191 </div>
3192
3193 <div class='post-footer'>
3194 <div class='post-footer-line post-footer-line-1'>
3195 <span class='post-author vcard'>
3196 <b:if cond='data:top.showAuthor'>
3197 <b:if cond='data:post.authorProfileUrl'>
3198 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3199 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
3200 <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
3201 <span itemprop='name'><data:post.author/></span>
3202 </a>
3203 </span>
3204 <b:else/>
3205 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3206 <span itemprop='name'><data:post.author/></span>
3207 </span>
3208 </b:if>
3209 </b:if>
3210 </span>
3211
3212 <span class='post-timestamp'>
3213 <b:if cond='data:top.showTimestamp'>
3214 <data:top.timestampLabel/>
3215 <b:if cond='data:post.url'>
3216 <meta expr:content='data:post.url.canonical' itemprop='url'/>
3217 <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
3218 </b:if>
3219 </b:if>
3220 </span>
3221
3222 <span class='post-comment-link'>
3223 <b:include cond='data:blog.pageType not in {"item","static_page"} and data:post.allowComments' data='post' name='comment_count_picker'/>
3224 </span>
3225 </div>
3226
3227 <div class='post-footer-line post-footer-line-2'>
3228 <b:if cond='data:top.showMobileShare'>
3229 <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
3230 <a href='javascript:void(0);'><data:shareMsg/></a>
3231 </div>
3232 </b:if>
3233 <b:if cond='data:top.showDummy'>
3234 <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
3235 </b:if>
3236 </div>
3237
3238 </div>
3239 </div>
3240
3241 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
3242 </div>
3243 </div>
3244 </div>
3245</b:includable>
3246 <b:includable id='nextprev'>
3247<b:if cond='data:blog.pageType != "item" '>
3248<b:if cond='data:blog.pageType != "static_page"'>
3249<div class='setas'>
3250
3251
3252<div class='anterior-fix'><i class='fa fa-long-arrow-left '/></div>
3253<div class='proxima-fix'><i class='fa fa-long-arrow-right'/></div>
3254 <b:if cond='data:newerPageUrl'>
3255 <span id='blog-pager-newer-link'><div class='anterior-fix' style='z-index: 1;'>
3256 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><i class='fa fa-long-arrow-left'/></a></div>
3257 </span>
3258 </b:if>
3259
3260 <b:if cond='data:olderPageUrl'>
3261 <span id='blog-pager-older-link'><div class='proxima'>
3262 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><i class='fa fa-long-arrow-right'/></a></div>
3263 </span>
3264 </b:if>
3265
3266
3267 <b:if cond='data:mobileLinkUrl'>
3268 <div class='blog-mobile-link'>
3269 <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
3270 </div>
3271 </b:if>
3272
3273 </div>
3274 <div class='clear'/>
3275 </b:if> </b:if>
3276
3277</b:includable>
3278 <b:includable id='post' var='post'>
3279
3280<b:if cond='data:blog.pageType != "item"'>
3281<b:if cond='data:blog.pageType != "static_page"'>
3282
3283<div class='noticia'>
3284 <div class='branco-new'/>
3285 <b:if cond='data:post.firstImageUrl'>
3286 <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
3287 </b:if>
3288
3289 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
3290 <meta expr:content='data:post.id' itemprop='postId'/>
3291
3292
3293 <a expr:href='data:post.link ? data:post.link : data:post.url'><div class='imgup'/></a>
3294
3295<a expr:href='data:post.link ? data:post.link : data:post.url'><div class='leia-mais'>LEIA MAIS</div></a>
3296 <div class='categoria-fora'><i class='fa fa-list'/> <b:if cond='data:post.labels'>
3297 <b:loop values='data:post.labels' var='label'>
3298 <b:if cond='data:label.isLast'>
3299 <a class='post-label' rel='tag'><data:label.name/></a>
3300 </b:if>
3301 </b:loop>
3302 </b:if></div>
3303
3304 <div class='box_avatar_autor'>
3305<b:if cond='data:post.author == "Kyen"'>
3306
3307 <span class='author pull-right' title='Kyen'/> <div class='avatar-Kyen'/>
3308
3309</b:if>
3310
3311<b:if cond='data:post.author == "Momie"'>
3312
3313 <span class='author pull-right' title='Momie'/> <div class='avatar-Momie'/>
3314
3315</b:if>
3316
3317<b:if cond='data:post.author == "Lillie"'>
3318
3319 <span class='author pull-right' title='LillieParis'/> <div class='avatar-Lillie'/>
3320
3321</b:if>
3322
3323<b:if cond='data:post.author == "Edwards"'>
3324
3325 <span class='author pull-right' title='Edwards'/> <div class='avatar-Edwards'/>
3326
3327</b:if>
3328
3329<b:if cond='data:post.author == "Mixeu"'>
3330
3331 <span class='author pull-right' title='Mixeu'/> <div class='avatar-Mixeu'/>
3332
3333</b:if>
3334
3335
3336<b:if cond='data:post.author == "Moeb"'>
3337
3338 <span class='author pull-right' title='Moeb'/> <div class='avatar-Moeb'/>
3339
3340</b:if>
3341
3342<b:if cond='data:post.author == "Brunnie"'>
3343
3344 <span class='author pull-right' title='Brunnie'/> <div class='avatar-Brunnie'/>
3345
3346</b:if>
3347
3348
3349
3350
3351</div>
3352 <div class='box_comentario_new'><data:post.numComments/> <i class='fa fa-comment'/></div>
3353
3354
3355<a expr:href='data:post.link ? data:post.link : data:post.url'><div class='lupa'/></a>
3356
3357<div class='noticia-branco'>
3358
3359<a expr:name='data:post.id'/>
3360 <b:if cond='data:post.title'>
3361 <div class='titulo-news'>
3362 <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
3363 <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
3364 <b:else/>
3365 <data:post.title/>
3366 </b:if>
3367 </div>
3368 </b:if>
3369
3370
3371<div class='detalhe'><b:if cond='data:blog.pageType == "static_page"'>
3372<data:post.body/>
3373<b:else/>
3374<p><b:if cond='data:blog.pageType != "item"'>
3375<div expr:id='"summary" + data:post.id'><data:post.body/></div>
3376<script type='text/javascript'>createSummaryAndThumb
3377("summary<data:post.id/>");</script>
3378
3379
3380
3381</b:if>
3382
3383
3384<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
3385</b:if> </div>
3386</div>
3387
3388 <!-- Then use the post body as the schema.org description, for good G+/FB snippeting. -->
3389 <div class='corpo' expr:id='"post-body-" + data:post.id' expr:itemprop='(data:blog.metaDescription ? "" : "description ") + "articleBody"'>
3390 <data:post.body/>
3391 <div style='clear: both;'/> <!-- clear for photos floats -->
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402 </div>
3403
3404
3405
3406 <b:if cond='data:post.hasJumpLink'>
3407 <div class='jump-link'>
3408 <a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
3409 </div>
3410 </b:if>
3411
3412 <div class='post-footer'>
3413 <div class='post-footer-line post-footer-line-1'>
3414
3415
3416
3417
3418 <span class='reaction-buttons'>
3419 <b:if cond='data:top.showReactions'>
3420 <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
3421 <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
3422 <span class='reactions-label'>
3423 <data:top.reactionsLabel/></span> </td>
3424 <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
3425 </tr></table>
3426 </b:if>
3427 </span>
3428
3429
3430
3431 <!-- backlinks -->
3432 <span class='post-backlinks post-comment-link'>
3433 <b:if cond='data:blog.pageType not in {"item","static_page"} and data:post.showBacklinks'>
3434 <a class='comment-link' expr:href='data:post.url + "#links"'><data:top.backlinkLabel/></a>
3435 </b:if>
3436 </span>
3437
3438
3439
3440 <!-- share buttons -->
3441 <div class='post-share-buttons goog-inline-block'>
3442 <b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
3443 </div>
3444
3445 </div>
3446
3447 <div class='post-footer-line post-footer-line-2'>
3448 </div>
3449
3450 <div class='post-footer-line post-footer-line-3'>
3451 <span class='post-location'>
3452 <b:if cond='data:top.showLocation and data:post.location'>
3453 <data:postLocationLabel/>
3454 <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
3455 </b:if>
3456 </span>
3457 </div>
3458 <b:if cond='data:post.authorAboutMe'>
3459 <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3460 <b:if cond='data:post.authorPhoto.url'>
3461 <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
3462 </b:if>
3463 <div>
3464 <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
3465 <span itemprop='name'><data:post.author/></span>
3466 </a>
3467 </div>
3468 <span itemprop='description'><data:post.authorAboutMe/></span>
3469 </div>
3470 </b:if>
3471
3472 </div>
3473
3474 </div>
3475
3476</b:if>
3477
3478</b:if>
3479 <div class='noticia-dentro'>
3480 <b:if cond='data:post.firstImageUrl'>
3481 <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
3482 </b:if>
3483 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
3484 <meta expr:content='data:post.id' itemprop='postId'/>
3485
3486 <a expr:name='data:post.id'/>
3487 <b:if cond='data:post.title'>
3488 <div class='titulo'>
3489 <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
3490 <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
3491 <b:else/>
3492 <data:post.title/>
3493 </b:if>
3494 </div>
3495 </b:if>
3496
3497<div class='info'>
3498
3499
3500 <!-- email post links -->
3501 <b:if cond='data:post.emailPostUrl'>
3502 <span class='item-action'>
3503 <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
3504 <i class='fa fa-pencil-square-o'/> Editar
3505 </a>
3506 </span>
3507 </b:if>
3508
3509 <!-- quickedit pencil -->
3510 <b:include data='post' name='postQuickEdit'/>
3511
3512
3513
3514</div>
3515
3516 <!-- Then use the post body as the schema.org description, for good G+/FB snippeting. -->
3517 <div class='corpo' expr:id='"post-body-" + data:post.id' expr:itemprop='(data:blog.metaDescription ? "" : "description ") + "articleBody"'>
3518 <data:post.body/>
3519 <div style='clear: both;'/> <!-- clear for photos floats -->
3520<b:if cond='data:blog.pageType != "static_page"'>
3521
3522<br/>
3523
3524<div class='bg_new_autor'>
3525<div class='nome_autor_new'><i class='fa fa-user'/>
3526<b:if cond='data:post.author == "Kyen"'>
3527
3528 <span class='author' title='Kyen'>Kyen</span> <div class='autor-Kyen'/>
3529
3530</b:if>
3531
3532<b:if cond='data:post.author == "Momie"'>
3533
3534 <span class='author' title='Momie'>Momie</span> <div class='autor-Momie'/>
3535
3536</b:if>
3537
3538<b:if cond='data:post.author == "Lillie"'>
3539
3540 <span class='author' title='LillieParis'/>LillieParis<div class='autor-Lillie'/>
3541
3542</b:if>
3543
3544
3545<b:if cond='data:post.author == "Brunnie"'>
3546
3547 <span class='author' title='Brunnie'/>Brunnie<div class='autor-Brunnie'/>
3548
3549</b:if>
3550
3551
3552<b:if cond='data:post.author == "Edwards"'>
3553
3554 <span class='author' title='Edwards'/>Edwards<div class='autor-Edwards'/>
3555
3556</b:if>
3557
3558<b:if cond='data:post.author == "Mixeu"'>
3559
3560 <span class='author' title='Mixeu'>Mixeu</span> <div class='autor-Mixeu'/>
3561
3562</b:if>
3563
3564
3565<b:if cond='data:post.author == "Moeb"'>
3566
3567 <span class='author' title='Moeb'>Moeb</span> <div class='autor-Moeb'/>
3568
3569</b:if>
3570</div>
3571<div class='nome_autor_new'><i class='fa fa-list'/> <b:if cond='data:post.labels'>
3572 <b:loop values='data:post.labels' var='label'>
3573 <b:if cond='data:label.isLast'>
3574 <a class='post-label' rel='tag'><data:label.name/></a>
3575 </b:if>
3576 </b:loop>
3577 </b:if></div>
3578
3579</div>
3580 </b:if>
3581
3582
3583</div>
3584
3585 <b:if cond='data:post.hasJumpLink'>
3586 <div class='jump-link'>
3587 <a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
3588 </div>
3589 </b:if>
3590
3591 <div class='post-footer'>
3592 <div class='post-footer-line post-footer-line-1'>
3593
3594
3595
3596
3597 <span class='reaction-buttons'>
3598 <b:if cond='data:top.showReactions'>
3599 <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
3600 <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
3601 <span class='reactions-label'>
3602 <data:top.reactionsLabel/></span> </td>
3603 <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
3604 </tr></table>
3605 </b:if>
3606 </span>
3607
3608
3609
3610 <!-- backlinks -->
3611 <span class='post-backlinks post-comment-link'>
3612 <b:if cond='data:blog.pageType not in {"item","static_page"} and data:post.showBacklinks'>
3613 <a class='comment-link' expr:href='data:post.url + "#links"'><data:top.backlinkLabel/></a>
3614 </b:if>
3615 </span>
3616
3617
3618
3619 <!-- share buttons -->
3620 <div class='post-share-buttons goog-inline-block'>
3621 <b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
3622 </div>
3623
3624 </div>
3625
3626 <div class='post-footer-line post-footer-line-2'>
3627
3628 </div>
3629
3630 <div class='post-footer-line post-footer-line-3'>
3631
3632 <span class='post-location'>
3633 <b:if cond='data:top.showLocation and data:post.location'>
3634 <data:postLocationLabel/>
3635 <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
3636 </b:if>
3637 </span>
3638
3639 </div>
3640 <b:if cond='data:post.authorAboutMe'>
3641 <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3642 <b:if cond='data:post.authorPhoto.url'>
3643 <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
3644 </b:if>
3645 <div>
3646 <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
3647 <span itemprop='name'><data:post.author/></span>
3648 </a>
3649 </div>
3650 <span itemprop='description'><data:post.authorAboutMe/></span>
3651 </div>
3652 </b:if>
3653 </div>
3654 </div>
3655
3656
3657
3658</b:includable>
3659 <b:includable id='postQuickEdit' var='post'>
3660
3661</b:includable>
3662 <b:includable id='shareButtons' var='post'>
3663 <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + "&target=email"' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + "&target=blog"' expr:onclick='"window.open(this.href, \"_blank\", \"height=270,width=475\"); return false;"' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + "&target=twitter"' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + "&target=facebook"' expr:onclick='"window.open(this.href, \"_blank\", \"height=430,width=640\"); return false;"' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showPinterestButton'><a class='goog-inline-block share-button sb-pinterest' expr:href='data:post.sharePostUrl + "&target=pinterest"' expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-container'><data:post.googlePlusShareTag/></div></b:if>
3664</b:includable>
3665 <b:includable id='status-message'>
3666
3667</b:includable>
3668 <b:includable id='threaded-comment-form' var='post'>
3669 <div class='comment-form'>
3670 <a name='comment-form'/>
3671 <b:if cond='data:mobile'>
3672 <p><data:blogCommentMessage/></p>
3673 <data:blogTeamBlogMessage/>
3674 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
3675 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
3676 <b:else/>
3677 <p><data:blogCommentMessage/></p>
3678 <data:blogTeamBlogMessage/>
3679 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
3680 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
3681 </b:if>
3682 <data:post.cmtfpIframe/>
3683 <script type='text/javascript'>
3684 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
3685 </script>
3686 </div>
3687</b:includable>
3688 <b:includable id='threaded_comment_js' var='post'>
3689 <script defer='defer' expr:src='data:post.commentSrc' type='text/javascript'/>
3690
3691<script type='text/javascript'>
3692(function() {
3693var items = <data:post.commentJso/>;
3694var msgs = <data:post.commentMsgs/>;
3695var config = <data:post.commentConfig/>;
3696
3697// <![CDATA[
3698var cursor = null;
3699if (items && items.length > 0) {
3700cursor = parseInt(items[items.length - 1].timestamp) + 1;
3701}
3702
3703var bodyFromEntry = function(entry) {
3704if (entry.gd$extendedProperty) {
3705for (var k in entry.gd$extendedProperty) {
3706if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
3707return '<span class="deleted-comment">' + entry.content.$t + '</span>';
3708}
3709}
3710}
3711return entry.content.$t;
3712}
3713
3714var parse = function(data) {
3715cursor = null;
3716var comments = [];
3717if (data && data.feed && data.feed.entry) {
3718for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
3719var comment = {};
3720// comment ID, parsed out of the original id format
3721var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
3722comment.id = id ? id[2] : null;
3723comment.body = bodyFromEntry(entry);
3724comment.timestamp = Date.parse(entry.published.$t) + '';
3725if (entry.author && entry.author.constructor === Array) {
3726var auth = entry.author[0];
3727if (auth) {
3728comment.author = {
3729name: (auth.name ? auth.name.$t : undefined),
3730profileUrl: (auth.uri ? auth.uri.$t : undefined),
3731avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
3732};
3733}
3734}
3735if (entry.link) {
3736if (entry.link[2]) {
3737comment.link = comment.permalink = entry.link[2].href;
3738}
3739if (entry.link[3]) {
3740var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
3741if (pid && pid[1]) {
3742comment.parentId = pid[1];
3743}
3744}
3745}
3746comment.deleteclass = 'item-control blog-admin';
3747if (entry.gd$extendedProperty) {
3748for (var k in entry.gd$extendedProperty) {
3749if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
3750comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
3751}
3752}
3753}
3754comments.push(comment);
3755}
3756}
3757return comments;
3758};
3759
3760var paginator = function(callback) {
3761if (hasMore()) {
3762var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
3763if (cursor) {
3764url += '&published-min=' + new Date(cursor).toISOString();
3765}
3766window.bloggercomments = function(data) {
3767var parsed = parse(data);
3768cursor = parsed.length < 50 ? null
3769: parseInt(parsed[parsed.length - 1].timestamp) + 1
3770callback(parsed);
3771window.bloggercomments = null;
3772}
3773url += '&callback=bloggercomments';
3774var script = document.createElement('script');
3775script.type = 'text/javascript';
3776script.src = url;
3777document.getElementsByTagName('head')[0].appendChild(script);
3778}
3779};
3780var hasMore = function() {
3781return !!cursor;
3782};
3783var getMeta = function(key, comment) {
3784if ('iswriter' == key) {
3785var matches = !!comment.author
3786&& comment.author.name == config.authorName
3787&& comment.author.profileUrl == config.authorUrl;
3788return matches ? 'true' : '';
3789} else if ('deletelink' == key) {
3790return config.baseUri + '/delete-comment.g?blogID='
3791+ config.blogId + '&postID=' + comment.id;
3792} else if ('deleteclass' == key) {
3793return comment.deleteclass;
3794}
3795return '';
3796};
3797
3798var reply1 = null;
3799var replyUrlParts = null;
3800var replyParent = undefined;
3801
3802var onReply = function(commentId, domId) {
3803if (replybox == null) {
3804// lazily cache replybox, and adjust to suit this style:
3805replybox = document.getElementById('comment-editor');
3806if (replybox != null) {
3807replybox.height = '250px';
3808replybox.style.display = 'block';
3809replyUrlParts = replybox.src.split('#');
3810}
3811}
3812if (replybox && (commentId !== replyParent)) {
3813document.getElementById(domId).insertBefore(replybox, null);
3814replybox.src = replyUrlParts[0]
3815+ (commentId ? '&parentID=' + commentId : '')
3816+ '#' + replyUrlParts[1];
3817replyParent = commentId;
3818}
3819};
3820
3821var hash = (window.location.hash || '#').substring(1);
3822var startThread, targetComment;
3823if (/^comment-form_/.test(hash)) {
3824startThread = hash.substring('comment-form_'.length);
3825} else if (/^c[0-9]+$/.test(hash)) {
3826targetComment = hash.substring(1);
3827}
3828
3829// Configure commenting API:
3830var configJso = {
3831'maxDepth': config.maxThreadDepth
3832};
3833var provider = {
3834'id': config.postId,
3835'data': items,
3836'loadNext': paginator,
3837'hasMore': hasMore,
3838'getMeta': getMeta,
3839'onReply': onReply,
3840'rendered': true,
3841'initComment': targetComment,
3842'initReplyThread': startThread,
3843'config': configJso,
3844'messages': msgs
3845};
3846
3847var render = function() {
3848if (window.goog && window.goog.comments) {
3849var holder = document.getElementById('comment-holder');
3850window.goog.comments.render(holder, provider);
3851}
3852};
3853
3854// render now, or queue to render when library loads:
3855if (window.goog && window.goog.comments) {
3856render();
3857} else {
3858window.goog = window.goog || {};
3859window.goog.comments = window.goog.comments || {};
3860window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
3861window.goog.comments.loadQueue.push(render);
3862}
3863})();
3864// ]]>
3865</script>
3866</b:includable>
3867 <b:includable id='threaded_comments' var='post'>
3868 <div class='comments' id='comments'>
3869 <a name='comments'/>
3870 <h4><data:post.commentLabelFull/>:</h4>
3871
3872 <div class='comments-content'>
3873 <b:include cond='data:post.embedCommentForm' data='post' name='threaded_comment_js'/>
3874 <div id='comment-holder'>
3875 <data:post.commentHtml/>
3876 </div>
3877 </div>
3878
3879 <p class='comment-footer'>
3880 <b:if cond='data:post.allowNewComments'>
3881 <b:include data='post' name='threaded-comment-form'/>
3882 <b:else/>
3883 <data:post.noNewCommentsText/>
3884 </b:if>
3885 </p>
3886
3887 <b:if cond='data:showCmtPopup'>
3888 <div id='comment-popup'>
3889 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
3890 </iframe>
3891 </div>
3892 </b:if>
3893
3894 <div id='backlinks-container'>
3895 <div expr:id='data:widget.instanceId + "_backlinks-container"'>
3896 <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
3897 </div>
3898 </div>
3899 </div>
3900</b:includable>
3901 </b:widget>
3902 </b:section>
3903
3904<b:if cond='data:blog.url == data:blog.homepageUrl'>
3905<style>
3906.aviso-z {
3907 background-color: rgb(102, 181, 224);
3908 background-image: url(https://i.imgur.com/dYjPFuZ.png);
3909 background-repeat: no-repeat;
3910 background-position: -75px -16px;
3911 width: 468px;
3912 height: 82px;
3913 padding-top: 10px;
3914
3915 padding-left: 200px;
3916 float: left;
3917 color: rgb(255, 255, 255);
3918 text-shadow: 0 1px rgba(33, 54, 113, 0.5);
3919 border: 1px solid rgb(2, 2, 2);
3920 margin: 0;
3921 margin-top: 5px;
3922 border-radius: 5px;
3923 box-shadow: 0 2px rgba(0,0,0,0.15);
3924}
3925</style>
3926</b:if>
3927 </div>
3928
3929<b:if cond='data:blog.url == data:blog.homepageUrl'>
3930
3931<div class='evento' style='background-image:url(https://img.lght.pics/CQJg.png);'>
3932<div class='frente'><div class='encerrado'><i class='fa fa-ban'/> EM PLANEJAMENTO</div></div>
3933<div class='cat'>LiveColor</div>
3934 <a href=''><div class='title-evento'>Título</div></a>
3935<div class='descri'>Descrição</div>
3936 <div class='data'><i aria-hidden='true' class='fa fa-calendar'/> Tema</div><div class='avatarSemanal-officialrooms'/>
3937</div>
3938
3939
3940<div class='evento' style='background-image:url(https://img.lght.pics/CQJg.png);'>
3941<div class='frente'><div class='encerrado'><i class='fa fa-ban'/> EM PLANEJAMENTO</div></div>
3942<div class='cat'>LiveColor</div>
3943 <a href=''><div class='title-evento'>Título</div></a>
3944<div class='descri'>Descrição</div>
3945 <div class='data'><i aria-hidden='true' class='fa fa-calendar'/> Tema</div><div class='avatarSemanal-officialrooms'/>
3946</div>
3947
3948
3949
3950</b:if>
3951
3952
3953 <div id='box'>
3954
3955
3956 <b:section class='sidebar' id='sidebar' preferred='yes'>
3957 <b:widget id='HTML3' locked='false' title='Top 3' type='HTML' version='1'>
3958 <b:widget-settings>
3959 <b:widget-setting name='content'><style>
3960.bg_top3{
3961 background: url(http://i.imgur.com/etMXy51.png);
3962 width: 312px;
3963 height: 167px;
3964 position: relative;
3965 overflow: hidden;
3966border-radius: 4px;
3967}
3968
3969.avatar_top3{
3970margin:0px 5px;
3971height:62px;
3972width:54px;
3973position:absolute;
3974-webkit-filter: drop-shadow(0 2px 0 #C6C6C6) drop-shadow(2px 0 0 #C6C6C6) drop-shadow(0 -2px 0 #C6C6C6) drop-shadow(-2px 0 0 #C6C6C6);
3975filter:drop-shadow(0 2px 0 #C6C6C6) drop-shadow(2px 0 0 #C6C6C6) drop-shadow(0 -2px 0 #C6C6C6) drop-shadow(-2px 0 0 #C6C6C6);
3976}
3977
3978.font-top3{
3979
3980color: #212121;
3981font-size: 16px;
3982
3983}
3984
3985.pontos-top3{
3986
3987color: #606060;
3988font-size: 12px;
3989float: left;
3990
3991}
3992</style>
3993
3994<center>
3995<div class="bg_top3" style="margin-top:3px; margin-bottom:2px;">
3996<div class="avatar_top3" style="background: url(https://i.imgur.com/Y33wPT7.png); top: -8px;"></div>
3997<div class="font-top3" style="position: absolute; top: 5px; left: 75px;"><b>Seabiscuit</b></div>
3998<div class="pontos-top3" style="position: absolute; top: 28px; left: 75px;"><b>15</b> PONTOS EM PROMOÇÕES</div>
3999
4000<div class="avatar_top3" style="background: url(https://i.imgur.com/4NcnHoO.png); top: 47px;"></div>
4001<div class="font-top3" style="position: absolute; top: 62px; left: 75px;"><b>Gardz</b></div>
4002<div class="pontos-top3" style="position: absolute; top: 85px; left: 75px;"><b>9</b> PONTOS EM PROMOÇÕES</div>
4003
4004<div class="avatar_top3" style="background: url(https://i.imgur.com/C6RIz7s.png); top: 105px;"></div>
4005<div class="font-top3" style="position: absolute; top: 120px; left: 75px;"><b>harastt</b></div>
4006<div class="pontos-top3" style="position: absolute; top: 143px; left: 75px;"><b>6</b> PONTOS EM PROMOÇÕES</div>
4007
4008</div>
4009</center></b:widget-setting>
4010 </b:widget-settings>
4011 <b:includable id='main'>
4012<b:if cond='data:blog.url == " "'>
4013 <!-- only display title if it's non-empty -->
4014 <b:if cond='data:title != ""'>
4015 <h2 class='title' style='background: url(https://i.imgur.com/09aI5ku.png) right no-repeat, linear-gradient(to bottom,#8fd240, #59b818) !important'><i class='fa fa-trophy'/> <data:title/></h2>
4016 </b:if>
4017 <div class='widget-content'>
4018 <data:content/>
4019 </div>
4020 </b:if>
4021 <b:include name='quickedit'/>
4022
4023</b:includable>
4024 </b:widget>
4025 <b:widget id='HTML4' locked='false' title='Usuário destaque' type='HTML' version='1'>
4026 <b:widget-settings>
4027 <b:widget-setting name='content'><div class="destaque"><div class="texto-destaque">Esta é a <strong>LillieParis</strong>, obrigado pelo trabalho de sempre ajudar a LiveColor.<br />Parabéns LillieParis, muito merecido o destaque!</div><div class="palco-destaque"><div class="avatar-destaque-temporario" style="
4028 background: url(https://i.imgur.com/F3Aqk6S.png);
4029"></div></div></div>
4030
4031<a href="/p/usuario-destaque.html">
4032<div class="destaque-pag">Veja a página criada exclusivamente à ela!</div>
4033</a></b:widget-setting>
4034 </b:widget-settings>
4035 <b:includable id='main'>
4036<b:if cond='data:blog.url == data:blog.homepageUrl'>
4037 <!-- only display title if it's non-empty -->
4038 <b:if cond='data:title != ""'>
4039 <h2 class='title'><i class='fa fa-star'/> <data:title/> <div class='novidade-botao' style='float: right;font-family:Raleway Semibold;'/></h2>
4040 </b:if>
4041 <div class='widget-content'>
4042 <data:content/>
4043 </div>
4044</b:if>
4045 <b:include name='quickedit'/>
4046</b:includable>
4047 </b:widget>
4048 <b:widget id='HTML1' locked='false' title='Quartos parceiros' type='HTML' version='1'>
4049 <b:widget-settings>
4050 <b:widget-setting name='content'><div class='quarto' style="margin-top:5px;">
4051<img src="http://i.imgur.com/q2zFNRS.gif.png" />
4052</div>
4053<div class='tito'>Nome do quarto</div>
4054<div class='desp'>
4055<b>Proprietário:</b> -</div>
4056
4057<div style="margin-top:28px;"/>
4058<div class='quarto'>
4059<img src="http://i.imgur.com/q2zFNRS.gif" />
4060</div>
4061<div class='tito'>Nome do quarto</div>
4062<div class='desp'><b>Proprietário:</b> -</div>
4063
4064
4065
4066
4067<style>
4068.desp {
4069position:relative;
4070left:5px;
4071font-size:11px;
4072font-family:'Raleway';
4073}
4074.tito {
4075position:relative;
4076left:5px;
4077margin-top:3px;
4078font-size:13px;
4079font-family:'Raleway';
4080font-weight:bold;
4081}
4082.quarto {
4083width:80px;
4084height:50px;
4085background:url('http://i.imgur.com/IFfl7ra.png') right no-repeat #fcbc5c !important;
4086float:left;
4087margin-left:3px;
4088margin-bottom:4px;
4089bottom:5px;
4090border-radius:3px;
4091box-shadow:inset 0 3px rgba(255,255,255,0.2), inset 0 -4px rgba(0,0,0,0.1), inset 0 -25px rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.25);
4092}
4093.quarto img {
4094left:50%;
4095position:relative;
4096top:10px;
4097margin-left:-16px;
4098}
4099</style></div></b:widget-setting>
4100 </b:widget-settings>
4101 <b:includable id='main'>
4102<b:if cond='data:blog.url == data:blog.homepageUrl'>
4103 <!-- only display title if it's non-empty -->
4104 <b:if cond='data:title != ""'>
4105 <h2 class='title'><data:title/></h2>
4106 </b:if>
4107 <div class='widget-content'>
4108 <data:content/>
4109 </div>
4110</b:if>
4111 <b:include name='quickedit'/>
4112</b:includable>
4113 </b:widget>
4114 <b:widget id='HTML5' locked='false' title='Parceiros' type='HTML' version='1'>
4115 <b:widget-settings>
4116 <b:widget-setting name='content'><marquee style="margin:5px;" scrolldelay="100" onmouseover="stop()" onmouseout="start()">
4117
4118 <a href="http://idandesigns.blogspot.com.br/" target="/blank"><img src="https://i.imgur.com/6auGs4b.png" /></a>
4119
4120 <a href="http://livecolor.ml/" target="/blank"><img src="https://cdn.discordapp.com/attachments/612426985729294359/617453990304677899/1567311718551.png" /></a>
4121
4122
4123
4124 </marquee></b:widget-setting>
4125 </b:widget-settings>
4126 <b:includable id='main'>
4127 <!-- only display title if it's non-empty -->
4128 <b:if cond='data:title != ""'>
4129 <h2 class='title'><i class='fa fa-thumbs-up'/> <data:title/> <a href='/p/parceria_21.html'><div class='button-parceiros' style='float: right'/></a></h2>
4130 </b:if>
4131 <div class='widget-content'>
4132 <data:content/>
4133 </div>
4134
4135 <b:include name='quickedit'/>
4136</b:includable>
4137 </b:widget>
4138 </b:section>
4139 </div>
4140
4141 <div class='clear'> </div>
4142
4143
4144
4145 </div>
4146 </div>
4147
4148<b:if cond='data:blog.url == data:blog.homepageUrl'>
4149 <div class='barra_baixo_iron'>
4150<div class='align2'>
4151
4152<div style='margin-top: 22px;position:absolute;width: 635px;height:auto;margin-left: 0;float:left;'><div class='titulobox'><i style='font-family: "Ubuntu";font-size: 25px; color: #FFF; text-shadow: 0 2px 0px rgba(32, 91, 123, 0.32); font-weight: 800; text-transform: none;'>Raros no Habblive</i><br/>
4153
4154 <div style='margin-top: -5px;'/><i style='line-height:5px; font-size: 14px; color: #FFF; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); font-weight: 400; text-transform:none;'>Veja abaixo os raros adicionados recentemente ao Habblive!</i></div></div>
4155
4156<div class='box_branco_raros'>
4157<div class='area_raros'>
4158 <div class='raros'><img src='https://i.imgur.com/Rn3hqCQ.png' style='margin-left: 20px;'/></div>
4159<div style='margin-top: 11px;margin-left:-14px;'>
4160<div class='botao_baixo_iron'><a href='#'><span style='color: white;'>Saiba mais</span></a></div></div>
4161</div>
4162</div>
4163
4164
4165<div class='box_branco_raros'>
4166<div class='area_raros'>
4167 <div class='raros'><img src='https://i.imgur.com/Rn3hqCQ.png' style='margin-left: 20px;'/></div>
4168<div style='margin-top: 11px;margin-left:-14px;'>
4169<div class='botao_baixo_iron'><a href='#'><span style='color: white;'>Saiba mais</span></a></div></div>
4170</div>
4171</div>
4172
4173<div class='box_branco_raros'>
4174<div class='area_raros'>
4175 <div class='raros'><img src='https://i.imgur.com/Rn3hqCQ.png' style='margin-left: 20px;'/></div>
4176<div style='margin-top: 11px;margin-left:-14px;'>
4177<div class='botao_baixo_iron'><a href='#'><span style='color: white;'>Saiba mais</span></a></div></div>
4178</div>
4179</div>
4180
4181<div class='box_branco_raros'>
4182<div class='area_raros'>
4183 <div class='raros'><img src='https://i.imgur.com/Rn3hqCQ.png' style='margin-left: 0px;margin-top: -12px;'/></div>
4184<div style='margin-top: 11px;margin-left:-14px;'>
4185<div class='botao_baixo_iron'><a href='#'><span style='color: white;'>Saiba mais</span></a></div></div>
4186</div>
4187</div>
4188
4189
4190
4191
4192
4193 <a href='/search/label/Raros%20Semanais'><div class='button_info_baixo'><span style='color: white;'><i aria-hidden='true' class='fa fa-external-link'/></span></div></a>
4194
4195
4196<div style='width:280px;height:auto;float:right;margin-top:25px;margin-right: 5px;overflow-x:hidden;'>
4197 <div class='titulobox'><i style='font-family: "Ubuntu";font-size: 25px; color: #FFF; text-shadow: 0 2px 0px rgba(32, 91, 123, 0.32); font-weight: 800; text-transform: none;'>Link-nos!</i><br/><div style='margin-top: -5px;'/>
4198<i style='line-height:5px;font-size: 14px; color: #FFF; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); font-weight: 400; text-transform:none;'>Coloque isso em seu fã site/blog!</i></div>
4199</div>
4200
4201
4202<div class='box_linknos'><div style='margin-top: 4px;'/>
4203<div style='text-align: center;'>
4204<a href='http://www.livecolor.ml/'><img alt='LiveColor' src='https://cdn.discordapp.com/attachments/612426985729294359/617453990304677899/1567311718551.png'/></a>
4205<br/><textarea cols='15' name='textarea' onfocus='this.select()' onmouseover='this.focus()' rows='3' style='padding:5px;font-size: 13px;text-align: right;width:250px;height: 90px;background-color:#D9F5FF;border-radius:5px;padding:5px;color: #000000;margin: 0 auto 0;border:#D9F5FF;'><a href="http://www.livecolor.ml/" target="_blank">
4206<img src="https://cdn.discordapp.com/attachments/612426985729294359/617453990304677899/1567311718551.png
4207" alt="LiveColor" border="0" /></a>
4208</textarea>
4209</div>
4210</div>
4211
4212
4213</div></div>
4214 </b:if>
4215<div class='container'>
4216
4217
4218<nav>
4219<div class='align-menu'>
4220 <div style='margin-left: -10px;'><a href='/'><li><i class='fa fa-home'/> Início</li></a></div>
4221 <a href='/'><li><i class='fa fa-comment'/> Bate Papo</li></a>
4222 <a href='/'><li><i class='fa fa-suitcase'/> Equipe</li></a>
4223 <a href='/'><li><i class='fa fa-envelope'/> Contato</li></a>
4224<div style='float: right;'>
4225 <a href='/'><li><i class='fa fa-refresh'/> Atualizar página</li></a>
4226<a href='#'><li><i class='fa fa-arrow-up'/> Subir</li></a>
4227</div>
4228</div>
4229
4230
4231</nav>
4232<footer>
4233
4234
4235
4236<div class='align'>
4237<i class='fa fa-pencil'/> Desenhado por Daniel Macedo (iDan) <br/>
4238 <i class='fa fa-code'/> Codificado por Daniel Macedo com ajudas de Rafa Garcia, Douglas M, Marco Cuel, e Bruno Henrique.<br/>
4239 <i class='fa fa-copyright'/> Live<span style='color: #cc0000;'>C</span><span style='color: #f1c232;'>o</span><span style='color: #6aa84f;'>l</span><span style='color: #3d85c6;'>o</span><span style='color: #674ea7;'>r</span>. É proíbida a cópia total ou parcial desse site. Art. 184 do Código Penal - Decreto Lei 2848/40.
4240 <div class='direita'>
4241 <div class='emblema-site'/>
4242 <a href='https://habblive.in/'><div class='oficial'/></a>
4243
4244 </div>
4245</div>
4246
4247 </footer>
4248
4249
4250</div>
4251
4252</body>
4253
4254</html>