Advertisement
bau-de-incertezas

Theme 30

Sep 23rd, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9. <html>
  10.  
  11. <head>
  12. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <head><title>{Title}</title>
  59. <link rel="shortcut icon" href="{favicon}">
  60.  
  61.  
  62. <meta name="text:frase" content="Desculpa, mas é que" />
  63.  
  64.  
  65. <meta name="image:fundo sidebar" content="{image:fundo sidebar}" />
  66. <meta name="image:background" content="{image:background}" />
  67. <meta name="image:sidebar" content="http://static.tumblr.com/kqwwc30/VPPnccvfv/tumblr_n3oji1cmbu1s8rlzuo1_500.jpg" />
  68.  
  69.  
  70.  
  71.  
  72. <meta name="color:borda" content="#c0c0c0" />
  73. <meta name="color:frase" content="#c0c0c0" />
  74. <meta name="color:fundo sidebar" content="#fff" />
  75. <meta name="color:links sidebar" content="#808080" />
  76. <meta name="color:links background" content="#eeeeee" />
  77.  
  78.  
  79.  
  80. <meta name="color:background" content="#ffffff" />
  81. <meta name="color:text" content="#c0c0c0" />
  82. <meta name="color:scroll" content="#c0c0c0"/>
  83. <meta name="color:chat" content="#c0c0c0" />
  84. <meta name="color:tags" content="#c5c5c5" />
  85. <meta name="color:links" content="#808080" />
  86. <meta name="color:linkshover" content="#808080" />
  87. <meta name="color:post" content="#fff" />
  88. <meta name="color:textask" content="#fff" />
  89. <meta name="color:note" content="#fff" />
  90. <meta name="color:texto note" content="#c0c0c0" />
  91. <meta name="color:scrollbar" content="#c0c0c0" />
  92. <meta name="color:fundo ask" content="#c0c0c0" />
  93. <meta name="color:perguntou ask" content="#fff" />
  94. <meta name="color:resposta ask" content="#c0c0c0" />
  95.  
  96.  
  97.  
  98. <meta name="text:Link1" content="" />
  99. <meta name="text:Link1 Title" content="link 1" />
  100.  
  101. <meta name="text:Link2" content="" />
  102. <meta name="text:Link2 Title" content="link 2" />
  103.  
  104. <meta name="text:Link3" content="" />
  105. <meta name="text:Link3 Title" content="link 3" />
  106.  
  107. <meta name="text:Link4" content="" />
  108. <meta name="text:Link4 Title" content="link 4" />
  109.  
  110. <meta name="text:Link5" content="" />
  111. <meta name="text:Link5 Title" content="link 5" />
  112.  
  113. <meta name="text:Link6" content="" />
  114. <meta name="text:Link6 Title" content="link 6" />
  115.  
  116. <!---rolagem infinita -->
  117.  
  118. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  119.  
  120.  
  121. <script language="javascript">
  122. var mensagem="PQP! OH, não faaa paavão";
  123. function clickIE() {if (document.all) {(mensagem);return false;}}
  124. function clickNS(e) {if
  125. (document.layers||(document.getElementById&&!document.all)) {
  126. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  127. if (document.layers)
  128. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  129. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  130. document.oncontextmenu=new Function("return false")
  131. </script>
  132.  
  133. </head>
  134.  
  135.  
  136. <style>
  137.  
  138. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  139.  
  140. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  141.  
  142. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  143.  
  144. a:hover {color: {color:linkshover};text-decoration:none;}
  145.  
  146. body {cursor:url('http://static.tumblr.com/sbxkdxg/6aGmpj0ki/cursor15.gif'), auto;}
  147. a, a:hover {cursor: url("http://static.tumblr.com/sbxkdxg/4U3mpj0ja/cursor223.png"), auto }
  148.  
  149.  
  150.  
  151. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  152. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  153. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  154. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  155.  
  156. blockquote img{max-width: 450px!important}
  157. blockquote blockquote img{max-width: 450px!important}
  158. blockquote blockquote blockquote img{max-width: 430px!important}
  159. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  160.  
  161.  
  162.  
  163.  
  164.  
  165. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  166.  
  167. #entry {float: left; margin-bottom: 26px; margin-left: 550px; }
  168.  
  169. /*******post*****************/
  170.  
  171.  
  172.  
  173. .posts {width: 420px; background-color: {color:post}; padding: 5px; margin-bottom: -10px; text-align: justify; font-family: 'Muli'; font-size: 12px; position: relative; color:{color:text}; margin-left:-70px; border:0px solid{color:borda};}
  174.  
  175.  
  176.  
  177. h1 {font-family: cambria; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  178. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  179. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  180.  
  181.  
  182.  
  183. .image {text-align: center; border: 1px}
  184. .image img {max-width: 420px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; }
  185. .image img:hover {max-width: 420px; margin-bottom: 1px; opacity: 0.5;}
  186.  
  187.  
  188.  
  189.  
  190. .myquote2 {font-family:'cambria'; font-size:12px; margin-left:20px;text-align:left; color: {color:text}; letter-spacing:0px; }
  191.  
  192. .myquote { font-weight:none; text-align:justify;font-size: 12px; font-style:;font-family:'calibri'; line-height: 16px; text-indent:2px; padding: 0px; }
  193.  
  194.  
  195.  
  196.  
  197.  
  198. .chat {line-height: 20px; list-style: none }
  199. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  200. .person1 {color: {color:chat}; padding: 2px; }
  201. .person1 .label {font-weight: bold; color:{color:chat};}
  202. .person2 {color: {color:chat}; padding: 2px; }
  203. .person2 .label {font-weight: bold; color:{color:chat};}
  204.  
  205. .player {background-color: #fff; text-align: left; display:block;}
  206.  
  207. /*****ASK POR BAU-DE-INCERTEZAS*******/
  208.  
  209. .fundoaskbau {background-color:transparent; padding: 8px; margin-top: 0px; margin-left: 0px;margin-right: 0;overflow: hidden; line-height:9px;}
  210.  
  211. .perguntandobau {width: 351px;height:auto; margin-top:-5px; background-color:{color:fundo ask}; color:{color:perguntou ask}; padding:3px; margin-bottom:5px; margin-left:0px; }
  212. .perguntandobau g {color:{color:perguntou ask};}
  213. .perguntandobau a {color: {color:perguntou ask}; font-size:10px; font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;}
  214.  
  215. .askfotobau { border-radius: 0px 0px 10px 10px; opacity: 0.7; margin-right:0px; margin-left:-50px;margin-top:0px;border: 2px solid #eee; width: 50px;height: 50px; -webkit-transition-duration: 0.8s; -webkit-filter: saturate(2); }
  216. .askfotobau:hover {-webkit-filter: grayscale(100%); opacity:0.6; -webkit-transition-duration: 0.8s;}
  217.  
  218.  
  219. .respostabau { background: transparent; font-family: consolas; font-size: 10px;text-align:left; margin-left:10px; margin-top:5px; color:{color:resposta ask};}
  220.  
  221.  
  222.  
  223.  
  224. #st {width: 400px; margin-top: -2px;}
  225. .source {display: none;}
  226.  
  227. #pse {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  228. #pse:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  229.  
  230.  
  231.  
  232. /******notes ******/
  233.  
  234.  
  235. #notest { text-align: center; margin-top:-50px; margin-left:420px; font-size: 8px; font-family: consolas; text-transform: uppercase; z-index: 100;{block:If1coluna} ; {/block:If1coluna}; width:70px; background-color: transparent; opacity:0; border-right:2px solid{color:note}; position:absolute; }
  236.  
  237. #notest a { font-size: 8px; font-family: consolas; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; opacity:0.8; width:400px; color:{color:texto note}; }
  238.  
  239. #notest a:hover {font-style:italic;}
  240.  
  241. .posts:hover #notest {opacity:0.9; -webkit-transition-duration: 2s;}
  242.  
  243.  
  244.  
  245.  
  246.  
  247. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  248. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  249. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  250. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  251. ::-webkit-scrollbar-thumb:vertical {border:1px solid {color:borda scrollbar};border-radius: 0px 0px 0px 0px; background:{color:scroll};}
  252. ::-webkit-scrollbar-thumb:horizontal {border-left:1px solid {color:borda scrollbar}; border-radius: 0px 0px 0px 0px; background: {color:background};}
  253. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  254.  
  255.  
  256.  
  257.  
  258. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  259. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  260. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  261. .notes img{display: none; border:0px}
  262.  
  263.  
  264.  
  265. /***rolagem infinita****/
  266. .tumblrAutoPager_page_separator,
  267. .tumblrAutoPager_page_info {display: none;}
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281. /*****SIDEBAR POR BAU-DE-INCERTEZAS NAO COPIA PORRA ******/
  282.  
  283.  
  284.  
  285. .fotosidebar {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  286. -moz-transition: all 1s ease-in-out;
  287. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;position: absolute;width:158px;height:auto;margin-left:100px;
  288. margin-top: 360px; position:fixed; -webkit-transition-duration: 0.8s; position:fixed;}
  289.  
  290.  
  291.  
  292. .fotosidebar img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);-moz-transition: all 5s ease-in-out;
  293. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:auto;width:150px;
  294. padding:0px;margin:3px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; position:fixed; border:2px solid{color:borda}; border-radius: 0px 0px 0px 0px; -webkit-filter: saturate(1);}
  295.  
  296.  
  297. .fotosidebar img:hover {-webkit-filter: grayscale(100%);;-webkit-transform: rotate(0deg); -webkit-transition-duration: 2s; }
  298.  
  299.  
  300. .babybau{left:310px; margin-top:20px; position:fixed;}
  301. .bauzito { margin-left: 10px; width:10px; height:10px; position:fixed; margin-top:100px; }
  302. .bauzito img {opacity:0.3; width:20px; height:20px; border:2px solid:#fff; background-color:transparent; }
  303. .bauzito img:hover{opacity:0.6; -webkit-transition-duration: 2s;}
  304.  
  305. .baulink { margin-top: 5px; margin-left:23px; position:fixed; font-family: calibri; width:auto; color:{color:links sidebar}; font-size: 9px; text-transform:uppercase; text-align: center; border:1px solid transparent; -webkit-transition: all 1s ease-in-out; }
  306.  
  307. .baulink:hover { opacity:0.3; -webkit-transition: all 1s ease-in-out; }
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315. .baufundo {position:fixed; margin-top: -10px; margin-left:300px; background-color:{color:fundo sidebar}; background-image:url('{image:fundo sidebar}'); background-attachment: repeat;width:100px; height:700px; border:1px solid{color:borda};}
  316.  
  317. .sidebar { width:160px; height:auto;margin-top:3px; margin-left:0px; border:1px solid{color:borda}; position:fixed;}
  318.  
  319.  
  320. .baudesc {font-family:'Muli'; font-size: 10px; margin-top:5px; margin-left:0px; text-align: left; width:155px; height: auto; color:{color:frase}; position:fixed; }
  321.  
  322.  
  323. .baufrase{ font-family: 'amatic'; font-size: 26px; margin-top:255px; margin-left:102px; text-align:left; width:155px; height: auto; color:{color:frase}; position:fixed; }
  324.  
  325. .baufrasegif {margin-top:245px; margin-left:80px; position:fixed;}
  326. .baufrasegif img { opacity:0.3; width:24px;}
  327.  
  328. .baucore {margin-top:245px; margin-left:80px; position:fixed;}
  329. .baucore img { opacity:0.3; width:24px;}
  330.  
  331.  
  332. @font-face {font-family: "amatic";
  333. src: url(http://static.tumblr.com/sbxkdxg/I7Emxncck/amaticsc-regular.ttf) format("truetype");}
  334.  
  335.  
  336.  
  337. @font-face {
  338. font-family: 'ABeeZee';
  339. font-style: normal;
  340. font-weight: 400;
  341. src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://themes.googleusercontent.com/static/fonts/abeezee/v1/m_J3nYLkIiGqm2wAiy01kg.woff) format('woff');
  342. }
  343.  
  344. @font-face {
  345. font-family: 'Muli';
  346. font-style: normal;
  347. font-weight: 400;
  348. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  349. }
  350. @font-face {font-family: "vintage";
  351. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  352.  
  353.  
  354.  
  355.  
  356. @font-face {
  357. font-family: 'Baumans';
  358. font-style: normal;
  359. font-weight: 400;
  360. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  361. }
  362. @font-face {
  363. font-family: 'Wire One';
  364. font-style: normal;
  365. font-weight: 400;
  366. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  367. }
  368.  
  369. /***********CREDITO NAO RETIRE****************/
  370.  
  371. .meutheme {background-color:#fff; border:1px solid#d4d4d4; width:30px; height:40px; position:fixed; margin-left:2px; margin-top:1px; transition: .8s ease-in-out; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out; }
  372. .meutheme a {font-family:consolas; margin-top:25px; margin-left:-22px; position:fixed;font-size:10px; color:#918e8e; width:40px;}
  373. .meutheme a:hover {opacity:0.5;}
  374. .meutheme2 {border:1px solid#d4d4d4; width:36px; height: 45px; position:fixed; margin-left:25px; margin-top:-10px; }
  375. .meutheme:hover {padding-top:5px;}
  376.  
  377.  
  378. </style>
  379. <body oncontextmenu="return false" onselectstart="return false" onkeydown="return false">
  380.  
  381.  
  382. <!----- Se mexer aqui vai da pani, e o theme não vai funcionar--->
  383. <div class="meutheme2">
  384. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Theme</a></div></div>
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. <div class="fotosidebar"><img src="{image:sidebar}"></div>
  393. <div class="baufrasegif"><img src="http://static.tumblr.com/sbxkdxg/PZsnbdv45/oiseaux-05.gif" ></div><div class="baufrase">{text:frase}
  394. <div class="sidebar"></div>
  395. <div class="baudesc">{description}</div>
  396. </div>
  397.  
  398.  
  399.  
  400. <div class="baufundo"></div>
  401.  
  402.  
  403. <div class="babybau"><a href="{text:link1}" ><div class="bauzito"><div class=baulink>{text:link1 title}</div><img src="https://cdn0.iconfinder.com/data/icons/feather/96/591278-anchor-20.png" ></a></div><br>
  404.  
  405. <div class="babybau"><a href="{text:link2}" ><div class="bauzito"><div class=baulink>{text:link2 title}</div><img src="https://cdn0.iconfinder.com/data/icons/feather/96/591234-speech-bubble-20.png" ></a></div><br>
  406.  
  407.  
  408. <div class="babybau"><a href="{text:link3}" ><div class="bauzito"><div class=baulink>{text:link3 title}</div><img src="https://cdn0.iconfinder.com/data/icons/feather/96/591226-trash-20.png" ></a></div><br>
  409.  
  410.  
  411. <div class="babybau"><a href="{text:link4}" ><div class="bauzito"><div class=baulink>{text:link4 title}</div><img src="https://cdn0.iconfinder.com/data/icons/feather/96/cloud-20.png" ></a></div><br>
  412.  
  413. <div class="babybau"><a href="{text:link5}" ><div class="bauzito"><div class=baulink>{text:link5 title}</div><img src="https://cdn0.iconfinder.com/data/icons/feather/96/monitor-20.png" ></a></div><br>
  414.  
  415. <div class="babybau"><a href="{text:link6}" ><div class="bauzito"><div class=baulink>{text:link6 title}</div><img src="https://cdn0.iconfinder.com/data/icons/feather/96/paper-20.png" ></a></div><br>
  416.  
  417.  
  418. </div></div></div></div></div></div></div></div></div>
  419.  
  420.  
  421.  
  422. <div id="post">
  423. <div class="autopagerize_page_element">
  424. <div id="entry">
  425.  
  426. {block:Posts}
  427. <div class="posts">
  428.  
  429. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-400}{/block:Photoset}
  434.  
  435.  
  436.  
  437. {block:Quote}
  438. <div class="myquote">"{Quote}"</div><div class="myquote2"><font color="{color:links sidebar}">✝ ✝</font>
  439. {block:Source}{Source}{/block:Source}</div>
  440. {/block:Quote}
  441.  
  442. {block:Link}
  443. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  444. {block:Description}{Description}{/block:Description}
  445. {/block:Link}
  446.  
  447. {block:Chat}
  448. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  449. <div class="chat"><ul>{block:Lines}
  450. <li class="person{UserNumber}">{block:Label}
  451. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  452. {/block:Chat}
  453.  
  454. {block:Audio}
  455. <div class="player">{AudioPlayerBlack}</div>
  456. {block:Caption}{Caption}{/block:Caption}
  457. {/block:Audio}
  458.  
  459. {block:Video}{Video-400}{/block:Video}
  460.  
  461.  
  462. {block:Answer}
  463. <div class="post">
  464. <img src="{AskerPortraitURL-64}" align="right" class="askfotobau">
  465. <div class="fundoaskbau">
  466. <div class="perguntandobau"><g>{Asker} asked:</g>{Question}</div>
  467.  
  468. <div class= "respostabau">{Answer}</div></div></div>
  469. {/block:Answer}
  470.  
  471. {block:Photoset}<center>{Photoset-100}</center>
  472. {/block:Photoset}
  473.  
  474.  
  475. <div id="st">
  476. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  477. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  478. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  479.  
  480. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  481. {/block:ContentSource}</div></div>
  482. <br>
  483.  
  484.  
  485. {block:Date}<div id="notest">
  486. {block:NoteCount}<a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>
  487. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>
  488. <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<br>
  489. <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}{block:IndexPage}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div><a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} </div>{block:IfShowTags}<div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  490. </div>{/block:IfShowTags}{/block:Date}</div>
  491. <!------ rolagem infinita-->
  492. <div class="autopagerize_page_element">
  493.  
  494.  
  495. {/block:Posts}
  496. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  497. </div>
  498.  
  499. </div>
  500. </div>
  501. </div>
  502. </div>
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. </body>
  510. </html>
  511.  
  512.  
  513.  
  514. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement