Advertisement
Carolaine_Vieira

Soul

Nov 25th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.23 KB | None | 0 0
  1. <!-- ─────────╔╗────────────╔╗
  2. ─────────║║───────────╔╝╚╗
  3. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  4. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  5. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  6. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  7. ──────║║
  8. ──────╚╝
  9. -->
  10.  
  11.  
  12.  
  13. <head>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47. <title>{title}</title>
  48. <link rel="shortcut icon" href="{Favicon}"/>
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52. <meta name="color:Background" content="#ffffff"/>
  53. <meta name="color:Post bg" content="#ffffff"/>
  54. <meta name="color:Header bg" content="#000"/>
  55. <meta name="color:Scrollbar" content="#000"/>
  56. <meta name="color:Description" content="#999"/>
  57. <meta name="color:Text" content="#999"/>
  58. <meta name="color:Bold" content="#141414"/>
  59. <meta name="color:Italic" content="#ce2020"/>
  60. <meta name="color:Header link" content="#141414"/>
  61. <meta name="color:Header link hover" content="#ce2020"/>
  62. <meta name="color:Link" content="#141414"/>
  63. <meta name="color:Link Hover" content="#ce2020"/>
  64. <meta name="color:Title" content="#ce2020"/>
  65.  
  66. <meta name="if:ShackEfect" content="0"/>
  67. <meta name="if:Title" content="1"/>
  68. <meta name="if:PopupAsk" content="1"/>
  69.  
  70. <meta name="image:Background" content=""/>
  71. <meta name="image:Header" content="http://i.imgur.com/AoeHZ1a.png"/>
  72.  
  73. <meta name="select:Titulo" content="Arapey" title="Arapey">
  74. <meta name="select:Titulo" content="Poiret One" title="Poiret One">
  75. <meta name="select:Titulo" content="Raleway" title="Raleway">
  76. <meta name="select:Titulo" content="Montserrat" title="Montserrat">
  77. <meta name="select:Titulo" content="Baumans" title="Baumans">
  78. <meta name="select:Titulo" content="Bad Script" title="Bad Script">
  79. <meta name="select:Post title font" content="Great Vibes" title="Great Vibes">
  80. <meta name="select:Post title font" content="Baumans" title="Baumans">
  81. <meta name="select:Post title font" content="Poiret One" title="Poiret One">
  82. <meta name="select:Columns" content="260px" title="One">
  83. <meta name="select:Columns" content="520px" title="Two">
  84. <meta name="select:Columns" content="780px" title="Three">
  85. <meta name="select:Columns" content="1040px" title="Four">
  86. <meta name="select:Columns" content="1300px" title="Five">
  87.  
  88. <meta name="text:Your Url" content="amplamente" />
  89. <meta name="text:Smcmusicplayer" content="" />
  90. <meta name="text:link1" content="link 1" />
  91. <meta name="text:link1url" content="/" />
  92. <meta name="text:link2" content="link 2" />
  93. <meta name="text:link2url" content="/" />
  94. <meta name="text:link3" content="link 3" />
  95. <meta name="text:link3url" content="/" />
  96. <meta name="text:link4" content="link 4" />
  97. <meta name="text:link4url" content="/" />
  98.  
  99.  
  100. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  101. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  102. <script>
  103. (function($){$(document)
  104. .ready(function(){$("[title]")
  105. .style_my_tooltips();});})
  106. (jQuery);
  107. </script>
  108.  
  109. {block:IfShackEfect}
  110. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  111. {/block:IfShackEfect}
  112.  
  113.  
  114. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  115. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  116. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  117. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  118. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  119. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  120. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  121. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  122. <link href='https://fonts.googleapis.com/css?family=Arapey:400,400italic' rel='stylesheet' type='text/css'>
  123. <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,500,700,800,900' rel='stylesheet' type='text/css'>
  124.  
  125. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  126. <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  127.  
  128. <style type="text/css">
  129.  
  130. #scrollToTop:link,
  131. #scrollToTop:visited {
  132. display: none;
  133. position: fixed;
  134. bottom: 30px;
  135. right: 0px;
  136. z-index:9;
  137. }
  138. #scrolltotop img{
  139.  
  140. width:40px;
  141.  
  142. }
  143.  
  144. b { color: {color:bold}; !important; }
  145.  
  146. i { color: {color:italic} ;!important; }
  147.  
  148. u { border-bottom: 1px solid {color:link hover}; text-decoration:none;}
  149.  
  150.  
  151. #s-m-t-tooltip{
  152. max-width:300px;
  153. padding:10px;
  154. margin:20px 0px 0px 20px;
  155. background-color: {color:link};
  156. font-family:calibri;
  157. font-size:8.5px;
  158. text-transform:uppercase;
  159. color:{color:background};
  160. letter-spacing:1px;
  161. opacity:1;
  162. z-index:9999999999999999999;
  163. }
  164.  
  165.  
  166.  
  167. #top1 {
  168. position:fixed;
  169. font-weight:bold;
  170. width:auto;
  171. height:auto;
  172. letter-spacing: 1px;
  173. right:30px;
  174. bottom:20px;
  175. padding:7px;
  176. font-size:16px;
  177. text-transform:uppercase;
  178. font-family:calibri;
  179. line-height:14px;
  180. text-align:right;
  181. z-index:9;
  182. border:2px solid;
  183. border-radius:100%;
  184. color:{color:Header link};
  185. background: transparent;
  186. text-shadow:1px 1px {color:Header link};
  187.  
  188. }
  189.  
  190. #top1 a{color:#000;}
  191. #top1 a:hover {color:{color:link hover};}
  192.  
  193. ul {
  194. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  195. }
  196.  
  197. #vixe{
  198. background:transparent;
  199. margin-top:0px;
  200. margin-left:0px;
  201. margin-bottom:0px;
  202. width:100%;
  203. height:30px;
  204. padding-top:10px;
  205. text-align:Center;
  206. }
  207. #vixe a {
  208. margin-top:-1px;
  209. border:1px solid transparent;
  210. padding:5px;
  211. font-size:12px;
  212. margin-left:3px;
  213. font-weight:bold;
  214. text-transform:uppercase;
  215. font-family: montserrat;
  216. border-top:1px solid transparent;
  217. display:inline-block;
  218. color:{color:Header link};
  219. border-top:2px solid transparent;
  220. -webkit-transition:all 0.3s ease-out;
  221. -moz-transition:all 0.3s ease-out;
  222. transition:all 0.3s ease-out;
  223. }
  224. #vixe a:hover {
  225. color: {color:Header link hover};
  226. border-top:2px solid;
  227. -webkit-transition:all 0.3s ease-out;
  228. -moz-transition:all 0.3s ease-out;
  229. transition:all 0.3s ease-out;
  230. }
  231.  
  232.  
  233. iframe#tumblr_controls {
  234. black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  235. }
  236. #tumblr_controls{
  237. position:fixed !important;
  238. -webkit-filter: invert(100%)
  239. }
  240.  
  241. .reblog {
  242. margin-top:15px;
  243. margin-left:20px;
  244. float:left;
  245. opacity:0.6;
  246. background:{color:background};
  247. text-align:right;
  248. padding:10px;
  249. font-size:13px;
  250. color:#000;
  251. font-family:baumans;
  252. font-weight:bold;
  253. border-radius:100%;
  254. {block:PermalinkPage}
  255. display:none;
  256. z-index:2;
  257. {/block:PermalinkPage}
  258. }
  259.  
  260. .date {
  261. border-radius:100%;
  262. background:{color:background};
  263. margin-top:15px;
  264. margin-left:10px;
  265. float:left;
  266. opacity:0.6;
  267. text-align:left;
  268. padding:10px;
  269. padding-top:9px;
  270. padding-bottom:5.5px;
  271. font-size:17px;
  272. color:#000;
  273. font-family:baumans;
  274. font-weight:bold;
  275. z-index:2;
  276. {block:PermalinkPage}
  277. display:none;
  278. {/block:PermalinkPage}
  279. }
  280. .date a{color:black;}
  281. .date a:hover {color:red;}
  282.  
  283. #euem {
  284. border-radius:100%;
  285. background:{color:background};
  286. margin-top:15px;
  287. margin-left:10px;
  288. float:left;
  289. opacity:0.6;
  290. z-index:2;
  291. padding:10px;
  292. padding-bottom:8px;
  293. {block:PermalinkPage}
  294. display:none;
  295. {/block:PermalinkPage}
  296. }
  297.  
  298.  
  299. .popup_block{
  300. display:none;
  301. background:#fff;
  302. border:1px solid #dfdfdf;
  303. padding:30px;
  304. width:500px;
  305. float:left;
  306. position:fixed;
  307. top:50%;left:50%;
  308. z-index: 9999999;
  309. }
  310.  
  311. *html #fade {position: absolute;}
  312. *html .popup_block {position: absolute;}
  313. #fade {
  314. display:none;
  315. position:fixed;
  316. left:0px;
  317. top:0px;
  318. width:100%;
  319. height:100%;
  320. z-index:99999;
  321. background:{color:background};
  322. opacity:0.8;
  323. }
  324.  
  325.  
  326. a{
  327. color:{color:Link};
  328. text-decoration:none;
  329. -webkit-transition:all 0.3s ease-out;
  330. -moz-transition:all 0.3s ease-out;
  331. transition:all 0.3s ease-out;
  332.  
  333. }
  334.  
  335. a:hover{
  336.  
  337. color:{color:Link Hover};
  338. -webkit-transition:all 0.3s ease-out;
  339. -moz-transition:all 0.3s ease-out;
  340. transition:all 0.3s ease-out;
  341.  
  342. }
  343.  
  344. #ti {
  345. width:auto;
  346. margin-left:auto;
  347. margin-right:auto;
  348. height:auto;
  349. padding:5px;
  350. font-family: {select:titulo};
  351. font-size:25px;
  352. text-align:center;
  353. color:{color:Title};
  354. font-weight:normal;
  355. text-transform:uppercase;
  356.  
  357. }
  358. #ti a{
  359. color:{color:title};
  360. -webkit-transition:all 0.3s ease-out;
  361. -moz-transition:all 0.3s ease-out;
  362. transition:all 0.3s ease-out;
  363. }
  364. #ti a:hover{
  365. letter-spacing:2px;
  366. -webkit-transition:all 0.3s ease-out;
  367. -moz-transition:all 0.3s ease-out;
  368. transition:all 0.3s ease-out;
  369. }
  370.  
  371.  
  372. #notas {
  373. font-size:12px;
  374. font-family:montserrat;
  375. text-transform:uppercase;
  376. width:100%;
  377. height:300px;
  378. overflow-y:auto;
  379. background:transparent;
  380.  
  381. }
  382.  
  383. h1 {
  384.  
  385. font-size:30px;
  386. text-align:center;
  387. text-transform:none;
  388. font-family:{select:post title font};
  389.  
  390. }
  391.  
  392. body{
  393. overflow-x:hidden;
  394. cursor:crosshair;
  395. color:{color:Text};
  396. font-family: cantarell;
  397. font-size:13px;
  398. background: {color:background} url("{image:background}") fixed;
  399.  
  400. }
  401.  
  402.  
  403. #post{
  404. margin-top:10px;
  405. width:{select:columns};
  406. margin-left:auto;
  407. margin-right:auto;
  408. float:center;
  409. background-color:transparent;
  410. padding:5px;
  411. }
  412.  
  413. .entry{
  414. text-align:left;
  415. padding:2px;
  416. background-color:{color:post bg};
  417. width:255px;
  418. float:right;
  419. margin:0px;
  420. {block:PermalinkPage}
  421. width:500px;
  422. height:auto;
  423. font-size:13px;
  424. text-align:left;
  425. float:center;
  426. {/block:PermalinkPage}
  427. -webkit-animation: tada 2s;
  428. -moz-animation: tada 2s;
  429. -ms-animation: tada 2s;
  430. -webkit-transition: 1s ease-in-out;
  431. -moz-transition: 1s ease-in-out;
  432. -o-transition: 1s ease-in-out;
  433.  
  434. }
  435.  
  436. .entry:hover {
  437. -webkit-transition: 1s ease-in-out;
  438. -moz-transition: 1s ease-in-out;
  439. -o-transition: 1s ease-in-out;
  440. }
  441. .entry img{
  442. max-width:250px;
  443. float:right;
  444. margin:2px;
  445. {block:PermalinkPage}
  446. float:center;
  447. width:500px;
  448. max-width:500px;
  449. {/block:PermalinkPage}
  450.  
  451. }
  452.  
  453. .entry .perm{
  454. {block:PermalinkPage}
  455. display:none;
  456. {/block:PermalinkPage}
  457. text-transform:uppercase;
  458. background:transparent;
  459. padding:5px;
  460. text-align:center;
  461. margin-top:0px;
  462. width:190px;
  463. height:auto;
  464. position:absolute;
  465. opacity:0.0;
  466. font-family: 'Open Sans', sans-serif;
  467. font-size:8px;
  468. -webkit-transition:all 0.5s ease-out;
  469. -moz-transition:all 0.5s ease-out;
  470. transition:all 0.5s ease-out;
  471.  
  472. }
  473.  
  474. .entry:hover .perm{
  475. opacity:1;
  476. -webkit-transition:all 0.5s ease-out;
  477. -moz-transition:all 0.5s ease-out;
  478. transition:all 0.5s ease-out;
  479.  
  480. }
  481.  
  482. .notes img {
  483. width: 15px;
  484. border-radius:100%;
  485. float:left;
  486. border-right:10px solid transparent;
  487. -webkit-transition: all 0.5s linear;
  488. -moz-transition: all 0.5s linear;
  489. transition: all 0.5s linear;}
  490. ol.notes, .notes li {
  491. height:20px;
  492. width: 100%;
  493. list-style: none;
  494. margin: 0px;
  495. padding-left: 0px}
  496. .notes li:hover img {
  497. -webkit-transition: all 0.5s linear;
  498. -moz-transition: all 0.5s linear;
  499. transition: all 0.5s linear;}
  500.  
  501. ::-moz-selection { background: {color:text}; color: {color:background}; }
  502. ::selection { background: {color:text}; color: {color:background}; }
  503.  
  504. .pagination {
  505. display: none;
  506. }
  507.  
  508. ::-webkit-scrollbar {height:5px; width:3px;}
  509.  
  510. ::-webkit-scrollbar-track-piece {
  511. background-color:{color:post bg};
  512. }
  513.  
  514. blockquote {
  515. margin-left:20px;
  516. padding-left:10px;
  517. border-left:3px solid{color:text};
  518. }
  519.  
  520. ::-webkit-scrollbar-thumb {
  521. background:{color:scrollbar};
  522.  
  523. }
  524.  
  525. .description {
  526. margin-bottom:0px;
  527. margin-top:0px;
  528. padding:10px;
  529. float:center;
  530. margin-left:auto;
  531. margin-right:auto;
  532. width:350px;
  533. height:auto;
  534. overflow-y:auto;
  535. background:transparent;
  536. font-size:13px;
  537. font-family: cantarell;
  538. text-align:center;
  539. color:{color:description};
  540.  
  541. }
  542.  
  543. #fita3 {
  544. height:auto;
  545. width:100%;
  546. padding:0px;
  547. top:0px;
  548. left:0px;
  549. background:transparent;
  550. z-index:1;
  551. -webkit-transition:all 0.8s ease-out;
  552. -moz-transition:all 0.8s ease-out;
  553. transition:all 0.8s ease-out;
  554.  
  555. }
  556.  
  557. #fita3:hover {
  558.  
  559. -webkit-transition:all 0.8s ease-out;
  560. -moz-transition:all 0.8s ease-out;
  561. transition:all 0.8s ease-out;
  562.  
  563. }
  564.  
  565. #question {padding:0px; margin-bottom:5px;}
  566.  
  567. #asker_portrait img{margin-top:-20px; float:center; border-radius:10px; margin-left:-10px; padding:4px; background:{color:link} }
  568.  
  569. #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
  570.  
  571. #asker a {color:{color:background}; text-align:center; font-size:12px;}
  572.  
  573. #asker a:hover {color:#ccc;}
  574.  
  575. #asked_question {
  576. color:#dfdfdf;
  577. background-color:{color:link};
  578. padding:10px;
  579. font-weight:bold;
  580. font-style:italic;
  581. font-family:poiret one;
  582. padding-top:20px;
  583. margin-top:20px;
  584. min-height:20px;
  585. max-width:460px;
  586. margin-left:5px;
  587. }
  588.  
  589. #answer {
  590.  
  591. font-weight:bold;
  592. font-family:poiret one;
  593. color:#dfdfdf;
  594. padding:2px 10px;
  595. background:{color:link hover};
  596. margin-left:5px;
  597. }
  598.  
  599.  
  600. #fita3 img{
  601. background:transparent;
  602. padding:7px;
  603. float:center;
  604. margin-top:30px;
  605. margin-right:auto;
  606. margin-left:auto;
  607. margin-bottom:10px;
  608. height:120px;
  609. -webkit-transition: opacity 0.8s linear;
  610. -webkit-transition: all 0.5s ease;
  611. -moz-transition: all 0.5s ease;
  612. -o-transition: all 0.5s ease;
  613. -ms-transition: all 0.5s ease;
  614. transition: all 0.5s ease;
  615. }
  616.  
  617. #fita3 img:hover {
  618.  
  619. -webkit-transition: all 0.5s ease;
  620. -moz-transition: all 0.5s ease;
  621. -o-transition: all 0.5s ease;
  622. -ms-transition: all 0.5s ease;
  623. transition: all 0.5s ease;
  624. }
  625.  
  626. {CustomCSS}
  627.  
  628. </style>
  629. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  630.  
  631. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  632.  
  633. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  634.  
  635. <script>
  636. $(function(){
  637. var $container = $('#post');
  638. $container.imagesLoaded(function(){
  639. $container.masonry({
  640. itemSelector: '.entry',
  641. });
  642. });
  643. $container.infinitescroll({
  644. itemSelector : ".entry",
  645. navSelector : "div.pagination",
  646. nextSelector : ".pagination a#next",
  647. loadingImg : "",
  648. loadingText : "<em></em>",
  649. bufferPx : 10000,
  650. extraScrollPx: 12000,
  651. },
  652. // trigger Masonry as a callback
  653. function( newElements ) {
  654. var $newElems = $( newElements ).css({ opacity: 0 });
  655. // ensure that images load before adding to masonry layout
  656. $newElems.imagesLoaded(function(){
  657. $newElems.animate({ opacity: 1 });
  658. $container.masonry( 'appended', $newElems, true );
  659. });
  660. }
  661. );
  662. });
  663. </script>
  664.  
  665. </head>
  666. <body>
  667.  
  668. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><img src="http://33.media.tumblr.com/dbefe0ab3117ef8b9d2d7a355f5220ab/tumblr_inline_mj3yr6ESiY1qz4rgp.png" title="Go to Top" alt="Go to Top"/></a>
  669.  
  670.  
  671. <div id="fita3">
  672.  
  673. <center><img src="{image:Header}"></center>
  674.  
  675. {block:IfTitle}<div id="ti"><a href="/">{title}</a></div>{/block:IfTitle}
  676.  
  677. <div id="vixe">
  678. <a href="{text:link1url}" >{text:link1}</a>
  679. {block:IfPopupAsk}
  680. <a href="#?w=500" rel="box1" class="poplight">ask</a>{/block:IfPopupAsk}
  681. <a href="{text:link2url}" >{text:link2}</a>
  682. <a href="{text:link3url}" >{text:link3}</a>
  683. <a href="{text:link4url}" >{text:link4}</a>
  684. <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente"><li class="fa fa-code"></li> theme</a>
  685. </div>
  686.  
  687. <div class="description">{Description}</div>
  688.  
  689.  
  690. </div>
  691.  
  692. <div id="post">
  693. {block:Posts}
  694. <div class="entry">
  695. <div class="perm">
  696. <div class="reblog">{ReblogButton color="black" size="15"}</div>
  697. <div id="euem">{LikeButton color="black" size="15"}</div>
  698. </div>
  699.  
  700. {block:Title}<h1>{Title}</h1>{/block:Title}
  701.  
  702. {block:Text}{Body}{/block:Text}
  703.  
  704. {block:Photo}
  705.  
  706. <a href="{permalink}" title="{NoteCountWithLabel}" ><img src="{PhotoURL-500}" width="250"/></a>
  707.  
  708. {/block:Photo}
  709. {block:Photoset}
  710. {Photoset-250}
  711. {/block:Photoset}
  712.  
  713.  
  714. {block:Quote}
  715.  
  716. <div style="text-align:center;">
  717. <li class="fa fa-quote-left"></li>&nbsp;&nbsp;&nbsp;{Quote}&nbsp;&nbsp;&nbsp;<li class="fa fa-quote-right"></li></br></div>
  718.  
  719. <div align="right" style="text-align:center; font-size:10px; font-family:montserrat; text-transform:uppercase;">
  720. </br>{block:Source}- {Source}{/block:Source} </br>
  721. </div>
  722. {/block:Quote}
  723.  
  724.  
  725. {block:Video}
  726.  
  727. {Video-250}
  728.  
  729. <br>
  730. {PlayCountWithLabel}
  731. {/block:Video}
  732.  
  733.  
  734. {block:Link}
  735. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  736. {block:Description}{Description}{/block:Description}
  737. {/block:Link}
  738.  
  739. {block:Chat}
  740. {block:Lines}
  741. {block:Label}
  742. <br>{Label}
  743. {/block:Label}
  744. &nbsp;{Line}
  745. {/block:Lines}
  746. {/block:Chat}
  747.  
  748. {block:Audio}
  749. {AudioPlayerGrey}
  750. <br><div align="right">{block:Artist}
  751. Artist: {Artist}</div>
  752. {/block:Artist}<br>
  753. {block:Caption}{Caption}{/block:Caption}
  754. {/block:Audio}
  755.  
  756.  
  757.  
  758. {block:Answer}
  759. <div id="question">
  760. <div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div>
  761. <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
  762. </div>
  763. <div id="answer">
  764. {Answer}
  765. </div>
  766. {/block:Answer}
  767.  
  768. {block:PermalinkPage}
  769. {block:Caption}
  770. {Caption}
  771. {/block:Caption}
  772. <br>
  773. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  774. <Br>
  775. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  776. {/block:PermalinkPage}
  777. </div>
  778.  
  779. {/block:Posts}
  780.  
  781. </div>
  782. <div class="pagination">
  783. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  784. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  785. </div>
  786.  
  787. <div id="box1" class="popup_block">
  788. <iframe frameborder="0" height="250px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:Your Url}.tumblr.com" width="100%"></iframe><br>
  789. </div>
  790.  
  791. {text:smcmusicplayer}
  792.  
  793. </body>
  794. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement