Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.32 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" xml:lang="en" lang="en">
  3.  
  4. <!-- ----------------------------------
  5. Theme XXX.
  6. Made by v0tum.
  7. http://v0tum.tumblr.com/
  8. More themes at: http://v0tumthemes.tumblr.com/
  9. ---------------------------------- -->
  10.  
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Header Background" content=""/>
  24. <meta name="font:Title" content="helvetica Neue" />
  25. <meta name="font:Body" content="Arial" />
  26.  
  27. <meta name="if:Entry Width 200" content="0" />
  28. <meta name="if:Entry Width 250" content="1" />
  29. <meta name="if:Entry Width 350" content="0" />
  30. <meta name="if:Entry Width 400" content="0" />
  31. <meta name="if:Entry Width 500" content="0" />
  32. <meta name="if:Fixed Header" content="0">
  33. <meta name="if:Shadow Under Header" content="0">
  34. <meta name="if:Image Shadow" content="0">
  35. <meta name="if:Image Fade" content="0">
  36. <meta name="if:Show Home Link" content="1">
  37. <meta name="if:Show Submit" content="1"/>
  38. <meta name="if:Ask Popup" content="1">
  39. <meta name="if:Show Text On Image Hover" content="1">
  40. <meta name="color:Border" content="#363636"/>
  41. <meta name="color:Header" content="#000"/>
  42. <meta name="color:Title" content="#fff"/>
  43. <meta name="color:Body" content="#000"/>
  44. <meta name="color:Background" content="#fff"/>
  45. <meta name="color:Links" content="#fff"/>
  46. <meta name="color:Post Background" content="#fff"/>
  47. <meta name="color:Description" content="#fff"/>
  48. <meta name="text:Home title" content="Home"/>
  49. <meta name="text:Ask title" content="Ask"/>
  50. <meta name="text:Title Font Size" content="120"/>
  51. <meta name="text:Body Font Size" content="10"/>
  52. <meta name="text:Margin" content="20"/>
  53. <meta name="text:Link One" content="" />
  54. <meta name="text:Link One Title" content="" />
  55. <meta name="text:Link Two" content="" />
  56. <meta name="text:Link Two Title" content="" />
  57. <meta name="text:Link Three" content="" />
  58. <meta name="text:Link Three Title" content="" />
  59. <meta name="text:Link Four" content="" />
  60. <meta name="text:Link Four Title" content="" />
  61.  
  62.  
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Dorsa' rel='stylesheet' type='text/css'>
  65.  
  66.  
  67. <script type="text/javascript" src="http://static.tumblr.com/6quy42l/S2Am632sh/theme.js"></script>
  68. <script type="text/javascript" src="http://static.tumblr.com/6quy42l/lBNm6eh49/need.js"></script>
  69. <script type="text/javascript" src="http://static.tumblr.com/6quy42l/KPXm6ehuk/popup.js"></script>
  70. <script src="http://static.tumblr.com/6quy42l/uzgm8ipxy/yolo.js"></script>
  71. <script src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  72. {block:IndexPage}
  73. <script>
  74. $(window).load(function(){
  75. var $wall = $('#content');
  76. $wall.masonry({
  77. itemSelector: '.entry,',
  78.  
  79. isAnimated: true,
  80. isFitWidth: true,
  81. });
  82.  
  83. $wall.infinitescroll({
  84. navSelector : 'div#navigation',
  85. nextSelector : 'div#navigation a#nextPage',
  86. itemSelector : '.entry',
  87. donetext : '',
  88. loadingText : '',
  89.  
  90. extraScrollPx : 30000,
  91. bufferPx : 20000,
  92. behavior : 'twitter',
  93. debug : false,
  94. errorCallback: function() {
  95. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  96. }},
  97. function( newElements ) {
  98. var $newElems = $( newElements );
  99. $newElems.hide();
  100. $newElems.imagesLoaded(function(){
  101. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );
  102. });
  103. }); $wall.show(500);
  104.  
  105. $('#load').click(function(e){
  106.  
  107. e.preventDefault();
  108. $wall.infinitescroll('retrieve');
  109. $(this).css('display','block');
  110.  
  111. });
  112. });
  113.  
  114. </script>{/block:IndexPage}
  115. <style type="text/css">
  116. /* Iframe (Follow/Dashboard Buttons) */
  117. iframe#tumblr_controls
  118. {z-index: 999999999999;
  119. top: 0% !important;
  120. right:0% !important;
  121. position: fixed !important;}
  122.  
  123.  
  124. /* Iframe (Follow/Dashboard Buttons) */
  125.  
  126. /* Body */
  127. body
  128. {background-color: {color:Background};
  129. background-image:url('{image:Background}');
  130. background-attachment: fixed;
  131. background-repeat: repeat;
  132. font-family:{font:body};
  133. font-size:{text:Body font size}px;
  134. cursor:pointer;
  135. line-height:12px;
  136. color:{color:Body};}
  137.  
  138.  
  139. a {text-decoration:none;
  140. color:{color:Body};
  141. -webkit-transition: all 0.2s linear;
  142. -moz-transition: all 0.2s linear;
  143. transition: all 0.2s linear;}
  144.  
  145. a:hover {color:{color:Link Hover};
  146. -webkit-transition: all 0.2s linear;
  147. -moz-transition: all 0.2s linear;
  148. transition: all 0.2s linear;}
  149.  
  150. a:active {outline: none;}
  151. a:focus {-moz-outline-style: none;}
  152. :-moz-any-link:focus{outline: none;}
  153. img {border:none;}
  154. .clear {clear:both;}
  155.  
  156. /* Body */
  157.  
  158. /* Permalink Page */
  159. {block:PermalinkPage}
  160. .jokes
  161. {margin:auto;
  162. width: 500px;}
  163. .samie
  164. {
  165. width: 500px;
  166. overflow: hidden;
  167. margin-top: 5px;
  168.  
  169. font-size: 11px;
  170. text-align:left;
  171.  
  172. line-height:10px;
  173.  
  174. }
  175. .note_link {
  176.  
  177. text-transform:capitalize;
  178. margin: 25px 0; font-family; 'Dorsa', sans-serif; font-size: 13px; text-align:left; }
  179.  
  180.  
  181.  
  182.  
  183. .samie img
  184. {width: 500px; height: auto;}
  185. {/block:permalinkpage}
  186. /* Permalink Page */
  187.  
  188.  
  189. /* Answer */
  190.  
  191.  
  192.  
  193. .answer
  194. {text-align: left;
  195. font-size: 11px;
  196.  
  197.  
  198. font-family:{font:body};
  199.  
  200. }
  201.  
  202.  
  203.  
  204.  
  205. .answer img
  206. {width: 90%;
  207. margin-top: 20px;
  208. }
  209.  
  210.  
  211. /* Answer */
  212.  
  213. /* Quote */
  214. .quote
  215. {
  216. text-transform:uppercase;
  217. text-align: left;
  218. font-size: 12px;
  219.  
  220. letter-spacing: 1px;
  221.  
  222. font-weight: bold;
  223. color:{color:Body};
  224. }
  225.  
  226.  
  227. .quote_source
  228. {text-transform:capitalize;
  229. text-align: center;
  230.  
  231. font-size: 11px;
  232. letter-spacing: 1px;
  233.  
  234. font-weight: none;
  235. }
  236.  
  237.  
  238. /* Quote */
  239.  
  240. /* Audio */
  241.  
  242. .audioplayercircle
  243. {font-size: 1px;
  244. z-index: 3;
  245. background: #000;
  246. top: 60px;
  247. height: 50px;
  248. opacity: .8;}
  249.  
  250. .audioplayer
  251. {font-size: 1px;
  252. padding-top:11px;
  253. width: 20px;
  254. padding-left:25px;
  255. overflow: hidden;}
  256.  
  257.  
  258. /* Audio*/
  259. /* Video */
  260. div.video1 embed,
  261. div.post div.video1 object, .video1 iframe {
  262. {block:IndexPage}
  263. width:100% !important; height:auto !important;
  264. {/block:IndexPage}
  265. {block:PermalinkPage}
  266. width:500px; height:300px;
  267. {/block:PermalinkPage}}
  268. /* Video */
  269. /* Text Post */
  270. .text h1
  271. {
  272. font-size: 15px;
  273. line-height: 30px;
  274.  
  275. font-weight: bold;
  276. color:{color:Body};
  277. text-transform: uppercase;
  278. }
  279. .text h1 a, .text h1 a:hover
  280. {color:#000;}
  281.  
  282. .text_body img {width: {text:Post Width Size}px;}
  283.  
  284. .text_body
  285. {
  286. line-height: 14px;
  287.  
  288. font-weight: bold;
  289. overflow:hidden;}
  290.  
  291. .text_body a, .text_body a:hover
  292. {color:#000;}
  293.  
  294. /* Text Post */
  295.  
  296.  
  297. /* Chat */
  298.  
  299. .chat_body
  300. {
  301. margin:5px 0;
  302. padding:0;background-color: {color:Post Background}; padding: 10px;
  303. list-style:none;}
  304. .chat_body li
  305. {margin: 5px;line-height: 20px;
  306. padding: 5px 2px 10px;
  307. border-bottom: 1px dotted #ddd;}
  308.  
  309. .chat_bodyt li:last-child
  310. {border:0;
  311. padding: 5px 5px 0;}
  312.  
  313. .chat_body .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label {font-weight:bold;text-transform:uppercase;}
  314.  
  315.  
  316.  
  317. /* Chat */
  318.  
  319. /* Link */
  320. .link_title h3
  321. {font-size: 15px;
  322.  
  323.  
  324. font-weight: bold;
  325. color:{color:Body};
  326. text-transform: uppercase;}
  327.  
  328. .link_description
  329. {font-size: 10px;
  330.  
  331.  
  332. font-weight: bold;
  333. text-transform: none;}
  334.  
  335. .link_title a, .link_title a:hover
  336. {color:#000;}
  337.  
  338. /* Link */
  339.  
  340.  
  341. /* Header */
  342. .sidebar
  343. {{block:iffixedheader}
  344. position:fixed;
  345. {/block:iffixedheader}
  346. {block:ifnotfixedheader}
  347. position:absolute;
  348. {/block:ifnotfixedheader}
  349. text-align:center;
  350. background-color: {color:header};
  351. background-image:url('{image:Header Background}');
  352. z-index:999;
  353. width: 100%;
  354. overflow:hidden;
  355. left:0;
  356. padding: 20px 0;
  357. top: 0px;
  358. {block:ifshadowunderheader}
  359. box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.7);
  360. {block:ifshadowunderheader}
  361. border-bottom: 1px dotted {color:Border};
  362. }
  363.  
  364.  
  365.  
  366. .sidebar .titlesidebar{
  367. margin: 20px 0;
  368. font-size:{Text:Title Font Size}px;
  369. text-transform:uppercase;
  370. font-weight:bold;
  371. color:{color:title};
  372. font-family: {font:title};
  373. padding: 35px 10px;
  374.  
  375. }
  376.  
  377. .links a {text-decoration:none;color:{color:Links};}
  378.  
  379. .sidebar .links
  380. {color:{color:Links};overflow:hidden;
  381. margin: 30px 0;
  382. padding: 30px 60px;
  383. border-right: 1px dotted {color:Border};
  384. border-left: 1px dotted {color:Border};
  385. text-transform:uppercase;
  386. font-weight:bold;
  387. line-height: 30px;
  388. font-family: arial;
  389. font-size: 12px;}
  390.  
  391.  
  392.  
  393.  
  394. .description
  395. {color:{color:Description};
  396. border-bottom: 1px dotted {color:Border};
  397. text-transform:uppercase;
  398. font-weight:bold;
  399. padding: 10px 0px;
  400. margin: 10px 0px;
  401.  
  402.  
  403.  
  404.  
  405. font-family: arial;
  406.  
  407. font-size: 10px;
  408.  
  409. }
  410.  
  411.  
  412.  
  413. .description a
  414. {color:{color:Description};}
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. .description_hide
  424. {cursor:help;color:#000;}
  425.  
  426.  
  427.  
  428.  
  429.  
  430. /* Sidebar */
  431. #infscr-loading {
  432. z-index: 5000;
  433. position: fixed;
  434. font-size: 9px;
  435. line-height: 16px;
  436. height: 16px;
  437. left: -520px;
  438. top: 40px;
  439. opacity: 0.8;
  440. padding: 6px 10px 6px 8px;
  441.  
  442. -webkit-border-radius: 6px;
  443. -moz-border-radius: 6px;
  444. border-radius: 6px;
  445. }
  446. a img {
  447. border: none;
  448. }
  449. #infscr-loading div {
  450. float:right;
  451. }
  452.  
  453. #infscr-loading img {
  454. margin-right: 6px;
  455. }
  456.  
  457.  
  458.  
  459. #content
  460. {position:relative;
  461. margin:0 auto;
  462. margin-top:260px;}
  463.  
  464. {block:ifimagefade}
  465. {block:IndexPage}
  466. img:hover
  467. {opacity: .6;
  468. -webkit-transition: all .8s ease;
  469. -moz-transition: all .8s ease;
  470. transition: all .8s ease;}
  471. {/block:IndexPage}
  472. {/block:ifimagefade}
  473.  
  474.  
  475. #content .entry
  476. {-webkit-transition: all .6s ease;
  477. -moz-transition: all .6s ease;
  478. transition: all .6s ease;
  479. {block:IndexPage}
  480. {block:IfEntryWidth200}width:200px;{/block:IfEntryWidth200}
  481. {block:IfEntryWidth250}width:250px;{/block:IfEntryWidth250}
  482. {block:IfEntryWidth350}width:350px;{/block:IfEntryWidth350}
  483. {block:IfEntryWidth400}width:400px;{/block:IfEntryWidth400}
  484. {block:IfEntryWidth500}width:500px;{/block:IfEntryWidth500}
  485. {/block:IndexPage}
  486. margin:{text:margin}px;
  487. {block:PermalinkPage}
  488. width:500px;
  489. background-color: #fff; padding: 10px;
  490. {/block:PermalinkPage}
  491. }
  492.  
  493.  
  494.  
  495. .pset {overflow:hidden;}
  496. .pset img{overflow:hidden;}
  497.  
  498. .photo{overflow:hidden;}
  499. .photo img {display:block;-webkit-transition: all .6s ease;
  500. -moz-transition: all .6s ease;
  501. transition: all .6s ease;
  502. overflow:hidden;
  503. {block:PermalinkPage}
  504. width:500px;
  505. margin: 0 auto;
  506. {/block:PermalinkPage}
  507. }
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514. {block:IndexPage}
  515.  
  516.  
  517. .main_effect .backgr:hover .black
  518. {visibility:visible;}
  519.  
  520. .main_effect .backgr .black
  521. {top:0px;
  522. position: absolute;
  523. bottom: 0px;
  524. visibility: hidden;
  525. width: 100%;
  526. -webkit-transition: all 1s ease;
  527. -moz-transition: all 1s ease;
  528. transition: all 1s ease;}
  529.  
  530. .main_effect:hover .backgr .black
  531. {opacity:1;
  532. background-color: rgba(0, 0, 0, 0.8);
  533. -webkit-transition: all 1s ease;
  534. -moz-transition: all 1s ease;
  535. transition: all 1s ease;}
  536.  
  537. .date
  538. {font-weight:bold;
  539. font-family: arial;
  540. text-transform:uppercase;
  541. padding: 3px 3px;
  542.  
  543. border-left: 1px dotted rgba(300, 300, 300, 0.5);
  544.  
  545. color: rgba(300, 300, 300, 1);
  546. font-size: 9px;}
  547.  
  548. .right_date
  549. {left:-50px;
  550. opacity: 0;
  551. position: absolute;
  552. visibility: hidden;
  553. bottom:10px;
  554. z-index: 9999;
  555. -webkit-transition: all 1s ease;
  556. -moz-transition: all 1s ease;
  557. transition: all 1s ease;}
  558.  
  559. .main_effect:hover .backgr .right_date
  560. {opacity:.9; z-index: 9;left:10px;
  561. -webkit-transition: all 1s ease;
  562. -moz-transition: all 1s ease;
  563. transition: all 1s ease;}
  564.  
  565. .main_effect .backgr:hover .right_date
  566. {visibility:visible;}
  567.  
  568. .Permalink_hover
  569. {font-weight:bold;
  570. font-family: arial;
  571. text-transform:uppercase;
  572. padding: 3px 3px;
  573.  
  574. border-right: 1px dotted rgba(300, 300, 300, 0.5);
  575.  
  576. color: rgba(300, 300, 300, 1);
  577. font-size: 9px;}
  578.  
  579.  
  580.  
  581. .Permalink_note
  582. {right:-50px;
  583. opacity: 0;
  584. position: absolute;
  585. visibility: hidden;
  586. bottom:10px;
  587. z-index: 9999;
  588. -webkit-transition: all 1s ease;
  589. -moz-transition: all 1s ease;
  590. transition: all 1s ease;}
  591.  
  592. .main_effect:hover .backgr .Permalink_note
  593. {opacity:.9; z-index: 9;right:10px;
  594. -webkit-transition: all 1s ease;
  595. -moz-transition: all 1s ease;
  596. transition: all 1s ease;}
  597. .main_effect .backgr:hover .Permalink_note
  598. {visibility:visible;}
  599.  
  600. .note
  601. {font-family: 'Dorsa', sans-serif;
  602. font-size:80px;
  603. color: rgba(300, 300, 300, 1);
  604. text-align:center;
  605. height:45px;
  606.  
  607. font-weight:bold;
  608. text-transform:uppercase;
  609.  
  610.  
  611. }
  612.  
  613.  
  614. .main_effect .backgr
  615. {position:relative;}
  616. .right_note
  617. {
  618. width: 100%;
  619. opacity: 0;
  620. position: absolute;
  621. top: 50%;
  622. visibility: hidden;
  623. -webkit-transition: all 0.7s ease;
  624. -moz-transition: all 0.7s ease;
  625. transition: all 0.7s ease;}
  626.  
  627. .main_effect:hover .backgr .right_note
  628. {opacity:1; z-index: 99;
  629. -webkit-transition: all 1.5s ease;
  630. -moz-transition: all 1.5s ease;
  631. transition: all 1.5s ease;}
  632.  
  633.  
  634. .main_effect .backgr:hover .right_note
  635. {visibility:visible;}
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642. {/block:IndexPage}
  643.  
  644. ol.notes {width:500px; height:400px; ; margin-top:10px; overflow:scroll; overflow-x:hidden; over-flow-y:scroll; list-style-type:none; font-weight:normal; font-size:11px; text-transform:none;margin-left:-40px;}
  645. ol.notes li.note {
  646. opacity:0.5;
  647. padding: 4px 0;
  648. margin:0;
  649. -moz-transition: 0.2s ease-in;
  650. -webkit-transition: 0.2s ease-in;
  651. -o-transition: 0.2s ease-in;
  652. transition: 0.2s ease-in;
  653. }
  654. ol.notes li.note:hover {
  655. opacity:1;
  656. -moz-transition: 0.2s ease-in;
  657. -webkit-transition: 0.2s ease-in;
  658. -o-transition: 0.2s ease-in;
  659. transition: 0.2s ease-in;
  660. }
  661. ol.notes li.note img.avatar {
  662. display:none;
  663.  
  664. }
  665. ol.notes li.note span.action {
  666. font-weight:normal;
  667. }
  668. ol.notes li.note .answer_content {
  669. font-weight: normal;
  670. font-style:italic;
  671. }
  672.  
  673.  
  674. ol.notes li.note blockquote {
  675. border-left: medium none !important;
  676. font-weight: bold;
  677. margin: 0px 0 0px 0px !important;
  678. padding: 0px 0 0px !important;}
  679. ol.notes li.note blockquote a {
  680. color:#000;}
  681.  
  682. #fade { left:0; top: 0px; width:100%; height: 100%; z-index:9000; position: fixed; background-color: #fff; opacity:0.8; }
  683. .popup_block{z-index: 99999999;
  684. display: none; /*--hidden by default--*/
  685. background: #fff;
  686. padding: 30px;overflow: hidden;
  687.  
  688.  
  689. font-size: 1.2em;
  690. position: fixed;
  691. top: 50%; left: 50%;
  692. }
  693. img.btn_close { float: right; margin: -15px -15px 0 0;}
  694.  
  695. *html .popup_block { display: none; overflow:hidden; position: fixed;background-color: #fff;}
  696. ::-webkit-scrollbar-thumb:vertical { background-color:#000; height:50px; }
  697. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
  698. ::-webkit-scrollbar { height:50px; width:10px; background-color:#fff; }
  699.  
  700.  
  701.  
  702. .entry:hover .main_permalink
  703. {z-index:999999;
  704.  
  705. float:right;
  706. margin-top: 5px;
  707. opacity:1;
  708. right: 0px;
  709. -webkit-transition: all 0.5s ease;
  710. -moz-transition: all 0.5s ease;
  711. transition: all 0.5s ease;}
  712.  
  713.  
  714. .main_permalink
  715. {z-index:999999;
  716. background-color: {color:Post Background};
  717. padding: 2px 15px;
  718. margin-top: -5px;
  719. text-transform:uppercase;
  720. text-align:right;
  721. float:right;
  722. font-family:arial;
  723. font-weight:bold;
  724. color:{color:body};
  725. font-size: 9px;
  726. opacity:0;
  727.  
  728. border-right: 1px dotted rgba(0, 0, 0, 0.1);
  729. border-left: 1px dotted rgba(0, 0, 0, 0.1);
  730. -webkit-transition: all 0.5s ease;
  731. -moz-transition: all 0.5s ease;
  732. transition: all 0.5s ease;}
  733. {CustomCSS}
  734. </style>
  735.  
  736. </head>
  737. <div class="jokes">
  738.  
  739.  
  740. <div class="sidebar">
  741.  
  742.  
  743. <div class="titlesidebar">{Title}</div>
  744.  
  745.  
  746. <div class="description">{Description}</div>
  747.  
  748. <br>
  749.  
  750.  
  751.  
  752.  
  753. {block:ifshowhomelink}
  754. <a href="/" class="links">{text:Home Title}</a>
  755. {/block:ifshowhomelink}
  756.  
  757.  
  758.  
  759. {block:ifAskPopup}<a class="links" title="Ask or Messange" href="# ask question ? " rel="ask" id="poplight">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a>
  760. {/block:ifAskPopup}
  761.  
  762. {block:ifnotAskPopup}
  763. <a href="/ask" class="links">{text:Ask Title}</a>
  764. {/block:ifnotAskPopup}
  765.  
  766. {block:IfShowSubmit}
  767. <a href="/submit" class="links">Submit</a>
  768. {/block:IfShowSubmit}
  769.  
  770. {block:ifLinkOneTitle}
  771. <a href="{text:Link One}" class="links">{text:Link One Title}</a>
  772. {/block:ifLinkOneTitle}
  773.  
  774. {block:ifLinkTwoTitle}
  775. <a href="{text:Link Two}" class="links">{text:Link Two Title}</a>
  776. {/block:ifLinkTwoTitle}
  777.  
  778. {block:ifLinkThreeTitle}
  779. <a href="{text:Link Three}" class="links">{text:Link Three Title}</a>
  780. {/block:ifLinkThreeTitle}
  781.  
  782. {block:ifLinkFourTitle}
  783. <a href="{text:Link Four}" class="links">{text:Link Four Title}</a>
  784. {/block:ifLinkFourTitle}
  785.  
  786.  
  787. </div>
  788.  
  789.  
  790.  
  791.  
  792. {block:ifAskPopup}
  793. <div id="ask" class="popup_block"><iframe frameborder="0" scrolling="no" height="150px" width="1000" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:#000; opacity: .7; overflow: hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript"> document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
  794. {/block:ifAskPopup}
  795. <div id="content">
  796. <div class="posts">
  797. {block:Posts}
  798. <div class="entry">
  799. {block:Text}
  800. <div class="text">
  801. {block:Title}<h1>{Title}</h1>{/block:Title}
  802. </div>
  803. <div class="text_border" ></div>
  804. <div class="text_body">
  805. {Body}
  806. </div>
  807. {block:IndexPage}
  808. <div class="main_permalink">
  809. <a href="{permalink}">
  810. {24HourWithZero}:{Minutes} </a>
  811. </div>
  812. {/block:IndexPage}
  813.  
  814. {/block:Text}
  815.  
  816.  
  817. {block:Photo}
  818.  
  819. <div class="photo">
  820.  
  821.  
  822. <div class="main_effect">
  823. <div class="backgr">
  824. {block:IndexPage}
  825. {block:ifShowTextOnImageHover}
  826. <div class="black">
  827. <div class="right_date">
  828. <a href="{ReblogURL}" target="_blank">
  829. <div class="date">
  830. Reblog
  831. </div></a>
  832. </div>
  833. <div class="right_note">
  834. <a href="{Permalink}" target="_blank">
  835. <div class="note">
  836. {NoteCount} Notes
  837. </div></a>
  838. </div>
  839. <div class="Permalink_note">
  840. <a href="{Permalink}" target="_blank">
  841. <div class="Permalink_hover">
  842. Permalink
  843. </div></a>
  844.  
  845. </div>
  846. </div>
  847. {/block:ifShowTextOnImageHover}
  848. {/block:IndexPage}
  849. {block:IndexPage}
  850. <a href="{Permalink}"><img src="{PhotoURL-HighRes}"
  851.  
  852.  
  853. {block:IfEntryWidth200}width="200"{/block:IfEntryWidth200}
  854. {block:IfEntryWidth250}width="250"{/block:IfEntryWidth250}
  855. {block:IfEntryWidth350}width="350"{/block:IfEntryWidth350}
  856. {block:IfEntryWidth400}width="400"{/block:IfEntryWidth400}
  857. {block:IfEntryWidth500}width="500"{/block:IfEntryWidth500}
  858. />
  859.  
  860.  
  861.  
  862. {/block:IndexPage}
  863. </div></div>
  864. {block:PermalinkPage}
  865. <img src="{PhotoURL-HighRes}"/>
  866. {/block:PermalinkPage}</u>
  867. </div>
  868. {block:ifImageShadow}
  869. <img style="width:100%; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png">
  870. {/block:ifImageShadow}
  871.  
  872. {/block:Photo}
  873.  
  874. {block:Photoset}
  875. {block:IndexPage}<center>
  876. <div class="pset">
  877. {block:IfEntryWidth200}{Photoset-250}{/block:IfEntryWidth200}
  878. {block:IfEntryWidth250}{Photoset-250}{/block:IfEntryWidth250}
  879. {block:IfEntryWidth350}{Photoset-250}{/block:IfEntryWidth350}
  880. {block:IfEntryWidth400}{Photoset-400}{/block:IfEntryWidth400}
  881. {block:IfEntryWidth500}{Photoset-500}{/block:IfEntryWidth500}
  882. </div>
  883.  
  884. </center>{/block:IndexPage}
  885. {block:PermalinkPage}
  886. <center>{Photoset-500}</center>
  887. {/block:PermalinkPage}
  888.  
  889.  
  890.  
  891. {block:IndexPage}
  892. <div class="main_permalink"><a href="{permalink}">
  893. {24HourWithZero}:{Minutes}</a></div>
  894. {/block:IndexPage}
  895. {/block:Photoset}
  896.  
  897. {block:Link}
  898. <a href="{URL}" class="link_title" {Target}><h3>
  899. {Name}</h3></a>
  900. {block:Description}
  901. <div class="link_description">{Description}</div>
  902. {/block:Description}
  903.  
  904. {block:IndexPage}
  905. <div class="main_permalink">
  906. <a href="{permalink}">
  907. {24HourWithZero}:{Minutes} </a>
  908. </div>
  909. {/block:IndexPage}
  910. {/block:Link}
  911.  
  912.  
  913. {block:Chat}
  914. {block:Title}
  915. <a href="{Permalink}"><h3>{Title}</h3></a>
  916. {/block:Title}
  917. <ul class="chat_body">
  918. {block:Lines}
  919. <li class="{Alt} user_{UserNumber}">
  920. {block:Label}
  921. <span class="label">{Label}</span>
  922. {/block:Label}
  923. {Line}
  924. </li>
  925. {/block:Lines}
  926. </ul>
  927. {block:IndexPage}
  928. <div class="main_permalink">
  929. <a href="{permalink}">
  930. {24HourWithZero}:{Minutes} </a>
  931. </div>
  932. {/block:IndexPage}
  933.  
  934. {/block:Chat}
  935.  
  936.  
  937. {block:Quote}<div class="quote"><b>"{Quote}"</b> </div>
  938. {block:Source}
  939. <div class="quote_source"> - {Source} </div>
  940. {/block:Source} {block:IndexPage}
  941. <div class="main_permalink">
  942. <a href="{permalink}">
  943. {24HourWithZero}:{Minutes} </a>
  944. </div>
  945. {/block:IndexPage}
  946. </div>
  947.  
  948. {/block:Quote}
  949.  
  950.  
  951.  
  952. {block:Video}
  953. <div class="post">
  954. <div class="video1">
  955. {Video-500}
  956. </div></div>
  957. {block:IndexPage}
  958. <div class="main_permalink">
  959. <a href="{permalink}">
  960. {24HourWithZero}:{Minutes} </a>
  961. </div>
  962. {/block:IndexPage}
  963.  
  964. {/block:Video}
  965.  
  966. {block:Audio}
  967. <div class="audioplayercircle">
  968. <div class="audioplayer">{AudioPlayerblack}</div>
  969. </div>
  970. {block:IndexPage}
  971. <div class="main_permalink">
  972. <a href="{permalink}">
  973. {24HourWithZero}:{Minutes} </a>
  974. </div>
  975. {/block:IndexPage}
  976.  
  977.  
  978. {/block:Audio}
  979.  
  980. {block:Answer}
  981.  
  982. <div class="answer"><b>{Asker}</b>: {Question}</div>
  983.  
  984.  
  985.  
  986.  
  987. <div class="answer">{Answer}</div>
  988.  
  989.  
  990.  
  991. {block:IndexPage}
  992. <div class="main_permalink">
  993. <a href="{permalink}">
  994. {24HourWithZero}:{Minutes} </a>
  995. </div>
  996. {/block:IndexPage}
  997.  
  998.  
  999.  
  1000. {/block:Answer}
  1001.  
  1002.  
  1003. {block:PermalinkPage}
  1004.  
  1005. <div class="samie">
  1006.  
  1007. <br>{Caption}<br>
  1008. <div class="note_link">
  1009. {block:NoteCount}
  1010. <a href="{Permalink}">{NoteCountWithLabel} </a> <br> <br>
  1011. {/block:NoteCount}
  1012. </div>
  1013.  
  1014. </div>
  1015.  
  1016. {PostNotes}
  1017. {/block:PermalinkPage}
  1018. </div>
  1019. {block:PostNotes}{ShowNotes}{/block:PostNotes}
  1020. {/block:Posts}
  1021. </div>
  1022. {block:IndexPage}
  1023. <div class="column navigation" id="navigation">
  1024. {block:Pagination}
  1025. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  1026. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  1027. {/block:IndexPage}
  1028. </div></div></div></div>
  1029. </div></div></div></div>
  1030.  
  1031.  
  1032.  
  1033. </body>
  1034. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement