Advertisement
jawidafg

Untitled

Aug 8th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.77 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. {block:IfnotFixedSidebar}
  265. {block:ifLeftSidebar}
  266. {block:IfTwoColumnsSmall}margin-left:-180px;{/block:IfTwoColumnsSmall}
  267. {block:IfTwoColumnsBig}margin-left:-180px;{/block:IfTwoColumnsBig}
  268. {block:IfOneColumnSmall}margin-left:-330px;{/block:IfOneColumnSmall}
  269. {block:IfOneColumnMed}margin-left:-330px;{/block:IfOneColumnMed}
  270. {block:IfOneColumnBig}margin-left:-330px;{/block:IfOneColumnBig}
  271. {/block:ifLeftSidebar}
  272. {block:ifRightSidebar}
  273. {block:IfTwoColumnsSmall}margin-left:490px;{/block:IfTwoColumnsSmall}
  274. {block:IfTwoColumnsBig}margin-left:780px;{/block:IfTwoColumnsBig}
  275. {block:IfOneColumnSmall}margin-left:180px;{/block:IfOneColumnSmall}
  276. {block:IfOneColumnMed}margin-left:330px;{/block:IfOneColumnMed}
  277. {block:IfOneColumnBig}margin-left:430px;{/block:IfOneColumnBig}
  278. {/block:ifRightSidebar}
  279. position:absolute;
  280. {block:IfnotFixedSidebar}
  281. {block:IndexPage}
  282. {block:permalinkpage}
  283. margin-left:-350px;
  284. {/block:permalinkpage}}
  285. .sidebar .sidebarimage{width:300px;}
  286. .sidebar .sidebarimage img{max-width:300px;}
  287. .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;}
  288. .links a {text-decoration:none;color:{color:Links};}
  289. .sidebar .links{color:{color:Links}; margin-left:-5px;padding: 0px 10px;line-height: 30px;font-family: arial;font-size: 12px;}
  290. .description_hide {color:{color:Links};padding: 10px 10px;line-height: 17px;font-family: arial;font-size: 12px;}
  291. .description_body .description{color:{color:Description}; margin:20px 0;line-height: 15px;{block:ifHideDescription}display:none;{/block:ifHideDescription}font-family: arial;font-size: 12px;}
  292. .description_body .description a {color:{color:Description};}
  293. .description_hide{cursor:help;color:#000;}
  294. #infscr-loading {
  295. z-index: 5000;
  296. position: fixed;
  297. font-size: 9px;
  298. line-height: 16px;
  299. height: 16px;
  300. left: -520px;
  301. top: 40px;
  302. opacity: 0.8;
  303. padding: 6px 10px 6px 8px;
  304. -webkit-border-radius: 6px;
  305. -moz-border-radius: 6px;
  306. border-radius: 6px;
  307. }
  308. a img {
  309. border: none;
  310. }
  311. #infscr-loading div {
  312. float:right;
  313. }
  314.  
  315. #infscr-loading img {
  316. margin-right: 6px;}
  317. .posts {
  318. {block:IndexPage}
  319.  
  320.  
  321.  
  322. {block:ifLeftSidebar}
  323. {block:IfTwoColumnsSmall}width:620px;left:160px;{/block:IfTwoColumnsSmall}
  324. {block:IfTwoColumnsBig}width:920px;left:160px;{/block:IfTwoColumnsBig}
  325. {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
  326. {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
  327. {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
  328. {/block:ifLeftSidebar}
  329.  
  330.  
  331. {block:ifRightSidebar}
  332. {block:IfTwoColumnsSmall}width:620px;left:-140px;{/block:IfTwoColumnsSmall}
  333. {block:IfTwoColumnsBig}width:920px;left:-150px;{/block:IfTwoColumnsBig}
  334. {block:IfOneColumnSmall}width:250px;left:-140px;{/block:IfOneColumnSmall}
  335. {block:IfOneColumnMed}width:400px;left:-140px;{/block:IfOneColumnMed}
  336. {block:IfOneColumnBig}width:500px;left:-140px;{/block:IfOneColumnBig}
  337. {/block:ifRightSidebar}
  338.  
  339. {/block:IndexPage}
  340. margin:auto;
  341. margin-top:30px;
  342. }
  343.  
  344. .entry{
  345. {block:IndexPage}
  346. {block:IfTwoColumnsSmall}width:250px;{/block:IfTwoColumnsSmall}
  347. {block:IfTwoColumnsBig}width:400px;{/block:IfTwoColumnsBig}
  348. {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
  349. {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
  350. {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
  351. {/block:IndexPage}
  352. margin:20px;
  353.  
  354.  
  355. {block:PermalinkPage}
  356. width:500px;
  357. background-color: #fff; padding: 10px;
  358. {/block:PermalinkPage}
  359. }
  360.  
  361.  
  362.  
  363.  
  364.  
  365. .entry {background-color: {color:post background}; padding: 10px;
  366. {block:ifShowEntryBorder}
  367. {block:IndexPage}
  368. border-color: {color:Entry Border Color};
  369. border-style: dotted;
  370. border-width: 0px 0px 1px 0px;{/block:IndexPage}{/block:ifShowEntryBorder}}
  371. .photo{overflow:hidden;}
  372. .photo img {display:block;
  373. overflow:hidden;-webkit-transition: all .8s ease;
  374. -moz-transition: all .8s ease;
  375. transition: all .8s ease;
  376.  
  377. }
  378.  
  379. {block:ifImgFade}
  380. {block:IndexPage}
  381. .photo img:hover {opacity: .6;-webkit-transition: all .8s ease;
  382. -moz-transition: all .8s ease;
  383. transition: all .8s ease;}
  384. {/block:IndexPage}
  385. {/block:ifImgFade}
  386.  
  387.  
  388. {block:IndexPage}
  389.  
  390.  
  391. .main_effect .backgr:hover .black
  392. {visibility:visible;}
  393.  
  394. .main_effect .backgr .black
  395. {top:0px;
  396. position: absolute;
  397. bottom: 0px;
  398. visibility: hidden;
  399. width: 100%;
  400. -webkit-transition: all 2s ease;
  401. -moz-transition: all 2s ease;
  402. transition: all 2s ease;}
  403.  
  404. .main_effect:hover .backgr .black
  405. {opacity:1;
  406. background-color: rgba(0, 0, 0, 0.6);
  407. -webkit-transition: all 2s ease;
  408. -moz-transition: all 2s ease;
  409. transition: all 2s ease;}
  410.  
  411. .date
  412. {font-weight:bold;
  413. font-family: arial;
  414. text-transform:uppercase;
  415. padding: 5px 9px;
  416. color: rgba(300, 300, 300, 1);
  417. font-size: 13px;}
  418.  
  419. .right_date
  420. {right:10px;
  421. opacity: 0;
  422. position: absolute;
  423. bottom:10px;
  424. z-index: 9999;
  425. -webkit-transition: all 0.7s ease;
  426. -moz-transition: all 0.7s ease;
  427. transition: all 0.7s ease;}
  428.  
  429. .main_effect:hover .backgr .right_date
  430. {opacity:.9; z-index: 9;
  431. -webkit-transition: all 1.5s ease;
  432. -moz-transition: all 1.5s ease;
  433. transition: all 1.5s ease;}
  434.  
  435. .note
  436. {font-family: 'Dorsa', sans-serif;
  437. font-size:80px;
  438. color: rgba(300, 300, 300, 1);
  439. text-align:center;
  440. font-weight:bold;
  441. text-transform:uppercase;
  442.  
  443.  
  444. }
  445.  
  446.  
  447. .main_effect .backgr
  448. {position:relative;}
  449. .right_note
  450. {
  451. right:20px;
  452. opacity: 0;
  453. position: absolute;
  454. bottom:60px;
  455.  
  456. -webkit-transition: all 0.7s ease;
  457. -moz-transition: all 0.7s ease;
  458. transition: all 0.7s ease;}
  459.  
  460. .main_effect:hover .backgr .right_note
  461. {opacity:1; z-index: 99;
  462. -webkit-transition: all 1.5s ease;
  463. -moz-transition: all 1.5s ease;
  464. transition: all 1.5s ease;}
  465.  
  466. {/block:IndexPage}
  467.  
  468. 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;}
  469. ol.notes li.note {
  470. opacity:0.5;
  471. padding: 4px 0;
  472. margin:0;
  473. -moz-transition: 0.2s ease-in;
  474. -webkit-transition: 0.2s ease-in;
  475. -o-transition: 0.2s ease-in;
  476. transition: 0.2s ease-in;
  477. }
  478. ol.notes li.note:hover {
  479. opacity:1;
  480. -moz-transition: 0.2s ease-in;
  481. -webkit-transition: 0.2s ease-in;
  482. -o-transition: 0.2s ease-in;
  483. transition: 0.2s ease-in;
  484. }
  485. ol.notes li.note img.avatar {
  486. display:none;
  487.  
  488. }
  489. ol.notes li.note span.action {
  490. font-weight:normal;
  491. }
  492. ol.notes li.note .answer_content {
  493. font-weight: normal;
  494. font-style:italic;
  495. }
  496.  
  497.  
  498. ol.notes li.note blockquote {
  499. border-left: medium none !important;
  500. font-weight: bold;
  501. margin: 0px 0 0px 0px !important;
  502. padding: 0px 0 0px !important;}
  503. ol.notes li.note blockquote a {
  504. color:#000;}
  505.  
  506. #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;}
  507. .popup_block{z-index: 99999;
  508. display: none; /*--hidden by default--*/
  509. background: #fff;
  510. padding: 30px;
  511. float: left; -moz-border-radius: 10px;
  512. -webkit-border-radius:10px;
  513. -khtml-border-radius:10px;
  514. font-size: 1.2em;
  515. position: fixed;
  516. top: 50%; left: 50%;
  517. }
  518. img.btn_close { float: right;margin: -15px -15px 0 0;}
  519. *html #fade { position: fixed;}
  520. *html .popup_block { position: fixed;background-color: #fff;}
  521. ::-webkit-scrollbar-thumb:vertical { background-color:#000; height:50px; }
  522. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
  523. ::-webkit-scrollbar { height:50px; width:10px; background-color:#fff; }
  524.  
  525.  
  526.  
  527. .main_permalink
  528. {z-index:999999;
  529. background-color: {color:Post Background};
  530. padding: 10px;
  531. margin-top: 10px;
  532. text-transform:uppercase;
  533. text-align:right;
  534. font-family:'Lekton', sans-serif;
  535. font-weight:bold;
  536. color:{color:body};
  537. font-size: 9px;
  538. opacity:1;
  539. -webkit-transition: all 0.5s ease;
  540. -moz-transition: all 0.5s ease;
  541. transition: all 0.5s ease;}
  542.  
  543. </style>
  544.  
  545. </head>
  546. <div class="jokes">
  547. <div class="posts">
  548.  
  549. <div class="sidebar">
  550.  
  551. {block:IfSidebarImage}
  552. <a href="/"><div class="sidebarimage">
  553. <img src="{image:SidebarImage}"/></div></a>
  554. {/block:IfSidebarImage}
  555.  
  556. <a href="/"><div class="titlesidebar">{Title}</div></a>
  557.  
  558. <br>
  559.  
  560.  
  561.  
  562.  
  563. {block:ifshowhomelink}
  564. <a href="/" class="links">{text:Home Title}</a>
  565. {/block:ifshowhomelink}
  566.  
  567. {block:ifHideDescription}
  568. <a class="description_hide" title="Description">{text:Description Title}</a>
  569. {/block:ifHideDescription}
  570.  
  571. {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>
  572. {/block:ifAskPopup}
  573.  
  574. {block:ifnotAskPopup}
  575. <a href="/ask" class="links">{text:Ask Title}</a>
  576. {/block:ifnotAskPopup}
  577.  
  578. {block:IfShowSubmit}
  579. <a href="/submit" class="links">Submit</a>
  580. {/block:IfShowSubmit}
  581.  
  582. {block:ifLinkOneTitle}
  583. <a href="{text:Link One}" class="links">{text:Link One Title}</a>
  584. {/block:ifLinkOneTitle}
  585.  
  586. {block:ifLinkTwoTitle}
  587. <a href="{text:Link Two}" class="links">{text:Link Two Title}</a>
  588. {/block:ifLinkTwoTitle}
  589.  
  590. {block:ifLinkThreeTitle}
  591. <a href="{text:Link Three}" class="links">{text:Link Three Title}</a>
  592. {/block:ifLinkThreeTitle}
  593.  
  594. {block:ifLinkFourTitle}
  595. <a href="{text:Link Four}" class="links">{text:Link Four Title}</a>
  596. {/block:ifLinkFourTitle}
  597.  
  598. {block:ifLinkFiveTitle}
  599. <a href="{text:Link Five}" class="links">{text:Link Five Title}</a>
  600. {/block:ifLinkFiveTitle}
  601.  
  602. <div class="description_body">
  603. <div class="description">
  604. {Description}</div>
  605. </div>
  606. </div>
  607.  
  608.  
  609.  
  610. {block:ifHideDescription}
  611.  
  612.  
  613. <script>
  614. $('.description_hide').click(function() {
  615. $('.description_body .description').slideToggle('medium', function() {
  616. });
  617. });
  618. </script>
  619.  
  620. {block:ifHideDescription}
  621.  
  622. {block:ifAskPopup}
  623. <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>
  624. {/block:ifAskPopup}
  625.  
  626.  
  627. {block:Posts}
  628. <div class="entry">
  629. {block:Text}
  630. <div class="text">
  631. {block:Title}<h1>{Title}</h1>{/block:Title}
  632. </div>
  633. <div class="text_border" ></div>
  634. <div class="text_body">
  635. {Body}
  636. </div>
  637. {block:IndexPage}
  638. <div class="main_permalink">
  639. <a href="{permalink}">
  640. {24HourWithZero}:{Minutes} </a>
  641. </div>
  642. {/block:IndexPage}
  643.  
  644. {/block:Text}
  645.  
  646.  
  647. {block:Photo}
  648.  
  649. <div class="photo">
  650.  
  651.  
  652. <div class="main_effect">
  653. <div class="backgr">
  654. {block:IndexPage}
  655. {block:ifShowTextOnImageHover}
  656. <div class="black">
  657. <div class="right_date">
  658. <a href="{Permalink}" target="_blank">
  659. <div class="date">
  660. {24HourWithZero}:{Minutes}
  661. </div></a>
  662. </div>
  663. <div class="right_note">
  664. <a href="{Permalink}" target="_blank">
  665. <div class="note">
  666. {NoteCount}
  667. </div></a>
  668. </div>
  669. </div>
  670. {/block:ifShowTextOnImageHover}
  671. {/block:IndexPage}
  672. {block:IndexPage}
  673. <a href="{Permalink}"><img src="{PhotoURL-HighRes}"
  674. {block:IfFourColumns}width="250"/></a>{/block:IfFourColumns}
  675. {block:IfThreeColumns}width="350"/></a>{/block:IfThreeColumns}
  676. {block:IfTwoColumnsSmall}width="250"/></a>{/block:IfTwoColumnsSmall}
  677. {block:IfTwoColumnsBig}width="400"/></a>{/block:IfTwoColumnsBig}
  678. {block:IfOneColumnSmall}width="250"/></a>{/block:IfOneColumnSmall}
  679. {block:IfOneColumnMed}width="400"/></a>{/block:IfOneColumnMed}
  680. {block:IfOneColumnBig}width="500"/></a>{/block:IfOneColumnBig}
  681. {/block:IndexPage}
  682. </div></div>
  683. {block:PermalinkPage}
  684. <img src="{PhotoURL-HighRes}" class="photo_permalink" />
  685. {/block:PermalinkPage}</u>
  686. </div>
  687. {block:ifImageShadow}
  688. <img style="width:100%; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png">
  689. {/block:ifImageShadow}
  690.  
  691.  
  692. {/block:Photo}
  693.  
  694. {block:Photoset}
  695. {block:IndexPage}<center>
  696. {block:IfFourColumns}{Photoset-250}{/block:IfFourColumns}
  697. {block:IfThreeColumns}{Photoset-250}{/block:IfThreeColumns}
  698. {block:IfTwoColumnsSmall}{Photoset-250}{/block:IfTwoColumnsSmall}
  699. {block:IfTwoColumnsBig}{Photoset-400}{/block:IfTwoColumnsBig}
  700. {block:IfOneColumnSmall}{Photoset-250}{/block:IfOneColumnSmall}
  701. {block:IfOneColumnMed}{Photoset-400}{/block:IfOneColumnMed}
  702. {block:IfOneColumnBig}{Photoset-500}{/block:IfOneColumnBig}
  703. </center>{/block:IndexPage}
  704. {block:PermalinkPage}
  705. <center>{Photoset-500}</center>
  706. {/block:PermalinkPage}
  707. {block:IndexPage}
  708. <div class="main_permalink">
  709. <a href="{permalink}">
  710. {24HourWithZero}:{Minutes} </a>
  711. </div>
  712. {/block:IndexPage}
  713. {/block:Photoset}
  714.  
  715. {block:Link}
  716. <a href="{URL}" class="link_title" {Target}><h3>
  717. {Name}</h3></a>
  718. {block:Description}
  719. <div class="link_description">{Description}</div>
  720. {/block:Description}
  721.  
  722. {block:IndexPage}
  723. <div class="main_permalink">
  724. <a href="{permalink}">
  725. {24HourWithZero}:{Minutes} </a>
  726. </div>
  727. {/block:IndexPage}
  728. {/block:Link}
  729.  
  730.  
  731. {block:Chat}
  732. {block:Title}
  733. <a href="{Permalink}"><h3>{Title}</h3></a>
  734. {/block:Title}
  735. <ul class="chat_body">
  736. {block:Lines}
  737. <li class="{Alt} user_{UserNumber}">
  738. {block:Label}
  739. <span class="label">{Label}</span>
  740. {/block:Label}
  741. {Line}
  742. </li>
  743. {/block:Lines}
  744. </ul>
  745. {block:IndexPage}
  746. <div class="main_permalink">
  747. <a href="{permalink}">
  748. {24HourWithZero}:{Minutes} </a>
  749. </div>
  750. {/block:IndexPage}
  751.  
  752. {/block:Chat}
  753.  
  754.  
  755. {block:Quote}
  756. <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}
  757. {/block:Quote}
  758. {block:Video}
  759. <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}
  760. {/block:Video}
  761. {block:Audio}
  762. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerblack}</div></div>{block:IndexPage}<div class="main_permalink"><a href="{permalink}">{24HourWithZero}:{Minutes} </a></div>{/block:IndexPage}
  763. {/block:Audio}
  764. {block:Answer}
  765. <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>
  766. <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>
  767. {/block:Answer}
  768. {block:PermalinkPage}
  769. <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>
  770. {block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}
  771. {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}
  772. </div></div></div></div>
  773. </div></div></div></div>
  774. </body>
  775. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement