Advertisement
Carolaine_Vieira

#26

Oct 5th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 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. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  47. <script type="text/javascript">
  48. $(document).ready(function(){
  49. $(".links_body").hide();
  50. $(".links_head").click(function(){
  51. $(this).next(".links_body").slideToggle('fast');
  52. }); }); </script>
  53.  
  54. <title>{title}</title>
  55. <link rel="shortcut icon" href="{Favicon}"/>
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58.  
  59. <meta name="color:Background" content="#ffffff"/>
  60. <meta name="color:Perma bg" content="#ffffff"/>
  61. <meta name="color:Text" content="#82868a"/>
  62. <meta name="color:Link" content="#529ecc"/>
  63. <meta name="color:Link Hover" content="#000000"/>
  64. <meta name="color:Title Bg" content="#000000"/>
  65. <meta name="color:Title" content="#fff"/>
  66. <meta name="color:Header Bg" content="#ffffff"/>
  67. <meta name="color:Header Border" content="#f5f5f5"/>
  68. <meta name="color:Header link" content="#000000"/>
  69. <meta name="if:3 Column" content="1"/>
  70. <meta name="if:ShackEfect" content="1"/>
  71. <meta name="if:ReblogStyle1" content="0"/>
  72. <meta name="if:ZoomOnPosts" content="0"/>
  73. <meta name="if:HeaderFont1" content="0"/>
  74. <meta name="if:HeaderFont2" content="1"/>
  75. <meta name="if:HeaderFont3" content="0"/>
  76. <meta name="if:HeaderImg" content="0"/>
  77. <meta name="image:Background" content=""/>
  78. <meta name="image:Header" content=""/>
  79. <meta name="text:Sua Url" content="amplamente" />
  80. <meta name="text:Smcmusicplayer" content="" />
  81. <meta name="text:link1" content="link 1" />
  82. <meta name="text:link1url" content="/" />
  83. <meta name="text:link2" content="link 2" />
  84. <meta name="text:link2url" content="/" />
  85. <meta name="text:link3" content="link 3" />
  86. <meta name="text:link3url" content="/" />
  87. <meta name="text:link4" content="link 4" />
  88. <meta name="text:link4url" content="/" />
  89. <meta name="text:link5" content="link 5" />
  90. <meta name="text:link5url" content="/" />
  91. <meta name="text:Twitter Link" content="amplamente" />
  92. <meta name="text:Pinterest Link" content="amplamente" />
  93. <meta name="text:Facebook Link" content="amplamente" />
  94. <meta name="text:LinkedIn Link" content="amplamente" />
  95. <meta name="text:Instagram Link" content="amplamente" />
  96. <meta name="color:Scrollbar" content="#000000"/>
  97.  
  98. {block:IfShackEfect}
  99. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  100. {/block:IfShackEfect}
  101. <script type="text/javascript"
  102. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  103. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  104. <script>
  105. (function($){
  106.  
  107. $(document).ready(function(){
  108. $("[title]").style_my_tooltips();
  109. });
  110. })(jQuery);
  111. </script>
  112.  
  113. <!-- Other fonts - Outras fontes -->
  114.  
  115. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  116. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  117. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  118. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  119. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  120. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  121. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  122. <link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
  123.  
  124. <style type="text/css">
  125. #top1 {
  126. font-weight:bold;
  127. position:fixed;
  128. width:100%;
  129. letter-spacing: 1px;
  130. left:0px;
  131. top:0px;
  132. padding-top:7px;
  133. font-size:12px;
  134. line-height:14px;
  135. text-align:left;
  136. height:65px;
  137. background-color:{color:header bg};
  138. z-index:4;
  139. border-bottom:2px solid {color:header border};
  140. }
  141.  
  142. #esq {
  143. font-weight:bold;
  144. position:fixed;
  145. width:auto;
  146. letter-spacing: 1px;
  147. right:20px;
  148. top:18px;
  149. padding-top:7px;
  150. font-size:12px;
  151. line-height:14px;
  152. text-align:center;
  153. height:auto;
  154. background-color:transparent;
  155. z-index:6;
  156. }
  157.  
  158. #top2 {
  159. font-weight:bold;
  160. width:100%;
  161. letter-spacing: 1px;
  162. margin-left:-0px;
  163. margin-top:72px;
  164. padding-top:7px;
  165. font-size:12px;
  166. line-height:14px;
  167. text-align:center;
  168. {block:IfHeaderFont1}
  169. font-family:montserrat;
  170. font-weight:normal;
  171. {/block:IfHeaderFont1}
  172. {block:IfHeaderFont2}
  173. font-family:abel;
  174. {/block:IfHeaderFont2}
  175. {block:IfHeaderFont3}
  176. font-family:poiret one;
  177. {/block:IfHeaderFont3}
  178. color:{color:title};
  179. height:220px;
  180. background-color:{color:title bg};
  181. z-index:4;
  182. }
  183.  
  184. #top2 img{
  185. border-radius:0px;
  186. height:200px;
  187. margin-right:auto;
  188. margin-top:auto;
  189. padding:7px;
  190. background:transparent;
  191. float:center;
  192. margin-bottom:0px;
  193.  
  194. }
  195.  
  196. #s-m-t-tooltip {
  197.  
  198. font-weight:bold;
  199. max-width:300px;
  200. padding:10px;
  201. margin:15px 20px;
  202. background-color:#000;
  203. {block:IfHeaderFont1}
  204. font-family:montserrat;
  205. {/block:IfHeaderFont1}
  206. {block:IfHeaderFont2}
  207. font-family:abel;
  208. font-size:11.5px;
  209. {/block:IfHeaderFont2}
  210. {block:IfHeaderFont3}
  211. font-family:poiret one;
  212. font-size:11.5px;
  213. text-transform:uppercase;
  214. {/block:IfHeaderFont3}
  215. letter-spacing:1px;
  216. text-transform:uppercase;
  217. color:#fff;
  218. z-index:9999999;
  219. border:1px solid #f5f5f5;
  220.  
  221. }
  222.  
  223. #calado{
  224. margin-left:auto;
  225. text-align:center;
  226. float:center;
  227. margin-top:0px;
  228. }
  229. #calado a {
  230. padding:21.5px;
  231. font-size:16px;
  232. text-align:center;
  233. margin-left:5px;
  234. {block:IfHeaderFont1}
  235. font-family:montserrat;
  236. font-size:12px;
  237. {/block:IfHeaderFont1}
  238. {block:IfHeaderFont2}
  239. font-family:abel;
  240. font-size:12px;
  241. {/block:IfHeaderFont2}
  242. {block:IfHeaderFont3}
  243. font-family:poiret one;
  244. font-size:11.5px;
  245. text-transform:uppercase;
  246. {/block:IfHeaderFont3}
  247. color:{color:header link};
  248. display:inline-block;
  249. -webkit-transition:all 0.3s ease-out;
  250. -moz-transition:all 0.3s ease-out;
  251. transition:all 0.3s ease-out;
  252. letter-spacing:2px;
  253. }
  254. #calado a:hover {
  255. -webkit-transition:all 0.3s ease-out;
  256. -moz-transition:all 0.3s ease-out;
  257. transition:all 0.3s ease-out;
  258. letter-spacing:3px;
  259. }
  260. #calado :first-letter{color:{color:first letter}; font-weight:bold; }
  261.  
  262.  
  263. iframe#tumblr_controls {
  264. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.1;
  265. }
  266. #tumblr_controls{
  267. position:fixed !important;
  268. -webkit-filter: invert(100%)
  269. }
  270.  
  271. .reblog {
  272. display:inline-block;
  273. margin:5px;
  274. margin-top:10px;
  275. background:{color:perma bg};
  276. padding:10px;
  277. {block:PermalinkPage}
  278. display:none;
  279. {/block:PermalinkPage}
  280. font-size:10px;
  281. text-transform:lowercase;
  282. font-family:inconsolata;
  283. {block:IfReblogStyle1}
  284. border-radius:0px;
  285. {/block:IfReblogStyle1}
  286. {block:IfNotReblogStyle1}
  287. border-radius:100%;
  288. {/block:IfNotReblogStyle1}
  289.  
  290. }
  291. .reblog a{color:gray;}
  292. .reblog a:hover { color:{color:link};}
  293.  
  294.  
  295.  
  296. .popup_block{
  297. display:none;
  298. background:#fff;
  299. padding:20px;
  300. border:1px solid #eee;
  301. float:left;
  302. position:fixed;
  303. top:50%;left:50%;
  304. z-index: 99999;
  305. -webkit-box-shadow: 0px 0px 20px #eee;
  306. -moz-box-shadow: 0px 0px 20px #eee;
  307. box-shadow: 0px 0px 20px #000;
  308. }
  309.  
  310. *html #fade {position: absolute;}
  311. *html .popup_block {position: absolute;}
  312. #fade {
  313. display:none;
  314. position:fixed;
  315. left:0px;
  316. top:0px;
  317. width:100%;
  318. height:100%;
  319. z-index:9999;
  320. background:#000;
  321. opacity:0.5;
  322. }
  323.  
  324. a{
  325. color:{color:Link};
  326. text-decoration:none;
  327. -webkit-transition:all 0.3s ease-out;
  328. -moz-transition:all 0.3s ease-out;
  329. transition:all 0.3s ease-out;
  330.  
  331. }
  332.  
  333. a:hover{
  334.  
  335. color:{color:Link Hover};
  336. -webkit-transition:all 0.3s ease-out;
  337. -moz-transition:all 0.3s ease-out;
  338. transition:all 0.3s ease-out;
  339.  
  340. }
  341.  
  342. #amplos {
  343.  
  344. {block:IfHeaderFont1}
  345. font-family:montserrat;
  346. text-transform:none;
  347. {/block:IfHeaderFont1}
  348. {block:IfHeaderFont2}
  349. font-family:abel;
  350. {/block:IfHeaderFont2}
  351. {block:IfHeaderFont3}
  352. font-family:poiret one;
  353. text-transform:uppercase;
  354. {/block:IfHeaderFont3}
  355. font-weight:bold;
  356. font-size:100px;
  357. text-align:center;
  358. padding:10px;
  359. float:center;
  360. margin-top:70px;
  361. margin-bottom:30px;
  362. margin-left:auto;
  363. margin-right:auto;
  364. text-transform:uppercase;
  365.  
  366. }
  367.  
  368. #amplos a{background:{color:Title hover}; padding:10px; border:2.5px solid #000; color:{color:Title};}
  369. #amplos a:hover {background:#fff; color:#000; border-color:#000;}
  370.  
  371. body{
  372. cursor:crosshair;
  373. color:{color:Text};
  374. font-family: abel;
  375. font-size:13px;
  376. background: {color:background} url("{image:background}") fixed;
  377.  
  378. }
  379.  
  380. h1 {font-family:lobster; text-transform:none;}
  381.  
  382. #post{
  383. margin-top:10px;
  384. {block:If3column}width:1110px;{/block:If3column}
  385. {block:IfNot3column}width:508px;{block:IfNot3column}
  386. margin-left:auto;
  387. margin-right:auto;
  388. background-color:transparent;
  389. padding:5px;
  390. }
  391.  
  392. .entry{
  393.  
  394. padding:5px;
  395. background-color:transparent;
  396. {block:If3column}width:255px;{block:If3column}
  397. {block:IfNot3column}width:500px;{block:IfNot3column}
  398. float:right;
  399. margin:5px;
  400. {block:PermalinkPage}
  401. width:500px;
  402. height:auto;
  403. {/block:PermalinkPage}
  404. -webkit-animation: tada 2s;
  405. -moz-animation: tada 2s;
  406. -ms-animation: tada 2s;
  407. -webkit-transition: 1s ease-in-out;
  408. -moz-transition: 1s ease-in-out;
  409. -o-transition: 1s ease-in-out;
  410.  
  411. }
  412.  
  413. .entry:hover {
  414. {block:IfZoomOnPosts}
  415. -webkit-transform: scale(1.3);
  416. -moz-transform: scale(1.3);
  417. -o-transform: scale(1.3) ;
  418. -ms-transform: scale(1.3);
  419. transform: scale(1.3) ;
  420. {/block:IfZoomOnPosts}
  421. -webkit-transition: 1s ease-in-out;
  422. -moz-transition: 1s ease-in-out;
  423. -o-transition: 1s ease-in-out;
  424. {block:IfZoomOnPosts}
  425. z-index: 9999999999999999999;
  426. {/block:IfZoomOnPosts}
  427. }
  428. .entry img{
  429. {block:If3column}max-width:250px;{block:If3column}
  430. {block:IfNot3column}max-width:500px;{block:IfNot3column}
  431. float:right;
  432. margin:2px;
  433. }
  434.  
  435. .entry .perm{
  436.  
  437. text-transform:uppercase;
  438. background:transparent;
  439. padding:5px;
  440. text-align:center;
  441. {block:If3column}
  442. margin-top:-40px;
  443. top:50%;
  444. margin-left:52px;
  445. {block:If3column}
  446. {block:IfNot3column}
  447. margin-top:-40px;
  448. top:50%;
  449. margin-left:180px;
  450. {block:IfNot3column}
  451. width:150px;
  452. height:auto;
  453. position:absolute;
  454. opacity:0.0;
  455. font-family: 'Open Sans', sans-serif;
  456. font-size:8px;
  457.  
  458. -webkit-transition:all 0.5s ease-out;
  459. -moz-transition:all 0.5s ease-out;
  460. transition:all 0.5s ease-out;
  461.  
  462. }
  463.  
  464. .entry:hover .perm{
  465.  
  466. opacity:1;
  467. -webkit-transition:all 0.5s ease-out;
  468. -moz-transition:all 0.5s ease-out;
  469. transition:all 0.5s ease-out;
  470.  
  471. }
  472.  
  473. ::-moz-selection { background: {color:text}; color: {color:background}; }
  474. ::selection { background: {color:text}; color: {color:background}; }
  475.  
  476. .pagination {
  477. display: none;
  478. }
  479.  
  480. ::-webkit-scrollbar {height:5px; width:5px;}
  481.  
  482. ::-webkit-scrollbar-track-piece {
  483. background-color:{color:background};
  484. }
  485.  
  486. ::-webkit-scrollbar-thumb {
  487. width:5px; height:5px;
  488. border-radius:3px;
  489. background-color:{color:scrollbar};
  490. border:2px solid {color:background};
  491. }
  492.  
  493. .description {
  494.  
  495. margin-bottom:10px;
  496. padding:2px;
  497. margin-left:0px;
  498. width:300px;
  499. background:transparent;
  500. font-size:12px;
  501. font-family: Poiret One;
  502. font-weight:bold;
  503. text-align:center;
  504. color:{color:text};
  505.  
  506. }
  507.  
  508. .go a:before,
  509. .go a:after {
  510. display: inline-block;
  511. opacity: 0;
  512. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  513. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  514. transition: transform 0.3s, opacity 0.2s;
  515. }
  516.  
  517. .go a:before {
  518. margin-right: 10px;
  519. content: '[';
  520. -webkit-transform: translate(20px);
  521. -moz-transform: translate(20px);
  522. transform: translate(20px);
  523. }
  524.  
  525. .go a:after {
  526. margin-left: 10px;
  527. content: ']';
  528. -webkit-transform: translate(-20px);
  529. -moz-transform: translate(-20px);
  530. transform: translate(-20px);
  531.  
  532.  
  533. }
  534.  
  535. .go a:hover:before,
  536. .go a:hover:after,
  537. .go a:focus:before,
  538. .go a:focus:after {
  539. opacity: 1;
  540. -webkit-transform: translate(0px);
  541. -moz-transform: translate(0px);
  542. transform: translate(0px);
  543. }
  544.  
  545. {CustomCSS}
  546.  
  547. </style>
  548. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  549.  
  550. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  551.  
  552. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  553.  
  554. <script>
  555. $(function(){
  556. var $container = $('#post');
  557. $container.imagesLoaded(function(){
  558. $container.masonry({
  559. itemSelector: '.entry',
  560. });
  561. });
  562. $container.infinitescroll({
  563. itemSelector : ".entry",
  564. navSelector : "div.pagination",
  565. nextSelector : ".pagination a#next",
  566. loadingImg : "",
  567. loadingText : "<em></em>",
  568. bufferPx : 10000,
  569. extraScrollPx: 12000,
  570. },
  571. // trigger Masonry as a callback
  572. function( newElements ) {
  573. var $newElems = $( newElements ).css({ opacity: 0 });
  574. // ensure that images load before adding to masonry layout
  575. $newElems.imagesLoaded(function(){
  576. $newElems.animate({ opacity: 1 });
  577. $container.masonry( 'appended', $newElems, true );
  578. });
  579. }
  580. );
  581. });
  582. </script>
  583. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  584.  
  585. </head>
  586. <body>
  587. <div id="esq">
  588.  
  589. <div>
  590. <a href="{text:Twitter Link}">
  591. <img title="Twitter" alt="Twitter" src="https://socialmediawidgets.files.wordpress.com/2014/03/01_twitter.png" width="35" height="35" />
  592. </a>
  593. <a href="{text:Pinterest Link}">
  594. <img title="Pinterest" alt="Pinterest" src="https://socialmediawidgets.files.wordpress.com/2014/03/13_pinterest.png" width="35" height="35" />
  595. </a>
  596. <a href="{text:Facebook Link}">
  597. <img title="Facebook" alt="Facebook" src="https://socialmediawidgets.files.wordpress.com/2014/03/02_facebook.png" width="35" height="35" />
  598. </a>
  599. <a href="{text:LinkedIn Link}">
  600. <img title="LinkedIn" alt="LinkedIn" src="https://socialmediawidgets.files.wordpress.com/2014/03/07_linkedin.png" width="35" height="35" />
  601. </a>
  602. <a href="{text:Instagram LInk}">
  603. <img title="Instagram" alt="RSS" src="https://socialmediawidgets.files.wordpress.com/2014/03/10_instagram.png" width="35" height="35" />
  604. </a>
  605. </div>
  606.  
  607. </div>
  608.  
  609. <div id="top2">
  610. {block:IfNotHeaderImg}
  611. <div id="amplos">
  612. {Title}
  613. </div>
  614. {Description}
  615. {/block:IfNotHeaderImg}
  616. {block:IfHeaderImg}
  617. <img src="{image:Header}">
  618. {/block:IfHeaderImg}
  619. </div>
  620.  
  621. <div id="top1">
  622. <div class="go">
  623. <div id="calado">
  624.  
  625. <a href="/">home</a>
  626. <a href="{text:link1url}">{text:link1}</a>
  627. <a href="#?w=300" rel="box1" class="poplight">Ask</a>
  628. <a href="{text:link2url}">{text:link2}</a>
  629. <a href="{text:link3url}">{text:link3}</a>
  630. <a href="{text:link4url}">{text:link4}</a>
  631. <a href="{text:link5url}">{text:link5}</a>
  632.  
  633.  
  634. </div></div></div>
  635.  
  636.  
  637.  
  638. <div id="post">
  639. {block:Posts}
  640. <div class="entry">
  641.  
  642. <div class="perm">
  643. {block:IfReblogStyle1}
  644. <div class="reblog"><a href="{ReblogUrl}"> Reblog </a>&nbsp/&nbsp
  645. <a href="{Permalink}"> {NoteCOunt}</a></div>
  646. {/block:IfReblogStyle1}
  647. {block:IfNotReblogStyle1}
  648. <div class="reblog">{ReblogButton color="black" size="15"}</div>
  649. <div class="reblog">{LikeButton color="black" size="15"}</div>
  650.  
  651. {/block:IfNotReblogStyle1}
  652. </div>
  653.  
  654. {block:Title}<h1>{Title}</h1>{/block:Title}
  655.  
  656. {block:Text}{Body}{/block:Text}
  657.  
  658. {block:Photo}
  659. {block:If3column}
  660. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If3column}
  661.  
  662. {block:IfNot3column}
  663. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot3column}
  664. {/block:Photo}
  665.  
  666. {block:Photoset}
  667.  
  668. {block:If3column}
  669. {Photoset-250}
  670. {/block:If3column}
  671.  
  672. {block:IfNot3column}
  673. {Photoset-500}
  674. {/block:IfNot3column}
  675.  
  676. {/block:Photoset}
  677.  
  678.  
  679. {block:Quote}
  680. {Quote}
  681. <div align="right">
  682. {block:Source}-{Source}{/block:Source}
  683. {NoteCOuntWithLabel}
  684. </div>
  685. {/block:Quote}
  686.  
  687.  
  688. {block:Video}
  689. {block:If3column}
  690. {Video-250}
  691. {/block:If3column}
  692.  
  693. {block:IfNot3column}
  694. {Video-500}
  695. {/block:IfNot3column}<br>
  696. {PlayCountWithLabel}
  697. {/block:Video}
  698.  
  699.  
  700. {block:Link}
  701. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  702. {block:Description}{Description}{/block:Description}
  703. {/block:Link}
  704.  
  705. {block:Chat}
  706. {block:Lines}
  707. {block:Label}
  708. <br>{Label}
  709. {/block:Label}
  710. &nbsp;{Line}
  711. {/block:Lines}
  712. {/block:Chat}
  713.  
  714. {block:Audio}
  715. {AudioPlayerGrey}
  716. <br><div align="right">{block:Artist}
  717. Artist: {Artist}</div>
  718. {/block:Artist}<br>
  719. {block:Caption}{Caption}{/block:Caption}
  720. {/block:Audio}
  721.  
  722.  
  723. {block:Answer}
  724. {Asker} asked <b>{Question}</b><Br>
  725. {Answer}
  726. {/block:Answer}
  727.  
  728. {block:PermalinkPage}
  729. {block:Caption}
  730. {Caption}
  731. {/block:Caption}
  732. <br>
  733. {block:NoteCount}
  734. {NoteCount} notes
  735. {/block:NoteCount}
  736. <Br>
  737. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  738. {/block:PermalinkPage}
  739. </div>
  740.  
  741. {/block:Posts}
  742.  
  743. </div>
  744. <!--Pagination-->
  745. <div class="pagination">
  746. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  747. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  748. </div>
  749.  
  750. <div id="box1" class="popup_block">
  751.  
  752. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:sua url}.tumblr.com" width="100%"></iframe><br>
  753.  
  754. </div>
  755.  
  756. {text:smcmusicplayer}
  757.  
  758. </body>
  759. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement