Advertisement
jawidafg

Untitled

Jul 29th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.54 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. /* Audio*/
  269. /* Video */
  270. div.video1 embed,
  271. div.post div.video1 object, .video1 iframe {
  272. {block:IndexPage}
  273. width:100% !important; height:auto !important;
  274. {/block:IndexPage}
  275. {block:PermalinkPage}
  276. width:500px; height:300px;
  277. {/block:PermalinkPage}}
  278. /* Video */
  279. /* Text Post */
  280. .text h1
  281. {
  282. font-size: 15px;
  283. line-height: 30px;
  284.  
  285. font-weight: bold;
  286. color:{color:Body};
  287. text-transform: uppercase;
  288. }
  289. .text h1 a, .text h1 a:hover
  290. {color:#000;}
  291.  
  292. .text_body img {width: {text:Post Width Size}px;}
  293.  
  294. .text_body
  295. {
  296. line-height: 14px;
  297.  
  298. font-weight: bold;
  299. overflow:hidden;}
  300.  
  301. .text_body a, .text_body a:hover
  302. {color:#000;}
  303.  
  304. /* Text Post */
  305.  
  306.  
  307. /* Chat */
  308.  
  309. .chat_body
  310. {
  311. margin:5px 0;
  312. padding:0;background-color: {color:Post Background}; padding: 10px;
  313. list-style:none;}
  314. .chat_body li
  315. {margin: 5px;line-height: 20px;
  316. padding: 5px 2px 10px;
  317. border-bottom: 1px dotted #ddd;}
  318.  
  319. .chat_bodyt li:last-child
  320. {border:0;
  321. padding: 5px 5px 0;}
  322.  
  323. .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;}
  324.  
  325.  
  326.  
  327. /* Chat */
  328.  
  329. /* Link */
  330. .link_title h3
  331. {font-size: 15px;
  332.  
  333.  
  334. font-weight: bold;
  335. color:{color:Body};
  336. text-transform: uppercase;}
  337.  
  338. .link_description
  339. {font-size: 10px;
  340.  
  341.  
  342. font-weight: bold;
  343. text-transform: none;}
  344.  
  345. .link_title a, .link_title a:hover
  346. {color:#000;}
  347.  
  348. /* Link */
  349.  
  350.  
  351. /* Sidebar */
  352.  
  353.  
  354. #content .sidebar
  355. { position:absolute;
  356. {block:IfFourColumns}width:400px;{/block:IfFourColumns}
  357. {block:IfThreeColumns}width:500px;{/block:IfThreeColumns}
  358. {block:IfTwoColumnsSmall}width:250px;{/block:IfTwoColumnsSmall}
  359. {block:IfTwoColumnsBig}width:400px;{/block:IfTwoColumnsBig}
  360. {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
  361. {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
  362. {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
  363. margin:40px;
  364. top: -130px;}
  365.  
  366.  
  367.  
  368. .sidebar .titlesidebar{
  369.  
  370. font-size:{Text:Title Font Size}px;
  371. text-transform:uppercase;
  372.  
  373. color:#000;
  374. font-family: {font:title};
  375. }
  376. {BLOCK:IFOK}
  377. .entry:hover {background-image: url(http://static.tumblr.com/ubjvoln/Cu0klawit/slant.png) ;
  378.  
  379. height:auto; -webkit-transition: all 6s ease;
  380. -moz-transition: all 6s ease;
  381. transition: all 6s ease; }
  382. {/BLOCK:IFOK}
  383. .links a {text-decoration:none;color:{color:Links};}
  384.  
  385. .sidebar .links
  386. {color:{color:Links};
  387.  
  388.  
  389. line-height: 17px;
  390. font-family: arial;
  391. font-size: 9px;}
  392.  
  393. .description_hide {color:{color:Links};
  394.  
  395.  
  396. line-height: 17px;
  397. font-family: arial;
  398. font-size: 9px;}
  399.  
  400.  
  401. .description_body .description
  402. {color:{color:Description};
  403.  
  404.  
  405. padding: 10px 0px;
  406.  
  407. line-height: 15px;
  408.  
  409.  
  410.  
  411. {block:ifHideDescription}
  412. display:none;
  413. {/block:ifHideDescription}
  414.  
  415. font-family: arial;
  416.  
  417. font-size: 9px;
  418.  
  419. }
  420.  
  421.  
  422.  
  423.  
  424. .description_body .description a
  425. {color:{color:Description};}
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. .description_hide
  435. {cursor:help;color:#000;}
  436.  
  437.  
  438.  
  439.  
  440.  
  441. /* Sidebar */
  442. #infscr-loading {
  443. z-index: 5000;
  444. position: fixed;
  445. font-size: 9px;
  446. line-height: 16px;
  447. height: 16px;
  448. left: -520px;
  449. top: 40px;
  450. opacity: 0.8;
  451. padding: 6px 10px 6px 8px;
  452.  
  453. -webkit-border-radius: 6px;
  454. -moz-border-radius: 6px;
  455. border-radius: 6px;
  456. }
  457. a img {
  458. border: none;
  459. }
  460. #infscr-loading div {
  461. float:right;
  462. }
  463.  
  464. #infscr-loading img {
  465. margin-right: 6px;
  466. }
  467.  
  468. #content{position:relative;
  469.  
  470. margin:auto;
  471. {block:IfFourColumns}width:1260px;{/block:IfFourColumns}
  472. {block:IfThreeColumns}width:1050px;{/block:IfThreeColumns}
  473. {block:IfTwoColumnsSmall}width:750px;{/block:IfTwoColumnsSmall}
  474. {block:IfTwoColumnsBig}width:1000px;{/block:IfTwoColumnsBig}
  475. {block:IfOneColumnSmall}width:450px;{/block:IfOneColumnSmall}
  476. {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
  477. {block:IfOneColumnBig}width:800px;{/block:IfOneColumnBig}
  478. margin-top:150px;
  479. }
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486. #content .entry{
  487. {block:IndexPage}
  488. {block:IfFourColumns}width:200px;{/block:IfFourColumns}
  489. {block:IfThreeColumns}width:250px;{/block:IfThreeColumns}
  490. {block:IfTwoColumnsSmall}width:250px;{/block:IfTwoColumnsSmall}
  491. {block:IfTwoColumnsBig}width:400px;{/block:IfTwoColumnsBig}
  492. {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
  493. {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
  494. {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
  495. {/block:IndexPage}
  496. margin:30px;
  497. {block:PermalinkPage}
  498. width:620px;
  499. background-color: #fff; padding: 10px;
  500. {/block:PermalinkPage}
  501. }
  502. {block:PermalinkPage}
  503. .photo_permalink img {max-width:620px !important; }
  504. {/block:PermalinkPage}
  505.  
  506.  
  507.  
  508.  
  509. .entry {background-color: {color:post background}; padding: 10px;
  510. {block:ifShowEntryBorder}
  511. {block:IndexPage}
  512. border-color: {color:Entry Border Color};
  513. border-style: dotted;
  514. border-width: 0px 0px 1px 0px;{/block:IndexPage}{/block:ifShowEntryBorder}}
  515. .photo{overflow:hidden;}
  516. .photo img {display:block;
  517. overflow:hidden;
  518. {block:PermalinkPage}
  519. width:620px;
  520. margin: 0 auto;
  521. {/block:PermalinkPage}
  522. }
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. {block:IndexPage}
  530.  
  531.  
  532. .main_effect .backgr:hover .black
  533. {visibility:visible;}
  534.  
  535. .main_effect .backgr .black
  536. {top:0px;
  537. position: absolute;
  538. bottom: 0px;
  539. visibility: hidden;
  540. width: 100%;
  541. -webkit-transition: all 2s ease;
  542. -moz-transition: all 2s ease;
  543. transition: all 2s ease;}
  544.  
  545. .main_effect:hover .backgr .black
  546. {opacity:1;
  547. background-color: rgba(0, 0, 0, 0.6);
  548. -webkit-transition: all 2s ease;
  549. -moz-transition: all 2s ease;
  550. transition: all 2s ease;}
  551.  
  552. .date
  553. {font-weight:bold;
  554. font-family: arial;
  555. text-transform:uppercase;
  556. padding: 5px 9px;
  557. color: rgba(300, 300, 300, 1);
  558. font-size: 13px;}
  559.  
  560. .right_date
  561. {right:10px;
  562. opacity: 0;
  563. position: absolute;
  564. bottom:10px;
  565. z-index: 9999;
  566. -webkit-transition: all 0.7s ease;
  567. -moz-transition: all 0.7s ease;
  568. transition: all 0.7s ease;}
  569.  
  570. .main_effect:hover .backgr .right_date
  571. {opacity:.9; z-index: 9;
  572. -webkit-transition: all 1.5s ease;
  573. -moz-transition: all 1.5s ease;
  574. transition: all 1.5s ease;}
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. .note
  588. {font-family: 'Dorsa', sans-serif;
  589. font-size:80px;
  590. color: rgba(300, 300, 300, 1);
  591. text-align:center;
  592. font-weight:bold;
  593. text-transform:uppercase;
  594.  
  595.  
  596. }
  597.  
  598.  
  599. .main_effect .backgr
  600. {position:relative;}
  601. .right_note
  602. {
  603. right:20px;
  604. opacity: 0;
  605. position: absolute;
  606. bottom:60px;
  607.  
  608. -webkit-transition: all 0.7s ease;
  609. -moz-transition: all 0.7s ease;
  610. transition: all 0.7s ease;}
  611.  
  612. .main_effect:hover .backgr .right_note
  613. {opacity:1; z-index: 99;
  614. -webkit-transition: all 1.5s ease;
  615. -moz-transition: all 1.5s ease;
  616. transition: all 1.5s ease;}
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. {/block:IndexPage}
  627.  
  628. 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;}
  629. ol.notes li.note {
  630. opacity:0.5;
  631. padding: 4px 0;
  632. margin:0;
  633. -moz-transition: 0.2s ease-in;
  634. -webkit-transition: 0.2s ease-in;
  635. -o-transition: 0.2s ease-in;
  636. transition: 0.2s ease-in;
  637. }
  638. ol.notes li.note:hover {
  639. opacity:1;
  640. -moz-transition: 0.2s ease-in;
  641. -webkit-transition: 0.2s ease-in;
  642. -o-transition: 0.2s ease-in;
  643. transition: 0.2s ease-in;
  644. }
  645. ol.notes li.note img.avatar {
  646. display:none;
  647.  
  648. }
  649. ol.notes li.note span.action {
  650. font-weight:normal;
  651. }
  652. ol.notes li.note .answer_content {
  653. font-weight: normal;
  654. font-style:italic;
  655. }
  656.  
  657.  
  658. ol.notes li.note blockquote {
  659. border-left: medium none !important;
  660. font-weight: bold;
  661. margin: 0px 0 0px 0px !important;
  662. padding: 0px 0 0px !important;}
  663. ol.notes li.note blockquote a {
  664. color:#000;}
  665.  
  666. #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;}
  667. .popup_block{z-index: 99999;
  668. display: none; /*--hidden by default--*/
  669. background: #fff;
  670. padding: 30px;
  671. float: left; -moz-border-radius: 10px;
  672. -webkit-border-radius:10px;
  673. -khtml-border-radius:10px;
  674. font-size: 1.2em;
  675. position: fixed;
  676. top: 50%; left: 50%;
  677. }
  678. img.btn_close { float: right;margin: -15px -15px 0 0;}
  679. *html #fade { position: fixed;}
  680. *html .popup_block { position: fixed;background-color: #fff;}
  681. ::-webkit-scrollbar-thumb:vertical { background-color:#000; height:50px; }
  682. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
  683. ::-webkit-scrollbar { height:50px; width:10px; background-color:#fff; }
  684.  
  685.  
  686.  
  687. .main_permalink
  688. {z-index:999999;
  689. background-color: {color:Post Background};
  690. padding: 10px;
  691. margin-top: 10px;
  692. text-transform:uppercase;
  693. text-align:right;
  694. font-family:'Lekton', sans-serif;
  695. font-weight:bold;
  696. color:{color:body};
  697. font-size: 9px;
  698. opacity:1;
  699. -webkit-transition: all 0.5s ease;
  700. -moz-transition: all 0.5s ease;
  701. transition: all 0.5s ease;}
  702.  
  703. </style>
  704.  
  705. </head>
  706. <div class="jokes">
  707. <div id="content">
  708.  
  709. <div class="sidebar">
  710.  
  711.  
  712.  
  713. <a href="/"><div class="titlesidebar">{Title}</div></a>
  714.  
  715. <br>
  716.  
  717.  
  718.  
  719.  
  720. {block:ifshowhomelink}
  721. <a href="/" class="links">{text:Home Title}</a>
  722. {/block:ifshowhomelink}
  723.  
  724. {block:ifHideDescription}
  725. <a class="description_hide" title="Description">{text:Description Title}</a>
  726. {/block:ifHideDescription}
  727.  
  728. {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>
  729. {/block:ifAskPopup}
  730.  
  731. {block:ifnotAskPopup}
  732. <a href="/ask" class="links">{text:Ask Title}</a>
  733. {/block:ifnotAskPopup}
  734.  
  735. {block:IfShowSubmit}
  736. <a href="/submit" class="links">Submit</a>
  737. {/block:IfShowSubmit}
  738.  
  739. {block:ifLinkOneTitle}
  740. <a href="{text:Link One}" class="links">{text:Link One Title}</a>
  741. {/block:ifLinkOneTitle}
  742.  
  743. {block:ifLinkTwoTitle}
  744. <a href="{text:Link Two}" class="links">{text:Link Two Title}</a>
  745. {/block:ifLinkTwoTitle}
  746.  
  747. {block:ifLinkThreeTitle}
  748. <a href="{text:Link Three}" class="links">{text:Link Three Title}</a>
  749. {/block:ifLinkThreeTitle}
  750.  
  751. {block:ifLinkFourTitle}
  752. <a href="{text:Link Four}" class="links">{text:Link Four Title}</a>
  753. {/block:ifLinkFourTitle}
  754.  
  755. {block:ifLinkFiveTitle}
  756. <a href="{text:Link Five}" class="links">{text:Link Five Title}</a>
  757. {/block:ifLinkFiveTitle}
  758.  
  759. <div class="description_body">
  760. <div class="description">{Description}</div>
  761. </div>
  762. </div>
  763.  
  764.  
  765.  
  766. {block:ifHideDescription}
  767.  
  768.  
  769. <script>
  770. $('.description_hide').click(function() {
  771. $('.description_body .description').slideToggle('medium', function() {
  772. });
  773. });
  774. </script>
  775.  
  776. {block:ifHideDescription}
  777.  
  778. {block:ifAskPopup}
  779. <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>
  780. {/block:ifAskPopup}
  781.  
  782. <div class="posts">
  783. {block:Posts}
  784. <div class="entry">
  785. {block:Text}
  786. <div class="text">
  787. {block:Title}<h1>{Title}</h1>{/block:Title}
  788. </div>
  789. <div class="text_border" ></div>
  790. <div class="text_body">
  791. {Body}
  792. </div>
  793. {block:IndexPage}
  794. <div class="main_permalink">
  795. <a href="{permalink}">
  796. {24HourWithZero}:{Minutes} </a>
  797. </div>
  798. {/block:IndexPage}
  799.  
  800. {/block:Text}
  801.  
  802.  
  803. {block:Photo}
  804.  
  805. <div class="photo">
  806.  
  807.  
  808. <div class="main_effect">
  809. <div class="backgr">
  810. {block:IndexPage}
  811. {block:ifShowTextOnImageHover}
  812. <div class="black">
  813. <div class="right_date">
  814. <a href="{Permalink}" target="_blank">
  815. <div class="date">
  816. {24HourWithZero}:{Minutes}
  817. </div></a>
  818. </div>
  819. <div class="right_note">
  820. <a href="{Permalink}" target="_blank">
  821. <div class="note">
  822. {NoteCount}
  823. </div></a>
  824. </div>
  825. </div>
  826. {/block:ifShowTextOnImageHover}
  827. {/block:IndexPage}
  828. {block:IndexPage}
  829. <a href="{Permalink}"><img src="{PhotoURL-HighRes}"
  830. {block:IfFourColumns}width="200"/></a>{/block:IfFourColumns}
  831. {block:IfThreeColumns}width="250"/></a>{/block:IfThreeColumns}
  832. {block:IfTwoColumnsSmall}width="250"/></a>{/block:IfTwoColumnsSmall}
  833. {block:IfTwoColumnsBig}width="400"/></a>{/block:IfTwoColumnsBig}
  834. {block:IfOneColumnSmall}width="250"/></a>{/block:IfOneColumnSmall}
  835. {block:IfOneColumnMed}width="400"/></a>{/block:IfOneColumnMed}
  836. {block:IfOneColumnBig}width="500"/></a>{/block:IfOneColumnBig}
  837. {/block:IndexPage}
  838. </div></div>
  839. {block:PermalinkPage}
  840. <img src="{PhotoURL-HighRes}" class="photo_permalink" />
  841. {/block:PermalinkPage}</u>
  842. </div>
  843. {block:ifImageShadow}
  844. <img style="width:100%; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png">
  845. {/block:ifImageShadow}
  846. {block:IfCaption}
  847. {caption}
  848. {/block:IfCaption}
  849. {/block:Photo}
  850.  
  851. {block:Photoset}
  852. {block:IndexPage}<center>
  853. {block:IfFourColumns}{Photoset-250}{/block:IfFourColumns}
  854. {block:IfThreeColumns}{Photoset-250}{/block:IfThreeColumns}
  855. {block:IfTwoColumnsSmall}{Photoset-250}{/block:IfTwoColumnsSmall}
  856. {block:IfTwoColumnsBig}{Photoset-400}{/block:IfTwoColumnsBig}
  857. {block:IfOneColumnSmall}{Photoset-250}{/block:IfOneColumnSmall}
  858. {block:IfOneColumnMed}{Photoset-400}{/block:IfOneColumnMed}
  859. {block:IfOneColumnBig}{Photoset-500}{/block:IfOneColumnBig}
  860. </center>{/block:IndexPage}
  861. {block:PermalinkPage}
  862. <center>{Photoset-500}</center>
  863. {/block:PermalinkPage}
  864. {block:IndexPage}
  865. <div class="main_permalink">
  866. <a href="{permalink}">
  867. {24HourWithZero}:{Minutes} </a>
  868. </div>
  869. {/block:IndexPage}
  870. {/block:Photoset}
  871.  
  872. {block:Link}
  873. <a href="{URL}" class="link_title" {Target}><h3>
  874. {Name}</h3></a>
  875. {block:Description}
  876. <div class="link_description">{Description}</div>
  877. {/block:Description}
  878.  
  879. {block:IndexPage}
  880. <div class="main_permalink">
  881. <a href="{permalink}">
  882. {24HourWithZero}:{Minutes} </a>
  883. </div>
  884. {/block:IndexPage}
  885. {/block:Link}
  886.  
  887.  
  888. {block:Chat}
  889. {block:Title}
  890. <a href="{Permalink}"><h3>{Title}</h3></a>
  891. {/block:Title}
  892. <ul class="chat_body">
  893. {block:Lines}
  894. <li class="{Alt} user_{UserNumber}">
  895. {block:Label}
  896. <span class="label">{Label}</span>
  897. {/block:Label}
  898. {Line}
  899. </li>
  900. {/block:Lines}
  901. </ul>
  902. {block:IndexPage}
  903. <div class="main_permalink">
  904. <a href="{permalink}">
  905. {24HourWithZero}:{Minutes} </a>
  906. </div>
  907. {/block:IndexPage}
  908.  
  909. {/block:Chat}
  910.  
  911.  
  912. {block:Quote}<div class="quote"><b>"{Quote}"</b> </div>
  913. {block:Source}
  914. <div class="quote_source"> - {Source} </div>
  915. {/block:Source} {block:IndexPage}
  916. <div class="main_permalink">
  917. <a href="{permalink}">
  918. {24HourWithZero}:{Minutes} </a>
  919. </div>
  920. {/block:IndexPage}
  921. </div>
  922.  
  923. {/block:Quote}
  924.  
  925.  
  926.  
  927. {block:Video}
  928. <div class="post">
  929. <div class="video1">
  930. {Video-500}
  931. </div></div>
  932. {block:IndexPage}
  933. <div class="main_permalink">
  934. <a href="{permalink}">
  935. {24HourWithZero}:{Minutes} </a>
  936. </div>
  937. {/block:IndexPage}
  938.  
  939. {/block:Video}
  940.  
  941. {block:Audio} <div class="audioplayercircle">
  942. <div class="audioplayer">{AudioPlayerblack}</div>
  943. </div>
  944. {block:IndexPage}
  945. <div class="main_permalink">
  946. <a href="{permalink}">
  947. {24HourWithZero}:{Minutes} </a>
  948. </div>
  949. {/block:IndexPage}
  950.  
  951.  
  952. {/block:Audio}
  953.  
  954. {block:Answer}
  955. <img src="{AskerPortraitURL-30}" alt="{PhotoAlt}"/>
  956. <div class="asker_name"><b>{Asker}</b></div><BR>
  957. <div class="ask_body">{Question}</div><BR>
  958.  
  959. <img src="{PostAuthorPortraitURL-30}" alt="{PhotoAlt}"/> <BR>
  960. <div class="asker_name"><b>{PostAuthorName}</b></div>
  961. <div class="ask_image">
  962. <div class="ask_body">{Answer}</div>
  963.  
  964. {block:IndexPage}
  965. <div class="main_permalink">
  966. <a href="{permalink}">
  967. {24HourWithZero}:{Minutes} </a>
  968. </div>
  969. {/block:IndexPage}
  970.  
  971. </div>
  972.  
  973.  
  974. {/block:Answer}
  975.  
  976.  
  977. {block:PermalinkPage}
  978.  
  979. <div class="samie">
  980. <br>{Caption}<br>
  981. {block:NoteCount}
  982. <a href="{Permalink}">{NoteCount} + </a> <br> <br>
  983. {/block:NoteCount}
  984. </div>
  985. {PostNotes}
  986. {/block:PermalinkPage}
  987. </div>
  988. {block:PostNotes}{ShowNotes}{/block:PostNotes}
  989. {/block:Posts}
  990. </div>
  991. {block:IndexPage}
  992. <div class="column navigation" id="navigation">
  993. {block:Pagination}
  994. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  995. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  996. {/block:IndexPage}
  997. </div></div></div></div>
  998. </div></div></div></div>
  999.  
  1000.  
  1001.  
  1002. </body>
  1003. </html>
  1004.  
  1005.  
  1006. <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