Advertisement
jawidafg

Untitled

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