Advertisement
Lolovers

Theme Kisses

Oct 6th, 2013
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.50 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=Raleway' rel='stylesheet' type='text/css'>
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <script>
  18.  
  19.  
  20.  
  21. $(document).ready(function() {
  22.  
  23. //
  24.  
  25.  
  26.  
  27. //When you click on a link with class of poplight and the href starts with a #
  28.  
  29. $('a.poplight[href^=#]').click(function() {
  30.  
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32.  
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34.  
  35.  
  36.  
  37. //Pull Query & Variables from href URL
  38.  
  39. var query= popURL.split('?');
  40.  
  41. var dim= query[1].split('&');
  42.  
  43. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  44.  
  45.  
  46.  
  47. //Fade in the Popup and add close button
  48.  
  49. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/bf7f2f2b466eeefe22fb5b3522f0a720/tumblr_inline_msgccgXjAc1qz4rgp.png" width="50" height="50" class="btn_close" title="Close Window" alt="Close"/></a>');
  50.  
  51.  
  52.  
  53. //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
  54.  
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56.  
  57. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  58.  
  59.  
  60.  
  61. //Apply Margin to Popup
  62.  
  63. $('#' + popID).css({
  64.  
  65. 'margin-top' : -popMargTop,
  66.  
  67. 'margin-left' : -popMargLeft
  68.  
  69. });
  70.  
  71.  
  72.  
  73. //Fade in Background
  74.  
  75. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  76.  
  77. $('#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
  78.  
  79.  
  80.  
  81. return false;
  82.  
  83. });
  84.  
  85.  
  86.  
  87. //Close Popups and Fade Layer
  88.  
  89. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer…
  90.  
  91. $('#fade , .popup_block').fadeOut(function() {
  92.  
  93. $('#fade, a.close').remove(); //fade them both out
  94.  
  95. });
  96.  
  97. return false;
  98.  
  99. });
  100.  
  101.  
  102.  
  103.  
  104.  
  105. });
  106.  
  107. </script>
  108.  
  109. </head>
  110. <!-- css scripts e afins -->
  111.  
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116.  
  117. body {background: #000 url(''); }
  118.  
  119.  
  120.  
  121. #page {width: 850px;background: #transparent;background-repeat: repeat-y; margin-left: auto;margin-right: auto;}
  122.  
  123. #content {width: 850px;background: #transparent;background-repeat: repeat-y;margin-left: auto;margin-right: auto;}
  124.  
  125. #sidebar {background: #transparent;width: 150px;float: left;margin-top: 350px;position: fixed;margin-left:-130px;}
  126.  
  127. #main {background-color: #transparent;width: 1000px;float: right;position: relative; z-index: 10000;margin-right: -210px;margin-top: -0px;}
  128.  
  129. .caixa {background: #transparent; box-shadow: 0px 1px 5px #000; z-index: 10000; overflow: hidden; color: #777;
  130. {block:IndexPage}margin: 5px; float: left; width: 411px; padding: 0px; position: relative;{/block:IndexPage}
  131. {block:PermalinkPage}text-align: center; width: 500px; padding: 2px; {/block:PermalinkPage}}
  132.  
  133. #footer {background: #transparent;background-repeat:no-repeat;background-position: bottom;width: 900px;height: 44px;
  134. clear: both; }
  135.  
  136.  
  137.  
  138. /*** Formatação de texto ***/
  139.  
  140.  
  141.  
  142. b, strong {color: #cf8484; TEXT-DECORATION: none; border-bottom: 1px dashed #none;
  143. }
  144. u {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;
  145. }
  146. s, strike {color: #dedcda;
  147. }
  148. i {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  149. }
  150. em { color: #dedcda; TEXT-DECORATION: none; border-bottom: 1px dashed #none;
  151. }
  152. ul {color: #dedcda; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  153. }
  154. x {color: #fff; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  155. }
  156.  
  157. a:link, a:active, a:visited {
  158. color: #fff;
  159. text-decoration: none;
  160. cursor: pointer;}
  161.  
  162. a:hover { color: #fff;
  163. text-decoration: none;
  164. cursor: pointer;}
  165.  
  166.  
  167. ::-moz-selection {background: #eee; color: #fff;}
  168. ::selection {background: #eee; color:#fff;}
  169.  
  170. pre { font: 11px "04b03"; width: auto; height: auto; overflow: auto; color: #ffc59b; background: #f5f5f5; padding:5px;}
  171.  
  172. /** títulos e tags **/
  173.  
  174. .h1 {font-family:'Yanone Kaffeesatz', helvetica; font-size:19px; text-align: center;text-shadow: 0 0px 1px #FFF;color: #fff;border-bottom: 2px solid: #ffb1b2;padding:3px; background: #000;margin-left:-20px;margin-right:-20px;margin-top:-5px;}
  175.  
  176. .faixa2 {background: #000; color:#fff; padding:5px; margin: -20px -20px -5px -20px;font-size:25px;font-family:'Yanone Kaffeesatz', helvetica;text-shadow: 0 1px 0px #FFF;}
  177.  
  178.  
  179.  
  180. /* --- Reblogue e outros ------------------------------- */
  181. .reblogue{
  182. margin-top: -25px;
  183. margin-left: 145px;
  184. position: absolute;
  185. opacity: 0;
  186. -webkit-transition: all 1s ease;
  187. -moz-transition: all 1s ease;
  188. -o-transition: all 1s ease;
  189. transition: all 1s ease;
  190. }
  191.  
  192.  
  193. .box:hover .reblogue{
  194. opacity: 1;
  195. margin-bottom: 5px;
  196. -webkit-transition: all 1s ease;
  197. -moz-transition: all 1s ease;
  198. -o-transition: all 1s ease;
  199. transition: all 1s ease;
  200. }
  201.  
  202. .likep a:hover {
  203. background-position: 0px 0px;
  204. }
  205. .likep a {
  206. background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;
  207. background-position: 0px 0px;
  208. z-index: 9999999;
  209. -webkit-transition: all 0s linear;
  210. -moz-transition: all 0s linear;
  211. transition: all 0s linear;
  212. margin-top: -22px;
  213. margin-left: 28px;
  214. display: inline-block;
  215. position: absolute;}
  216. .likep img {
  217. width: 21px;
  218. height: 20px;
  219. webkit-transition: all 0.2s linear;
  220. -webkit-transition: all 0.2s linear;
  221. -moz-transition: all 0.2s linear;
  222. transition: all 0.2s linear;}
  223. #likeiframe {
  224. display: none;
  225. }
  226.  
  227. .notas{
  228. margin-top: -25px;
  229. margin-left: 55px;
  230. position: absolute;
  231. opacity: 0;
  232. -webkit-transition: all 1s ease;
  233. -moz-transition: all 1s ease;
  234. -o-transition: all 1s ease;
  235. transition: all 1s ease;
  236. }
  237.  
  238. .box:hover .notas{
  239. opacity: 1;
  240. -webkit-transition: all 1s ease;
  241. -moz-transition: all 1s ease;
  242. -o-transition: all 1s ease;
  243. transition: all 1s ease;
  244. margin-left: 5px;}
  245.  
  246. .notas a{
  247. background: rgba(0,0,0,0.5);
  248. padding: 3px 4px 2px 4px;
  249. font-family: Trebuchet MS;
  250. font-weight: bold;
  251. text-align: center;
  252. display: inline-block;
  253. color: #fff;
  254. -webkit-border-radius: 2px;
  255. -moz-border-radius: 2px;
  256. border-radius: 2px;
  257. font-size: 10px;}
  258.  
  259.  
  260.  
  261.  
  262. /*** Quote estilo por: things-to-help-you***********/
  263. .quote {font-family: 'Play', sans-serif; font-size: 12px; text-align:justy; padding: 4px; color: #999; }
  264. .quotem {overflow: hidden; padding: 5px; background: #f5f5f5;margin-left:-20px;margin-right:-20px;margin-top:-5px;}
  265. .bottomq {background: url('') no-repeat; width: 69px; height: 19px; margin-left: 10px; margin-bottom: 15px;}
  266. .ci {color: #fff; display: inline-block;background: #000; padding: 3px; margin-left: 20px; margin-top: -14px; margin-bottom: 10px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
  267. .ci a {color: #FFF;}
  268. .ci a:hover {color: #fff;}
  269.  
  270.  
  271. /***borders e wishlist***/
  272. .border3 {border-radius:100px;border:double 5px #000000;}
  273.  
  274. cred {display: block; border-bottom: 1px dotted #e1cfe6; 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;}
  275.  
  276. cred a {background: #000; padding: 5px; color: #fff; 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;}
  277.  
  278. cred:hover a {background: #000; padding: 5px; color: #fff; border-radius: 5px;}
  279.  
  280.  
  281. /*** caixa não mexa em nada! ***/
  282. .box {overflow:hidden; color: #595959; font-family: 'Raleway', sans-serif; font-size:12px; background-color: #1f1f1f; padding:1px; ; z-index: 10000;}
  283.  
  284. .boxsidebar1 {background: #transparent; font-size:11px; font-family:'Raleway', sans-serif; color:#fff;}
  285.  
  286.  
  287.  
  288.  
  289. /*** tamanho, borda, opacidade em imagens **/
  290.  
  291.  
  292. #fade { /*—Transparent background layer—*/
  293.  
  294. display: none; /*—hidden by default—*/
  295.  
  296. background: #000;
  297.  
  298. position: fixed; left: 0; top: 0;
  299.  
  300. width: 100000%; height: 100000%;
  301.  
  302. opacity: .50;
  303.  
  304. z-index: 9999999;
  305.  
  306. }
  307.  
  308. .popup_block{
  309.  
  310. display: none; /*—hidden by default—*/
  311.  
  312. background: #fff;
  313.  
  314. padding: 20px;
  315.  
  316. border: 0px solid #dccedc;
  317.  
  318. float: left;
  319.  
  320. font-size: 11px;
  321.  
  322. font-family: verdana;
  323.  
  324. position: fixed;
  325.  
  326. top: 50%; left: 50%;
  327.  
  328. z-index: 100000000000000000000000000000000000000;
  329.  
  330. /*—CSS3 Box Shadows—*/
  331.  
  332. -webkit-box-shadow: 0px 0px 1px #eee;
  333.  
  334. -moz-box-shadow: 0px 0px 1px #eee;
  335.  
  336. box-shadow: 0px 0px 1px #eee;
  337.  
  338. /*—CSS3 Rounded Corners—*/
  339.  
  340. -webkit-border-radius: 0px;
  341.  
  342. -moz-border-radius: 0px;
  343.  
  344. border-radius: 0px;
  345.  
  346. }
  347.  
  348. img.btn_close {
  349.  
  350. float: right;
  351.  
  352. margin: -40px -40px 0 0;
  353.  
  354. }
  355.  
  356. /*—Making IE6 Understand Fixed Positioning—*/
  357.  
  358. *html #fade {
  359.  
  360. position: absolute;
  361.  
  362. }
  363.  
  364. *html .popup_block {
  365.  
  366. position: absolute;
  367.  
  368. }
  369.  
  370.  
  371. #imag111 {width:300px;background-image: URL('http://static.tumblr.com/eun3dfg/Xsimti0vu/xx.png');height: 200%; margin-left: -8px; margin-top:-8px;margin-bottom:0px;position:fixed;}
  372.  
  373.  
  374.  
  375. /*** blockquote e tabelinhas ***/
  376.  
  377.  
  378. blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  379.  
  380. .blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  381.  
  382. .positionbanner {margin-left:780px;opacity:0.60;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  383. .positionbanner:hover {opacity: 1.0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  384.  
  385. .positionmenu {position:absolute;margin-left:640px;margin-top:0px;z-index:1000000000000000000000;}
  386.  
  387. .menuHeart a {color: #fff; background: transparent; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:3px;font-family:arial; font-size:11px;transition: all ease-out 0.99s 0.9s;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;display: inline-block;margin-bottom:2px;}
  388.  
  389. .menuHeart a:hover {color: #fff; transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
  390. -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
  391. -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
  392. -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
  393. -ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);}
  394.  
  395.  
  396.  
  397. /*:::::::::: Estilo de ask by Unstabl-e ::::::*/
  398.  
  399. .pergunta {background: #000; padding: 5px; overflow: hidden; border: 1px solid #; color: #fff; text-align: center;}
  400. .pergunta:hover {background: #000;}
  401. .resposta {background: #1f1f1f; color: #eee; font-family: Verdana; font-size: 10px; padding: 5px; overflow: hidden; border: 1px solid #;}
  402. .quem {background: #f5f5f5 ; width: auto; font-family: Verdana; font-size: 10px; text-align: center; color: #999; text-align: center; position: absolute; height: 20px; align: right; padding: 5px; border-bottom-right-radius: 10px; margin-left: 30px; margin-top: -32px;}
  403. .quem a{color: #000; font-size: 10px; font-style: bold;}
  404. .fotoask {border-bottom-left-radius: 10px; margin-left: 0px;}
  405.  
  406.  
  407. /* Chat por Anna (livelikeasuicide) *********/
  408. .chat {background: #eee; margin: 0; font-size:
  409. 9px; font-family: arial;}
  410. .chat .chat1 {margin-left: 0px;}
  411. .chat .chat1 .chat2 {background: #000; color: #fff;
  412. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  413. .chat .chat1 .chat2.even {background: #fff;
  414. color: #999;} /* Segunda linha */
  415. .chat .chat1 .chat2 span{font-weight: bold;}
  416.  
  417. .trackid {padding: 5px;
  418. background: #000;
  419. color: #fff;
  420. width:399px;
  421. margin-top: 1px;
  422. margin-left: 0px;
  423. margin-right: 0px;
  424. text-shadow: 0px 0px 1px #fff;}
  425.  
  426. .trackid2 {padding: 10px;
  427. background: #000;
  428. color: #fff;
  429. width: 389px;
  430. margin-top: 0px;
  431. margin-left: 0px;
  432. margin-right: 0px;}
  433.  
  434. .position {position:absolute; width:10px; margin-left:-40px; margin-top:60px}
  435.  
  436.  
  437. </style>
  438.  
  439.  
  440. <body>
  441.  
  442.  
  443. <div id="imag111"></div>
  444.  
  445.  
  446. <div id="content">
  447.  
  448.  
  449.  
  450. <div class="positionmenu">
  451. <div class="menuHeart"><center>
  452. <a href="/" title="Home"/> ♥</a>
  453. <a href="/ask" title="ask"/> ♥</a>
  454. <a href="LINK_AQUI" title="Follow me / Twitter"/> ♥ </a>
  455. <a href="LINK_AQUI" title="Facebook"/> ♥ </a>
  456. <a href="/submit" title="submit">♥</a>
  457. <a href="/tagged/TAG_AQUI" title="Encomende">♥</a>
  458. <a href="#?w=500" rel="creditos" class="poplight" title="Creditos"> ♥</a>
  459. </center>
  460. </div></div>
  461.  
  462.  
  463. <div class="positionbanner"><img src="http://media.tumblr.com/6cf8cc4cd33ae669cdd364a64d4414fc/tumblr_inline_mu9ahknwpH1rwneo8.png"></div>
  464.  
  465. <div id="sidebar">
  466.  
  467. <div class="boxsidebar1">
  468.  
  469. {block:Description}{Description}{/block:Description}
  470.  
  471. </div>
  472.  
  473. </div>
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <div id="main">
  484.  
  485.  
  486.  
  487. {block:Posts}
  488. <div class="caixa"> <!--- Abrindo a div da caixa --->
  489.  
  490. <!--- Texto --->
  491. {block:Text}<div class="box">
  492. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  493. {body}
  494.  
  495. <!---------------- DATA DOS POSTS ------------->
  496. {block:IndexPage}
  497. <div class="reblogue">
  498. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  499. <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>
  500. </div>
  501. {block:NoteCount}<div class="notas">
  502. <a href="{Permalink}">{NoteCount}</a>
  503. </div>{/block:NoteCount}
  504. {/block:IndexPage}</div>
  505.  
  506. {/block:Text}
  507.  
  508. <!--- Photo --->
  509. {Block:Photo}
  510. <div class="box">
  511. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="450px;">{LinkCloseTag}{/block:IndexPage}
  512. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" >{LinkCloseTag}{/block:PermalinkPage}
  513. {block:Caption}{Caption}{/block:Caption}
  514.  
  515. <!---------------- DATA DOS POSTS ------------->
  516. {block:IndexPage}
  517. <div class="reblogue">
  518. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  519. <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>
  520. </div>
  521. {block:NoteCount}<div class="notas">
  522. <a href="{Permalink}">{NoteCount}</a>
  523. </div>{/block:NoteCount}
  524. {/block:IndexPage}</div>
  525. {/Block:Photo}
  526.  
  527. <!--- Photoset --->
  528. {block:Photoset}<div class="box">
  529. {block:IndexPage}{LinkOpenTag}{Photoset-400}{LinkCloseTag}{/block:IndexPage}
  530. {block:PermalinkPage}{LinkOpenTag}{Photoset-500}{LinkCloseTag}{/block:PermalinkPage}
  531. {block:Caption}{Caption}{/block:Caption}
  532.  
  533. <!---------------- DATA DOS POSTS ------------->
  534. {block:IndexPage}
  535. <div class="reblogue">
  536. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  537. <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>
  538. </div>
  539. {block:NoteCount}<div class="notas">
  540. <a href="{Permalink}">{NoteCount}</a>
  541. </div>{/block:NoteCount}
  542. {/block:IndexPage}</div>
  543. {/block:Photoset}
  544.  
  545. <!--- Quote --->
  546. {block:Quote}<div class="box">
  547. <center><div class="quotem">
  548. <div class="quote">{Quote}</div>
  549. </div>
  550. <div class="bottomq"></div>
  551. <div class="ci">{block:Source}
  552. <div class="source">{Source}</div>
  553. {/block:Source}</div></center>
  554.  
  555. <!---------------- DATA DOS POSTS ------------->
  556. {block:IndexPage}
  557. <div class="reblogue">
  558. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  559. <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>
  560. </div>
  561. {block:NoteCount}<div class="notas">
  562. <a href="{Permalink}">{NoteCount}</a>
  563. </div>{/block:NoteCount}
  564. {/block:IndexPage}</div>
  565. {/block:Quote}
  566.  
  567. <!--- Chat --->
  568. {block:Chat}<div class="box">
  569. <div class="chat">
  570. <div class="chat1">
  571. {block:Lines}
  572. <div class="chat2 {Alt}">
  573. {block:Label}
  574. <span>{Label}</span>
  575. {/block:Label}
  576. {Line}</div>
  577. {/block:Lines}
  578. </div></div>
  579.  
  580. <!---------------- DATA DOS POSTS ------------->
  581. {block:IndexPage}
  582. <div class="reblogue">
  583. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  584. <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>
  585. </div>
  586. {block:NoteCount}<div class="notas">
  587. <a href="{Permalink}">{NoteCount}</a>
  588. </div>{/block:NoteCount}
  589. {/block:IndexPage}</div>
  590. {/block:Chat}
  591.  
  592. <!--- Link --->
  593. {block:Link}<div class="box">
  594. <a href="{URL}" target="{Target}"><div class="h1">{Name}</div></a>
  595. {block:Description}{Description}{/block:Description}
  596.  
  597. <!---------------- DATA DOS POSTS ------------->
  598. {block:IndexPage}
  599. <div class="reblogue">
  600. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  601. <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>
  602. </div>
  603. {block:NoteCount}<div class="notas">
  604. <a href="{Permalink}">{NoteCount}</a>
  605. </div>{/block:NoteCount}
  606. {/block:IndexPage}</div>
  607. {/block:Link}
  608.  
  609. <!--- Audio --->
  610. {block:Audio}<div class="box">
  611.  
  612. {block:AlbumArt}
  613. {/block:AlbumArt}
  614. <div class="trackid2">{AudioPlayerGrey}</div>
  615. {block:TrackName}
  616. <div class="trackid">"{TrackName}"</div>
  617. {/block:TrackName}
  618. {block:Artist}
  619. <div class="trackid">{Artist}</div>
  620. {/block:Artist}
  621. <div class="trackid">({PlayCount}) plays</div>
  622.  
  623.  
  624. <!---------------- DATA DOS POSTS ------------->
  625. {block:IndexPage}
  626. <div class="reblogue">
  627. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  628. <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>
  629. </div>
  630. {block:NoteCount}<div class="notas">
  631. <a href="{Permalink}">{NoteCount}</a>
  632. </div>{/block:NoteCount}
  633. {/block:IndexPage}</div>
  634. {/block:Audio}
  635.  
  636. <!--- Video --->
  637. {block:Video}<div class="box">
  638. {block:Indexpage}{Video-500}{/block:IndexPage}
  639. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  640. {block:Caption}{Caption}{/block:Caption}
  641.  
  642. <!---------------- DATA DOS POSTS ------------->
  643. {block:IndexPage}
  644. <div class="reblogue">
  645. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  646. <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>
  647. </div>
  648. {block:NoteCount}<div class="notas">
  649. <a href="{Permalink}">{NoteCount}</a>
  650. </div>{/block:NoteCount}
  651. {/block:IndexPage}</div>
  652. {/block:Video}
  653.  
  654. {block:Answer}
  655. <div class="box">
  656.  
  657. <div class="pergunta">{question}</div>
  658.  
  659. <img src="{AskerPortraitURL-30}" class="fotoask"><div class="quem">Ask enviada por: <b>{asker}</b></div><br>
  660.  
  661. <div class="resposta">{answer} </div>
  662.  
  663.  
  664.  
  665.  
  666. <!---------------- DATA DOS POSTS ------------->
  667. {block:IndexPage}
  668. <div class="reblogue">
  669. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  670. <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>
  671. </div>
  672. {block:NoteCount}<div class="notas">
  673. <a href="{Permalink}">{NoteCount}</a>
  674. </div>{/block:NoteCount}
  675. {/block:IndexPage}</div>
  676. {/block:Answer}
  677.  
  678. <!--- Fechando a div da caixa --->
  679. </div>
  680.  
  681. {block:PostNotes}
  682. <div class="caixa1">
  683. <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  684. {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>
  685. <div class="extra">
  686. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  687. </div>
  688. <div class="extra">
  689. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  690. <span style="width:auto;">
  691. {block:HasTags}
  692. {block:Tags}
  693. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  694. </div>
  695. <div class="extra">
  696. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  697. </div>
  698. {PostNotes}
  699.  
  700. </div>
  701. {/block:PostNotes}
  702.  
  703.  
  704.  
  705. {/block:Posts}
  706. </div>
  707.  
  708.  
  709. <div id="creditos" class="popup_block">
  710.  
  711.  
  712. <div class="faixa2">Créditos</div><br>
  713.  
  714. <center> 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>
  715. 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:</center>
  716.  
  717. <cred><a href="http://jessierobsten.tumblr.com/"><cred1>Jéssyca Victoria</cred1></a> <img src=""> Desenvolvimento do theme e design </cred>
  718.  
  719. <cred><a href="http://things-to-help-you.tumblr.com/"><cred1>TTHY</cred1></a> <img src=""> Muitos códigos, materiais e tutoriais</cred>
  720.  
  721. <cred><a href="http://tumblr.com/"> <cred1>Tumblr USF </cred1></a> <img src=""> Hospedagem</cred>
  722.  
  723. <cred><a href="OLINK"><cred1> Cores, imagens e etc...</cred1></a> <img src=""> Photoshop SC5</cred>
  724.  
  725. <cred><a href="OLINK"> <cred1>Dafontes e Google</a> </cred1><img src=""> Fontes</cred>
  726.  
  727.  
  728. </div>
  729.  
  730.  
  731.  
  732.  
  733. <div id="footer"></div></div>
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  743. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  744. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  745.  
  746. <script type="text/javascript">
  747. $(window).load(function () {
  748. $('#main').masonry(),
  749. $('.masonryWrap').infinitescroll({
  750. navSelector : "div#navigation",
  751. nextSelector : "div#navigation a#nextPage",
  752. itemSelector : ".caixa",
  753. bufferPx : 1000,
  754. extraScrollPx: 1000,
  755. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  756. loadingText : "Aguarde...",
  757.  
  758. },
  759. // call masonry as a callback.
  760. function() { $('#main').masonry({ appendedContent: $(this) });
  761.  
  762. }
  763. );
  764. });
  765. </script>
  766. {block:IndexPage}
  767. <div class="column navigation" id="navigation">
  768. {block:Pagination}
  769. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  770. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  771. </div>
  772. {/block:IndexPage}
  773.  
  774. </body>
  775. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement