Advertisement
jawidafg

Untitled

Jul 26th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.25 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.  
  6. <!-- ----------------------------------
  7. Theme Simple.
  8. Made by v0tum.
  9. Main blog: http://v0tum.tumblr.com/
  10. More themes at: http://v0tumthemes.tumblr.com/
  11. ---------------------------------- -->
  12. <head>
  13. <title>{Title}</title>
  14.  
  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.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Banner" content="">
  27.  
  28. <meta name="font:Title" content="helvetica" />
  29. <meta name="font:Links" content="helvetica" />
  30. <meta name="font:Description" content="helvetica" />
  31. <meta name="font:Link Post" content="arial" />
  32. <meta name="if:Show Icons" content="0" />
  33. <meta name="if:Main Background" content="0" />
  34. <meta name="if:Title Hover Effect" content="1" />
  35. <meta name="if:Hover Over Image Style 1" content="0" />
  36. <meta name="if:Hover Over Image Style 2" content="0" />
  37. <meta name="if:Hover Over Image Style 3" content="0" />
  38. <meta name="if:Show Home Link" content="1">
  39. <meta name="if:Show Submit" content="1"/>
  40. <meta name="if:Links Bold" content="1">
  41. <meta name="if:Description Bold" content="1">
  42. <meta name="if:Banner" content="0">
  43. <meta name="if:Ask Popup" content="0">
  44. <meta name="if:Links UnderLine" content="0">
  45. <meta name="if:Hover Background" content="0">
  46. <meta name="if:Background" content="0">
  47. <meta name="if:Title Center" content="1">
  48. <meta name="if:Title Left" content="0">
  49. <meta name="if:Links Center" content="1">
  50. <meta name="if:Links Left" content="0">
  51. <meta name="if:Description Center" content="1">
  52. <meta name="if:Description Left" content="0">
  53. <meta name="if:Four Columns" content="1" />
  54. <meta name="if:Three Columns" content="0" />
  55. <meta name="if:Two Columns" content="0" />
  56. <meta name="if:One Column" content="0" />
  57. <meta name="if:Border" content="0" />
  58.  
  59.  
  60. <meta name="color:Border" content="#fff"/>
  61. <meta name="color:Main Background" content="#fff"/>
  62. <meta name="color:Post Background" content="#fff"/>
  63. <meta name="color:Hover Background" content="#000"/>
  64. <meta name="color:Title Hover Color" content="#fff"/>
  65. <meta name="color:Description" content="#000"/>
  66. <meta name="color:Links" content="#000"/>
  67. <meta name="color:Background" content="#fff"/>
  68. <meta name="color:Body" content="#000"/>
  69. <meta name="color:Title" content="#000"/>
  70.  
  71. <meta name="text:Ask title" content="Ask"/>
  72. <meta name="text:Description Font Size" content="12"/>
  73. <meta name="text:Links Font Size" content="11"/>
  74. <meta name="text:Title Font Size" content="16"/>
  75. <meta name="text:Body Font Size" content="9"/>
  76. <meta name="text:Link One" content="" />
  77. <meta name="text:Link One Title" content="" />
  78. <meta name="text:Link Two" content="" />
  79. <meta name="text:Link Two Title" content="" />
  80. <meta name="text:Link Three" content="" />
  81. <meta name="text:Link Three Title" content="" />
  82. <meta name="text:Link Four" content="" />
  83. <meta name="text:link Four Title" content="" />
  84. <meta name="text:link Five" content="" />
  85. <meta name="text:link Five Title" content="" />
  86.  
  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/S2Am632sh/theme.js"></script>
  89. <script type="text/javascript" src="http://static.tumblr.com/6quy42l/KPXm6ehuk/popup.js"></script>
  90. <script src="http://static.tumblr.com/6quy42l/tPum65t1d/fucku.js"></script>
  91. <script src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  92. {block:IndexPage}
  93. <script>
  94. $(window).load(function(){
  95. var $wall = $('.posts');
  96. $wall.masonry({
  97. itemSelector: '.entry',
  98. });
  99. $wall.infinitescroll({
  100. navSelector : 'div#navigation',
  101. nextSelector : 'div#navigation a#nextPage',
  102. itemSelector : '.entry',
  103. donetext : '',
  104. loadingText : '',
  105. bufferPx : 30000,
  106. extraScrollPx: 30000,
  107.  
  108. errorCallback: function() {
  109. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  110. }},
  111. function( newElements ) {
  112. var $newElems = $( newElements );
  113. $newElems.hide();
  114. $newElems.imagesLoaded(function(){
  115. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );
  116. });
  117. }); $wall.show(500);
  118.  
  119. $('#load').click(function(e){
  120.  
  121. e.preventDefault();
  122. $wall.infinitescroll('retrieve');
  123. $(this).css('display','block');
  124.  
  125. });
  126. });
  127. </script>
  128.  
  129. <script>
  130. window.onload = function () {
  131. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  132. document.addEventListener( 'click', function ( event ) {
  133. var myLike = event.target;
  134. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  135. var frame = document.getElementById( 'my-like-frame' ),
  136. liked = ( myLike.className == 'my-liked' ),
  137. command = liked ? 'unlike' : 'like',
  138. reblog = myLike.getAttribute( 'data-reblog' ),
  139. id = myLike.getAttribute( 'data-id' ),
  140. oauth = reblog.slice( -8 );
  141. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  142. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  143. };
  144. }, false );
  145. };
  146. </script>
  147. {/block:IndexPage}
  148. <link href='http://fonts.googleapis.com/css?family=Lora|Open+Sans' rel='stylesheet' type='text/css'>
  149. <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'>
  150. <style type="text/css">
  151.  
  152. /* Iframe (Follow/Dashboard Buttons) */
  153. iframe#tumblr_controls
  154. {z-index: 99999999999999999999;
  155. top: 0% !important;
  156. right:0% !important;
  157. position: fixed !important;}
  158. /* Iframe (Follow/Dashboard Buttons) */
  159.  
  160. /* Body */
  161. body
  162. {background-color: {color:Background};
  163.  
  164. {block:IfBackground}
  165. background-image:url('{image:Background}');
  166. {/block:IfBackground}
  167. background-attachment: fixed;
  168. background-repeat: repeat;
  169. font-family:
  170. {Font:Body};
  171.  
  172. font-size:{text:Body font size}px;
  173. cursor:pointer;
  174. line-height:12px;
  175. color:{color:Body};}
  176.  
  177.  
  178. a {text-decoration:none;
  179. color:#000;
  180. -webkit-transition: all 0.2s linear;
  181. -moz-transition: all 0.2s linear;
  182. transition: all 0.2s linear;}
  183. a:hover {color:#000;
  184. -webkit-transition: all 0.2s linear;
  185. -moz-transition: all 0.2s linear;
  186. transition: all 0.2s linear;}
  187.  
  188. a:active {outline: none;}
  189. a:focus {-moz-outline-style: none;}
  190. :-moz-any-link:focus{outline: none;}
  191. img {border:none;}
  192. .clear {clear:both;}
  193.  
  194. h2 {font-size: 20px;
  195. line-height:25px;
  196. margin-top: 0px;
  197. font-family:
  198. {block:IfUseCustomFonts}
  199. 'Asap', sans-serif{/block:IfUseCustomFonts}
  200. {block:IfnotUseCustomFonts}
  201. {Font:Link Post}{/block:IfnotUseCustomFonts}
  202. ;}
  203. /* Body */
  204.  
  205. /* Permalink Page */
  206. {block:PermalinkPage}
  207. .jokes
  208. {margin: auto;
  209. width: 500px;}
  210. .samie
  211. {width: 500px;
  212. overflow: hidden;
  213. margin-top: 5px;
  214. border-bottom: 1px solid #ececec;
  215. font-size: 10px;
  216. text-align:left;
  217. font-weight: bold;
  218. text-transform: uppercase;
  219. line-height:10px;
  220. font-family: 'Asap', sans-serif;}
  221. .samie img
  222. {width: 480px; height: auto;}
  223. {/block:permalinkpage}
  224. /* Permalink Page */
  225.  
  226. /* Main */
  227. .main_permalink
  228. {z-index:999999;opacity:0;
  229. background-color:{color:Post Background}; font-weight:bold;
  230. padding: 10px;margin-top: 10px;text-transform:uppercase;text-align:right;font-family:arial;color:#000;font-size: 9px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}
  231. .entry:hover .main_permalink {opacity:1}
  232. .main_permalink a:hover{color:#000}
  233. .main {z-index: -1; background-color: {color:Post Background}; padding: 10px;}
  234. /* Main */
  235.  
  236. /* Answer */
  237. .answer_border{padding-top: 10px;
  238. margin-top: 10px;
  239. padding-bottom: -5px;
  240. margin-bottom: -5px;}
  241. .asker_name{text-align: left;
  242. font-size: 13px;
  243. text-transform:uppercase;
  244. padding-left: 38px;
  245. font-family: Helvetica;
  246. margin-top: -32px;
  247. letter-spacing: 0px;
  248. color: #000; }
  249. .asker_name a{color:#000;}
  250. .asker_name a:hover{color:#000;}
  251. .ask_body{text-align: left;
  252. font-size: 10px;
  253. text-transform:none;
  254. padding-left: 38px;
  255. font-family: Helvetica;
  256. line-height: 12px;
  257. color: #000;}
  258. .ask_image img{width: 100%;
  259. margin-top: 10px;
  260. margin-left: -40px;}
  261. .answer_background{left: 40%;
  262. bottom: 40%;
  263. z-index: -9999999999;
  264. margin: 0 auto;
  265. opacity: 0.02;
  266. position: absolute;
  267. color:#000;
  268. font-size: 150px;}
  269. /* Answer */
  270.  
  271. /* Quote */
  272. .quote {text-transform:uppercase;
  273. text-align: center;
  274. font-size: 12px;
  275. line-height: 13px;
  276. letter-spacing: 1px;
  277. font-family: arial;
  278. font-weight: bold;
  279. color: {color:body};}
  280.  
  281.  
  282. .quote_source {text-transform:capitalize;
  283. text-align: center;
  284. font-size: 11px;
  285. letter-spacing: 1px;
  286. font-family: helvetica;
  287. font-weight: none;}
  288.  
  289. /* Quote */
  290.  
  291. /* Audio */
  292.  
  293. .audioplayercircle
  294. {font-size: 1px;
  295. z-index: 3;
  296. background: #000;
  297. width: 100%;
  298. top: 60px;
  299. height: 50px;
  300. opacity: .8;}
  301.  
  302. .audioplayer
  303. {font-size: 1px;
  304. padding-top:11px;
  305. width: 20px;
  306. overflow: hidden;
  307.  
  308. {block:IfFourColumns}
  309. margin: 0px -10px -10px 115px ;
  310. {/block:IfFourColumns}
  311.  
  312. {block:IfThreeColumns}
  313. margin: 0px -10px -10px 165px ;
  314. {/block:IfThreeColumns}
  315.  
  316. {block:IfTwoColumns}
  317. margin: 0px -10px -10px 240px ;
  318. {/block:IfTwoColumns}
  319.  
  320. {block:IfOneColumn}
  321. margin: 0px -10px -10px 290px ;
  322. {/block:IfOneColumn}
  323.  
  324. }
  325. .art img {width: 100%}
  326.  
  327. /* Audio*/
  328.  
  329. /* Video */
  330. div.video1 embed,
  331. div.post div.video1 object, .video1 iframe {
  332. {block:IndexPage}
  333.  
  334. {block:IfFourColumns}
  335. width:250px !important; height:150px !important;
  336. {/block:IfFourColumns}
  337.  
  338.  
  339. {block:IfThreeColumns}
  340. width:350px !important; height:250px !important;
  341. {/block:IfThreeColumns}
  342.  
  343. {block:IfTwoColumns}
  344. width:500px !important; height:400px !important;
  345. {/block:IfTwoColumns}
  346.  
  347. {block:IfOneColumn}
  348. width:600px !important; height:500px !important;
  349. {/block:IfOneColumn}
  350.  
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. width:500px; height:300px;
  354. {/block:PermalinkPage}
  355. }
  356. /* Video */
  357.  
  358. /* Text Post */
  359. .text .title
  360. {font-size: 18px;
  361. line-height: 30px;
  362. font-family:arial;
  363. font-weight: bold;
  364. color:{color:body};
  365. text-transform: uppercase;}
  366.  
  367. .text h1 a, .text h1 a:hover{color:#000;}
  368. .text_body img {width: 100%;}
  369.  
  370. .text_body {line-height: 10px;
  371. font-family:arial;
  372. font-weight: bold;
  373. overflow:hidden;}
  374. .text_body a, .text_body a:hover
  375. {color:{color:body};}
  376.  
  377. /* Text Post */
  378.  
  379.  
  380. /* Chat */
  381.  
  382. .chat_body
  383. {font-family: arial;
  384. margin:5px 0;
  385. padding:0;
  386. list-style:none;}
  387. .chat_body li
  388. {margin: 5px;
  389. padding: 5px 2px 10px;
  390. border-bottom: 1px dotted #ddd;}
  391.  
  392. .chat_bodyt li:last-child
  393. {border:0;
  394. padding: 5px 5px 0;}
  395. .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;}
  396.  
  397.  
  398. /* Chat */
  399.  
  400. /* Link */
  401. .link_title h3
  402. {font-size: 15px;
  403. line-height: 30px;
  404. font-family:arial;
  405. font-weight: bold;
  406. color:{color:body};
  407. text-transform: uppercase;}
  408.  
  409. .link_description
  410. {font-size: 10px;
  411.  
  412. font-family:arial;
  413. font-weight: bold;
  414. text-transform: none;}
  415.  
  416. .link_title a, .link_title a:hover
  417. {color:{color:body};}
  418.  
  419.  
  420. /* Link */
  421.  
  422. /* Header */
  423. .header
  424. {position:relative;
  425. {block:IfMainBackground}
  426. background-color: {color:Main Background};
  427. {/block:IfMainBackground}
  428. padding: 30px;
  429. {block:IfnotBanner}
  430. margin-top:-210px;
  431. {/block:IfnotBanner}
  432. {block:IfBanner}
  433. margin-top:-390px;
  434. {block:IfBanner}
  435. {block:IndexPage}
  436. {block:IfFourColumns} width:1000px;{/block:IfFourColumns}
  437. {block:IfThreeColumns} width:1050px;{/block:IfThreeColumns}
  438. {block:IfTwoColumns} width:1000px;{/block:IfTwoColumns}
  439. {block:IfoneColumn}width:600px; {/block:IfoneColumn}
  440. {/block:IndexPage}
  441. {block:PermalinkPage}
  442. width:500px;
  443. {/block:PermalinkPage}}
  444. .header .headertitle
  445. {margin:15px 0;
  446. margin-left:-6px;
  447. {block:ifborder}
  448. border-bottom: 1px solid {color:border};
  449. {/block:ifborder}
  450. font-size:{text:Title Font Size}px;
  451. text-transform:uppercase;
  452. line-height:20px;padding: 10px;
  453. color:{color:Title};
  454. {block:iftitlecenter}
  455. text-align:center;
  456. {/block:iftitlecenter}
  457. {block:iftitleleft}
  458. text-align:left;
  459. {/block:iftitleleft}
  460. font-family: {font:title};
  461. -webkit-transition: all 1.1s ease;
  462. -moz-transition: all 1.1s ease;
  463. transition: all 1.1s ease;}
  464. {block:IfTitleHoverEffect}
  465. .header .headertitle:hover
  466. {text-decoration:none;
  467. background-color:{color:Hover Background};
  468. color: {color:Title Hover Color};
  469. padding: 10px;
  470. -webkit-transition: all .8s ease;
  471. -moz-transition: all .8s ease;
  472. transition: all 1.5s ease;}
  473. {/block:IfTitleHoverEffect}
  474.  
  475. .header.links a
  476. {text-decoration:none;
  477. color:{color:Links};}
  478.  
  479. .header .links a:hover
  480. {color:{color:Link Hover};}
  481.  
  482. .header .links
  483. {color:{color:Links};
  484. margin-top: 10px;
  485. {block:IfLinksUnderLine}
  486. text-decoration:underline;
  487. {/block:IfLinksUnderLine}
  488. {block:IfLinksBold}font-weight: bold; {/block:IfLinksBold}
  489. line-height: 14px;
  490.  
  491. {block:iflinksleft}
  492. text-align:left;
  493. {/block:iflinksleft}
  494. font-family: {font:links};
  495. font-size: {text:Links Font Size}px;}
  496. .header .description
  497. {color:{color:Description};
  498. {block:ifborder}
  499. border-bottom: 1px solid {color:border};
  500. {/block:ifborder}
  501. {block:IfDescriptionBold}
  502. font-weight: bold;
  503. {/block:IfDescriptionBold}
  504. padding:0 0 15px;
  505. line-height: 15px;
  506. {block:ifdescriptioncenter}
  507. text-align:center;
  508. {/block:ifdescriptioncenter}
  509. {block:ifdescriptionleft}
  510. text-align:left;
  511. {/block:ifdescriptionleft}
  512. margin: 0 auto;
  513. font-family: {font:description};
  514. font-size: {text:Description Font Size}px;}
  515. .description a
  516. {color:{color:Description};}
  517.  
  518. /* Header */
  519.  
  520. .photoset {overflow:hidden; margin-left: -5px;}
  521. #infscr-loading {display:none;}
  522. #infscr-loading div {display:none;}
  523. #infscr-loading img {display:none;}
  524.  
  525. #content{
  526. margin:auto;
  527. {block:IfFourColumns} width:1100px;{/block:IfFourColumns}
  528. {block:IfThreeColumns} width:1100px;{/block:IfThreeColumns}
  529. {block:IfTwoColumns} width:1100px;{/block:IfTwoColumns}
  530. {block:IfoneColumn}width:650px; {/block:IfoneColumn}
  531. {block:IfnotBanner}
  532. margin-top: 230px;
  533. {/block:IfnotBanner}
  534. {block:IfBanner}
  535. margin-top: 400px;
  536. {/block:IfBanner}
  537. }
  538.  
  539.  
  540.  
  541.  
  542. #content .posts{
  543. {block:IndexPage}
  544. {block:IfFourColumns}width:1090px; margin-left: -20px;{/block:IfFourColumns}
  545. {block:IfThreeColumns}width:1090px;margin-left: -15px;{/block:IfThreeColumns}
  546. {block:IfTwoColumns}width:1090px;margin-left: -10px;{/block:IfTwoColumns}
  547. {block:IfoneColumn}width:650px; margin-left: -5px;{/block:IfoneColumn}
  548. {/block:IndexPage}}
  549. #content .entry{
  550. {block:IndexPage}
  551. {block:IfFourColumns}width:250px;{/block:IfFourColumns}
  552. {block:IfThreeColumns}width:350px;{/block:IfThreeColumns}
  553. {block:IfTwoColumns}width:500px;{/block:IfTwoColumns}
  554. {block:IfOneColumn}width:600px;{/block:IfOneColumn}{/block:IndexPage}
  555. margin:5px;
  556. {block:PermalinkPage}
  557. width:500px;
  558. padding: 10px;
  559. margin-left: -10px;
  560. background-color: #fff; padding: 10px;
  561. {/block:PermalinkPage}}
  562. {block:PermalinkPage}
  563. .photo_permalink img {max-width:500px !important; }
  564. {/block:PermalinkPage}
  565.  
  566.  
  567. .photo{ overflow:hidden;}
  568. .photo img {display:block;overflow:hidden;
  569. {block:PermalinkPage}width:500px;margin: 0 auto;{/block:PermalinkPage}}
  570.  
  571. {block:ifHoverOverImageStyle1}{block:IndexPage}.fuck .you{position:relative;}.fuck .you .faggot {height:100%;left: 0;opacity: 0;position: absolute;top: 0;visibility: hidden;width:100%;z-index: 998;background-color: rgba(0, 0, 0, 0.5);-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck:hover .you .faggot{opacity:.9;height: 100%;-webkit-transition: all 1.5s ease;-moz-transition: all 1.5s ease; transition: all 1.5s ease;}.fuck .you .faggot .haha {height: 134px;margin-top: -67px;position: absolute;text-align: center;top: 50%;width: 100%;z-index: 999;}.fuck .you .faggot .haha .note{font-family: 'Dorsa', sans-serif;font-size: 90px;font-weight:bold;position: absolute;letter-spacing: 2px;width: 100%;top: 44%; right: 50%text-align:right;color: #fff;}.fuck .you .faggot .haha .reblog{font-family: arial;z-index:1; font-size: 11px; position: absolute; margin: 40px -55px 0px -50px;right:50%;text-transform:uppercase;font-weight: 600;top:50%;text-align: center;color: #fff;}.fuck .you .faggot .haha .border{border-bottom: 1px solid rgba(300,300,300,.3);margin: 104px auto;width: 60px;top:50%;}.fuck .you .faggot .haha .date{font-family: 'Asap', sans-serif;font-weight: 600;font-size: 11px; position: absolute; text-transform:uppercase;margin: 40px -75px 0px -67px;left:50%;letter-spacing: 0px;top:50%;text-align: center;color: #fff;}.fuck .you:hover .faggot {visibility:visible;}
  572. {/block:IndexPage}{/block:ifHoverOverImageStyle1}
  573. {block:IfShowIcons} {block:IndexPage} .fuck .you{position:relative;}.fuck .you .faggot {height:0px;left: 5px;opacity: 0;position: absolute;top: 0px;visibility: hidden;height: 0px;z-index: 998;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}.fuck:hover .you .faggot{opacity:.9;height: 100%;-webkit-transition: all 1.5s ease;-moz-transition: all 1.5s ease;transition: all 1.5s ease;}.fuck .you .faggot .haha {top: 5px;position: absolute;text-align: center;width: 100%;z-index: 999;}.fuck .you .faggot .haha .note {position: absolute; margin: 0px -50px 0px -50px;right:50%;}.my-like {background-image: url(http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png) !important;height:22px;background-repeat: no-repeat;width:22px;cursor:pointer;display:inline-block;vertical-align:top;}.my-liked, .my-like:hover {background-image: url(http://static.tumblr.com/uiqhh9x/Y36m6h0qu/liked.png) !important; background-repeat: no-repeat; height:22px;width:22px;cursor:pointer;display:inline-block;vertical-align:top;}.fuck .you:hover .faggot {visibility:visible;} {/block:IndexPage}{/block:IfShowIcons}
  574. {block:ifHoverOverImageStyle2}{block:IndexPage}.fuck .you {position:relative;}.fuck .you .faggot {top:0px;left: 0;opacity: 0;position: absolute;bottom: 0px;visibility: hidden;width: 100%;z-index: 99;background-color: rgba(0, 0, 0, 0.5);-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck:hover .you .faggot{opacity:.9; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease;transition: all 1.5s ease;}.fuck .you .faggot .haha {height: 134px;margin-top: -67px;position: absolute;text-align: center;top: 50%;width: 100%;z-index: 99;}.fuck .you .faggot .haha .note{font-family: 'Dorsa', sans-serif;{block:IfFourColumns} font-size: 50px;top: 38%; {/block:IfFourColumns}{block:IfThreeColumns} font-size: 70px;top: 34%; {/block:IfThreeColumns}{block:IfTwoColumns} font-size: 120px;top: 32%; {/block:IfTwoColumns}{block:IfoneColumn}font-size: 120px; top: 32%; {/block:IfoneColumn} font-weight:bold;position: absolute;letter-spacing: 2px;width: 100%;right: 50%text-align: right;color: #fff;}.fuck .you .faggot .haha .view_post{font-family: arial;height:30px;position: absolute; {block:IfFourColumns} margin: 17px -5px 0px;font-size: 10px; {/block:IfFourColumns}{block:IfThreeColumns} margin: 17px -5px 0px;font-size: 10px; {/block:IfThreeColumns}{block:IfTwoColumns} margin: 47px -5px 0px;font-size: 12px; {/block:IfTwoColumns}{block:IfoneColumn}margin: 47px -5px 0px; font-size: 12px; {/block:IfoneColumn}width:100%;text-transform:uppercase;font-weight: 600;letter-spacing:2px;top:50%;text-align: center;color: #fff;}.fuck .you .faggot .haha .icon{{block:IfFourColumns}margin: 82px 0px 0px 160px;background-image: url(http://static.tumblr.com/6quy42l/zx1m7ddty/small.png) !important;background-repeat: no-repeat;height:30px; {/block:IfFourColumns}{block:IfThreeColumns}margin: 82px 0px 0px 210px;background-image: url(http://static.tumblr.com/6quy42l/zx1m7ddty/small.png) !important;background-repeat: no-repeat;height:30px; {/block:IfThreeColumns}{block:IfTwoColumns} margin: 105px 0px 0px 290px;background-image: url(http://static.tumblr.com/6quy42l/yBxm7d88r/arrow_white_02.png) !important;background-repeat: no-repeat;height:30px;{/block:IfTwoColumns}{block:IfoneColumn} margin: 105px 0px 0px 340px;background-image: url(http://static.tumblr.com/6quy42l/yBxm7d88r/arrow_white_02.png) !important;background-repeat: no-repeat;height:30px; {/block:IfoneColumn}top:50%;}.fuck .you .faggot .haha .border{border-bottom: 1px solid rgba(300,300,300,.15);{block:IfFourColumns}margin: 18px auto;width: 30px; {/block:IfFourColumns} {block:IfThreeColumns}margin: 23px auto;width: 30px; {/block:IfThreeColumns}{block:IfTwoColumns} margin: 50px auto;width: 60px; {/block:IfTwoColumns}{block:IfoneColumn} margin: 50px auto;width: 60px; {/block:IfoneColumn}}.fuck2 .you2 .right_date .date{float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;font-style:italic;font-weight:bold;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 11px;height: 20px;line-height:21px;}.fuck2 .you2 {position:relative;}.fuck2 .you2 .right_date{left: 0;border-color: rgba(255, 255, 255, 0.15);border-style: solid;border-width: 1px 1px 1px 1px;opacity: 0;position: absolute;bottom: 0px;z-index: 9999;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck2:hover .you2 .right_date{opacity:.9; z-index: 9999;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.fuck2 .you2:hover .right_date{visibility:visible;}.fuck .you:hover .faggot {visibility:visible;}.fuck3 .you3 .left_reblog .reblog{border-color: rgba(255, 255, 255, 0.15);border-style: solid;border-width: 1px 1px 1px 1px;float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;font-style:italic;font-weight:bold;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 11px;height: 20px;line-height:21px;}.fuck3 .you3 {position:relative;}.fuck3 .you3 .left_reblog{right: 0;opacity: 0;position: absolute;bottom: 0px;z-index: 9999;color:#fff;-webkit-transition: all 0.7sease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck3:hover .you3 .left_reblog{opacity:.9; z-index: 9999;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.fuck3.you3:hover .left_reblog{visibility:visible;}{/block:IndexPage}{/block:ifHoverOverImageStyle2}
  575.  
  576. {block:ifHoverOverImageStyle3}{block:IndexPage}.entry .fuck .you {position:relative;}.entry .fuck .you .faggot {top:0px;left: 0;opacity: 0;position: absolute;bottom: 0px;visibility: hidden;width: 100%;z-index: 99;background-color: rgba(0, 0, 0, 0.6);-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck:hover .you .faggot{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck2 .you2 .right_date .view_post{font-weight:bold;float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;font-style:italic;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 13px;height: 20px;line-height:21px;}.entry .fuck2 .you2 {position:relative;}.entry .fuck2 .you2 .right_date{left: 10px;opacity: 0; position: absolute;bottom: 15px;z-index: 9999;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck2:hover .you2 .right_date{opacity:.9; z-index: 9999;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck2 .you2:hover .right_date{visibility:visible;}.entry .fuck .you:hover .faggot {visibility:visible;}.entry .fuck3 .you3 .left_reblog .reblog{background-image: url(http://static.tumblr.com/6quy42l/yBxm7d88r/arrow_white_02.png) !important;background-repeat: no-repeat;font-weight:bold;height:30px;float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;padding: 5px 9px;color: rgba(255, 255, 255, 1);font-size: 15px;height: 20px;line-height:21px;}.entry .fuck3 .you3 {position:relative;}.entry .fuck3 .you3 .left_reblog{right: 10px;opacity: 0;position: absolute;bottom: 15px;z-index: 99;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck3:hover .you3 .left_reblog{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck3.you3:hover .left_reblog{visibility:visible;}.entry .fuck4 .you4 .right_note .heart{font-family: 'Dorsa', sans-serif; font-size:20px; color:#fff;float: right;padding: 5px 4px;height: 70px;line-height:71px;}.entry .fuck4 .you4 .right_note .note{font-family: 'Dorsa', sans-serif; font-size:70px; color:#fff;border-color: rgba(300, 300, 300, 0.25);border-style: dotted; border-width: 0px 0px 1px 1px;font-weight:bold;text-transform:uppercase;padding: 5px 5px;height: 70px;line-height:71px;}.entry .fuck4 .you4 {position:relative;}.entry .fuck4 .you4 .right_note{right: 0px;opacity: 0;position: absolute;z-index: 99;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck4:hover .you4 .right_note{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck4.you4:hover .right_note{visibility:visible;} .reblogbutton a{color: #fff;font-size: 10px;}.entry .fuck5 .you5 .top_reblog_icon .reblogbutton{font-weight:bold;float: left;display:block;font-family: arial;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 10px;line-height:15px;} .entry .fuck5 .you5 {position:relative;}.entry .fuck5 .you5 .top_reblog_icon{left: 5px;opacity: 0;position: absolute;top:5px;width: 150px;z-index: 99;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck5:hover .you5 .top_reblog_icon{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck5.you5:hover .top_reblog_icon{visibility:visible;}{/block:IndexPage}{/block:ifHoverOverImageStyle3}
  577.  
  578.  
  579. #toTop{font-size: 10px;
  580. bottom: 10px;
  581. display: none;
  582. font-weight: bold;
  583. height: 9px;
  584. padding: 11px;
  585. position: fixed;
  586. left: 0px;
  587. text-align: left;
  588. text-transform: uppercase;
  589. width: auto;
  590. background: #fff;
  591. font-family:arial;}
  592.  
  593. ol.notes {width:500px; height:300px; ; 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;}
  594.  
  595. ol.notes {
  596. font-family: arial;
  597. font-size: 10px;
  598. font-weight: normal;
  599. list-style-type: none;
  600. margin: 13px auto;
  601. padding: 15px 0 0;
  602. width: 500px;}
  603. ol.notes a{
  604. text-decoration:none;
  605. padding:0;
  606. background-color:transparent;}
  607. ol.notes li.note {
  608. padding: 2px 0;}
  609. ol.notes li.note:last-child{
  610. margin-top:13px;
  611. border-top:1px dotted;
  612. padding: 15px 0 0;}
  613. ol.notes li.note img.avatar {
  614. display: inline !important;
  615. height: 16px;
  616. margin-right: 10px;
  617. min-width: 16px !important;
  618. vertical-align: -4px;
  619. width: 16px !important;}
  620. ol.notes li.note span.action a{
  621. font-weight:bold;}
  622. ol.notes li.note .answer_content {
  623. font-weight:bold;}
  624. ol.notes li.note blockquote {
  625.  
  626. border-left: medium none !important;
  627. font-weight: bold;
  628. margin: 10px 0 10px 30px !important;
  629. padding: 5px 0 8px !important;}
  630. ol.notes li.note blockquote a {
  631. color:#000;}
  632.  
  633. #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;}
  634. .popup_block{z-index: 99999;
  635. display: none; /*--hidden by default--*/
  636. background: #fff;
  637. padding: 30px;
  638. float: left;
  639. font-size: 1.2em;
  640. position: fixed;
  641. top: 50%; left: 50%;
  642. }
  643. img.btn_close { float: right;margin: -15px -15px 0 0;}
  644. *html #fade { position: fixed;}
  645. *html .popup_block { position: fixed;background-color: #fff;}
  646. ::-webkit-scrollbar-thumb:vertical { background-color:#000; height:20px; }
  647. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
  648. ::-webkit-scrollbar { height:10px; width:10px; background-color:#fff; }
  649.  
  650. {CustomCSS}
  651. </style>
  652. </head>
  653. <div class="jokes"><div id="content"><div class="header"><center>{block:IfBanner}<a href="/"><img style="max-width:1100px; max-height:300px" src="{image:banner}"/></a>{/block:IfBanner}</center><a href="/"><div class="headertitle">{Title}</div></a><div class="description">{Description}</div><br>
  654. {block:iflinkscenter}
  655. <center>
  656. {/block:iflinkscenter}
  657. {block:ifshowhomelink}
  658. <a href="/" class="links">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  659. {/block:ifshowhomelink}
  660. {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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/block:ifAskPopup}
  661. {block:ifnotAskPopup}<a href="/ask" class="links">{text:Ask Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  662. {/block:ifnotAskPopup}
  663. {block:IfShowSubmit}
  664. <a href="/submit" class="links">Submit</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  665. {/block:IfShowSubmit}
  666. {block:ifLinkOneTitle}
  667. <a href="{text:Link One}" class="links">{text:Link One Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  668. {/block:ifLinkOneTitle}
  669. {block:ifLinkTwoTitle}
  670. <a href="{text:Link Two}" class="links">{text:Link Two Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  671. {/block:ifLinkTwoTitle}
  672. {block:ifLinkThreeTitle}
  673. <a href="{text:Link Three}" class="links">{text:Link Three Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  674. {/block:ifLinkThreeTitle}
  675. {block:ifLinkFourTitle}
  676. <a href="{text:Link Four}" class="links">{text:Link Four Title} </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  677. {/block:ifLinkFourTitle}
  678. {block:ifLinkFiveTitle}
  679. <a href="{text:Link Five}" class="links">{text:Link Five Title} </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  680. {/block:ifLinkFiveTitle}
  681. {block:iflinkscenter}
  682. </center>
  683. {/block:iflinkscenter}
  684. {block:ifAskPopup}
  685. <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>
  686. {/block:ifAskPopup}
  687. <br><br><br><br><br><br>
  688. <div class="posts">
  689. {block:Posts}
  690. <div class="entry">
  691.  
  692. {block:Photo}<div class="photo">
  693. <div class="fuck5"><div class="you5"><div class="fuck4"><div class="you4"><div class="fuck3"><div class="you3"><div class="fuck2"><div class="you2"><div class="fuck"><div class="you"><div class="faggot"><div class="haha">
  694. {block:IndexPage}
  695. {block:IfShowIcons}<div class="note"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></div><a href="{ReblogURL}" target="_blank"><div class="reblog"><img src="http://static.tumblr.com/j1tjexd/MEJm4yob3/reblog.png">
  696. </div></a>{/block:IfShowIcons}
  697. {block:ifHoverOverImageStyle3}<a href="{Permalink}" target="_blank"><div class="icon"></div></a>{/block:ifHoverOverImageStyle3}
  698. {block:ifHoverOverImageStyle2}<a href="{Permalink}" target="_blank"><div class="note">{NoteCount}<div class="border" target="_blank"></div></div></a><a href="{Permalink}" target="_blank"><div class="icon"></div></a><a href="{Permalink}" target="_blank"><div class="view_post">View Post</div></a>{/block:ifHoverOverImageStyle2}
  699. {block:ifHoverOverImageStyle1}<a href="{Permalink}" target="_blank"><div class="note">{NoteCount}</div></a><div class="border"></div><a href="{ReblogURL}" target="_blank"><div class="reblog">Reblog </div></a>{block:date}<a href="{permalink}"><div class="date">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a>{/block:date}
  700. {/block:ifHoverOverImageStyle1}
  701. </div>
  702. </div>
  703. {block:ifHoverOverImageStyle3}<div class="right_date"><a href="{Permalink}" target="_blank"><div class="view_post">View Post</div></a></div><div class="right_note"><a href="{Permalink}" target="_blank"><div class="note">{NoteCount}</div></a> <div class="heart" target="_blank"></div></div><div class="left_reblog"><a href="{Permalink}" target="_blank"><div class="reblog"></div></a> </div><div class="top_reblog_icon"><a href="{ReblogURL}" target="_blank"><div class="reblogbutton">{caption}</div></a></div>{/block:ifHoverOverImageStyle3}
  704. {block:ifHoverOverImageStyle2}<div class="right_date"><a href="{permalink}"><div class="date">{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a> </div> <div class="left_reblog"><a href="{ReblogURL}" target="_blank"><div class="reblog">Reblog</div></a> </div>{/block:ifHoverOverImageStyle2}
  705. <a href="{Permalink}"><img src="{PhotoURL-HighRes}"
  706. {block:IfFourColumns}width="250"/>{/block:IfFourColumns}{block:IfThreeColumns}width="350"/> {/block:IfThreeColumns}{block:IfTwoColumns}width="500"/>{/block:IfTwoColumns}{block:IfOneColumn}width="600"/>{/block:IfOneColumn}
  707. {/block:IndexPage}
  708. </div></div></div> </div></div> </div></div> </div></div> </div>
  709. {block:PermalinkPage}
  710. <img src="{PhotoURL-HighRes}"
  711. class="photo_permalink" />
  712. {/block:PermalinkPage}</u>
  713. </div>{/block:Photo}
  714. {block:Text}<div class="main"><div class="text">{block:Title}<div class="title">{Title}</div>{/block:Title}</div><div class="text_body">{Body}</div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:date}</div>{/block:IndexPage}</div>{/block:Text} {block:Photoset}<div class="main"><div class="photoset"><center>{block:IndexPage}{block:IfFourColumns}{Photoset-250}{/block:IfFourColumns}{block:IfThreeColumns}{Photoset-250}{/block:IfThreeColumns}{block:IfTwoColumns}{Photoset-500}{/block:IfTwoColumns}{block:IfOneColumn}{Photoset-500} {/block:IfOneColumn}</center><div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:date}</div>{/block:IndexPage}</div></div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}{block:Link}<div class="main"><a href="{URL}" class="link_title" {Target}><h3>{Name}</h3></a>{block:Description}<div class="link_description">{Description}</div>{/block:Description} {block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Link}{block:Chat}<div class="main">{block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}<ul class="chat_body">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Chat}{block:Video}<div class="main"><div class="post"><div class="video1">{Video-500}</div></div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Video}{block:Audio}<div class="art">{block:AlbumArt}<img src="{AlbumArtURL}" id="albumart">{/block:AlbumArt}</div><div class="audioplayercircle"><div class="audioplayer">{AudioPlayerblack}</div></div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}{/block:Audio}{block:Answer}<div class="main"><img src="{AskerPortraitURL-30}" alt="{PhotoAlt}"/><div class="asker_name"><b>{Asker}</b></div><BR><div class="ask_body">{Question}</div><BR><div class="answer_border"><img src="{PostAuthorPortraitURL-30}" alt="{PhotoAlt}"/> &nbsp; <div class="asker_name"><b>{PostAuthorName}</b></div><div class="ask_image"><div class="ask_body">{Answer}</div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div></div></div>{/block:Answer}{block:Quote}<div class="main"><div class="quote"><b>"{Quote}"</b> </div><div class="quote_border">{block:Source}<div class="quote_source">-{Source}</div>{/block:Source}</div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Quote}{block:PermalinkPage}<div class="samie">{block:Photo}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Photo}{block:Photoset}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Photoset}{block:Quote}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Quote}{block:Link}{Caption}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Link}{block:Chat}{Caption}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Chat}{block:Audio}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Audio}{block:Video}{Caption}<br> ♥ &nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Video}</div>{PostNotes}{/block:PermalinkPage}</div>{block:PostNotes}{ShowNotes}{/block:PostNotes}{/block:Posts}</div>{block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{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}</div></div></div></div></div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement