Advertisement
jawidafg

Untitled

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