Ikxa

revista

Sep 7th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 32.47 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> <html xmlns=“http://www.w3.org/1999/xhtml”> <head profile=“http://gmpg.org/xfn/11”>
  2.  
  3. <!--
  4.  
  5. Tema feito por Arthur (reprovado).
  6.  
  7. -->
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  10.  
  11. <meta name="select:Alinhamento da sidebar" content="esquerda" title="Esquerda"/>
  12. <meta name="select:Alinhamento da sidebar" content="direita" title="Direita"/>
  13. <meta name="select:Tamanho do post" content="250" title="250px"/>
  14. <meta name="select:Tamanho do post" content="300" title="300px"/>
  15. <meta name="select:Tamanho do post" content="350" title="350px"/>
  16. <meta name="select:Tamanho do post" content="400" title="400px"/>
  17. <meta name="select:Tamanho do post" content="500" title="500px"/>
  18. <meta name="color:Background" content="#fafafa"/>
  19. <meta name="color:Posts" content="#ffffff"/>
  20. <meta name="color:Detalhes" content="#f8f8f8"/>
  21. <meta name="color:Texts" content="#aaaaaa"/>
  22. <meta name="color:Links" content="#aaaaaa" />
  23. <meta name="color:Links hover" content="#bad8eb"/>
  24. <meta name="color:Barra de rolagem" content="#bad8eb" />
  25. <meta name="text:Tamanho da fonte" content="9px" />
  26. <meta name="text:Distancia entre os posts" content="45px" />
  27. <meta name="if:Follow branco" content="1"/>
  28. <meta name="if:Background repeat" content="1"/>
  29. <meta name="if:Custom scroll bar" content="1"/>
  30. <meta name="if:Mais links" content="1"/>
  31. <meta name="if:Legendas" content="1"/>
  32. <meta name="if:Pop up Askbox" content="1"/>
  33. <meta name="if:Tags" content="1"/>
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar" content="http://41.media.tumblr.com/0aa85e47f6bd1e0773acbfe4093b9b43/tumblr_nx963o0TAl1u4j5hbo1_250.jpg"/>
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="link1" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="link2" />
  40. <meta name="text:Link3 Url" content="/" />
  41. <meta name="text:Link3 Title" content="Link 3" />
  42. <meta name="text:Pop up Askbox Title" content="inbox" />
  43. {block:Ifmaislinks}
  44. <meta name="text:Link adicional 1" content="/" />
  45. <meta name="text:Link adicional 1 Title" content="link1" />
  46. <meta name="text:Link adicional 2" content="/" />
  47. <meta name="text:Link adicional 2 Title" content="link2" />
  48. {/block:Ifmaislinks}
  49.  
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}"/>
  55. {/block:Description}
  56.  
  57.  <style type="text/css">
  58.  
  59. /*--- Corpo ---*/
  60.  
  61.  
  62. body{
  63. text-align:justify;
  64. background-color:{color:Background};
  65. font-family:open-sans, arial, sans-serif;
  66. color:{color:Texts};
  67. font-size:{text:Tamanho da fonte};
  68. background-image:url('{image:Background}');
  69. background-attachment:fixed;
  70. padding:5px;
  71. background-repeat:no-repeat;
  72. {block:Ifbackgroundrepeat}
  73. background-repeat:repeat;
  74. {/block:Ifbackgroundrepeat}
  75. }
  76.  
  77. /*-- Link, itálico, sublinhado, parágrafo, blockquote --*/
  78.  
  79. a{
  80. color:{color:Links};
  81. text-decoration:none;
  82. }
  83.  
  84. a:hover{
  85. color:{color:Links hover};
  86. cursor:help;
  87. }
  88.  
  89. u{
  90. text-decoration:none;
  91.  
  92. }
  93.  
  94. t{
  95. color:{color:texts};}
  96.  
  97. li {
  98. margin-bottom: 5px;
  99. line-height: 15px;
  100. list-style-type:circle;
  101. }
  102.  
  103. blockquote{
  104. margin:5px 5px 5px 5px;
  105. border-left: 1px solid {color:Texts};
  106. padding-left:10px;
  107. }
  108.  
  109. blockquote blockquote{
  110. margin:0px 5px 0px 5px;
  111. border-left: 1px solid {color:texts};
  112. }
  113.  
  114. blockquote blockquote blockquote {
  115. margin:0px 5px 0px 5px;
  116. border-left:1px solid {color:texts};
  117. }
  118.  
  119. blockquote blockquote blockquote blockquote{margin:0px 5px 0px 5px;
  120. border-left:4px solid {color:texts};
  121. }
  122.  
  123. blockquote img{max-width:370px !important;
  124. }
  125.  
  126. blockquote blockquote img{max-width:350px!important;
  127. }
  128.  
  129. blockquote blockquote blockquote img{max-width:330px!important
  130. }
  131.  
  132. blockquote blockquote blockquote blockquote img{max-width:310px!important
  133. }
  134.  
  135. #likeiframe{display:none;
  136. }
  137.  
  138.  
  139. /*-- Posts --*/
  140.  
  141. #post{
  142. background-color:transparent;
  143. margin:50px auto calc(30px / 2) auto;
  144. width:{select:tamanho do post}px;
  145. }
  146.  
  147. #post.esquerda,#post.direita{
  148. margin-top:100px;
  149. margin-bottom:calc(30px / 2);
  150. }
  151.  
  152. #post.esquerda{
  153. margin-left:200px;
  154. }
  155.  
  156. #post.direita{margin-left:50px;
  157. }
  158.  
  159. .body{
  160. border-radius:3px;
  161. background:{color:posts};
  162. position:relative;
  163. width:{select:tamanho do post}px;
  164. float:left;
  165. text-align:left;
  166. {block:PermalinkPage}
  167. width:{select:tamanho do post}px;
  168. {/block:PermalinkPage};
  169. margin: 0px 0px {text:Distancia entre os posts};
  170. padding:20px;
  171. }
  172.  
  173. .box{
  174. border-radius:0px;
  175. width:{select:tamanho do post}px;
  176. margin-top:0px;
  177. padding:0px;
  178. overflow:hidden;
  179. float:left;
  180. position:relative;
  181. {block:indexpage}
  182. width:{select:tamanho do post}px;
  183. {/block:indexpage}
  184. {block:PermalinkPage}
  185. width:{select:tamanho do post}px;
  186. {/block:PermalinkPage};
  187. text-align:center;
  188. }
  189.  
  190. .extra1 {
  191. text-indent: 5px;
  192. line-height: 20px;
  193. word-spacing: 3px;
  194. display: block;
  195. }
  196.  
  197.  
  198.  ol.notes {
  199. list-style: none;
  200. width:{select:tamanho do post}px;
  201. margin-left: -40px;
  202. height: 1px;
  203. display: none;
  204. }
  205.  
  206. ol.notes li.note{
  207. margin-bottom:2px;
  208. padding-left:7px;
  209. padding-top:5px;
  210. padding-bottom:4px;
  211. padding-right:5px;
  212. text-transform:lowercase;
  213. line-height:25px;
  214. width:auto;
  215. font-size:10px;
  216. }
  217.  
  218. ol.notes li.note img.avatar{
  219. display:inline;
  220. width:16px;
  221. height:16px;
  222. border-radius:10px;
  223. margin-right:10px;
  224. }
  225.  
  226. ol.notes li.note .answer_content{
  227. font-weight:normal;
  228. }
  229.  
  230. ol.notes li.note blockquote{
  231. display:none;
  232. }
  233.  
  234.  
  235. /*--Imagens--*/
  236.  
  237.  
  238. .image img{
  239. border-radius:0px;
  240. width:100%;
  241. -webkit-transition: all 0.55s ease;
  242. -moz-transition:all 0.55s ease;
  243. transition:all 0.55s ease;
  244. -o-transition:all 0.55s ease;
  245. }
  246.  
  247. .imagem img{
  248. width:100%;
  249. -webkit-transition:all 0.55s ease;
  250. -moz-transition:all 0.55s ease;
  251. transition:all 0.55s ease;
  252. -o-transition:all 0.55s ease;
  253. }
  254.  
  255. .imagem img:hover{
  256. opacity:0.9;
  257. }
  258.  
  259. .margin{
  260. margin-bottom:20px;
  261. }
  262.  
  263.  
  264. /*-- Chat --*/
  265.  
  266. .chat{
  267. ;-webkit-transition-duration:0.7s;
  268. background:transparent;
  269. }
  270.  
  271.  .chat .lines {
  272. padding: 10px;
  273. -webkit-transition-duration: .7s;
  274. background: transparent;
  275. line-height: 160%;
  276. }
  277.  
  278. /*-- Tumblr Controls, ScrollBar --*/
  279.  
  280. #tumblr_lightbox {
  281. background-color:rgba(255,255,255, 0.8)!important;
  282. z-index:100000000!important;
  283.    
  284. }
  285.  
  286. #tumblr_lightbox img {
  287. opacity:0;
  288.    
  289. }
  290.  
  291. #tumblr_lightbox_caption {
  292. color:#777;!important;
  293. font-family:'Calibri',sans-serif!important;
  294. font-size:10px!important;
  295. font-weight:normal!important;
  296. text-shadow:none!important;
  297.    
  298. }
  299.  
  300. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  301. #tumblr_lightbox_right_image {
  302. -moz-box-shadow:none!important;
  303. -webkit-box-shadow:none!important;
  304. box-shadow:none!important;
  305. -moz-border-radius:0px!important;
  306. -webkit-border-radius:0px!important;
  307. border-radius:0px!important;
  308. opacity:1!important;
  309.        
  310. }
  311.  
  312. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  313. opacity:.6!important;
  314.  
  315. }
  316.  
  317. {block:Iffollowbranco}
  318.  
  319. iframe#tumblr_controls {
  320. white-space:nowrap!important;
  321. -webkit-filter:invert(70%)!important;
  322. -moz-filter:invert(70%)!important;
  323. -ms-filter:invert(70%)!important;
  324. -o-filter:invert(70%)!important;
  325. filter:invert(70%)!important;
  326. top:10px!important;
  327. right:10px!important;
  328. opacity:.3!important;
  329. position:fixed!important;
  330. }
  331.  
  332. {/block:Iffollowbranco}
  333.  
  334. {block:IfCustomScrollBar}
  335.  
  336. ::-webkit-scrollbar{
  337. height:3px;
  338. width:4px;
  339. background:{color:background};
  340. }
  341.  
  342. ::-webkit-scrollbar-thumb{
  343. background:{color:Barra de rolagem};
  344. border-radius:5px;
  345. }
  346.  
  347. {/block:IfCustomScrollBar}
  348.   h4 {color:#000;font-size:12px;}
  349. /*-- Sidebar --*/
  350.  
  351. .imagemside{
  352. padding:10px;}
  353.  
  354.  
  355. .imagemside img {
  356. width:100%;
  357. }
  358.  
  359. sidebar {
  360. text-align: center;
  361. position: fixed;
  362. width: 180px;
  363. top: 65px;
  364. background-color:{color:posts};
  365. height: auto;
  366. z-index: 9;
  367. padding: 0px;
  368. }
  369.  
  370. sidebar.esquerda{
  371. left:50px;
  372. left:50%;
  373. margin-left:calc(-{select:tamanho do post}px / 2 - 300px);
  374. }
  375.  
  376. sidebar.direita{
  377. left:calc({select:tamanho do post}px + 100px);
  378. left:53%;
  379. margin-left:calc({select:tamanho do post}px / 2 + 45px);
  380. }
  381.  
  382. a.titlelnk {
  383. text-transform: uppercase;
  384. text-align: left;
  385. font-size: 8px;
  386. padding-top: 5px;
  387. display: block;
  388. word-spacing: 2px;
  389. padding: 10px;
  390. }
  391.  
  392. .title {
  393. width: auto;
  394. background: transparent;
  395. margin-top: 10px;
  396. text-align: center;
  397. font-style: georgia;
  398. padding: 10px;
  399. font-size: 20px;
  400. font-style: italic;
  401. border-bottom: 1px solid {color:bordas};
  402. }
  403.  
  404. .desc {
  405. border-top: 1px solid {color:bordas};
  406. text-align: left;
  407. width: auto;
  408. background: #fff;
  409. line-height: 160%;
  410. padding: 15px;
  411. font-size: 10px;
  412. }
  413.  
  414. .linksmore {
  415. width:auto;
  416. height:auto;
  417. margin-top:0px;
  418. }
  419.  
  420. .linksmore a {
  421. text-transform: uppercase;
  422. text-align: left;
  423. font-size: 09px;
  424. padding: 10px;
  425. display: block;
  426. word-spacing: 2px;
  427. border-bottom: 1px solid {color:bordas};
  428. }
  429.  
  430. .links {
  431. z-index:99999999;
  432. word-spacing:2px;
  433. border-top: 1px solid {color:bordas};
  434. }
  435.  
  436. .links a {
  437. text-transform: uppercase;
  438. text-align: left;
  439. font-size: 09px;
  440. display: block;
  441. border-bottom: 1px solid {color:bordas};
  442. padding: 10px;
  443. letter-spacing:1px;
  444. }
  445.  
  446. /*-- Textos, quotes, titulo --*/
  447.  
  448. .textos {
  449. line-height: 160%;
  450. margin-top: 5px;
  451. }
  452.  
  453. .quote{
  454. font-weight:normal;
  455. line-height:18px;
  456. background:transparent;
  457. text-align:left;
  458. }
  459.  
  460. #caption {
  461.   margin-top: 10px;
  462.   background:transparent;
  463.   line-height: 150%;
  464.   font-size: 8px;
  465.   padding:0px;
  466. }
  467.  
  468. .quotesource{
  469. text-align:left;
  470. text-transform:none;
  471. padding:10px;
  472. font-size:10px;
  473. letter-spacing:1px;
  474.  
  475. }
  476.  
  477.  
  478. .h1 {
  479. font-size: 15px;
  480. font-weight: 700;
  481. letter-spacing: 0.5px;
  482. }
  483.  
  484. /*--, Tooltip, Photoset, Autopager,  --*/
  485.  
  486.  
  487.  
  488. a.c{
  489. position:fixed;
  490. bottom:10px;
  491. right:12px;
  492. font:07px 'trebuchet ms';
  493. text-transform:uppercase;
  494. letter-spacing:1px;
  495. text-align:right;
  496. z-index:9999999;
  497. background-color:{color:posts};
  498. padding:10px;
  499. box-shadow: 0 5px 5px #eeeeee;
  500. -webkit-box-shadow: 0 5px 5px #eeeeee;
  501. -moz-box-shadow: 0 5px 5px #eeeeee;
  502. border-radius:100%;
  503. -moz-transition: all .2s ease-in-out;
  504. -ms-transition: all .2s ease-in-out;
  505. -o-transition: all .2s ease-in-out;
  506. transition: all .2s ease-in-out;
  507. }
  508.  
  509. a.c:hover{
  510. border-radius:3px;-moz-transition: all .2s ease-in-out;
  511. -ms-transition: all .2s ease-in-out;
  512. -o-transition: all .2s ease-in-out;
  513. transition: all .2s ease-in-out;
  514. }
  515.  
  516. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {
  517. display: none;
  518. }
  519.  
  520. @-webkit-keyframes fade-in {
  521. 0%   { opacity: 0; }
  522. 50%  { opacity: 0; }  
  523. 75%  { opacity: .5;}
  524. 100% { opacity: 1; }
  525. }
  526.  
  527. @-moz-keyframes fade-in {
  528. 0%   { opacity: 0; }
  529. 50%   { opacity: 0; }  
  530. 75%   { opacity: .5; }
  531. 100% { opacity: 1; }
  532. }
  533.  
  534. @keyframes fade-in {
  535. 0%   { opacity: 0; }
  536. 50%   { opacity: 0; }  
  537. 75%   { opacity: .5; }
  538. 100% { opacity: 1; }
  539. }
  540.  
  541. .photoset img{
  542. width:100%;
  543. }
  544.  
  545. .photoset img:hover{
  546. opacity:1;
  547. }
  548.  
  549. #s-m-t-tooltip{
  550. text-transform:uppercase;
  551. letter-spacing:0px;
  552. font-size:9px;
  553. transition-duration:.80s;
  554. -webkit-transition-duration: .80s;
  555. -moz-transition-duration: .80s;
  556. -o-transition-duration: .80s;
  557. -ms-transition-duration: .80s;
  558. z-index:9999;
  559. opacity:1;
  560. margin:15px;
  561. padding:10px 15px;
  562. background:{color:posts};
  563. box-shadow: 0 5px 5px #eeeeee;
  564. -webkit-box-shadow: 0 5px 5px #eeeeee;
  565. -moz-box-shadow: 0 5px 5px #eeeeee;
  566. border-radius:3px;
  567. }
  568.  
  569. /**- Icones Sociais -**/
  570.  
  571. #social {display:inline-block;}
  572. #social i {padding:5px; color:#000; font-size: 15px;}
  573.  
  574. /**- Tumblr Controls -**/
  575.  
  576. .iframe-controls--desktop{position:fixed!important; -webkit-filter:invert(100%); margin-right:0px; opacity:.3; top:0px; text-transform:none;}
  577.  
  578.  
  579. /*-- Ask --*/
  580.  
  581. p.pergunta { padding-bottom: 10px; font-weight: bold; text-align: justify; min-height: 25px;}
  582. span.asker {font-weight:normal;}
  583. span.asker a {text-decoration: none; color:{color:Fonte};}
  584. article.post.answer a.reblog-link {display: none;}
  585.  
  586. /*-- Audio, Video --*/
  587.  
  588. .audiopost{
  589. width:auto;
  590. height:auto;
  591. }
  592.  
  593. .albumart{
  594. position:absolute;
  595. width:70px;
  596. height:70px;
  597. }
  598.  
  599. .albumart img{
  600. float:left;
  601. width:70px;
  602. height:70px;
  603. }
  604.  
  605. .playbox {
  606. width: 27px;
  607. height: 30px;
  608. overflow: hidden;
  609. position: absolute;
  610. z-index: 2;
  611. margin-left: 14px;
  612. margin-top: 14px;
  613. }
  614.  
  615. .info {
  616. font-size: 10px;
  617. margin-left: 70px;
  618. font-size: 8px;
  619. text-transform: uppercase;
  620. overflow: auto;
  621. letter-spacing: 2px;
  622. padding: 15px 0 15px 30px;
  623. display: inline-block;
  624. }
  625.  
  626. #player {
  627. background-color:{color:detalhes};
  628. -webkit-transition: all .8s ease-in-out;
  629. height: 55px;
  630. z-index: 9;
  631. position: absolute;
  632. /* margin-left: 10px; */
  633. -webkit-border-radius: 70px;
  634. -moz-border-radius: 50px;
  635. -o-border-radius: 70px;
  636. border-radius: 70px;
  637. opacity: 0.7;
  638. -moz-transition: all .8s ease-in-out;
  639. -ms-transition: all .8s ease-in-out;
  640. -o-transition: all .8s ease-in-out;
  641. transition: all .8s ease-in-out;
  642. width: 55px;
  643. }
  644.  
  645. .videos_bang {
  646. height:0;
  647. padding-bottom:56.25%;
  648. position:relative;
  649. }
  650.  
  651. .videos_bang iframe {
  652. width:100%;
  653. left:0;
  654. top:0;
  655. position:absolute;
  656. height:100%;
  657. }
  658.  
  659.  
  660. /*-- Permalinks --*/
  661.  
  662. #permalink .compl {
  663. float: right;
  664. display:inline-block;
  665. text-align: right;
  666. }
  667.  
  668.  
  669.  
  670. #permalink {
  671. margin-top: 15px;
  672. padding-top: 15px;
  673. line-height: 15px;
  674. font-size: 9px;
  675. position: relative;
  676. text-transform: none;
  677. letter-spacing: 1px;
  678. }
  679.  
  680. #permalink a{
  681. display:inline-block;
  682. }
  683.  
  684. pop1 {
  685.     position:fixed;
  686.     left:0;
  687.     top:0;
  688.     display:none;
  689.     right:0;
  690.     bottom:0;
  691.     z-index:10;
  692.     background:{color:background};
  693.     width:100vw;
  694.     height:100vh;
  695. }
  696.  
  697. .all1 {
  698. width:100vw;
  699. height:100vh;
  700. position:fixed;
  701. z-index:10;
  702. top:0;}
  703.  
  704. .janela1 {
  705. position: absolute;
  706. top: 50vh;
  707. background:{color:posts};
  708. left: 50vw;
  709. z-index: 11;
  710. padding: 10px;
  711. padding-left: 20px;
  712. padding-right: 20px;
  713. width: 450px;
  714. box-shadow: 0px 5px 5px #eeeeee;
  715. -webkit-box-shadow: 0 5px 5px #eeeeee;
  716. -moz-box-shadow: 0 5px 5px #eeeeee;
  717. -moz-border-radius: 3px;
  718. -webkit-border-radius: 3px;
  719. border-radius: 3px;
  720. transform: translate(-50%,-50%);
  721. -webkit-transform: translate(-50%,-50%);
  722. -o-transform: translate(-50%,-50%);
  723. -moz-transform: translate(-50%,-50%);
  724. }
  725.  
  726. input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
  727.  
  728. .search-form i{
  729. font-size:10px;
  730. opacity:0.6;
  731. width:11px;
  732. margin-right:5px;
  733. padding-right:7px;
  734. }
  735.  
  736. .search-form {
  737. display:block;
  738. outline:none;  
  739. border:0px;
  740. padding:8px;
  741. margin-top: -1px;
  742. }
  743.  
  744. .search-form input {
  745. border:none;
  746. outline:none;
  747. width:calc(100% - 30px);
  748. font-size:8px;
  749. letter-spacing:0.5px;
  750. text-transform:uppercase;
  751. }
  752.  
  753. .search-form input[type=text] {color:{color:texts};}    
  754. input::-webkit-input-placeholder {color:{color:texts};}
  755. input::-moz-placeholder {color:{color:texts};}
  756. input:-moz-placeholder {color:{color:texts};}
  757. input:-ms-input-placeholder {color:{color:texts};}
  758.  
  759.  /** Menu **/
  760. .caixasm{width:auto;top:-2px;left:5px;position:fixed;z-index: 100;}
  761. .navsm img{width:15px;}.navsm{background:rgba(255,255,255,0.4);line-height:16px;height:18px;margin: 1px; display: inline-block;width:18px;font-size:18px;color:#777;padding:4px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;float:left;  }.navsm:hover {padding-top:20px; margin-top:0px; }
  762.  
  763.  
  764. </style>
  765.  
  766. <!-- Scripts -->
  767. <script src="//use.edgefonts.net/lora:n4;open-sans:n4,i4,n7.js"></script>
  768. <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'><script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"></div><script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script><script src="http://static.tumblr.com/kjtbii3/Aynmq2l1d/tooltip.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script><script src="//code.jquery.com/ui/1.11.3/jquery-ui.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script><script src="//code.jquery.com/jquery-1.10.2.js"></script><script src="//code.jquery.com/ui/1.11.3/jquery-ui.js"></script>
  769.  
  770. {block:Ifmaislinks}
  771.  <script type="text/javascript">
  772. $(document).ready(function(){
  773. $(".linksmore").hide();
  774. $(".titlelnk").click(function(){
  775. $(this).next(".linksmore").slideToggle('fast');
  776. }); });
  777. </script>
  778. {/block:Ifmaislinks}
  779.  
  780. {block:ifpopupaskbox}
  781. <script>
  782. $(document).ready(function(){
  783.     $('.all1, .th1').click(function() {$('pop1').fadeToggle(400);});
  784. });
  785. </script>
  786. {/block:ifpopupaskbox}
  787.  
  788. </head>
  789.  
  790. <body>
  791.  
  792.  
  793. {block:ifpopupaskbox}
  794.  <pop1><div class="all1"></div>
  795. <div class="janela1">
  796.  
  797.  
  798. <p><iframe frameborder="0" height="190px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden; border:none;"></iframe></p>
  799. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  800.  
  801. </div>
  802. </pop1>
  803. {/block:ifpopupaskbox}
  804.  
  805.  
  806. <sidebar class="{select:Alinhamento da sidebar}">
  807.  
  808.  <div class="title">{title}</div>
  809.  
  810. <div class="imagemside"><img src="{image:sidebar}"></div>
  811.  
  812.  
  813.  
  814. <div class="desc">{Description}</div>
  815.  
  816.  
  817. <div class="links">
  818. <a href="{text:Link1}">{text:Link1 Title}</a>
  819.  
  820. {block:ifpopupaskbox}
  821.  
  822. <a class="th1">{text:pop up askbox title}</a>
  823.  
  824. {/block:ifpopupaskbox}
  825.  
  826.  
  827. <a href="{text:Link2}">{text:Link2 Title}</a>
  828.  
  829.  
  830.  
  831. <a href="{text:Link3}">{text:Link3 Title}</a>
  832. </div>
  833. {block:Ifmaislinks}
  834. <a class="titlelnk">+ links</a>
  835.  
  836.  <div class="linksmore">
  837. <a href="{text:Link adicional 1}">{text:Link adicional 1 Title}</a>
  838. <a href="{text:Link adicional 2}">{text:Link adicional 2 Title}</a>
  839. </div>
  840. {/block:Ifmaislinks}
  841.  <form action="/search" class="search-form" method="get"><i class="fa fa-search"></i>
  842.     <input id="searchField" name="q" placeholder="search tags" type="text"     value=""/></form>
  843.     <div id="social">
  844.     <a href="https://www.facebook.com/johnandblues20081996/?fref=nf"><i class="fa fa-facebook-square"></i></a><a href="https://www.instagram.com/john_blues/" target="_blank"><i class="fa fa-instagram"></i></a></div>
  845.    
  846.     <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5197028";
  847. var ref = (''+document.referrer+'');var pn =  window.location;var w_h = window.screen.width + " x " + window.screen.height;
  848. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  849. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  850. </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3078672";
  851. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  852. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  853. </script><br>
  854. <script language="JavaScript">var fhsf = document.createElement('script');
  855. fhsf.src = "//tc.freehostedscripts.net/tcounter.php?url=compostos.co.vu&name=Followers&a=1";
  856. document.head.appendChild(fhsf);document.write("<span id='f_counter'></span>");
  857. </script>
  858. </html>
  859.  
  860.  
  861.    
  862.  
  863. </sidebar>
  864.  
  865.  
  866.  
  867.  
  868. </div>
  869. </div>
  870. </div>
  871.  
  872.  
  873.  
  874. </div></div></div></div>
  875.  
  876.  
  877.  
  878. <div id="post">
  879. <div class="autopagerize_page_element">
  880.  {block:Posts}
  881.  
  882.  
  883.  
  884.  
  885. <div class="body">
  886.  
  887.  {block:Answer}
  888. <p class="pergunta"><a href="{AskerURL}" target="_blank"><img title="Mensagem enviada por {AskerName}" src="{AskerPortraitURL-30}" align="left" style="margin-right: 10px;"/></a> <span class="asker">{Asker}:</span> {Question} </p>
  889. <p class="resposta">{Answer}</p>
  890. {/block:Answer}
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. {block:Text}
  899. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  900. <div class="textos">
  901. {Body}
  902.    
  903. </div>
  904.  
  905.  {block:IndexPage}
  906.  
  907.  <div id="permalink">
  908. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  909. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  910. <br>
  911. {block:IfTags}
  912. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  913. {/block:IfTags}
  914.  
  915.  
  916.      
  917.  </div>
  918.  
  919.  
  920.  
  921. {/block:IndexPage}
  922.  
  923. {/block:Text}
  924.  
  925. {block:Photo}{block:IndexPage}<div class="image"><center><img src="{PhotoURL-500}" width="100%"></center></div>
  926. {block:IfLegendas}
  927.  {/block:Caption}<div id="caption">{caption}</div>{/block:Caption}
  928. {/block:IfLegendas}
  929. {/block:IndexPage}
  930. {block:PermalinkPage}<center><div class="imagem"><img src="{PhotoURL-500}" width="400"></div></center>
  931.  
  932.  
  933.  
  934. {/block:PermalinkPage}
  935.  
  936. {block:IndexPage}
  937.  
  938.  <div id="permalink">
  939. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  940. <div style="display: inline-block};padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  941. <br>
  942. {block:IfTags}
  943. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  944. {/block:IfTags}
  945.  
  946.  
  947.      
  948.  </div>
  949.  
  950.  
  951.  
  952. {/block:IndexPage}
  953.  
  954.  
  955. {/block:Photo}
  956.  
  957. {block:Photoset}
  958.  
  959.  
  960. {Photoset}
  961. {block:IfLegendas}
  962.  {block:Caption}<div id="caption">{caption}</div>{/block:Caption}
  963. {/block:IfLegendas}
  964.  
  965. {block:IndexPage}
  966.  
  967.  <div id="permalink">
  968. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  969. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  970. <br>
  971. {block:IfTags}
  972. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  973. {/block:IfTags}
  974.  
  975.  
  976.      
  977.  </div>
  978.  
  979.  
  980.  
  981. {/block:IndexPage}
  982. {/block:Photoset}
  983.  
  984. {block:Quote}
  985. <div class="quote">{Quote}</div>
  986. <div class="quotesource">{Source}</div>
  987.  
  988.  
  989. {block:IndexPage}
  990.  
  991.  <div id="permalink">
  992. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  993. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  994. <br>
  995. {block:IfTags}
  996. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  997. {/block:IfTags}
  998.  
  999.  
  1000.      
  1001.  </div>
  1002.  
  1003.  
  1004.  
  1005. {/block:IndexPage}
  1006. {/block:quote}
  1007.  
  1008. {block:Link}
  1009. <div class="h1"> <a href="{URL}"{Target}>{Name}</a></div>
  1010. <div class="textos">
  1011. {block:Description}{Description}{/block:Description}
  1012. </div>
  1013. {block:IndexPage}
  1014.  
  1015.  <div id="permalink">
  1016. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  1017. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  1018. <br>
  1019. {block:IfTags}
  1020. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  1021. {/block:IfTags}
  1022.  
  1023.  
  1024.      
  1025.  </div>
  1026.  
  1027.  
  1028.  
  1029. {/block:IndexPage}
  1030. {/block:Link}
  1031.  
  1032. {block:Chat}
  1033.  
  1034. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  1035.  
  1036. {block:Lines}
  1037. <div class="chat">
  1038. <div class="lines">
  1039. {block:Label}
  1040. <span>
  1041. <b>{Label}</b>
  1042. </span>
  1043. {/block:Label}
  1044. {Line}
  1045. </div>
  1046. </div>
  1047. {/block:Lines}
  1048. {block:IndexPage}
  1049.  
  1050.  <div id="permalink">
  1051. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  1052. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  1053. <br>
  1054. {block:IfTags}
  1055. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  1056. {/block:IfTags}
  1057.  
  1058.  
  1059.      
  1060.  </div>
  1061.  
  1062.  
  1063.  
  1064. {/block:IndexPage}
  1065.  
  1066. {/block:Chat}
  1067.  
  1068. {block:Audio}
  1069.  
  1070. <div class="audiopost"><div id="player"><div class="playbox">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div><div class="info"><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}<div style="font-size:13px;font-weight:bold;letter-spacing:0px;">{TrackName}</div>{/block:TrackName}<span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}by {Artist}{/block:Artist}</div></div>
  1071.  
  1072. {block:IfLegendas}
  1073.  {block:Caption}<div id="caption">{caption}</div>{/block:Caption}
  1074. {/block:IfLegendas}
  1075.  
  1076. {block:IndexPage}
  1077.  
  1078.  <div id="permalink">
  1079. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  1080. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  1081. <br>
  1082. {block:IfTags}
  1083. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  1084. {/block:IfTags}
  1085.  
  1086.  
  1087.      
  1088.  </div>
  1089.  
  1090.  
  1091.  
  1092. {/block:IndexPage}
  1093. {/block:Audio}
  1094.  
  1095. {block:Video}
  1096.  
  1097. <div class="videos_bang">{VideoEmbed-700}</div>
  1098.  
  1099.  {block:IfLegendas}
  1100.  {block:Caption}<div id="caption">{caption}</div>{/block:Caption}
  1101. {/block:IfLegendas}
  1102.  
  1103. {block:IndexPage}
  1104.  
  1105.  <div id="permalink">
  1106. <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}"> {Notecount} notes</a>
  1107. <div style="display: inline-block;padding-left: 10px;margin-left: 10px;"><a href="{Permalink}"><span style="font-family:Playfair Display,Serif;font-size:10px;font-weight:bold;"></span></a></div>
  1108. <br>
  1109. {block:IfTags}
  1110. {block:HasTags}{block:Tags}<a style="text-transform:uppercase;font-size:7px;margin-left:-3px;margin-top:7px;display:inline-block;" href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  1111. {/block:IfTags}
  1112.  
  1113.  
  1114.      
  1115.  </div>
  1116.  
  1117.  
  1118.  
  1119. {/block:IndexPage}
  1120. {/block:Video}
  1121.  
  1122.  
  1123.  
  1124.  
  1125. </div>
  1126.  
  1127.  
  1128. {block:PostNotes}
  1129. {block:PermalinkPage}
  1130.  
  1131. <div class="body">
  1132. <div class="box">
  1133. {block:Date}
  1134. <div style="
  1135.    width: 200px;
  1136.    margin-left: auto;
  1137.    margin-right: auto;
  1138.    margin-top: 0px;
  1139.    padding-bottom: 10px;"></div>
  1140. <div class="extra1"> Postado {DayOfMonth},<b> {Month}</b>  {Year}.</div>{/block:Date}{block:RebloggedFrom}
  1141. <div class="extra1">
  1142.  Compartilhado de: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></div>
  1143. <div class="extra1">
  1144. Autoria de: {block:ContentSource}<a href="{SourceURL}" target=blank>{SourceTitle}</a>{/block:ContentSource}.</div>
  1145. <div class="extra1">
  1146. <div style="text-transform:none;font-size:10.5px;">{NoteCountWithLabel}</div></div>
  1147.  
  1148.  
  1149.  
  1150. {/block:RebloggedFrom}{/block:PermalinkPage}{PostNotes}</div></div>{/block:PostNotes}
  1151.  
  1152.  {/block:Posts}
  1153.  
  1154. </div>
  1155.  
  1156.  
  1157. </div>
  1158.  
  1159.  
  1160.  
  1161.        
  1162.     </div>
  1163.  
  1164.  
  1165.  <a href="http://reprovado.tumblr.com/" target="_blank" class="c" title="theme by reprovado">©</a>
  1166.  
  1167.  
  1168. </body>
  1169. <!-- Wikplayer https://www.wikplayer.com -->
  1170. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  1171. data-config="{'skin':'http://static.tumblr.com/wx6pget/SaSnc7p16/.css','volume':70,'autoplay':true,'shuffle':true,'repeat':0,'showcomment':false,'marqueetexton':false,'placement':'miny','showplaylist':false,'playlist':[{'title':'01','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtMWpm_GOLaA'},{'title':'02','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKRa8ahToBbw'},{'title':'03','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DzqOlcZkUOjc'},{'title':'04','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DLhv8661gkhY'},{'title':'05','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DrdLL_9lQHkU'},{'title':'06','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeU1KijQZaDs'},{'title':'07','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Du_n4fMXB3qE'},{'title':'08','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJ9XwFecNXyU'},{'title':'09','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIsPG18n5gqQ'},{'title':'10','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D--iVuyxNDDw'},{'title':'11','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DZwCpBeHRROE'},{'title':'12','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DW62-ZG9tPpI'},{'title':'13','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWi1PJq_AwGo'},{'title':'14','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DUCAEuOhHeTo'},{'title':'15','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPMtCDdABTwU'},{'title':'16','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNoyEKIw2-0g'},{'title':'17','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D3cG9PS94p_M'},{'title':'18','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D5016dJ_O2XA'},{'title':'19','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DoGAGC4irCVk'},{'title':'20','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Di3ZqZ9wtfWk'},{'title':'21','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvcL-azKmcnw'},{'title':'22','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWizgXUu8ZyI'},{'title':'23','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbo7Z4zkrymE'},{'title':'24','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D6n7KPhZaDZE'},{'title':'25','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DoPajjtZICFY'},{'title':'26','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJO3wqLoFeNo'},{'title':'27','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYW4-V0xQkTg'},{'title':'28','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIp9OJd05Z2I'},{'title':'29','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdD6MedpQykI'},{'title':'30','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWcthyY_pkxE'},{'title':'31','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D61jSSF3Vu54'},{'title':'32','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQW0i1U4u0KE'},{'title':'33','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOBaEbTuDQEc'},{'title':'34','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Di1Nm-MJ313w'},{'title':'35','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1Ngn3fZIK2E'},{'title':'36','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1p-SpQwRX8k'},{'title':'37','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOPf0YbXqDm0'},{'title':'38','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTz7nu7O0Dtk'},{'title':'39','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dv-iGnYg4_M8'},{'title':'40','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWIVh8Mu1a4Q'},{'title':'41','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D5Z16SPic_TI'},{'title':'42','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPVjiKRfKpPI'},{'title':'43','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIx9NXVIbm2A'},{'title':'44','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0U48jwC8cZU'},{'title':'45','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DpXBIWw185oY'},{'title':'46','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D-CmadmM5cOk'},{'title':'47','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcI0wUoCLnLk'},{'title':'48','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DY6-QvBz9_lY'},{'title':'49','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTFom-ozMsT0'},{'title':'50','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DsabaPgXP7Zc'},{'title':'51','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DY4NGoS330HE'},{'title':'52','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dro41tdnfrEc'}]}" ></script>
  1172. <!-- Wikplayer code end -->
  1173.  
  1174.  
  1175. </html>
Advertisement
Add Comment
Please, Sign In to add comment