Advertisement
jawidafg

Untitled

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