Advertisement
Lolovers

Theme Space

Mar 8th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/Ebrm7rdy0/botao.js"></script>
  6.  
  7.  
  8. <link rel="shortcut icon" href="{favicon}"/>
  9. <title>{title}</title>
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Exo+2' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Jura&subset=latin,greek-ext' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16.  
  17. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/YnTm5op3n/like.js"></script>
  18. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  19.  
  20. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24. <script>
  25. $(document).ready(function() {////When you click on a link with class of poplight and the href starts with a #
  26. $('a.poplight[href^=#]').click(function() {
  27. var popID = $(this).attr('rel'); //Get Popup Name
  28. var popURL = $(this).attr('href'); //Get Popup href to define size
  29. //Pull Query & Variables from href URL
  30. var query= popURL.split('?');
  31. var dim= query[1].split('&');
  32. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  33. //Fade in the Popup and add close button
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://31.media.tumblr.com/82528ed23027959e3860bb90c2fc15d0/tumblr_inline_n1w3oaYxXK1rwneo8.png" width="64" height="64" z-index="10000000000000000000000000000000000000000000000000000000000000" class="btn_close" title="Close | Fechar" alt="Close"/></a>');
  35. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  36. var popMargTop = ($('#' + popID).height() + 80) / 2;
  37. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  38. //Apply Margin to Popup
  39. $('#' + popID).css({
  40. 'margin-top' : -popMargTop,
  41. 'margin-left' : -popMargLeft
  42. });
  43. //Fade in Background
  44. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({‘filter’ : ‘alpha(opacity=80)’}) is used to fix the IE Bug on fading transparencies
  46. return false;
  47. });
  48. //Close Popups and Fade Layer
  49. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer…
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58. </head>
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. body {background: #f4f4f4 url("https://31.media.tumblr.com/bd376aba8e6c6c3ade3a8925165c3948/tumblr_inline_n24ihyzHBA1rwneo8.png") fixed;}
  64.  
  65. #page {width: 840px;background: #transparent;background-repeat: repeat-y; margin-left: auto;margin-right: auto;}
  66.  
  67. #content {width: 840px;background: #transparent;background-repeat: repeat-y;margin-left: auto;margin-right: auto;}
  68.  
  69. #sidebar {background: #transparent;width: 0px;float: left;margin-top: 160px;position: fixed;margin-left:0px;}
  70.  
  71. #main {background-color: #transparent;width: 840px;float: right;position: relative;margin-right: 0px;margin-top:20px;}
  72.  
  73.  
  74. .caixa {background: #transparent; box-shadow: 0px 0px 1px 5px #f0f0f0; z-index: 10000; overflow: hidden; color: #777;
  75. {block:IndexPage}margin: 10px; float: left; width: 260px; padding: 0px; position: relative;{/block:IndexPage}
  76. {block:PermalinkPage}text-align: center; width: 750px; padding: 2px; {/block:PermalinkPage}}
  77.  
  78. #footer {background: #transparent;background-repeat:no-repeat;background-position: bottom;width: 900px;height: 44px;clear: both; }
  79.  
  80.  
  81.  
  82.  
  83. b, strong {color: #d9d6c5; TEXT-DECORATION: none; border-bottom: 1px dashed #none;}
  84. u {color: #feaddcc; TEXT-DECORATION: none; border-bottom: 1px solid #4890a8;}
  85. s, strike {color: #fff;}
  86. i {color: #edc693; TEXT-DECORATION: none; border-bottom: 1px dotted #none;}
  87.  
  88.  
  89.  
  90. a:link, a:active, a:visited {
  91. color: #999;
  92. text-decoration: none;
  93. cursor: pointer;}
  94.  
  95. a:hover { color: #929cb2;
  96. text-decoration: none;
  97. cursor: pointer;}
  98.  
  99.  
  100. ::-moz-selection {background: #929cb2; color: #fff;}
  101. ::selection {background: #929cb2; color:#fff;}
  102.  
  103.  
  104. /** títulos e tags **/
  105.  
  106. .h1 {font-family:'Yanone Kaffeesatz', helvetica; font-size:19px; text-align: center;text-shadow: 0 1px 1px #fff;margin:-1px 2px 6px 3px;color: #999;background: #fff; margin:0px;padding:3px; border-bottom:1px solid #f5f5f5;margin-left:-10px;margin-right:-10px;margin-top:-5px;}
  107. .faixa2 {background: #dee5e7; font-family:'bebas';font-size:15px;padding:5px;color:#999;text-shadow: 0 1px 0px #fff;margin-top:-20px;margin-left:-20px;margin-right:-20px;}
  108.  
  109. .titulo22 {font-family:'Jura', sans-serif;font-size:18px; color:#fff;border-bottom:1px solid #fff;padding:5px;width:80px;margin-top:-5px;float:right;margin-right:380px;}
  110.  
  111. /* --- Reblogue e outros ------------------------------- */
  112. .reblogue{margin-top: -30px;margin-left: 150px; position: absolute;opacity: 0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease; -o-transition: all 1s ease;transition: all 1s ease;}
  113. .box:hover .reblogue{opacity: 1;margin-left: 190px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  114. .likep a:hover {background-position: 0px 0px; }
  115. .likep a {background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;background-position: 0px 0px;z-index: 9999999;-webkit-transition: all 0s linear;-moz-transition: all 0s linear;transition: all 0s linear;margin-top: -22px;margin-left: 28px;display: inline-block;position: absolute;}
  116. .likep img { width: 21px; height: 20px; webkit-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
  117. #likeiframe {display: none;}
  118.  
  119. .notas{margin-top: -25px;margin-left: 55px;position: absolute;opacity: 0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; transition: all 1s ease;}
  120.  
  121. .box:hover .notas{opacity: 1; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; transition: all 1s ease;margin-left: 5px;}
  122.  
  123. .notas a{background: rgba(0,0,0,0.5);padding: 3px 4px 2px 4px;font-family: Trebuchet MS;font-weight: bold;text-align: center;display: inline-block;color: #fff;-webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px;font-size: 10px;}
  124. .lupa{margin-left: 55px;position: absolute;opacity: 0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; transition: all 1s ease; margin-top: 5px; }
  125. .box:hover .lupa{opacity: 1;margin-left: 5px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  126.  
  127.  
  128.  
  129.  
  130. cred {display: block; vertical-align: middle; line-height: 13px; margin-bottom: 0px; text-decoration: none; padding: 5px; font-style: normal;font-size: 10px; background: #f5f5f5; border-radius: 5px;margin-bottom:4px;color:#999;}
  131.  
  132. cred a {background: #dee5e7; padding: 5px; color: #b9e596; border-radius: 5px;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;margin-left:-3px;margin-top:1px;}
  133.  
  134. cred:hover a {background: #dee5e7; padding: 5px; color: #fff; border-radius: 5px;}
  135.  
  136.  
  137.  
  138. /***Quote por lovers-of-designs.tumblr.com***/
  139. .quote {background: #f5f5f5; overflow: hidden; padding:10px; border-radius:6px;font-family: 'Galdeano', sans-serif; color: #999; font-size: 15px; text-align:justy;margin-left:0px;margin-right:0px;text-shadow: 0px 0px 1px #fff;box-shadow: 0px 1px 1px #eee;text-align:left;}
  140. .sou a {color: #4890a8;text-shadow: 0px 0px 1px #999;}
  141. .sou a:hover {color: #fff;text-shadow: 0px 0px 1px #999;}
  142. .ponta {float:right; margin-top:0px;margin-right:20px;width:30px; height:14px;}
  143. .sou {background:#d1e4d1; border-radius:2px;padding:2px;font-family: 'Galdeano', sans-serif; color: #fff; font-size: 13px;text-shadow: 1px 1px 1px #fff;}
  144. .fica {margin-left:0px;}
  145. .bolinha {float:left; width:10px; height:10px;margin-right:10px;margin-top:4px;margin-left:2px;}
  146.  
  147. .menucaixa {background: #fff;padding:3px;box-shadow: 0px 0px 3px #e1e1e1;z-index:-100;}
  148.  
  149. .menu {background:#transparent; color: #999;padding:2px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;text-shadow: 0px 0px 1px 1px #c8d0e2;font-size:12px;font-family:'Exo 2', sans-serif;display: inline-block;}
  150. .menu:hover {color:#929cb2;}
  151.  
  152. .menuzinho {margin-top:-85px;position:absolute;margin-left:96px;}
  153.  
  154. .sidebarflu1 {float:left;margin-left:96px;margin-top:-47px;position:absolute;z-index:-1000;width:745px;}
  155. .sidebarflu {overflow:hidden; color: #999; background-color: #fff; padding:2px; box-shadow: 0px 0px 3px #e1e1e1; z-index: 10000;font-size: 12px; font-family:'Exo 2', sans-serif;;text-decoration : none;z-index:-1000;}
  156.  
  157.  
  158. /*** caixa não mexa em nada! ***/
  159. .box {overflow:hidden; color: #999; background-color: #fff; padding:2px; box-shadow: 0px 1px 1px #777777; z-index: 10000;font-size: 12px; font-family:'Exo 2', sans-serif;text-decoration : none;text-align:left; }
  160.  
  161. .sidebar {overflow:hidden; color: #fff; background-color: #98ba67; padding:5px; box-shadow: 0px 0px 1px 1px #b2a6a4; z-index: 10000;box-shadow: 0 1px 1px #d2d2d2;font-size: 12px; font-family:'Candara';text-decoration : none;text-align:center;}
  162.  
  163.  
  164.  
  165. #fade {display: none; background: #fff;position: fixed; left: 0; top: 0;width: 100000%; height: 100000%;opacity: .50; z-index: 9999999;}
  166.  
  167. .popup_block{display: none;background: #fff;color: #b9c1b3;padding: 20px;border: 0px solid #dccedc;float: left;font-size: 11px;font-family: verdana;position: fixed; top: 50%; left: 50%;z-index: 100000000000000000000000000000000000000;border-radius:10px;}
  168. img.btn_close {float: right;margin: -40px -40px 0 0;}
  169. *html #fade { position: absolute;}
  170. *html .popup_block {position: absolute;}
  171.  
  172.  
  173. blockquote {background: #fff; color:#999; font-size: 11px; font-family: arial;box-shadow: 0px 0px 0px 1px #eee5dd;margin:5px; padding:5px;}
  174.  
  175. .blockquote {background: #fff; color:#dbc98a; font-size: 11px; font-family: arial;box-shadow: 0px 0px 0px 1px #999;margin:5px; padding:5px;}
  176.  
  177.  
  178.  
  179.  
  180. /***Estilo de ask por: Lovers-of-designs.tumblr.com***/
  181. .pergunta {background: #f5f5f5;font-family: 'Exo 2', sans-serif;; font-size:12px; color: #829dae;text-shadow: 0px 1px 1px #eee;padding:6px;text-align: justify;margin-left: px;margin-right: auto;margin-bottom:10px;}
  182. .perguntou {background: #ffd6af; color:#fff;font-family: 'Exo 2', sans-serif;; font-size:11px; text-shadow: 0px 1px 1px #e2be9b;padding:3px;text-align: justify;margin-left: 40px;margin-right: auto;margin-bottom:0px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;width:210px;}
  183. .perguntou a {color: #fff;}
  184. .pergunta p {margin:1px 0px;}
  185. .fotos {float:left; border-radius:0px;margin-top:-3px;margin-right:5px;margin-left:-43px;filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;background:#fff;}
  186. .fotos:hover {filter: alpha(opacity=100); opacity: 0.85; -moz-opacity:0.85; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;}
  187. .resposta {background: #fff;font-family: 'Exo 2', sans-serif;; font-size:12px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-radius:5px;overflow:auto;}
  188.  
  189.  
  190.  
  191.  
  192.  
  193. /*** caixa e extra *********************************************/
  194. .caixa1 {background: #fff; overflow: hidden; padding: 5px;font-family: Verdana, Geneva, sans-serif;font-size: 8pt;color: #888888;text-align: justify;outline: 0px solid #; margin-bottom: 5px;width: 490px;width:740px;}
  195.  
  196. .extra {border-left: 4px solid #adc4d2; display : block;border-bottom : 1px solid #fff;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: #f7f7f7; line-height: 18px;}
  197.  
  198. .extra a {padding-right: 6px; color: #a38fad; border-right: dotted 1px #e7daee; text-shadow: 1px 1px 1px #;}
  199.  
  200.  
  201. /* Chat por Anna (livelikeasuicide) *********/
  202. .chat {background: #f5f5f5; margin: 0; font-size:
  203. 10px; font-family: arial;}
  204. .chat .chat1 {margin-left: 0px;}
  205. .chat .chat1 .chat2 {background: #ffddba; color: #fff;
  206. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  207. .chat .chat1 .chat2.even {background: #fff;
  208. color: #999;} /* Segunda linha */
  209. .chat .chat1 .chat2 span{font-weight: bold;}
  210.  
  211. .trackid {padding: 5px;
  212. background: #f5f5f5;
  213. color: #999;
  214. width:240px;
  215. margin-top: 1px;
  216. margin-left: 0px;
  217. margin-right: 0px;
  218. text-shadow: 0px 0px 1px #fff;}
  219.  
  220. .trackid2 {padding: 2px;
  221. background: #f5f5f5;
  222. color: #999;
  223. width: 236px;
  224. margin-top: 0px;
  225. margin-left: 10px;
  226. margin-right: 0px;}
  227.  
  228. .fofoto1 {margin-left:10px;margin-top:20px; width:75px;border:5px solid #fff;box-shadow: 0px 0px 3px #e1e1e1;background:#fff;}
  229.  
  230. </style>
  231.  
  232.  
  233. <body>
  234.  
  235.  
  236. <div id="content">
  237.  
  238. <div class="titulo22">Lovers ♥</div>
  239.  
  240. <div class="fofoto1"><img src="https://31.media.tumblr.com/caccc65db6f855f1e7b2ae290acb0d82/tumblr_inline_n1pucqgQnz1rwneo8.png" width="75px"></div>
  241.  
  242. <div class="menuzinho">
  243. <div class="menucaixa">
  244. <a href="/" class="menu">Home</a> •
  245. <a href="/ask" class="menu">Ask me</a> •
  246. <a href="/archive" class="menu">Archive</a> •
  247. <a href="#?w=500" rel="tumblr" class="poplight"><div class="menu">Crédits</div></a>
  248. </div></div>
  249.  
  250. <div class="sidebarflu1">
  251. <div class="sidebarflu">
  252. {block:Description}{Description}{/block:Description}
  253. </div>
  254. </div>
  255.  
  256. <div id="sidebar">
  257.  
  258. </div>
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. <div id="main">
  269.  
  270.  
  271.  
  272. {block:Posts}
  273. <div class="caixa"> <!--- Abrindo a div da caixa --->
  274.  
  275. <!--- Texto --->
  276. {block:Text}<div class="box">
  277.  
  278. {block:HighRes}<div class="lupa">
  279. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  280. </div>{/block:HighRes}
  281.  
  282. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  283. {body}
  284.  
  285. <!---------------- DATA DOS POSTS ------------->
  286. {block:IndexPage}
  287. <div class="reblogue">
  288. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  289. <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>
  290. </div>
  291. {block:NoteCount}<div class="notas">
  292. <a href="{Permalink}">{NoteCount}</a>
  293. </div>{/block:NoteCount}
  294. {/block:IndexPage}
  295. </div>
  296.  
  297.  
  298. {/block:Text}
  299.  
  300. <!--- Photo --->
  301. {Block:Photo}
  302. <div class="box">
  303. {block:HighRes}<div class="lupa">
  304. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  305. </div>{/block:HighRes}
  306.  
  307. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="256px;" class="fofoto">{LinkCloseTag}{/block:IndexPage}
  308. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" >{LinkCloseTag}{/block:PermalinkPage}
  309. {block:Caption}{Caption}{/block:Caption}
  310.  
  311. <!---------------- DATA DOS POSTS ------------->
  312. {block:IndexPage}
  313. <div class="reblogue">
  314. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  315. <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>
  316. </div>
  317. {block:NoteCount}<div class="notas">
  318. <a href="{Permalink}">{NoteCount}</a>
  319. </div>{/block:NoteCount}
  320. {/block:IndexPage}</div>
  321.  
  322. {/Block:Photo}
  323.  
  324. <!--- Photoset --->
  325. {block:Photoset}<div class="box">
  326. {block:HighRes}<div class="lupa">
  327. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  328. </div>{/block:HighRes}
  329.  
  330. {block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}
  331. {block:PermalinkPage}{LinkOpenTag}{Photoset-700}{LinkCloseTag}{/block:PermalinkPage}
  332. {block:Caption}{Caption}{/block:Caption}
  333.  
  334. <!---------------- DATA DOS POSTS ------------->
  335. {block:IndexPage}
  336. <div class="reblogue">
  337. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  338. <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>
  339. </div>
  340. {block:NoteCount}<div class="notas">
  341. <a href="{Permalink}">{NoteCount}</a>
  342. </div>{/block:NoteCount}
  343. {/block:IndexPage}</div>
  344.  
  345. {/block:Photoset}
  346.  
  347. <!--- Quote --->
  348. {block:Quote}<div class="box">
  349. {block:HighRes}<div class="lupa">
  350. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  351. </div>{/block:HighRes}
  352.  
  353. <div class="quote">" {Quote} "</div>
  354. <div class="ponta"><img src=""></div><br>
  355. <div class="fica">
  356. <div class="sou"><div class="bolinha"><img src=""></div>{block:Source}
  357. <div class="sou">{Source}</div>
  358. {/block:Source}</div></div>
  359.  
  360. <!---------------- DATA DOS POSTS ------------->
  361. {block:IndexPage}
  362. <div class="reblogue">
  363. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  364. <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>
  365. </div>
  366. {block:NoteCount}<div class="notas">
  367. <a href="{Permalink}">{NoteCount}</a>
  368. </div>{/block:NoteCount}
  369. {/block:IndexPage}</div>
  370.  
  371. {/block:Quote}
  372.  
  373. <!--- Chat --->
  374. {block:Chat}<div class="box">
  375. {block:HighRes}<div class="lupa">
  376. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  377. </div>{/block:HighRes}
  378.  
  379. <div class="chat">
  380. <div class="chat1">
  381. {block:Lines}
  382. <div class="chat2 {Alt}">
  383. {block:Label}
  384. <span>{Label}</span>
  385. {/block:Label}
  386. {Line}</div>
  387. {/block:Lines}
  388. </div></div>
  389.  
  390. <!---------------- DATA DOS POSTS ------------->
  391. {block:IndexPage}
  392. <div class="reblogue">
  393. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  394. <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>
  395. </div>
  396. {block:NoteCount}<div class="notas">
  397. <a href="{Permalink}">{NoteCount}</a>
  398. </div>{/block:NoteCount}
  399. {/block:IndexPage}</div>
  400.  
  401. {/block:Chat}
  402.  
  403. <!--- Link --->
  404. {block:Link}<div class="box">
  405. {block:HighRes}<div class="lupa">
  406. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  407. </div>{/block:HighRes}
  408.  
  409. <a href="{URL}" target="{Target}"><div class="h1">{Name}</div></a>
  410. {block:Description}{Description}{/block:Description}
  411.  
  412. <!---------------- DATA DOS POSTS ------------->
  413. {block:IndexPage}
  414. <div class="reblogue">
  415. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  416. <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>
  417. </div>
  418. {block:NoteCount}<div class="notas">
  419. <a href="{Permalink}">{NoteCount}</a>
  420. </div>{/block:NoteCount}
  421. {/block:IndexPage}</div>
  422.  
  423. {/block:Link}
  424.  
  425. <!--- Audio --->
  426. {block:Audio}<div class="box">
  427. {block:HighRes}<div class="lupa">
  428. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  429. </div>{/block:HighRes}
  430.  
  431. <div class="">
  432. {block:AlbumArt}
  433. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  434. {/block:AlbumArt}
  435. <div class="trackid2">{AudioPlayerGrey}</div>
  436. {block:TrackName}
  437. <div class="trackid">"{TrackName}"</div>
  438. {/block:TrackName}
  439. {block:Artist}
  440. <div class="trackid">{Artist}</div>
  441. {/block:Artist}
  442. <div class="trackid">({PlayCount}) plays</div>
  443.  
  444.  
  445. <!---------------- DATA DOS POSTS ------------->
  446. {block:IndexPage}
  447. <div class="reblogue">
  448. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  449. <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>
  450. </div>
  451. {block:NoteCount}<div class="notas">
  452. <a href="{Permalink}">{NoteCount}</a>
  453. </div>{/block:NoteCount}
  454. {/block:IndexPage}</div></div>
  455. {/block:Audio}
  456.  
  457. <!--- Video --->
  458. {block:Video}<div class="box">
  459. {block:HighRes}<div class="lupa">
  460. <a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a>
  461. </div>{/block:HighRes}
  462.  
  463. {block:Indexpage}{Video-250}{/block:IndexPage}
  464. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  465. {block:Caption}{Caption}{/block:Caption}
  466.  
  467. <!---------------- DATA DOS POSTS ------------->
  468. {block:IndexPage}
  469. <div class="reblogue">
  470. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  471. <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>
  472. </div>
  473. {block:NoteCount}<div class="notas">
  474. <a href="{Permalink}">{NoteCount}</a>
  475. </div>{/block:NoteCount}
  476. {/block:IndexPage}</div>
  477. {/block:Video}
  478.  
  479. {block:Answer}
  480. <div class="box">
  481. <div class="perguntou"><img src="{AskerPortraitURL-48}" class="fotos"> ♥ {Asker} perguntou </div>
  482. <div class="pergunta">{Question}</div>
  483. <div class="resposta">{Answer}</div>
  484.  
  485. <!---------------- DATA DOS POSTS ------------->
  486. {block:IndexPage}
  487. {/block:IndexPage}</div>
  488.  
  489. {/block:Answer}
  490.  
  491. <!--- Fechando a div da caixa --->
  492. </div>
  493.  
  494. {block:PostNotes}
  495. <div class="caixa1">
  496. <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  497. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> - Source </a>{/block:ContentSource}</div>
  498. <div class="extra">
  499. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  500. </div>
  501. <div class="extra">
  502. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  503. <span style="width:auto;">
  504. {block:HasTags}
  505. {block:Tags}
  506. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  507. </div>
  508. <div class="extra">
  509. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  510. </div>
  511. {PostNotes}
  512.  
  513. </div>
  514. {/block:PostNotes}
  515.  
  516.  
  517.  
  518. {/block:Posts}
  519. </div>
  520.  
  521.  
  522.  
  523. <div id="tumblr" class="popup_block">
  524.  
  525.  
  526. <div class="faixa2">Creditos</div><br>
  527.  
  528. Theme desenvolvido por Jéssica V. (Jessierobsten). Não copie e não se inspire sem a minha autorização, todos os direitos do theme são reservados. Lembre-se que plágio é crime. <p>
  529. Obrigada a todas as pessoas que me ajudaram a fazer esse theme, abaixo darei uma lista das pessoas que me ajudaram e que sempre terei que agradecer:<br><br><br>
  530.  
  531. <cred><a href="http://jessierobsten.tumblr.com/"><cred1>Jéssyca Victoria</cred1></a> <img src=""> Desenvolvimento do theme e design </cred>
  532.  
  533. <cred><a href="http://things-to-help-you.tumblr.com/"><cred1>TTHY</cred1></a> <img src=""> Muitos códigos, materiais e tutoriais</cred>
  534.  
  535. <cred><a href="http://tumblr.com/"> <cred1>Tumblr USF </cred1></a> <img src=""> Hospedagem</cred>
  536.  
  537. <cred><a href="OLINK"><cred1> Cores, imagens e etc...</cred1></a> <img src=""> Photoshop SC5</cred>
  538.  
  539. <cred><a href="OLINK"> <cred1>Dafontes e Google</a> </cred1><img src=""> Fontes</cred>
  540.  
  541.  
  542.  
  543. </div>
  544.  
  545.  
  546. <div id="footer"></div></div>
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  556. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  557. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  558.  
  559. <script type="text/javascript">
  560. $(window).load(function () {
  561. $('#main').masonry(),
  562. $('.masonryWrap').infinitescroll({
  563. navSelector : "div#navigation",
  564. nextSelector : "div#navigation a#nextPage",
  565. itemSelector : ".caixa",
  566. bufferPx : 1000,
  567. extraScrollPx: 1000,
  568. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  569. loadingText : "Aguarde...",
  570.  
  571. },
  572. // call masonry as a callback.
  573. function() { $('#main').masonry({ appendedContent: $(this) });
  574.  
  575. }
  576. );
  577. });
  578. </script>
  579. {block:IndexPage}
  580. <div class="column navigation" id="navigation">
  581. {block:Pagination}
  582. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  583. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  584. </div>
  585. {/block:IndexPage}
  586.  
  587. </body>
  588. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement