nyqueramos

Theme 6

Jun 2nd, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.32 KB | None | 0 0
  1. <! All theme by en-torpecente, don't copy please !>
  2.  
  3. <head>
  4.  
  5. <script type="text/javascript">
  6. //desabilita menu de opcoes ao clicar no botao direito
  7. function desabilitaMenu(e)
  8. {
  9. if (window.Event)
  10. {
  11. if (e.which == 2 || e.which == 3)
  12. return false;
  13. }
  14. else
  15. {
  16. event.cancelBubble = true
  17. event.returnValue = false;
  18. return false;
  19. }
  20. }
  21.  
  22. //desabilita botao direito
  23. function desabilitaBotaoDireito(e)
  24. {
  25. if (window.Event)
  26. {
  27. if (e.which == 2 || e.which == 3)
  28. return false;
  29. }
  30. else
  31. if (event.button == 2 || event.button == 3)
  32. {
  33. event.cancelBubble = true
  34. event.returnValue = false;
  35. return false;
  36. }
  37. }
  38.  
  39. //desabilita botao direito do mouse
  40. if ( window.Event )
  41. document.captureEvents(Event.MOUSEUP);
  42. if ( document.layers )
  43. document.captureEvents(Event.MOUSEDOWN);
  44.  
  45. document.oncontextmenu = desabilitaMenu;
  46. document.onmousedown = desabilitaBotaoDireito;
  47. document.onmouseup = desabilitaBotaoDireito;
  48. </script>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  51.  
  52. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  53. <script type="text/javascript">
  54. function slideSwitch() {
  55. var $active = $('#slideshow2 img.active');
  56.  
  57. $active.addClass('last-active');
  58.  
  59. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  60. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  61.  
  62. $next.css({opacity: 0.0})
  63. .addClass('active')
  64. .animate({opacity: 1.0}, 1000, function() {
  65. $active.removeClass('active last-active');
  66. });
  67. }
  68.  
  69. $(function() {
  70. //Executa a função a cada 2 segundos
  71. setInterval( "slideSwitch()", 2500 );
  72. });
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <script type="text/javascript">
  82.  
  83.  
  84. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  85.  
  86.  
  87.  
  88.  
  89. function tb8_makeArray(n){
  90.  
  91.  
  92. this.length = n;
  93.  
  94.  
  95. return this.length;
  96.  
  97.  
  98. }
  99.  
  100.  
  101.  
  102.  
  103. tb8_messages = new tb8_makeArray(1);
  104.  
  105.  
  106.  
  107.  
  108. tb8_messages[0] = "{Title}";
  109.  
  110.  
  111.  
  112.  
  113. tb8_rptType = 'infinite';
  114.  
  115.  
  116.  
  117.  
  118. tb8_rptNbr = 5;
  119.  
  120.  
  121.  
  122.  
  123. tb8_speed = 100;
  124.  
  125.  
  126.  
  127.  
  128. tb8_delay = 2000;
  129.  
  130.  
  131.  
  132.  
  133. var tb8_counter=1;
  134.  
  135.  
  136.  
  137.  
  138. var tb8_currMsg=0;
  139.  
  140.  
  141.  
  142.  
  143. var tb8_tekst ="";
  144.  
  145.  
  146.  
  147.  
  148. var tb8_i=0;
  149.  
  150.  
  151.  
  152.  
  153. var tb8_TID = null;
  154.  
  155.  
  156.  
  157.  
  158. function tb8_pisi(){
  159.  
  160.  
  161.  
  162.  
  163. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  164.  
  165.  
  166.  
  167.  
  168. document.title = tb8_tekst;
  169.  
  170.  
  171.  
  172.  
  173. tb8_sp=tb8_speed;
  174.  
  175.  
  176.  
  177.  
  178. tb8_i++;
  179.  
  180.  
  181.  
  182.  
  183. if (tb8_i==tb8_messages[tb8_currMsg].length){
  184.  
  185.  
  186.  
  187.  
  188. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  189.  
  190.  
  191.  
  192.  
  193. }
  194.  
  195.  
  196.  
  197.  
  198. if (tb8_currMsg == tb8_messages.length){
  199.  
  200.  
  201.  
  202.  
  203. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  204.  
  205.  
  206.  
  207.  
  208. clearTimeout(tb8_TID);
  209.  
  210.  
  211.  
  212.  
  213. return;
  214.  
  215.  
  216.  
  217.  
  218. }
  219.  
  220.  
  221.  
  222.  
  223. tb8_counter++;
  224.  
  225.  
  226.  
  227.  
  228. tb8_currMsg = 0;
  229.  
  230.  
  231. }
  232.  
  233.  
  234.  
  235.  
  236. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  237.  
  238.  
  239.  
  240.  
  241. }
  242.  
  243.  
  244.  
  245.  
  246. tb8_pisi()
  247.  
  248.  
  249.  
  250.  
  251. </script>
  252.  
  253.  
  254.  
  255. <!-- DEFAULT VARIABLES -->
  256. <meta name="color:background" content="#f8f8f8" />
  257. <meta name="color:link" content="#000000" />
  258. <meta name="color:linkhover" content="#696969" />
  259. <meta name="color:text" content="#000000" />
  260. <meta name="color:post" content="#ccc" />
  261. <meta name="color:border" content="#ffffff" />
  262. <meta name="color:border" content="#000000" />
  263. <meta name="color:fundinho" content="#ffffff" />
  264. <meta name="color:bobsponja" content="#ffffff" />
  265.  
  266.  
  267. <meta name="color:scroll" content="#000000" />
  268. <meta name="color:ask" content="#ebebeb" />
  269.  
  270.  
  271.  
  272. <meta name="color:bgdescription" content="#ebebeb" />
  273.  
  274. <meta name="color:textdescription" content="#000" />
  275. <meta name="color:links" content="#000" />
  276. <meta name="color:linkbg" content="#ffffff" />
  277. <meta name="color:linktext" content="#000" />
  278. <meta name="color:linkbghover" content="#000" />
  279. <meta name="color:linktexthover" content="#fff" />
  280. <meta name="color:bgpage" content="#EEEEEE" />
  281. <meta name="color:cordox" content="#FF1493" />
  282.  
  283.  
  284.  
  285. <meta name="image:background" content="" />
  286. <meta name="image:fotinha" content="http://media.tumblr.com/tumblr_m4wd5e9PFO1qkm3k2.jpg"/>
  287.  
  288. <meta name="font:text" content="verdana" />
  289. <meta name="font:title" content="georgia" />
  290.  
  291. <meta name="text:titulo" content="um frase linda feat fofa aqui, de preferencia com duas linhas. " />
  292.  
  293. <meta name="text:link1" content="/" />
  294. <meta name="text:Link1 Title" content="link" />
  295. <meta name="text:Link2" content="/" />
  296. <meta name="text:Link2 Title" content="link" />
  297. <meta name="text:Link3" content="/" />
  298. <meta name="text:Link3 Title" content="link" />
  299.  
  300.  
  301.  
  302.  
  303.  
  304. <title>{Title}</title>
  305. <link rel="shortcut icon" href="{Favicon}">
  306. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  307. {block:Description}
  308. <meta name="description" content="{MetaDescription}" />
  309. {/block:Description}
  310.  
  311.  
  312. <style type="text/css">
  313.  
  314.  
  315. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  316.  
  317. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  318.  
  319. p {margin: 6px 0 0 0}
  320.  
  321. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  322. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  323. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  324. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  325.  
  326. blockquote img{max-width: 470px!important}
  327. blockquote blockquote img{max-width: 450px!important}
  328. blockquote blockquote blockquote img{max-width: 430px!important}
  329. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  330.  
  331. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  332.  
  333. #entries{float: left; margin-left:430px; margin-top: 60px; position: relative; border-left: 1px solid {color:background} }
  334.  
  335. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  336.  
  337.  
  338.  
  339. .nyquepost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 2px; text-align: justify; font-family: tahoma; font-size: 11px;}
  340.  
  341. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  342. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  343. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  344.  
  345. .image {text-align: center; border: 0px}
  346. .image img {max-width: 500px; margin-bottom: 2px }
  347.  
  348. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  349. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  350. .oiqqtts a, a:hover{text-transform: none;}
  351.  
  352. .chat {line-height: 13px; list-style: none }
  353. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  354. .person1 {color: {color:text}; padding: 2px; }
  355. .person1 .label {font-weight: bold; color:{color:text}}
  356. .person2 {color: {color:text}; padding: 2px; }
  357. .person2 .label {font-weight: bold; color:{color:text}}
  358.  
  359. .player {background-color: #000; text-align: left; display:block;}
  360.  
  361. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  362. .answer {padding: 2px}
  363. .answer img {max-width: 470px;}
  364.  
  365.  
  366. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  367. #oidata a {font-size: 9px;}
  368.  
  369. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  370. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  371.  
  372. #cap {width: 500px; margin-top: -2px;}
  373. .source {display: none;}
  374.  
  375. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  376. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  377. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  378. .notes img{display: none; border:0px}
  379.  
  380. .question {
  381. color: {color:text};
  382. font-size: 9px;
  383. font-weight: normal;
  384. font-family: {font:body};
  385. line-height:95%;
  386. background: {color:ask};
  387. margin: 0 0 10px 0;
  388. padding: 10px 15px;
  389. position: relative;}
  390.  
  391. .questionarrow {
  392. width: 13px;
  393. height: 7px;
  394. font-size:30px;
  395. font-family: verdana;
  396. position: absolute;
  397. color: {color:ask};
  398. bottom: -3.5px;
  399. left: 240px;}
  400.  
  401.  
  402. .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
  403. .asker a {color: {color:text};}
  404. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  405.  
  406. .answer {color: {color:text};}
  407.  
  408.  
  409. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
  410. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  411.  
  412. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  413.  
  414. #sideimg {display: block; margin-left: 272px; float: right; margin-top: 40px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  415. .simg1 img {width: 150px; height: 330px; margin-bottom: 2px; border: 3px solid {color:fundinho};}
  416.  
  417. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  418.  
  419. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  420. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  421. #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  422. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  423. .pg { position:fixed !important; clear: both; float: left; margin-top: 25px; margin-left: 180px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  424.  
  425. #meus{text-align: justify; font-size: 9px; font-family: calibri; position: fixed; margin-left: 273px; width:145px; height: 5px; background-color: {color:bobsponja}; color: #999999; padding: 2px; margin-top: 378px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  426.  
  427. #links {text-align: center; margin-top:-5px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: #999999; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
  428.  
  429.  
  430. .li {opacity: 1}
  431. .li2 {opacity: 0.8}
  432. .li3 {opacity: 0.6}
  433. .li4 {opacity: 0.8}
  434. .li5 {opacity: 1}
  435.  
  436. #linkstop {margin-top: 100px; margin-left: 87px; position:fixed; width: auto; }
  437.  
  438. #linkstop a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; background-color: {color:linkbg}; -moz-transition: all 0.4s ease-out; width: 150px; text-align: left; font-size: 8px; height:14px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px; }
  439.  
  440. #linkstop a:hover{color: {color:linktexthover}; margin-left:15px; }
  441.  
  442. #linkstop1 {margin-top: 140px; margin-left: 120px; position:fixed; width: auto; z-index:100;}
  443.  
  444. #linkstop1 a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px;}
  445.  
  446. #linkstop1 a:hover{color: {color:linktexthover}; }
  447.  
  448.  
  449. @font-face {
  450. font-family: 'Give You Glory';
  451. font-style: normal;
  452. font-weight: norAmal;
  453. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  454. }
  455.  
  456.  
  457. #title {width: 215px; height: 55px; position: fixed; background-color:transparent; margin-left: 120px; margin-top: 55px; }
  458. .optitle{font-family: Give You Glory; font-size: 15px; font-style: none;
  459. line-height: 15px; font-weight: none; color: #777777; margin-top: 10px; margin-left: -5px; text-transform: none; letter-spacing: 0px}
  460.  
  461.  
  462. #barramo {margin-left: -3px; margin-top: 15px; width: 150px; float: left; background-color: {color:sidebar}; padding: 0px; position: fixed; height: 310px; overflow: hidden; border-top: 2px solid {color:border}; }
  463.  
  464.  
  465. #desc {width:190px; height: auto; margin-left:280px; margin-top:400px; position:fixed; overflow:hidden; background-color: {color:background} ; color: {color:textdescription}; font-family: tinytots; font-size:8px;text-transform: uppercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 130px; }
  466.  
  467.  
  468. #sdbarsi {font-family: verdana; color: {color:textdescription}; font-size:7px; padding: 3px 3px 4px 3px; width: 110px; height: 7px; margin-top: 400px; margin-left: 220px; font-family: arial; z-index: 200; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
  469. #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
  470.  
  471. #credit {width: 158px; margin-left: 185px; height: 11px; margin-top: 380px; float:left; text-align: center; font-size: 16px; position:fixed; padding: 4px;}
  472.  
  473. .credito {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: georgia; font-size: 9px; color:#000; }
  474. .credito a{color:{color:link};}
  475.  
  476.  
  477. .credit {
  478. position:fixed !important;
  479. margin-left: 1028px;
  480. margin-top: 1000px;
  481. margin-bottom: -5px;
  482. font-size: 9px;
  483. width: 49px;
  484. height: 15px;
  485. padding: 1px 3px 3px 2px;
  486. font-family: verdana;
  487. color: #000000;
  488. text-align: center;
  489. background-color: {color:sidebar};
  490. -webkit-transition: all 0.5s ease;
  491. }
  492.  
  493. ::-webkit-scrollbar{width:5px;height:5px;}
  494. ::-webkit-scrollbar-button:start:decrement
  495. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  496. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  497. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  498. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  499.  
  500. #tumblr_controls{position: fixed!important}
  501. #tumblr_controls{position: fixed!important}
  502. #tumblr_controls{position: fixed!important}
  503. #tumblr_controls{position: fixed!important}
  504.  
  505.  
  506.  
  507.  
  508. </style>
  509.  
  510. </head>
  511.  
  512.  
  513. <body>
  514.  
  515.  
  516. <div id="tudo">
  517. <div id="msd">
  518.  
  519. </div>
  520.  
  521. <div id="sideimg"><div class="simg1">
  522. <img src="{image:fotinha}">
  523. </div></div>
  524. <div id="meus">
  525. <div id="barramo"></div>
  526.  
  527. <div id="links">
  528. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} <font color="{color:cordox}">x</font>
  529. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}<font color="{color:cordox}">x</font>
  530. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}<font color="{color:cordox}"></font>
  531.  
  532.  
  533. </div></div>
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. <div id="desc">{description}</div>
  541.  
  542.  
  543.  
  544. <div class="pg"><div id="pgs"> <center>
  545. {block:JumpPagination length="2"}
  546. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  547. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  548. {/block:JumpPagination}
  549. </center></div></div>
  550.  
  551.  
  552. </div>
  553.  
  554.  
  555. <div id="credit">
  556. <div class="credito"> <a href="http://en-torpecente.tumblr.com">© </a> </b></div>
  557. </div>
  558.  
  559. </a></div>
  560. <div id="entries">
  561. {block:Posts}
  562. <div class="nyquepost">
  563.  
  564. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  565.  
  566. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  567.  
  568. {block:Photoset}{Photoset-500}{/block:Photoset}
  569.  
  570. {block:quote}
  571.  
  572. <o class="fj">“</o><div class="jf">{quote}</div><br>
  573. <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  574.  
  575. {/block:quote}
  576.  
  577. {block:Link}
  578. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  579. {block:Description}{Description}{/block:Description}
  580. {/block:Link}
  581.  
  582. {block:Chat}
  583. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  584. <div class="chat"><ul>{block:Lines}
  585. <li class="person{UserNumber}">{block:Label}
  586. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  587. {/block:Chat}
  588.  
  589. {block:Audio}
  590. <div class="player">{AudioPlayerBlack}</div>
  591. {block:Caption}{Caption}{/block:Caption}
  592. {/block:Audio}
  593.  
  594. {block:Video}{Video-500}{/block:Video}
  595.  
  596.  
  597. {block:Answer}
  598. <div class="question">
  599. <div class="questionarrow">?</div>
  600. {Question}
  601. </div>
  602. <div class="asker">{Asker}</div>
  603. <div class="answer">{Answer}</div>
  604. {/block:answer}
  605.  
  606. <div id="cap">
  607. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  608. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  609. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  610.  
  611. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  612. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  613. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  614. {/block:ContentSource}</div></div>
  615. <br>
  616.  
  617.  
  618. <div id="oidata">
  619. {block:Date}<div class="tags">{block:HasTags}{block:Tags}in<b>diretas</b>: #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  620. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> with love</a>{/block:IndexPage}
  621. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  622. {/block:RebloggedFrom}
  623. </div>
  624. </div>{/block:Date}
  625.  
  626.  
  627. {/block:Posts}
  628. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637. </div>
  638. </div>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643.  
  644. </body>
  645. </html>
Advertisement
Add Comment
Please, Sign In to add comment