Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

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