Advertisement
jawidafg

Untitled

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