Advertisement
My-big-mess-themes

Theme 26

Jan 4th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.65 KB | None | 0 0
  1. <!DESENVOLVIDO POR MY BIG MESS- THEME BASE POR HAVING THEMES !>
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/YnTm5op3n/like.js"></script>
  10. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  13.  
  14. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
  15. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  16. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  17. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  18.  
  19. <script>
  20. $(function(){
  21. var $container = $('#conteudo');
  22. $container.imagesLoaded(function(){
  23. $container.masonry({
  24. itemSelector: '.posts',
  25. columnWidth: 324
  26. });
  27. });
  28. $container.infinitescroll({
  29. navSelector : "div#navigation",
  30. nextSelector : "div#navigation a#nextPage",
  31. itemSelector : '.posts',
  32. loading: {
  33. finishedMsg: ' ',
  34. img: ' '
  35. }
  36. },
  37. function( newElements ) {
  38. var $newElems = $( newElements ).css({ opacity: 0 });
  39. $newElems.imagesLoaded(function(){
  40. $newElems.animate({ opacity: 1 });
  41. $container.masonry( 'appended', $newElems, true );
  42. });
  43. }
  44. );
  45.  
  46. });
  47. </script>
  48.  
  49. <link rel="shortcut icon" href="{Favicon}"><title>{title}</title>
  50.  
  51. <meta name="color:scrollbar" content="#f5f5f5" />
  52. <meta name="color:scrollbar2" content="#aaaaaa" />
  53. <meta name="color:background" content="#f5f5f5" />
  54. <meta name="color:negrito" content="#FFAEB9" />
  55. <meta name="color:selecao" content="#aaaaaa" />
  56. <meta name="color:selecaofont" content="#eeeeee" />
  57. <meta name="color:links" content="#A9A9A9" />
  58. <meta name="color:asklink" content="#A9A9A9" />
  59. <meta name="color:text" content="#9C9C9C" />
  60. <meta name="color:menu" content="#ffffff" />
  61. <meta name="color:menufont" content="#8B7D7B" />
  62. <meta name="color:menuhover" content="#c4b3b3" />
  63. <meta name="color:pergunta" content="#e9e8e8" />
  64. <meta name="color:perguntou" content="#FFAEB9" />
  65. <meta name="color:posts" content="#ffffff" />
  66. <meta name="color:link" content="#494744" />
  67. <meta name="color:title" content="#9C9C9C" />
  68. <meta name="color:borderimage" content="#eeeeee" />
  69. <meta name="color:wishlist" content="#eeeeee" />
  70. <meta name="font:titles" content="calibri" />
  71. <meta name="font:body" content="Verdana" />
  72. <meta name="font:sidebar" content="Georgia" />
  73.  
  74. <meta name="image:sidebar" content="http://static.tumblr.com/olvztry/fTgmg5mmh/awnnt.png"/>
  75. <meta name="image:background" content="" />
  76.  
  77. <meta name="text:Link1" content="Link" />
  78. <meta name="text:Link1 Title" content="link" />
  79. <meta name="text:Link2" content="link" />
  80. <meta name="text:Link2 Title" content="link" />
  81. <meta name="text:Link3" content="link" />
  82. <meta name="text:Link3 Title" content="link" />
  83. <meta name="text:Link4" content="" />
  84. <meta name="text:Link4 Title" content="" />
  85. <meta name="text:Link5" content="" />
  86. <meta name="text:Link5 Title" content="" />
  87. <meta name="text:Link6" content="" />
  88. <meta name="text:Link6 Title" content="" />
  89. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  90. <meta name="text:frase" content="Digite sua frase aqui" />
  91. <meta name="text:titulo" content="Digite um titulo" />
  92.  
  93. <style>
  94.  
  95. /*** body ***/
  96. body {font-family: {font:body};
  97. font-size: 11px;
  98. color: {color:text};
  99. background-color:{color:background}; background-image: url('{image:Background}');
  100. text-align: justify;
  101. margin-top: 0px;
  102. background-attachment:fixed;}
  103.  
  104. /*** títulos ***/
  105.  
  106. h1 {font-family: {font:titles}; text-align: center; font-size: 15px; text-transform: none; color: {color:title}; font-weight: normal; line-height: 18px;}
  107.  
  108. h4 { background: #fff; font-family: {font:titles}; text-align: center; font-size: 11px; text-transform: none; color: {color:title}; font-weight: normal; line-height: 20px; text-transform: uppercase;}
  109.  
  110. h6 { background: #fff; font-family: {font:titles}; text-align: center; font-size: 12px; text-transform: none; color: {color:title}; font-weight: normal; line-height: -0px;}
  111.  
  112. /*** tags ***/
  113.  
  114. .tags {color: {color:text};font-size: 11px;padding: 3px 4px;text-align:right;border-bottom:1px dashed {color:wishlist}; font-family: tahoma;text-transform: uppercase;}
  115.  
  116. /*** divs id ***/
  117.  
  118. #total {width: 0px;margin-right: auto; margin-left: auto;margin-top: auto; margin-bottom:auto; }
  119.  
  120. /* ESTRUTURAS (sweet-help) */
  121.  
  122. #pagina {width: 1850px; display: block; margin: 0 auto; text-align: center; overflow: auto;}
  123. #conteudo {width: 900px; display: block; margin: 0 auto; text-align: justify; overflow: auto;}
  124. .posts {{block:IndexPage}float: left; width: 320px; overflow: auto;background: #ffffff; margin: 2px;{block:IndexPage}{block:PermalinkPage}float: left; width: 500px; overflow: auto;background: {color:posts}; margin: 2px;{/block:PermalinkPage}}
  125. .posts .oimg{{block:IndexPage}width: 310px; padding: 4px; {/block:IndexPage}{block:PermalinkPage}width: 490px; padding: 4px;{/block:PermalinkPage}}
  126. #sidebar {margin: auto;float:left;position: fixed;width: 220px;text-align: justify; text-align: center;left: 250px; top: 0px;font-family: {font:sidebar};font-size: 10px;}
  127. #nn {height:2000px; background-color: {color:posts};}
  128.  
  129. /*** scrollbar ***/
  130.  
  131. ::-webkit-scrollbar{width:7px;height:0px;}
  132. ::-webkit-scrollbar-button:start:decrement
  133. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  134. ::-webkit-scrollbar-track-piece{background: {color:scrollbar2}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  135. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  136. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  137.  
  138. /*** imagem ***/
  139.  
  140. .oimg{
  141. border: none;
  142. margin: 1px;
  143. filter: alpha(opacity=79);
  144. moz-opacity:.70;
  145. opacity:.90 ;
  146. -webkit-transition-duration: .50s;
  147. }
  148. .oimg:hover{
  149. border: none;
  150. margin: 1px;
  151. filter: alpha(opacity=100);
  152. moz-opacity:1.0;
  153. opacity:1.0;
  154. }
  155.  
  156. /*** personalizacao de cores ***/
  157.  
  158. strong,b {color:{color:negrito}; text-decoration:none; font-weight:bold;}
  159. i,em {color:color:negrito;}
  160. u {color:color:negrito; text-decoration:none; border-bottom:1px dashed color:negrito;}
  161. strike,s {color: color:negrito;}
  162.  
  163. /*** links ***/
  164.  
  165. a{color:{color:links}; text-decoration: none; -webkit-transition-duration: .90s;}
  166. a:hover{color:{color:text};}
  167.  
  168. /*** blockquote ***/
  169.  
  170. blockquote {
  171. border-left: 3px solid {color:text};
  172. padding: 2px 2px 2px 8px;
  173. margin: 3px;
  174. line-height: 17px;
  175. background: {color:posts};
  176. }
  177.  
  178. /*** caixas ***/
  179.  
  180. .caixa {background-color: {color:posts};
  181. margin: 0 0px 0px 0;
  182. padding: 0px;}
  183.  
  184. .caixa2 {background-color: {color:posts};
  185. margin: 0 0px 10px 0;
  186. padding: 10px;}
  187.  
  188. .caixa3 { background-color: {color:posts};
  189. margin: 0 0px 10px 0;
  190. padding: 10px;font-family: {font:body};font-size: 6px;}
  191.  
  192. .caixa4 { background-color: {color:background};
  193. margin: 0 0px 0px 0;
  194. padding: 0px;
  195. color: #111;
  196. text-transform: uppercase;opacity: 0.9;}
  197.  
  198. .caixa5 {background-color: {color:posts};
  199. margin: 0 0px 10px 0;
  200. padding: 5px;}
  201.  
  202. #rol {background-color: {color:posts};
  203. margin: 0 0px 10px 0;
  204. padding: 5px;height: 50px; overflow:auto; }
  205.  
  206. /*** selecao colorida ***/
  207.  
  208. ::-moz-selection
  209. {color: #fff;
  210. background: #f4cccc;}
  211.  
  212. ::selection
  213. {color: {color:selecao};
  214. background: {color:selecaofont};text-shadow: 0 1px 1px #fff;}
  215.  
  216. /*** menu ***/
  217.  
  218. #navu {width: 69px; float: right; position: fixed; top: 100px; margin: 0px 0 0 -45px;}
  219.  
  220. .menu {font-family: Tahoma; width: 55px; float: left; background:{color:menu}; padding: 5px; text-align: center; margin: 1px; font-size: 06pt; color: {color:menufont};text-shadow: 0 1px 1px #fff; border: 3px solid #eee;text-transform: uppercase;}
  221.  
  222. .menu:hover {font-family: Tahoma; width: 55px; float: left; background:{color:background}; padding: 5px; text-align: center; margin: 1px; font-size: 06pt; color: {color:menufont};margin-left:px;text-transform: uppercase;}
  223.  
  224. .menu2 {font-family: Tahoma; width: 55px; float: center; background:{color:borderimage}; padding: 5px; text-align: center; margin: 1px; font-size: 06pt; color: {color:menufont};text-shadow: 0 1px 1px #fff; text-transform: uppercase;}
  225.  
  226. .menu2:hover {font-family: Tahoma; width: 55px; float: left; background:{color:menuhover}; padding: 5px; text-align: center; margin: 1px; font-size: 06pt; color: {color:menufont};margin-left:px;text-transform: uppercase;}
  227.  
  228. .menutopoilh {left:auto; top:210px; position:fixed; width:45px;background:transparent; height:auto; position: fixed!important;z-index:0;}
  229.  
  230. .menutopoilh2 {left:266px; top:245px; position:fixed; width:191px;background:transparent; height:auto; position: fixed!important;z-index:0;}
  231.  
  232. /*** wishlist ***/
  233.  
  234. .wishlist { display: block; background-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: {color:wishlist}; padding-top: 1px; padding-bottom: 1px; padding-right: 2px; padding-left: 2px; margin-right: 2px; }
  235.  
  236. /*** Stilo da Ask por TTHY ********/
  237. .pergunta {background: {color:pergunta}; padding: 6px;margin-top: 0px; border-bottom: 1px solid #; margin-top: 2px; border-right: 0px solid #; margin-left: 0; margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #;}
  238. .perguntou {display: block; height: 24px; margin-left: 31px; background: {color:perguntou}; border-left: 6px solid #c4879b; line-height: 23px; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-style: italic; font-size: 10pt; color: #fff; padding: 3px; text-align: left; text-shadow: 1px 1px 1px #;}
  239. .perguntou a {color: #8a7969; border-bottom: dotted 1px #fff;}
  240. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  241. .oi {background: #faf8f8; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: 0px;color: #a690b2; border-bottom: 1px solid #; border-right: 1px solid #; margin-left: 0; margin-right: 2px;overflow: hidden; text-shadow: 0px 1px 1px #;}
  242.  
  243.  
  244. /*** Paginação ***/
  245. #paginacaoml {font-size: 18px; font-weight: bold; line-height: 21px; }
  246. .pagination{font-size: 18px; margin-top: 5px; text-align: center; width: 100px; float: right; clear:both ;}
  247.  
  248. /*** Info ***/
  249.  
  250. #info {text-align: center;text-transform: uppercase;font-size: 10px; font-family: tohama; font-family: calibri; }
  251. #info a {font-size: 10px;text-transform: uppercase;}
  252.  
  253. /*** Quote ***/
  254.  
  255. .pquote {font-family: calibri; text-align: right; font-size: 12px; line-height: 14px; padding: 3px;}
  256. .pquotesource {text-align:right; padding: 3px; font-size:10px; }
  257. .pquotesource a, a:hover{text-transform: none;}
  258. .aspa {font-size: 40px; font-family: Georgia; color: #828282; text-align: left; float: left; line-height: 75px; z-index: -999; opacity:0.45; -moz-opacity: 0.45; filter: alpha(opacity=45); margin-right: -55px; margin-left:13px; margin-top: -13px;}
  259. .cquote {background: none; font:13px calibri; line-height:95%; no-repeat top left; display: block; text-align: justify; margin: 5px 0px 0px 5px; padding: 5px 15px 10px 15px; color: #aaa;}
  260.  
  261. /*** scrollbar ***/
  262.  
  263. ::-webkit-scrollbar{width:4px;height:0px;}
  264. ::-webkit-scrollbar-button:start:decrement
  265. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  266. ::-webkit-scrollbar-track-piece{background: #eee; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  267. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  268. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  269.  
  270. /* --- Reblogue e outros ------------------------------- */
  271. .reblogue{
  272. top: 4px; margin-left: 200px;
  273. position: absolute;
  274. opacity: 0;
  275. -webkit-transition: all 1s ease;
  276. -moz-transition: all 1s ease;
  277. -o-transition: all 1s ease;
  278. transition: all 1s ease;
  279. }
  280.  
  281. .caixa:hover .reblogue{
  282. opacity: 1;
  283. margin-left: 250px;
  284. -webkit-transition: all 1s ease;
  285. -moz-transition: all 1s ease;
  286. -o-transition: all 1s ease;
  287. transition: all 1s ease;
  288. }
  289.  
  290. .likep a:hover {
  291. background-position: 0px 0px;
  292. }
  293. .likep a {
  294. background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;
  295. background-position: 0px 0px;
  296. z-index: 9999999;
  297. -webkit-transition: all 0s linear;
  298. -moz-transition: all 0s linear;
  299. transition: all 0s linear;
  300. margin-top: -22px;
  301. margin-left: 28px;
  302. display: inline-block;
  303. position: absolute;}
  304. .likep img {
  305. width: 21px;
  306. height: 20px;
  307. webkit-transition: all 0.2s linear;
  308. -webkit-transition: all 0.2s linear;
  309. -moz-transition: all 0.2s linear;
  310. transition: all 0.2s linear;}
  311. #likeiframe {
  312. display: none;
  313. }
  314.  
  315. .notas{
  316. top: 4px;
  317. margin-left: 55px;
  318. position: absolute;
  319. opacity: 0;
  320. -webkit-transition: all 1s ease;
  321. -moz-transition: all 1s ease;
  322. -o-transition: all 1s ease;
  323. transition: all 1s ease;
  324. }
  325.  
  326. .caixa:hover .notas{
  327. opacity: 1;
  328. -webkit-transition: all 1s ease;
  329. -moz-transition: all 1s ease;
  330. -o-transition: all 1s ease;
  331. transition: all 1s ease;
  332. margin-left: 30px;}
  333.  
  334. .notas a{
  335. background: rgba(0,0,0,0.5);
  336. padding: 3px 4px 2px 4px;
  337. font-family: Trebuchet MS;
  338. font-weight: bold;
  339. text-align: center;
  340. display: inline-block;
  341. color: #fff;
  342. -webkit-border-radius: 2px;
  343. -moz-border-radius: 2px;
  344. border-radius: 2px;
  345. font-size: 10px;
  346. }
  347.  
  348. .notes {width: 500px;padding:0px;margin-top:2px; margin-bottom: 2px; font-size: 9px; text-align: left; margin-left:0px;}
  349. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  350. ol.notes li {background-color: #eee; margin-bottom: 1px; padding: 5px; }
  351. .notes img{display:none; border:0px}
  352.  
  353. /* Chat por Anna (livelikeasuicide) *********/
  354. .chat {background: {color:posts}; margin: 0; font-size:
  355. 10px; font-family: tahoma;}
  356. .chat .chat1 {margin-left: 0px;}
  357. .chat .chat1 .chat2 {background: {color:posts}; color: {color:text}; text-shadow: 0 1px 1px #fff;border: 1px solid {color:background};
  358. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  359. .chat .chat1 .chat2.even {background: {color:background};border: 1px solid #eee;
  360. color: {color:text}; text-shadow: 0 1px 1px #fff;} /* Segunda linha */
  361. .chat .chat1 .chat2 span{font-weight: bold;}
  362.  
  363. img{-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;-webkit-filter: grayscale(100%)}
  364.  
  365. img:hover{-webkit-filter: grayscale(0%);}
  366.  
  367. .blur:hover{-webkit-filter: blur(2px); -webkit-transition: 1s;}
  368. .blur{-webkit-filter: blur(0px);border: 3px solid {color:borderimage}; padding: 5px;}
  369.  
  370. .box { width: 505px;background:#fff;padding:4px; margin:2px; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
  371.  
  372. </style>
  373.  
  374. </head>
  375.  
  376. <body>
  377.  
  378. <div id="pagina">
  379.  
  380. <div id="sidebar">
  381. <div id="nn">
  382. <div style="position: fixed; top: 415px; left: 150px; width: 40%; height: 5px; background: ; z-index: 2;"></div>
  383.  
  384. <div class="caixa5">
  385.  
  386. <h6>{text:frase}</h6>
  387.  
  388. <img src="{image:sidebar}" align="right" height="220" width="190" class="blur" ><div class="menutopoilh2"><div class="caixa4"><h4>{text:titulo}</h4></div></div>
  389. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}" class="menu2">{text:Link5 Title}</a>{/block:ifLink5}
  390. {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}" class="menu2">{text:Link6 Title}</a>{/block:ifLink6} <br><br>
  391. <div id="rol"><i>{block:Description}{Description}{/block:Description}</i></div>
  392.  
  393. </div>
  394. <script type="text/javascript">
  395. function changeNavigation(id) {document.getElementById('ilh').innerHTML=document.getElementById(id).innerHTML}
  396. </script>
  397. <a href="/" title="Voltar aos posts" class="menu">HOME </a>
  398. <a href="/ask" title="Pergunte" class="menu">ASK</a>
  399. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}" class="menu">{text:Link1 Title}</a>{/block:ifLink1}
  400. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}" class="menu">{text:Link2 Title}</a>{/block:ifLink2}
  401. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}" class="menu">{text:Link3 Title}</a>{/block:ifLink3}
  402. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}" class="menu">{text:Link4 Title}</a>{/block:ifLink4}
  403. <br><br><br><br><br><br>
  404. <a href="http://my-big-mess.tumblr.com/">© Theme by</a>
  405. </div>
  406. </div>
  407.  
  408. <div id="ilh">
  409.  
  410. <div id="conteudo">
  411. {block:Posts}
  412. <div class="posts">
  413.  
  414. <!--TEXT POSTS-->
  415.  
  416. {block:Text}<h1>{Title}</h1>{/block:Title}<div>{Body}</div>
  417. <div id="info">
  418. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  419. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  420.  
  421. </div>{/block:Date}{/block:Text}
  422.  
  423. <!--ASK POSTS-->
  424. {block:Answer}
  425.  
  426. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  427. <div class="pergunta">{Question}</div>
  428. <br>
  429. <div class="oi">{Answer}</div>
  430. <div id="info">
  431. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  432. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  433.  
  434. </div>{/block:Date}{/block:Answer}
  435.  
  436. <!--LINK POSTS-->
  437.  
  438. {block:Link}<h1>{Name}</h1>{block:Description}{Description}{/block:Description}{block:PostNotes}<br />{PostNotes}{/block:PostNotes}<div id="info">
  439. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  440. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  441.  
  442. </div>{/block:Date}{/block:Link}
  443.  
  444. <!--PHOTO POSTS-->
  445.  
  446. {block:Photo}
  447. <div class="caixa">
  448. {LinkOpenTag}<img src="{PhotoURL-400}" title="{PhotoAlt}" width="310" class="oimg">{LinkCloseTag}
  449. {block:IndexPage}
  450. <div class="reblogue">
  451. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  452. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  453. </div>
  454. {block:NoteCount}<div class="notas">
  455. <a href="{Permalink}">{NoteCount}</a>
  456. </div>{/block:NoteCount}
  457. {/block:IndexPage}
  458.  
  459. </div>
  460. {/block:Photo}
  461.  
  462. <!--QUOTE POSTS-->
  463.  
  464. {block:Quote}<div class="aspa">“</div><div class="cquote"> {Quote}</div>
  465. {block:Source}<div class="cquotesource"> {Source}</div>{/block:Source}
  466. <div id="info">
  467. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  468. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  469.  
  470. </div>{/block:Date}{/block:Quote}
  471.  
  472. <!--CHAT POSTS-->
  473.  
  474. {block:Chat}
  475. <div class="chat">
  476. <div class="chat1">
  477. {block:Lines}
  478. <div class="chat2 {Alt}">
  479. {block:Label}
  480. <span>{Label}</span>
  481. {/block:Label}
  482. {Line}</div>
  483. {/block:Lines}
  484. </div>
  485. </div><div id="info">
  486. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  487. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  488.  
  489. </div>{/block:Date}
  490. {/block:Chat}
  491.  
  492. <!--AUDIO POSTS-->
  493.  
  494. {block:Audio}<div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div><center>{AudioPlayerBlack}</center>{block:Caption}{Caption}{/block:Caption}<br />{block:PostNotes}<br />{PostNotes}{/block:PostNotes}<div id="info">
  495. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  496. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  497.  
  498. </div>{/block:Date}{/block:Audio}
  499.  
  500. <!--VIDEO POSTS-->
  501.  
  502. {block:Video}<div class="caixa"><center>{Video-250}</center>{block:IndexPage}
  503. <div class="reblogue">
  504. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  505. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  506. </div>
  507. {block:NoteCount}<div class="notas">
  508. <a href="{Permalink}">{NoteCount}</a>
  509. </div>{/block:NoteCount}
  510. {/block:IndexPage}
  511.  
  512. </div>{block:PostNotes}{PostNotes}{/block:PostNotes}{block:Video}
  513.  
  514. <!--- TAGS E DATAS --->
  515.  
  516. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  517.  
  518. </div>{/block:Date}{/block:Posts}
  519.  
  520. {block:IndexPage}
  521. <div class="column navigation" id="navigation">
  522. {block:Pagination}
  523. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  524. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  525. </div>
  526. {/block:IndexPage}
  527.  
  528. </div></div>
  529.  
  530. </body>
  531.  
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement