Advertisement
jawidafg

Untitled

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