Advertisement
ramisaaaaa

Untitled

Jan 17th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.50 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga please don't remove credit :)
  3. -->
  4.  
  5. <head>
  6.  
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38.  
  39. <script type="text/javascript">
  40. <!--
  41.  
  42. // Disable Right Click Script
  43.  
  44. function IE(e)
  45. {
  46. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  47. {
  48. return false;
  49. }
  50. }
  51. function NS(e)
  52. {
  53. if (document.layers || (document.getElementById && !document.all))
  54. {
  55. if (e.which == "2" || e.which == "3")
  56. {
  57. return false;
  58. }
  59. }
  60. }
  61. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  62.  
  63. //-->
  64. </script>
  65.  
  66.  
  67. <script type="text/javascript"
  68. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  69. <meta name="color:background" content="#FFFFFF"/>
  70. <meta name="color:text" content="#130C11"/>
  71. <meta name="color:hover" content="#130C11"/>
  72. <meta name="color:link" content="#000000"/>
  73. <meta name="color:title" content="#ffffff"/>
  74. <meta name="color:scrollbar" content="#000000"/>
  75. <meta name="image:sidebar" content="1"/>
  76. <meta name="image:background" content="1"/>
  77. <meta name="text:Link One" content=""/>
  78. <meta name="text:Link One Title" content=""/>
  79. <meta name="text:Link Two" content="" />
  80. <meta name="text:Link Two Title" content=""/>
  81. <meta name="text:Link Three" content="" />
  82. <meta name="text:Link Three Title" content=""/>
  83. <meta name="text:Link Four" content="" />
  84. <meta name="text:Link Four Title" content=""/>
  85. <meta name="text:Link Five" content="" />
  86. <meta name="text:Link Five Title" content=""/>
  87. <meta name="text:sidebar Title" content=""/>
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92. a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  93.  
  94.  
  95.  
  96. iframe#tumblr_controls {
  97. right:3px !important;
  98. position: fixed !important;
  99. -webkit-transition: opacity 0.7s
  100. linear;opacity: 1.0;
  101. -webkit-transition: all 0.8s ease-out;
  102. -moz-transition: all 0.8s ease-out;
  103. transition: all 0.8s ease-out;
  104. }
  105.  
  106.  
  107. iframe#tumblr_controls:hover{
  108. -webkit-transition: opacity 0.7s linear;
  109. opacity: 1;
  110. -webkit-transition: all 0.4s ease-out;
  111. -moz-transition: all 0.4s ease-out;
  112. transition: all 0.4s ease-out;
  113. }
  114.  
  115. .excel{
  116. opacity: 0.6;
  117. }
  118.  
  119. .excel:hover{
  120. -webkit-transition: opacity 0.7s linear;
  121. opacity: 1;
  122. -webkit-transition: all 0.4s ease-out;
  123. -moz-transition: all 0.4s ease-out;
  124. transition: all 0.4s ease-out;
  125. }
  126.  
  127. .wrapper{
  128. margin:1px auto;
  129. width: 802px;
  130. }
  131.  
  132. .header{
  133. float: left;
  134. width: 100%;
  135. }
  136.  
  137. .left{
  138. float: left;
  139. margin-right: 20px;
  140. width: 802px;
  141. }
  142.  
  143. .right{
  144. float: right;
  145. width: 200px;
  146. background-color: {color:Background};
  147. }
  148.  
  149.  
  150. p {
  151. margin:0px;
  152. margin-top:0px;
  153. }
  154.  
  155.  
  156.  
  157. body {
  158. margin:0px;
  159. text-decoration: none;
  160. background-color: {color:background};
  161. background-image:url({image:Background});
  162. background-attachment: fixed;
  163. background-repeat: repeat;
  164. color: {color:Text};
  165. font-family: arial;
  166. font-size: 11px;
  167. letter-spacing: 0px;
  168. line-height:11px;
  169. }
  170.  
  171. a:link, a:active, a:visited{
  172. color: {color:Link};
  173. text-decoration: none;
  174. -webkit-transition: color 0.2s ease-out;
  175. -moz-transition: color 0.2s ease-out;
  176. }
  177.  
  178. ::-webkit-scrollbar {width: 8px; height: 6px; background: #fff; }
  179.  
  180. ::-webkit-scrollbar-thumb { background-color: {color:link}; -webkit-border-radius: 0px; border: 1px #dadada solid; !important; border-radius: 5px;}
  181.  
  182.  
  183.  
  184. a:hover{
  185. color:{color:Hover};
  186. text-shadow: 0px 0px 6px #000000;
  187. -webkit-transition: opacity 0.7s linear;
  188. -webkit-transition: all 0.8s ease-out;
  189. -moz-transition: all 0.7s ease-out;
  190. transition: all 0.7s ease-out;
  191. }
  192.  
  193.  
  194. .entry {
  195. float:left;
  196. margin: 1px;
  197. background-color: {color:background};
  198. background-image:url({image:Background});
  199. {block:IndexPage}
  200. width: 500px;
  201. {/block:IndexPage}
  202. {block:PermalinkPage}
  203. width:500px;
  204. {/block:PermalinkPage}
  205. }
  206.  
  207.  
  208. .excel{
  209. opacity: 0.6;
  210. }
  211.  
  212. .excel:hover{
  213. -webkit-transition: opacity 0.7s linear;
  214. opacity: 1;
  215. -webkit-transition: all 0.4s ease-out;
  216. -moz-transition: all 0.4s ease-out;
  217. transition: all 0.4s ease-out;
  218. }
  219.  
  220. .permalink{
  221. line-height: 13px;
  222. text-transform: none;
  223. font-family: arial;
  224. font-size: 8px;
  225. text-align:center;
  226. margin-top: 1px;
  227. text-align: right;
  228. text-transform: uppercase;
  229. }
  230.  
  231. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  232.  
  233. div#sidebar{
  234. position:fixed !important;
  235. width: 220px;
  236. height:100%;
  237. margin-top: 160px;
  238. margin-left: -100px;
  239. padding: 2px;
  240. line-height:12px;
  241. letter-spacing:0px;
  242. margin-bottom: 6px;
  243. background-color:transparent;
  244. font-size: 11px;
  245. letter-spacing: 0px;
  246. }
  247.  
  248. #posts {
  249. width:500px;
  250. margin-left:153px;
  251. margin-top: 5px;
  252. background-color: {color:background};
  253. background-image:url({image:Background});
  254. {block:PermalinkPage}
  255. margin-left:153px;
  256. {/block:PermalinkPage}
  257. float:left;
  258. }
  259.  
  260. #infscr-loading{
  261. bottom: -70px;
  262. position: absolute;
  263. left: 50%;
  264. margin-left:-8px;
  265. width:16px;
  266. height:11px;
  267. overflow:hidden;
  268. margin-bottom: 50px;
  269. }
  270.  
  271.  
  272. .links a{background:trans;display:inline-block;font-family:arial;font-size:9px;letter-spacing: 0px; padding:2px 3px 2px 3px;}
  273.  
  274. .links:hover a{background:trans;display:inline-block;font-family:arial;font-size:9px;letter-spacing: px; -webkit-border-radius: 2px;-moz-border-radius: 2px; color:}
  275.  
  276.  
  277. #description {text-align:center; font-size:9px;font-family:droid sans;line-height:16px;}
  278.  
  279. .title{
  280. font-size: 11px;
  281. line-height:14px;
  282. color: {color:Title};
  283. font-weight: bold;
  284. }
  285.  
  286.  
  287. #pagination{
  288. display:none;
  289. }
  290.  
  291.  
  292. #ok{
  293. font-family:cedarcursive;
  294. font-size: 26px;
  295. line-height:40px;
  296. position:fixed;
  297. margin-top:-30px;
  298. width:220px;
  299. color:{color:title};
  300. text-shadow: 2px 0px 3px #aaaaaa;
  301. }
  302.  
  303.  
  304.  
  305. .perma {
  306. opacity: 0.0;
  307. filter: alpha(opacity = 0);
  308. z-index:9999991;
  309. display: inline-block;
  310. position: absolute;
  311. text-align: left;
  312. margin-top: 5px;
  313. margin-left: 5px;
  314. width: 100%;
  315. -webkit-transition: opacity 0.7s linear;
  316. opacity: 0.0;
  317. -webkit-transition: all 0.4s ease-out;
  318. -moz-transition: all 0.4s ease-out;
  319. transition: all 0.4s ease-out;
  320. }
  321.  
  322. .entry:hover .perma {
  323. opacity: 1;
  324. filter: alpha(opacity = 100);
  325. -webkit-transition: opacity 0.7s linear;
  326. opacity: 1;
  327. -webkit-transition: all 0.4s ease-out;
  328. -moz-transition: all 0.4s ease-out;
  329. transition: all 0.4s ease-out;
  330. }
  331.  
  332. .likep {
  333. width: 21px;
  334. height: 20px;
  335. overflow: hidden;
  336. z-index: 9999999;
  337. display: inline-block;
  338. margin-right: 3px;
  339. }
  340.  
  341. .rep {
  342. width: 24px;
  343. height: 20px;
  344. overflow: hidden;
  345. z-index: 9999999;
  346. display: inline-block;
  347. }
  348.  
  349. .likep a:hover {
  350. background-position: 0px 0px;
  351. }
  352.  
  353. .likep a {
  354. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  355. background-position: 0px 0px;
  356. display: block;
  357. z-index: 9999999;
  358.  
  359. }
  360.  
  361. .likep img {
  362. width: 21px;
  363. height: 20px;
  364. }
  365.  
  366. .rep img{
  367. width: 24px;
  368. height: 20px;
  369. line-height: 30px;
  370. display: inline;
  371. margin-right: 2px;
  372. }
  373.  
  374. .not { display: inline-block;
  375. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  376. height: 20px;
  377. top: -6px;
  378. font-size: 11px;
  379. line-height: 20px;
  380. color: #fff;
  381. padding-left: 4px;
  382. padding-right: 4px;
  383. -moz-border-radius: 2px;
  384. border-radius: 2px;
  385. position: relative;
  386. left: 2px;
  387. }
  388.  
  389. .not a, .not:hover a, .not a:hover{
  390. color: #ffffff!important;
  391. letter-spacing: 0px;
  392. font-family: Arial;
  393. font-weight:bold;
  394. }
  395.  
  396. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  397. opacity: 1.0;
  398. filter: alpha(opacity = 80);
  399. }
  400.  
  401. .not:hover , .rep:hover, .likep:hover {
  402. opacity: 0.8!important;
  403. filter: alpha(opacity = 100)!important;
  404. }
  405.  
  406. .t {
  407. text-align: right;
  408. opacity: 1;
  409. filter: alpha(opacity =100);
  410. margin-right: 3px;
  411.  
  412. }
  413.  
  414. .t {
  415. font-size: 10px;
  416. line-height: 13px;
  417. height: 13px;
  418. margin-right: 3px;
  419. }
  420.  
  421.  
  422. #sidebarimg img {
  423. -webkit-filter: grayscale(100%);
  424. }
  425.  
  426. .entry:hover .t {
  427. opacity: 1;
  428. filter: alpha(opacity = 100);
  429. margin-right: 3px;
  430. }
  431.  
  432. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  433.  
  434. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  435.  
  436. blockquote{
  437. padding:0px 0px 2px 5px;
  438. margin:0px 0px 2px 10px;
  439. border-left: 1px dotted #555555;
  440. }
  441.  
  442.  
  443. {CustomCSS}
  444.  
  445. </style>
  446.  
  447. {block:IndexPage}
  448. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  449. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  450.  
  451. <script type="text/javascript">
  452. $(window).load(function () {
  453. var $content = $('#posts');
  454. $content.masonry({itemSelector: '.entry'}),
  455. $content.infinitescroll({
  456. navSelector : 'div#pagination',
  457. nextSelector : 'div#pagination a#nextPage',
  458. itemSelector : '.entry',
  459. loading: {
  460. finishedMsg: '',
  461. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  462. },
  463. bufferPx : 600,
  464. debug : false,
  465. },
  466. // call masonry as a callback.
  467. function( newElements ) {
  468. var $newElems = $( newElements );
  469. $newElems.hide();
  470. // ensure that images load before adding to masonry layout
  471. $newElems.imagesLoaded(function(){
  472. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  473.  
  474.  
  475. });
  476. });
  477. });
  478. </script>
  479.  
  480. {/block:IndexPage}
  481.  
  482.  
  483. <title>{title}</title>
  484.  
  485. <link rel="shortcut icon" href="{Favicon}">
  486. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  487. <meta name="viewport" content="width=820" />
  488.  
  489. </head>
  490. <body>
  491. <div class="wrapper">
  492. <div class="header">
  493. </span>
  494. </div>
  495. <div id="sidebar">
  496.  
  497.  
  498. <div id="ok">
  499. <center>{text:sidebar title}
  500. </div>
  501.  
  502.  
  503. <div id="sidepicture"><center><a href="/"><img src="{image:sidebar}" width=220px></a></center></div>
  504. <center>
  505. <i><a href="{text:Link One}">{text:Link One Title}</a> /
  506. <a href="{text:Link Two}">{text:Link Two Title}</a> /
  507. <a href="{text:Link Three}">{text:Link Three Title}</a> /
  508. <a href="{text:Link Four}">{text:Link Four Title} </a> /
  509. <a href="{text:Link Five}">{text:Link Five Title}</a></i>
  510.  
  511. <center>{Description}
  512. </div>
  513.  
  514. <div class="left">
  515.  
  516. <div id="posts">
  517.  
  518. {block:Posts}
  519. <div class="entry">
  520.  
  521. {block:IndexPage}
  522. {/block:IndexPage}
  523.  
  524. {block:Text}
  525.  
  526. <div class="perma">
  527. <div class="likep">
  528. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  529. </div>
  530. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  531. </div>
  532. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  533. </div>
  534.  
  535.  
  536. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  537.  
  538. {/block:Text}
  539.  
  540. {block:Link}
  541.  
  542. <div class="perma">
  543. <div class="likep">
  544. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  545. </div>
  546. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  547. </div>
  548. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  549. </div>
  550.  
  551.  
  552. <a href="{URL}" class="title">{Name}</a>
  553. {block:Description}{Description}{/block:Description}
  554. {block:Link}
  555.  
  556.  
  557. {block:Photo}
  558.  
  559. <div class="perma">
  560. <div class="likep">
  561. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  562. </div>
  563. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  564. </div>
  565. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  566. </div>
  567.  
  568.  
  569.  
  570. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a></div>
  571.  
  572.  
  573. {LinkCloseTag}{/block:IndexPage}
  574. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  575. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  576. {LinkCloseTag}{/block:PermalinkPage}
  577. {/block:Photo}
  578.  
  579. {block:Photoset}
  580. {block:IndexPage}
  581.  
  582. {Photoset-500}
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. <center>
  586. {Photoset-500}</center>
  587. {/block:PermalinkPage}
  588. {/block:Photoset}
  589.  
  590. {block:Quote}
  591.  
  592. <div class="perma">
  593. <div class="likep">
  594. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  595. </div>
  596. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  597. </div>
  598. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  599. </div>
  600.  
  601.  
  602. {Quote}</span>
  603. {block:Source}<strong>{Source}</strong>{/block:Source}
  604. {/block:Quote}
  605.  
  606. {block:Chat}
  607.  
  608. <div class="perma">
  609. <div class="likep">
  610. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  611. </div>
  612. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  613. </div>
  614. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  615. </div>
  616.  
  617.  
  618. {block:Title}<span class="title">{Title}</span>{/block:Title}
  619. <ul class="chat">
  620. {block:Lines}
  621. <li class="user_{UserNumber}">
  622. {block:Label}
  623. <span class="label">{Label}</span>
  624. {/block:Label}
  625.  
  626. {Line}
  627. </li>
  628. {/block:Lines}
  629. </ul>
  630.  
  631. {/block:Chat}
  632.  
  633. {block:Audio}
  634.  
  635. <div class="perma">
  636. <div class="likep">
  637. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  638. </div>
  639. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  640. </div>
  641. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  642. </div>
  643.  
  644.  
  645. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  646. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  647. {/block:Audio}
  648.  
  649. {block:Video}
  650. {block:IndexPage}
  651. <center>
  652. {Video-500}</center>
  653. {/block:IndexPage}
  654. {block:PermalinkPage}
  655. <center>
  656. {Video-500}</center>
  657. {/block:PermalinkPage}
  658. {block:Video}
  659.  
  660. {block:PermalinkPage}
  661. <center>
  662. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  663. {/block:PermalinkPage}
  664.  
  665.  
  666. {block:PostNotes}{PostNotes}
  667. {/block:PostNotes}
  668. </div>
  669.  
  670.  
  671. {/block:Posts}
  672. </div>
  673. </div>
  674. {block:IndexPage}
  675. {block:Pagination}
  676. <div id="pagination">
  677. {block:NextPage}
  678. <a id="nextPage" href="{NextPage}"></a>
  679. {/block:NextPage}
  680. {block:PreviousPage}
  681. <a href="{PreviousPage}"></a>{/block:PreviousPage}</div>{/block:Pagination}{/block:IndexPage}</div></body><div style="position:fixed;right:0px;top:24px;"><span class="excel"><a href="http://cyrusnigga.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/emvmfcr/cgHls4hzn/gettheme.png" align="right" style="margin-top:0px; margin-right:5px;"></a></span></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement