Advertisement
Lolovers

Theme Good Life

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