Advertisement
Lolovers

Theme White

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