Advertisement
Carolaine_Vieira

#22

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