Advertisement
therealslimjady

theemes

Mar 16th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.16 KB | None | 0 0
  1. <!--
  2.  
  3. /$$$$$$$$ /$$
  4. |__ $$__/| $$
  5. | $$ | $$$$$$$ /$$$$$$ /$$$$$$/$$$$ /$$$$$$
  6. | $$ | $$__ $$ /$$__ $$| $$_ $$_ $$ /$$__ $$
  7. | $$ | $$ \ $$| $$$$$$$$| $$ \ $$ \ $$| $$$$$$$$
  8. | $$ | $$ | $$| $$_____/| $$ | $$ | $$| $$_____/
  9. | $$ | $$ | $$| $$$$$$$| $$ | $$ | $$| $$$$$$$
  10. |__/ |__/ |__/ \_______/|__/ |__/ |__/ \_______/
  11.  
  12.  
  13.  
  14. /$$$$$$$ /$$$$$ /$$
  15. | $$__ $$ |__ $$ | $$
  16. | $$ \ $$ /$$ /$$ | $$ /$$$$$$ /$$$$$$$ /$$$$$$
  17. | $$$$$$$ | $$ | $$ | $$ |____ $$ /$$__ $$ /$$__ $$
  18. | $$__ $$| $$ | $$ /$$ | $$ /$$$$$$$| $$ | $$| $$$$$$$$
  19. | $$ \ $$| $$ | $$ | $$ | $$ /$$__ $$| $$ | $$| $$_____/
  20. | $$$$$$$/| $$$$$$$ | $$$$$$/| $$$$$$$| $$$$$$$| $$$$$$$
  21. |_______/ \____ $$ \______/ \_______/ \_______/ \_______/
  22. /$$ | $$
  23. | $$$$$$/
  24. \______/
  25.  
  26. THEME BY imtherealslimjady & PLEASE LEAVE A CREDIT ON
  27. -->
  28.  
  29. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  30. <html xmlns="http://www.w3.org/1999/xhtml">
  31. <head>
  32.  
  33.  
  34.  
  35. <script type="text/javascript"
  36. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38. {block:IndexPage}
  39. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  40. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  41. <script type="text/javascript">
  42. $(window).load(function () {
  43. var $content = $('#content');
  44. $("#content a[href^='http://']").attr("target","_blank");
  45. $content.masonry({itemSelector: '.jackson'}),
  46. $content.infinitescroll({
  47. navSelector : 'div#pagination',
  48. nextSelector : 'div#pagination a#nextPage',
  49. itemSelector : '.jackson',
  50. loading: {
  51. finishedMsg: '',
  52. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  53. },
  54. bufferPx : 600,
  55. debug : false,
  56. },
  57. // call masonry as a callback.
  58. function( newElements ) {
  59. var $newElems = $( newElements );
  60. $newElems.hide();
  61. // ensure that images load before adding to masonry layout
  62. $newElems.imagesLoaded(function(){
  63. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>{/block:IndexPage}
  64.  
  65. <script>
  66. $(document).ready(function() {
  67. //
  68. $('a.poplight[href^=#]').click(function() {
  69. var popID = $(this).attr('rel'); //Get Popup Name
  70. var popURL = $(this).attr('href'); //Get Popup href to define size
  71. var query= popURL.split('?');
  72. var dim= query[1].split('&');
  73. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  74. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://medicine.yale.edu/files/images/icon_close_x_10.gif" class="btn_close" title="Close" alt="Close" /></a>');
  75. var popMargTop = ($('#' + popID).height() + 80) / 2;
  76. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  77. //Apply Margin to Popup
  78. $('#' + popID).css({
  79. 'margin-top' : -popMargTop,
  80. 'margin-left' : -popMargLeft
  81. });
  82. $('body').append('<div id="fade"></div>');
  83. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  84. return false;
  85. });
  86. $('a.close, #fade').live('click', function() {
  87. $('#fade , .popup_block').fadeOut(function() {
  88. $('#fade, a.close').remove(); //fade them both out
  89. });
  90. return false;
  91. });
  92. });
  93. </script>
  94.  
  95.  
  96. <meta name="color:background" content="#EFEFEF" />
  97. <meta name="color:text" content="#000" />
  98. <meta name="color:links" content="#000" />
  99. <meta name="color:sidebar title" content="#000" />
  100. <meta name="color:link hover" content="#999" />
  101. <meta name="color:Side Links" content="#FFF"/>
  102. <meta name="color:Side Links Background" content="#eee"/>
  103. <meta name="color:post borders" content="#fff" />
  104.  
  105. <meta name="image:sidebar" content="1"/>
  106. <meta name="image:background" content="" />
  107.  
  108. <meta name="if:show sidebar photo" content="0"/>
  109. <meta name="if:show title" content="1"/>
  110. <meta name="if:faded posts" content="1"/>
  111. <meta name="if:round edges" content="1"/>
  112. <meta name="if:sidebar shadow" content="0"/>
  113. <meta name="if:sidebar border" content="0"/>
  114. <meta name="if:post shadows" content="0"/>
  115. <meta name="if:three columns" content="1"/>
  116. <meta name="if:transparent sidebar" content="0"/>
  117. <meta name="if:transparent posts" content="0"/>
  118. <meta name="if:post borders" content="1"/>
  119. <meta name="if:show default links" content="0"/>
  120. <meta name="if:custom link 1" content="0"/>
  121. <meta name="if:custom link 2" content="0"/>
  122. <meta name="if:custom link 3" content="0"/>
  123. <meta name="if:custom link 4" content="0"/>
  124. <meta name="if:custom link 5" content="0"/>
  125. <meta name="if:custom link 6" content="0"/>
  126.  
  127. <meta name="text:custom link 1 title" content=""/>
  128. <meta name="text:custom link 1 url" content=""/>
  129. <meta name="text:custom link 2 title" content=""/>
  130. <meta name="text:custom link 2 url" content=""/>
  131. <meta name="text:custom link 3 title" content=""/>
  132. <meta name="text:custom link 3 url" content=""/>
  133. <meta name="text:custom link 4 title" content=""/>
  134. <meta name="text:custom link 4 url" content=""/>
  135. <meta name="text:custom link 5 title" content=""/>
  136. <meta name="text:custom link 5 url" content=""/>
  137. <meta name="text:custom link 6 title" content=""/>
  138. <meta name="text:custom link 6 url" content=""/>
  139.  
  140. <meta name="font:body" content=""/>
  141.  
  142. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  143.  
  144. <style type="text/css">
  145.  
  146.  
  147. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  148.  
  149. ::-webkit-scrollbar {
  150. width: 8px; height: 4px; background: {color:background}; border-left: 1px solid #aaaaaa;
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb {
  154. background-color: #cccccc; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa;
  155. }
  156.  
  157. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:11;}
  158.  
  159. img {
  160. border: 0px;
  161. padding: 0px;
  162. margin: 0px;
  163. }
  164.  
  165.  
  166. body {
  167. background-color:{color:background};
  168. background-image:url({image:Background});
  169. background-attachment: fixed;
  170. background-repeat: repeat;font-size:11px;
  171. letter-spacing:0px;
  172. font-family:{font:body};
  173. line-height:12px;
  174. padding: 0px;
  175. margin: 0px;
  176. color:{color:text};
  177. }
  178.  
  179. a {
  180. text-decoration:none;
  181. color:{color:links};
  182. -webkit-transition: all 0.4s linear;
  183. -moz-transition: all 0.4s linear;
  184. transition: all 0.4s linear;
  185. }
  186.  
  187. a:hover{
  188. color:{color:link hover};
  189. }
  190.  
  191. div#all{
  192. width:100%;
  193. height:100%;
  194. z-index:-100;
  195. }
  196.  
  197. div#center{
  198. margin: auto;
  199. width: 1000px;
  200. }
  201.  
  202. div#harry{
  203. font-size: 25px;
  204. letter-spacing:1px;
  205. line-height: 45px;
  206. color:{color:sidebar title};
  207. font-family: 'Raleway', sans-serif;
  208. margin-top:0px;
  209. height: auto;
  210. overflow:hidden;
  211. text-align:center;
  212. width: 175px;
  213. padding-bottom: 0px;
  214. }
  215.  
  216. div#sidebar{
  217.  
  218. position:fixed !important;
  219. width: 175px;
  220. height: 100%;
  221. top: -1px;
  222. margin-left:-25px;
  223. padding:10px;
  224. padding-bottom:5px;
  225. {block:ifthreecolumns}
  226. margin-left:-25px;
  227. {/block:ifthreecolumns}
  228. {block:ifsidebarborder}
  229. border:1px solid {color:post borders};
  230. {/block:ifsidebarborder}
  231. {block:Iftransparentsidebar}
  232. background-color: transparent;
  233. {/block:Iftransparentsidebar}
  234. {block:IfNottransparentsidebar}
  235. background-color: {color:sidebar};
  236. {/block:IfNottransparentsidebar}
  237. {block:ifRoundEdges}
  238. overflow:hidden;
  239. overflow-x:hidden;
  240. -webkit-border-radius: 10px;
  241. -moz-border-radius: 10px;
  242. border-radius: 10px;
  243. {/block:ifRoundEdges}
  244. {block:ifsidebarshadow}
  245. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  246. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  247. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  248. {/block:ifsidebarshadow}
  249. }
  250.  
  251. div#content {
  252. width: 700px;
  253. margin-left:250px;
  254. margin-top:10px;
  255. float:left;
  256. {block:ifthreecolumns}
  257. width: 850px;
  258. margin-left:225px;
  259. margin-top:10px;
  260. {/block:ifthreecolumns}
  261. }
  262.  
  263. #jade{
  264. position:fixed !important;
  265. width:auto;
  266. height:auto;
  267. right:7px;
  268. top:26px;
  269. }
  270.  
  271. #jade:hover{
  272. position:fixed !important;
  273. width:auto;
  274. height:auto;
  275. }
  276.  
  277.  
  278. .links a:hover{
  279. color:{color:link hover};
  280. }
  281.  
  282. div#hottie{
  283. z-index:-1;
  284. position:fixed !important;
  285. bottom:-20px;
  286. margin-left:-50px;
  287. padding:1px;
  288. padding-right:2px;
  289. font-size:18px;
  290. color:#ffffff;
  291. }
  292.  
  293. div#hottie2{
  294. z-index:-1;
  295. position:fixed !important;
  296. bottom:0px;
  297. left:0px;
  298. padding:1px;
  299. padding-right:2px;
  300. font-size:18px;
  301. color:#ffffff;
  302. }
  303.  
  304. .links a{
  305. font-family:{font:body};
  306. text-transform:uppercase;
  307. font-size:8px;
  308. text-align:center;
  309. color:{color:side links};
  310. padding-right:3px;
  311. padding-left:3px;
  312. padding-top:2px;
  313. margin:5px 1px 1px 1px;
  314. float:center;
  315. width: auto;
  316. display: inline-block;
  317. }
  318.  
  319.  
  320.  
  321.  
  322. .jackson {
  323. {block:iffadedposts}
  324. {block:IndexPage}
  325. opacity:0.7;
  326. filter:alpha(opacity=80);
  327. {/block:IndexPage}
  328. -webkit-transition-duration:0.8s;
  329. {/block:iffadedposts}
  330. {block:ifRoundEdges}
  331. overflow:hidden;
  332. overflow-x:hidden;
  333. -webkit-border-radius: 10px;
  334. -moz-border-radius: 10px;
  335. border-radius: 10px;
  336. {/block:ifRoundEdges}
  337. {block:ifpostborders}
  338. border:1px solid {color:post borders};
  339. {/block:ifpostborders}
  340. margin:10px;
  341. float:left;
  342. line-height: 8px;
  343. height:auto;
  344. padding: 12px;
  345. background-color:{color:posts};
  346. {block:Iftransparentposts}
  347. padding:10px;
  348. margin: 5px;
  349. background-color:transparent;
  350. {/block:Iftransparentposts}
  351. width:250px;
  352. overflow-x:hidden;
  353. overflow:hidden;
  354. {block:ifpostshadows}
  355. -moz-box-shadow: 0 0 12px rgba(0,0,0,.2);
  356. -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
  357. box-shadow: 0 0 12px rgba(0,0,0,.2);
  358. {/block:ifpostshadows}
  359. {block:PermalinkPage}
  360. width:500px;
  361. {/block:PermalinkPage}
  362. }
  363.  
  364. .sex{
  365. position:absolute;
  366. text-transform: uppercase;
  367. margin-top:0px;
  368. width:100%;
  369. height:10px;
  370. padding-top:6px;
  371. padding-bottom:10px;
  372. background-color:#fff;
  373. overflow:hidden;
  374. font-size:8px;
  375. line-height:13px;
  376. letter-spacing: 2px;
  377. font-family: {font:body};
  378. text-align:center;
  379. opacity:0.0;
  380. -webkit-transition: all 0.4s linear;
  381. -moz-transition: all 0.4s linear;
  382. transition: all 0.4s linear;
  383. }
  384.  
  385. .jackson:hover .sex{
  386. margin-top:-24px;
  387. overflow:visible;
  388. opacity:.9;
  389. filter:alpha(opacity=100);
  390. -webkit-transition: all 0.4s linear;
  391. -moz-transition: all 0.4s linear;
  392. transition: all 0.4s linear;
  393. }
  394.  
  395. .jackson:hover{
  396. opacity:1;
  397. filter:alpha(opacity=100);
  398. }
  399.  
  400. #infscr-loading{
  401. opacity:0.0;
  402. }
  403.  
  404. .title{
  405. font-family:{font:body};
  406. font-size:14px;
  407. line-height:14px;
  408. }
  409.  
  410. blockquote{
  411. padding:0px 0px 2px 5px;
  412. margin:0px 0px 2px 4px;
  413. border-left: 1px dotted #555555;
  414. }
  415.  
  416. .swag
  417. {max-width:auto;
  418. min-height: 15px;
  419. font-family: 'Raleway', sans-serif;
  420. font-size: 12px;
  421. font-weight: normal;
  422. color: {color:text};
  423. font-style:none;
  424. line-height: 13px;
  425. padding: 3px;
  426. border-bottom: {color:Side Links Background} 3px solid;
  427. display:block;
  428. margin-bottom: -10px;}
  429.  
  430. .swag a{
  431. color:#6e6e6e;
  432. Padding:1px;}
  433. .swag a:hover{
  434. color:#b0b0b0 !important;}
  435.  
  436. .entrytext, .answer{
  437. display:block;
  438. padding-left: 3px;
  439. margin-bottom: -7px;
  440. }
  441.  
  442. .popup_block{
  443. display: none;
  444. background: #fff;
  445. background-image: url();
  446. padding: 10px;
  447. font-family: {font:body};
  448. float: left;
  449. font-size: 10px;
  450. line-height: 12px;
  451. position: fixed;
  452. top: 50%; left: 50%;
  453. z-index: 2;
  454. border: 1px solid #c5c5c5;
  455. }
  456.  
  457. img.btn_close {
  458. float: right;
  459. margin: -5px -5px 0 0;
  460. }
  461. *html .popup_block {
  462. position: absolute;
  463. }
  464.  
  465. #tab1{
  466. height:20px;
  467. text-align:center;
  468. overflow:hidden;
  469. border-bottom:0px solid #efefef;
  470. text-transform:uppercase;
  471. background-color:#fff;
  472. letter-spacing:1px;
  473. font-size;10px;
  474. line-height:13px;
  475. z-index:999999999999999999999;
  476. -webkit-transition: all 0.5s ease-in-out;
  477. -moz-transition: all 0.5s ease-in-out;
  478. -o-transition: all 0.5s ease-in-out;
  479. border-bottom: solid #d9d9d9 1px;
  480. }
  481.  
  482. #tab2{
  483. height:15px;
  484. text-align:center;
  485. overflow:hidden;
  486. border-bottom:0px solid #efefef;
  487. text-transform:uppercase;
  488. background-color:#fff;
  489. letter-spacing:1px;
  490. font-size;10px;
  491. line-height:13px;
  492. z-index:999999999999999999999;
  493. -webkit-transition: all 0.5s ease-in-out;
  494. -moz-transition: all 0.5s ease-in-out;
  495. -o-transition: all 0.5s ease-in-out;
  496. border-bottom: solid #d9d9d9 1px;
  497. }
  498.  
  499. #tab3{
  500. height:15px;
  501. text-align:center;
  502. overflow:hidden;
  503. border-bottom:0px solid #efefef;
  504. text-transform:uppercase;
  505. background-color:#fff;
  506. letter-spacing:1px;
  507. font-size;10px;
  508. line-height:13px;
  509. z-index:999999999999999999999;
  510. -webkit-transition: all 0.5s ease-in-out;
  511. -moz-transition: all 0.5s ease-in-out;
  512. -o-transition: all 0.5s ease-in-out;
  513. border-bottom: solid #d9d9d9 1px;
  514. }
  515.  
  516. #tab3:hover{
  517. height:100px;
  518. -webkit-transition: all 0.5s ease-in-out;
  519. -moz-transition: all 0.5s ease-in-out;
  520. -o-transition: all 0.5s ease-in-out;
  521. }
  522.  
  523. #tabs{
  524. text-align:left;
  525. font-size:10px;
  526. text-transform:uppercase;
  527. opacity: .8;
  528. border:1px solid #eee;
  529. position:fixed;
  530. font-family:calibri;
  531. left:15px;
  532. /* if you want it to be on
  533. the left of your blog, just
  534. change right:5px to left:5px */
  535. top:15px;
  536. background-color:#fff;
  537. letter-spacing:0px;
  538. width:100px;
  539. z-index:9999;
  540. padding:4px;
  541. }
  542.  
  543. {CustomCSS}
  544.  
  545. </style>
  546.  
  547.  
  548.  
  549. <link rel="shortcut icon" href="{Favicon}">
  550. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  551. <meta name="viewport" content="width=820" />
  552.  
  553. </head>
  554.  
  555. <body>
  556.  
  557. <title>{title}</title>
  558.  
  559. <div id="all"></div>
  560.  
  561. <div id="center">
  562.  
  563. <div id="sidebar">
  564. <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br>
  565. <center>
  566. {block:ifshowtitle}
  567. <div id="harry"><div align="center">{title}</div></div>
  568. {/block:ifshowtitle}
  569. {block:ifshowsidebarphoto}<a href="/"><img src="{image:sidebar}" width=150px></a></br>
  570. {/block:ifshowsidebarphoto}
  571. {Description}<br>
  572. <center>
  573. <div class="links">
  574. {block:ifshowdefaultlinks}
  575. <a href="/">home</a> -
  576. <a href="#?w=500" rel="02" class="poplight">faq/ask</a> -
  577. <a href="http://themesbyjade.tumblr.com/" target="_blank">themes</a> -
  578. <a href="#?w=500" rel="03" class="poplight">more</a>
  579. {/block:ifshowdefaultlinks}
  580.  
  581. {block:ifcustomlink1}<a href="{text:custom link 1 url}">{text:custom link 1 title}</a>{/block:ifcustomlink1}
  582.  
  583. {block:ifcustomlink2}<a href="{text:custom link 2 url}">{text:custom link 2 title}</a>{/block:ifcustomlink2}
  584.  
  585. {block:ifcustomlink3}<a href="{text:custom link 3 url}">{text:custom link 3 title}</a>{/block:ifcustomlink3}
  586.  
  587. {block:ifcustomlink4}<a href="{text:custom link 4 url}">{text:custom link 4 title}</a>{/block:ifcustomlink4}
  588.  
  589. {block:ifcustomlink5}<a href="{text:custom link 5 url}">{text:custom link 5 title}</a>{/block:ifcustomlink5}
  590.  
  591. {block:ifcustomlink6}<a href="{text:custom link 6 url}">{text:custom link 6 title}</a>{/block:ifcustomlink6}
  592.  
  593. </DIV></div>
  594. </center>
  595.  
  596.  
  597. <div id="content">
  598.  
  599. {block:Posts}
  600.  
  601. <div class="jackson">
  602.  
  603. {block:Text}
  604. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  605. <div style="margin-left:3px; line-height: 12px;">{Body}</div>
  606.  
  607. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  608. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} - {NoteCountwithLabel}</div></a>
  609. {/block:IndexPage}
  610. {/block:Text}
  611.  
  612. {block:Link}
  613. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  614. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  615. {block:IndexPage}<div style="line-height: 12px;height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  616.  
  617. <a href="{Permalink}"><div style="margin-bottom:0px; line-height: 12px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} - {NoteCountwithLabel}</div></a>
  618. {/block:IndexPage}
  619. {block:Link}
  620.  
  621. {block:Photo}
  622. <center>
  623. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  624.  
  625. {block:IndexPage}
  626. <div class="sex">
  627. <a href="{Permalink}">&nbsp;&nbsp;{NoteCount}</a> x <a href="{ReblogURL}">reblog&nbsp;&nbsp;</a></span></div>
  628. {/block:IndexPage}
  629. {/block:Photo}
  630.  
  631. {block:Photoset}
  632. <center>
  633. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  634. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  635. </center>
  636.  
  637. {block:IndexPage}
  638. <div class="sex">
  639. <a href="{Permalink}">&nbsp;&nbsp;{NoteCount}</a> x <a href="{ReblogURL}">reblog&nbsp;&nbsp;</a></span></div>
  640. {/block:IndexPage}
  641. {/block:Photoset}
  642.  
  643. {block:Quote}
  644. <div style="margin-left:3px; line-height: 12px;">
  645. {Quote}</span>
  646. </div>
  647.  
  648. {block:IndexPage}<div style="line-height: 12px;height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  649. <a href="{Permalink}"><div style="line-height: 12px;margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} / {NoteCountwithLabel}</div></a>
  650. {/block:IndexPage}
  651. {/block:Quote}
  652.  
  653. {block:Chat}
  654. <div style="margin-left:3px; line-height: 12px;">
  655. {block:Title}<span class="title">{Title}</span>{/block:Title}
  656. <ul class="chat">
  657. {block:Lines}
  658. <li class="user_{UserNumber}">
  659. {block:Label}
  660. <span class="label">{Label}</span>
  661. {/block:Label}
  662. {Line}
  663. </li>
  664. {/block:Lines}
  665. </ul>
  666. </div>
  667.  
  668. {block:IndexPage}<div style="line-height: 12px;height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  669. <a href="{Permalink}"><div style="line-height: 12px;margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} / {NoteCountwithLabel}</div></a>
  670. {/block:IndexPage}
  671. {/block:Chat}
  672.  
  673. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  674. <center>{AudioPlayerBlack}
  675. <div style="line-height: 12px;">{block:Caption}{Caption}</div>{/block:Caption}</center>
  676.  
  677. {block:IndexPage}<div style="line-height: 12px;height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  678. <a href="{Permalink}"><div style="line-height: 12px;margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} / {NoteCountwithLabel}</div></a>
  679. {/block:IndexPage}
  680. {/block:Audio}
  681.  
  682. {block:Answer}
  683. <span class="swag">{Asker} said: {Question}</span>&nbsp;<span class="answer"><br><br>{Answer}</span>
  684.  
  685. {block:IndexPage}<br><br><a href="{Permalink}"><div style="line-height: 12px;margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} / {NoteCountwithLabel}</div></a>{/block:IndexPage}
  686.  
  687. {/block:Answer}
  688.  
  689. {block:Video}
  690. {block:IndexPage}
  691. <center>
  692. {Video-250}</center>
  693. {/block:IndexPage}
  694. {block:PermalinkPage}
  695. <center>
  696. {Video-500}</center>
  697. {/block:PermalinkPage}
  698.  
  699. {block:IndexPage}<div style="line-height: 12px;height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  700. <a href="{Permalink}"><div style="line-height: 12px;margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} / {NoteCountwithLabel}</div></a>
  701. {/block:IndexPage}
  702. {/block:Video}
  703.  
  704. {block:PermalinkPage}
  705. <center><div style="line-height: 12px;">{block:Caption}{Caption}</div><div style="line-height: 12px;height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  706. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  707. {/block:PermalinkPage}
  708.  
  709.  
  710. {block:PostNotes}
  711. </center></center>
  712. <div align="left">{PostNotes}</div>
  713. {/block:PostNotes}
  714. </div>
  715.  
  716. {/block:Posts}
  717.  
  718.  
  719. {block:IndexPage}
  720. {block:Pagination}
  721. <div id="pagination">
  722. {block:NextPage}
  723. <a id="nextPage" href="{NextPage}"></a>
  724. {/block:NextPage}
  725. {block:PreviousPage}
  726. <a href="{PreviousPage}"></a>
  727. {/block:PreviousPage}
  728. </div>
  729. {/block:Pagination}
  730. {/block:IndexPage}
  731. </div>
  732.  
  733. <div id="03" class="popup_block">
  734. <p>
  735. <font size="2"; font-family:"Annie Use Your Telscope">
  736. <center>
  737. <a href="/archive" target="_blank">archive</a> |
  738. <a href="/blogroll" target="_blank">blogroll</a> |
  739. <a href="/tagged/unf">#unf</a> |
  740. <a href="/tagged/me">my face</a> |
  741. <a href="http://jaydarance.tumblr.com" target="_blank">my photography</a>
  742. </font>
  743. <br/><br/>
  744. <!-- AddThis Follow BEGIN -->
  745. <div style="margin-left:200px;">
  746. <div class="addthis_toolbox addthis_32x32_style addthis_default_style">
  747. <a class="addthis_button_twitter_follow" addthis:userid="therealslimjady"></a>
  748. <a class="addthis_button_flickr_follow" addthis:userid="jayda_rance"></a>
  749. <a class="addthis_button_instagram_follow" addthis:userid="jade.jpeg"></a>
  750. </div>
  751. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52263a062ff6d700"></script></div>
  752. <!-- AddThis Follow END -->
  753. </center>
  754. </div>
  755.  
  756.  
  757. <div id="hottie"><center><img src="/" width="100%"/></a></div>
  758.  
  759. <!--
  760. <div id="tabs">
  761. <center>
  762. <div id="tab1">
  763. <div style="font-size:10px;">
  764.  
  765. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="60" height="25">
  766. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  767. <param name="bgcolor" value="#ffffff" />
  768. <param name="FlashVars" value="mp3=http://a.tumblr.com/tumblr_lue07zqt4L1qb0cm6o1.mp3%20%7C%20http://liberty-chat.be/plex/musique/birdy/birdy/08%20-%20Birdy%20-%20Shelter.mp3&amp;width=103&amp;height=25&amp;autoplay=1&amp;shuffle=2&amp;showslider=0&amp;buttonwidth=15&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;buttoncolor=579169&amp;buttonovercolor=969696" />
  769. </object>
  770.  
  771. </div> <div style="padding-top:1px; text-transform:lowercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
  772. <br>
  773. This is where your text goes
  774. </div>
  775. </div>
  776.  
  777.  
  778. <div id="tab2">
  779. <div style="font-size:10px;"> <a href="http://www.theme-gods.us/" target="new">theme gods</a> </div>
  780. </div>
  781.  
  782. <div id="tab2">
  783. <div style="font-size:10px;"> <a href="http://themenook.co/" target="new">theme nook </a> </div>
  784. </div>
  785.  
  786.  
  787.  
  788. <div id="tab3">
  789. <div style="font-size:10px;"> CREDITS </div> <div style="padding-top:1px; text-transform:none; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
  790. <br>
  791. This theme was made by me.
  792. </div>
  793. </div> -->
  794. </div></div></div></div>
  795.  
  796.  
  797. </body>
  798.  
  799. <div id="02" class="popup_block">
  800. <Center><font size="1" color="#000">
  801. <br>
  802. -Are you the real Slim Jady?<br>
  803. Ya. My name is Jade. I'm African-American(Yea, black) & Cherokee Indian. I live in Florida.
  804. <br>
  805. -Boy or Girl?
  806. Thought it was obvi, but I have boobs and vagina.
  807. <br>
  808. -Sexual Orientation?
  809. Straight against hate.
  810. <br>
  811. -Promo me?
  812. No.
  813. <br>
  814. I do not follow back on command. I will glady check your blog out, if you ask appropriately.
  815. <br>
  816. I have 5k+ followers. I follow around 100 blogs, no prefered number.
  817. <br>
  818. No, I won't post my playlist, and don't ask me where I got my music player from.
  819. <br>
  820. Teen Wolf > Life.<br>
  821. <br></center>
  822. <Center><font size="5" color="#1C1C1C"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/imtherealslimjady.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  823. </div>
  824.  
  825. </div></div></div></div></div></div></div></div></div></div>
  826.  
  827.  
  828. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement