Advertisement
tr0mb

Theme 1 by k3llin.tumblr

Nov 6th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.99 KB | None | 0 0
  1. <!--
  2. THEME #1 BY kellin.tumblr.com
  3. Inspired by d-uchebag.
  4. Please don't remove the credit, if you do put it on you FAQs, thank you.
  5. -------------------------------------------------------------------------
  6. Go to this tutorial ~~~> http://pastebin.com/StyZWqRq <~~~ AND LEARN HOW TO ADD NETWORK'S TAGS TO THE THEME!
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11.  
  12. <head>
  13.  
  14. <script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "{text:tab message 1}";tb8_messages[1] = "{text:tab message 2}";tb8_messages[2] = "{text:tab message 3}";tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script|Happy+Monkey|Delius|Damion' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://static.tumblr.com/blpgwiz/kVZm8o4rz/tilting.css' rel='stylesheet' type='text/css'>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54.  
  55. {block:IndexPage}
  56. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  57. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  58. <script type="text/javascript">
  59. $(window).load(function () {
  60. var $content = $('#content');
  61. $content.masonry({itemSelector: '.entry'}),
  62. $content.infinitescroll({
  63. navSelector : 'div#pagination',
  64. nextSelector : 'div#pagination a#nextPage',
  65. itemSelector : '.entry',
  66. loading: {
  67. finishedMsg: '',
  68. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  69. },
  70. bufferPx : 600,
  71. debug : false,
  72. },
  73. // call masonry as a callback.
  74. function( newElements ) {
  75. var $newElems = $( newElements );
  76. $newElems.hide();
  77. // ensure that images load before adding to masonry layout
  78. $newElems.imagesLoaded(function(){
  79. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  80. {/block:IndexPage}
  81.  
  82.  
  83. <!--COLORS-->
  84. <meta name="color:background" content="#ffffff" />
  85. <meta name="color:scrollbar" content="000000" />
  86. <meta name="color:text" content="#000000" />
  87. <meta name="color:link" content="#000000" />
  88. <meta name="color:link hover" content="#afafaf" />
  89. <meta name="color:borders" content="#000000" />
  90. <meta name="color:scrollbar" content="#000000" />
  91. <!--TEXT-->
  92. <meta name="text:tab message 1" content="" />
  93. <meta name="text:tab message 2" content="" />
  94. <meta name="text:tab message 3" content="" />
  95. <meta name="text:music player code" content="" />
  96. <meta name="text:hit counter code" content="" />
  97. <meta name="text:online users code" content="" />
  98. <meta name="text:popup link 1" content="http://">
  99. <meta name="text:popup link 1 title" content="Link 1">
  100. <meta name="text:popup link 2" content="http://">
  101. <meta name="text:popup link 2 title" content="Link 2">
  102. <meta name="text:popup link 3" content="http://">
  103. <meta name="text:popup link 3 title" content="Link 3">
  104. <meta name="text:popup link 4" content="http://">
  105. <meta name="text:popup link 4 title" content="Link 4">
  106. <!--IMAGES-->
  107. <meta name="image:sidebar" content=""/>
  108. <meta name="image:background" content="" />
  109. <!--IF SHOW-->
  110. <meta name="if:show music player" content="1"/>
  111. <meta name="if:show networks" content="1"/>
  112. <style type="text/css">
  113.  
  114. #fade { /*--Transparent background layer--*/
  115. display: none; /*--hidden by default--*/
  116. background-color:#000;
  117. position: fixed; left: 0; top: 0;
  118. width: 100%; height: 100%;
  119. opacity: .8;
  120. z-index: 9999;
  121. }
  122. .popup_block{
  123. display: none; /*--hidden by default--*/
  124. background: #fff;
  125. padding: 10px;
  126. border: 6px solid {color:borders};
  127. border-radius: 10px;
  128. float: left;
  129. font-size: 22px;
  130. letter-spacing:0.5px;
  131. line-height: 22px;
  132. position: fixed;
  133. top: 50%; left: 50%;
  134. z-index: 99999;
  135. /*--CSS3 Box Shadows--*/
  136. -webkit-box-shadow: 0px 0px 20px #fff;
  137. -moz-box-shadow: 0px 0px 20px #fff};
  138. box-shadow: 0px 0px 20px #fff;
  139. /*--CSS3 Rounded Corners--*/
  140. -webkit-border-radius: 10px;
  141. -moz-border-radius: 10px;
  142. border-radius: 10px;
  143. color:#fff;
  144. }
  145. img.btn_close {
  146. float: right;
  147. margin: -5px -5px 0 0;
  148. }
  149. /*--Making IE6 Understand Fixed Positioning--*/
  150. *html #fade {
  151. position: absolute;
  152. }
  153. *html .popup_block {
  154. position: absolute;
  155. }
  156.  
  157. @font-face {
  158.   font-family: 'Happy Monkey';
  159.   font-style: normal;
  160.   font-weight: 400;
  161.   src: local('Happy Monkey'), local('HappyMonkey-Regular'), url(http://themes.googleusercontent.com/static/fonts/happymonkey/v1/c2o0ps8nkBmaOYctqBq1rXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  162. }
  163.  
  164. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  165.  
  166.  
  167. ::-webkit-scrollbar {width: 5px; height: 5px; background: border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px 5px 5px 5px;transparent;}
  168. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  169.  
  170. iframe#tumblr_controls {right:3px !important; top:3px !important; position: fixed !important; opacity: .4; z-index:999;}
  171.  
  172. img {
  173. border: 0px;
  174. padding: 0px;
  175. margin: 0px;
  176. border-radius: 5px;
  177. }
  178.  
  179. body, p {
  180. font-size:11px;
  181. border-radius: 10px;
  182. letter-spacing:0px;
  183. font-family:happy monkey;
  184. line-height:12px;
  185. text-transform:none;
  186. padding: 2px;
  187. margin: 0px;
  188. color:{color:text};
  189. }
  190.  
  191. body {
  192. font-size:11px;
  193. border-radius: 10px;
  194. font-family:happy monkey;
  195. line-height:12px;
  196. background-color:{color:background};
  197. background-image:url({image:Background});
  198. background-attachment: fixed;
  199. background-repeat: repeat;
  200. }
  201.  
  202. a {
  203. text-decoration:none;
  204. color:{color:text};
  205. -webkit-transition: all 0.4s linear;
  206. -moz-transition: all 0.4s linear;
  207. transition: all 0.4s linear;
  208. }
  209.  
  210. a:link, a:active, a:visited{
  211. color: {color:link};
  212. text-decoration: none;}
  213.  
  214. a:hover{
  215. color:#fff;
  216. text-shadow: 0px 0px 3px #000;
  217. -webkit-transition: opacity 0.5s linear;
  218. -webkit-transition: all 0.5s ease-in-out;
  219. -moz-transition: all 0.5s ease-in-out;
  220. -o-transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. div#all{
  224. width:100%;
  225. height:100%;
  226. z-index:-100;
  227. overflow-x:hidden;
  228. }
  229.  
  230. div#center{
  231. margin: auto;
  232. width: 1000px;
  233. overflow-x:hidden;
  234. }
  235.  
  236. div#content {
  237. width: 855px;
  238. margin-left:140px;
  239. margin-top:5px;
  240. float:left;
  241. overflow:auto;
  242. font-family:happy monkey;
  243. }
  244.  
  245. .entry {
  246. margin: 2px;
  247. padding: 2px;
  248. border: 4px solid {color:borders};
  249. float:left;
  250. height:auto;
  251. background-color:#fff;
  252. {block:IndexPage}
  253. width:250px;
  254. overflow-x:hidden;
  255. overflow:hidden;
  256. {/block:IndexPage}
  257. {block:PermalinkPage}
  258. width:500px;
  259. {/block:PermalinkPage}
  260. }
  261.  
  262. .permalink{
  263. position:absolute;
  264. font-family:happy monkey;
  265. font-size:8px;
  266. line-height:8px;
  267. top:-10%;
  268. margin-left:2%;
  269. background-color:white;
  270. border: 2px solid {color:borders};
  271. border-radius: 5px;
  272. width:auto;
  273. height:8px;
  274. padding:4px;
  275. overflow:hidden;
  276. opacity:0;
  277. -webkit-transition: all 0.7s ease-in-out;
  278. -moz-transition: all 0.7s ease-in-out;
  279. -o-transition: all 0.7s ease-in-out;
  280. }
  281.  
  282. .entry:hover .permalink{
  283. top:4%;
  284. opacity:1;
  285. -webkit-transition: all 0.7s ease-in-out;
  286. -moz-transition: all 0.7s ease-in-out;
  287. -o-transition: all 0.7 ease-in-out;
  288. }
  289.  
  290. #infscr-loading{
  291. opacity:0.0;
  292. }
  293.  
  294. .title{
  295. font-family: simply;
  296. font-size:29px;
  297. line-height:30px;
  298. text-transform:uppercase;
  299. color:{color:text};
  300. }
  301.  
  302. blockquote{
  303. padding:0px 0px 2px 5px;
  304. margin:0px 0px 2px 4px;
  305. border-left: 1px dotted #555555;
  306. }
  307.  
  308. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  309.  
  310. @font-face {
  311. font-family: "baby doll";
  312. src: url('http://static.tumblr.com/nsunyax/C0Qlzeeah/babydoll.ttf');
  313. }
  314.  
  315. @font-face {
  316. font-family: "written in the stars";
  317. src: url('http://static.tumblr.com/nsunyax/Ivrm14am8/writteninthestars.ttf');
  318. }
  319.  
  320. @font-face {
  321. font-family: "brick by boring brick";
  322. src: url('http://static.tumblr.com/8pcxx7s/FUQm1pqnu/brick_by_boring_brick.ttf');
  323. }
  324.  
  325. @font-face {
  326. font-family: "regular skinny";
  327. src: url('http://static.tumblr.com/8pcxx7s/lJUm1pqni/regular_skinny.ttf');
  328. }
  329.  
  330. @font-face {
  331. font-family: "stars from our eyes";
  332. src: url('http://static.tumblr.com/nsunyax/FRlm0fk01/starsfromoureyes.ttf');
  333. }
  334.  
  335. @font-face {
  336. font-family: "indie flower";
  337. src: url('http://static.tumblr.com/9lzf62c/M2Ilz08l8/indieflower.ttf');
  338. }
  339.  
  340. @font-face {
  341. font-family: "airplanes in the night sky";
  342. src: url('http://static.tumblr.com/nsunyax/htIm0707z/airplanes_in_the_night_sky.ttf');
  343. }
  344.  
  345. @font-face {
  346. font-family: "cutiepop";
  347. src: url('http://static.tumblr.com/nsunyax/YPglzyz4r/cutiepop.ttf');
  348. }
  349.  
  350. @font-face {
  351. font-family: "amsterdam grafitti";
  352. src: url('http://static.tumblr.com/8pcxx7s/Voam1o0qz/amsterdam_grafitti.ttf');
  353. }
  354.  
  355. @font-face {
  356. font-family: "pineapple delight";
  357. src: url('http://static.tumblr.com/1kdckk4/LAvlolf4m/pineappledelight.ttf');
  358. }
  359.  
  360. @font-face {
  361. font-family: "my fonts not funky";
  362. src: url('http://static.tumblr.com/8pcxx7s/J5um1o232/my_fonts_not_funky.ttf');
  363. }
  364.  
  365. @font-face {
  366. font-family: "kg love you through it";
  367. src: url('http://static.tumblr.com/nsunyax/u14m0c2jz/kgloveyouthroughit.ttf');
  368. }
  369.  
  370. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  371.  
  372. @font-face { font-family: "simply"; src: url('http://static.tumblr.com/jdjsstr/39Mmbchtr/sierra_madre_1_.ttf'); }
  373.  
  374.  
  375. #sidebar{
  376. z-index: 98;
  377. opacity: 1;
  378. position:fixed !important;
  379. width: 250px;
  380. border: 4px solid {color:borders};
  381. border-radius: 10px;
  382. height: auto;
  383. background-color:#fff;
  384. right:40px;
  385. top:100px;
  386. padding:2px;
  387. transition: all 0.5s ease-out;
  388. -o-transition-transition: all 0.5s ease-out;
  389. -webkit-transition: all 0.5s ease-out;
  390. -moz-transition: all 0.5s ease-out;
  391. }
  392.  
  393. #sidebar:hover #desc{
  394. opacity: 0.9;
  395. right:40px;
  396. border: 4px solid {color:borders};
  397. transition: all 0.9s ease-out;
  398. -o-transition-transition: all 0.6s ease-;
  399. -webkit-transition: all 0.6s ease-out;
  400. -moz-transition: all 0.6s ease-out;
  401. }
  402.  
  403. #sidebar:hover #links{
  404. opacity: 0.9;
  405. right:40px;
  406. border: 4px solid {color:borders};
  407. transition: all 0.9s ease-out;
  408. -o-transition-transition: all 0.6s ease-;
  409. -webkit-transition: all 0.6s ease-out;
  410. -moz-transition: all 0.6s ease-out;
  411. }
  412.  
  413. #sidebar:hover #stats{
  414. opacity: 0.9;
  415. right:40px;
  416. border: 4px solid {color:borders};
  417. transition: all 0.9s ease-out;
  418. -o-transition-transition: all 0.6s ease-;
  419. -webkit-transition: all 0.6s ease-out;
  420. -moz-transition: all 0.6s ease-out;
  421. }
  422.  
  423. #desc{
  424. overflow:scroll;
  425. position:fixed !important;
  426. font-family: "happy monkey";
  427. font-size:11px;
  428. line-height:12px;
  429. opacity: 0;
  430. background-color:#fff;
  431. border: 4px solid {color:borders};
  432. border-radius: 10px;
  433. padding: 2px;
  434. width: 250px;;
  435. height:100px;
  436. right:30px;
  437. top:100px;
  438. text-align:center;
  439. -o-transition-transition: all 0.6s ease-;
  440. -webkit-transition: all 0.6s ease-out;
  441. -moz-transition: all 0.6s ease-out;
  442. }
  443.  
  444. #links{
  445. position:fixed !important;
  446. border-radius: 10px;
  447. font-family: "happy monkey";
  448. font-size:11px;
  449. line-height:12px;
  450. letter-spacing: 15px;
  451. opacity: 0;
  452. background-color:#fff;
  453. border: 4px solid {color:borders};
  454. padding-top: 4px;
  455. width: 253px;;
  456. height:20px;
  457. right:30px;
  458. top:263px;
  459. text-align:center;
  460. -o-transition-transition: all 0.6s ease-;
  461. -webkit-transition: all 0.6s ease-out;
  462. -moz-transition: all 0.6s ease-out;
  463. }
  464.  
  465. #stats{
  466. position:fixed !important;
  467. font-family: "happy monkey";
  468. font-size:11px;
  469. line-height:12px;
  470. opacity: 0;
  471. background-color:#fff;
  472. border: 4px solid {color:borders};
  473. padding-top: 4px;
  474. width: 253px;;
  475. height:20px;
  476. right:30px;
  477. top:238px;
  478. text-align:center;
  479. -o-transition-transition: all 0.6s ease-;
  480. -webkit-transition: all 0.6s ease-out;
  481. -moz-transition: all 0.6s ease-out;
  482. }
  483.  
  484. #networkstitlebar{
  485. position: fixed !important;
  486. text-transform:uppercase;
  487. right:4px;
  488. bottom:65px;
  489. font-weight:bold;
  490. color:#fff;
  491. font-family: "happy monkey";
  492. font-size:45px;
  493. line-height:10px;
  494. letter-spacing:-1px;
  495. text-align: center;
  496. text-shadow:0px 0px 5px #666;
  497. z-index: 99;
  498. opacity:1;
  499. }
  500.  
  501. #networks{
  502. border-radius: 10px;
  503. position:fixed !important;
  504. padding-top:5px;
  505. padding-bottom:15px;
  506. bottom:3px;
  507. right:3px;
  508. height:20px;
  509. width:286px;
  510. background:#fff;
  511. z-index:99;
  512. border: 3px solid {color:borders};
  513. }
  514.  
  515. #musictitlebar{
  516. position: fixed !important;
  517. text-transform:uppercase;
  518. margin-left:3px;
  519. top:80px;
  520. font-weight:bold;
  521. color:#fff;
  522. font-family: "happy monkey";
  523. font-size:45px;
  524. line-height:10px;
  525. letter-spacing:-1px;
  526. text-align: center;
  527. text-shadow:0px 0px 5px #666;
  528. z-index: 99;
  529. opacity:1;
  530. }
  531.  
  532. #music{
  533. position:fixed !important;
  534. border-radius: 10px;
  535. padding-top:5px;
  536. padding-bottom:6px;
  537. width: 132px;
  538. height: 40px;
  539. top: 8px;
  540. margin-right: 3px;
  541. background-color:white;
  542. overflow:hidden;
  543. opacity: 1;
  544. text-align: center;
  545. font-family:happy monkey;
  546. border: 3px solid {color:borders};
  547.  
  548. }
  549.  
  550. {CustomCSS}
  551. </style>
  552.  
  553.  
  554. <title>{title}</title>
  555. <link rel="http://i1128.photobucket.com/albums/m492/pixelp0w4h111/donut1.gif">
  556. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  557. <meta name="viewport" content="width=820" />
  558.  
  559. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  560.  
  561. </head>
  562.  
  563. <body>
  564.  
  565. <div id="all"></div>
  566.  
  567. <div id="center">
  568.  
  569. </div>
  570.  
  571. {block:ifshownetworks}
  572. <div id="networkstitlebar">
  573. Networks
  574. </div>
  575. <div id="networks">
  576. <marquee behavior="scroll" scrollamount="5" direction="right" onmouseover="this.stop();" onmouseout="this.start();" scrolldelay="0">
  577. <a href="LINK TO THE NETWORK"><img src="IMAGE URL" height=30/></a>
  578. <a href="LINK TO THE NETWORK"><img src="IMAGE URL" height=30/></a>
  579. <a href="LINK TO THE NETWORK"><img src="IMAGE URL" height=30 /></a>
  580. <a href="LINK TO THE NETWORK"><img src="IMAGE URL" height=30/></a>
  581. <a href="LINK TO THE NETWORK"><img src="IMAGE URL" height=30/></a>
  582. <a href="LINK TO THE NETWORK"><img src="IMAGE URL" height=30/></a>
  583.  
  584.  
  585. </marquee>
  586. </center>
  587. </div>
  588. {/block:ifshownetworks}
  589.  
  590. <div id="content">
  591.  
  592. <div id="sidebar">
  593.  
  594. <img src="{image:sidebar}" margin-top:-30px; width= 250px; height= 181px; ></a>
  595. <div id="desc">
  596. {Description}
  597. </div>
  598. <div id="links">
  599. <center><a href="/" title="↺"><img src="http://i1114.photobucket.com/albums/k524/LeaZygma/home.png"></a>
  600. <a href="#?w=500" rel="02" class="poplight" title="Message"><img src="http://i1114.photobucket.com/albums/k524/LeaZygma/msg.png"></a>
  601. <a href="#?w=570" rel="03" class="poplight" title="Links"><img src="http://i1114.photobucket.com/albums/k524/LeaZygma/etc.png"></a></a>
  602. <a href="http://k3llin.tumblr.com/" title="Credit"><big><big><big>&copy; </big></big></big></a></center>
  603. </div>
  604. <div id="stats">
  605. {text:online users code} <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> {text:hit counter code}
  606. </div>
  607. </div>
  608.  
  609. {block:Posts}
  610.  
  611. <div class="entry">
  612.  
  613. {block:Text}
  614. {block:Title}<center><span class="title">{Title}</span>{/block:Title}
  615. <div style="margin-left:3px;" padding=2px>{Body}</div>
  616. ------------------------------------------
  617. <br><a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount} NOTES</a></center>
  618. {/block:Text}
  619.  
  620. {block:Link}
  621. <center><a href="{URL}"><span class="title">{Name}</span></a>
  622. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  623. ------------------------------------------
  624. <a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount} NOTES</a></center>
  625. {block:Link}
  626.  
  627. {block:Photo}
  628. <center>
  629. {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  630.  
  631. {block:IndexPage}
  632. <div class="permalink">
  633. <a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount}</a></div>
  634. {/block:IndexPage}
  635. {/block:Photo}
  636.  
  637. {block:Photoset}
  638. <center>
  639. {block:IndexPage}{Photoset-380}{/block:IndexPage}
  640. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  641. </center>
  642.  
  643. {block:IndexPage}
  644. <div class="permalink">
  645. <a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount}</a>
  646. </div>
  647. {/block:IndexPage}
  648. {/block:Photoset}
  649.  
  650. {block:Quote}
  651. <center><div style="font-family:simply; font-size:20px; line-height:20px; text-transform:uppercase;">
  652. "{Quote}"</span>
  653. </div>
  654. {block:Source}
  655. <strong>- {Source}</strong>
  656. {/block:Source}</center>
  657. <center>------------------------------------------</center>
  658. <center><a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount} NOTES</a></center>
  659. {/block:Quote}
  660.  
  661. {block:Chat}
  662. <div style="margin-left:3px;">
  663. {block:Title}</center><span class="title">{Title}</span></center>{/block:Title}
  664. <ul class="chat">
  665. {block:Lines}
  666. <li class="user_{UserNumber}">
  667. {block:Label}
  668. <span class="label">{Label}</span>
  669. {/block:Label}
  670. {Line}
  671. </li>
  672. {/block:Lines}
  673. </ul>
  674. </div>
  675. <center>------------------------------------------</center>
  676. <center><a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount} NOTES</a></center>
  677. {/block:Chat}
  678.  
  679. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  680. <center>{AudioPlayerWhite}
  681. </center>
  682. <center>------------------------------------------</center>
  683. <center><a href="{ReblogURL}">REBLAWG</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{Permalink}">{NoteCount} NOTES</a></center>
  684. {/block:Audio}
  685.  
  686. {block:Answer}
  687. <div style="font-family: simply; font-size: 22px; line-height: 24px; text-transform:uppercase;">
  688. <img src="{askerportraiturl-40}" width="40px"> <askk>{Asker}</askk> <b>was like:</b> <div style="font-family: 'happy monkey'; font-size: 11px; line-height: 12px;"><center>{Question}</center><br></div><b>Then I was like:</b> <div style="font-family: 'happy monkey'; font-size: 11px; line-height: 12px;"><center>{Answer}</center></div></div><center>------------------------------------------</cnter>
  689. <center><a href="{Permalink}">{NoteCount} NOTES</a></center>
  690. {/block:Answer}
  691.  
  692. {block:Video}
  693. {block:IndexPage}
  694. <center>
  695. {Video-380}</center>
  696. {/block:IndexPage}
  697. {block:PermalinkPage}
  698. <center>
  699. {Video-500}</center>
  700. {/block:PermalinkPage}
  701.  
  702. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  703. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
  704. {/block:IndexPage}
  705. {block:Video}
  706.  
  707. {block:PermalinkPage}
  708. <center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  709. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  710. {/block:PermalinkPage}
  711.  
  712.  
  713. {block:PostNotes}
  714. </center></center>
  715. <div align="left">{PostNotes}</div>
  716. {/block:PostNotes}
  717. </div>
  718.  
  719. {/block:Posts}
  720.  
  721.  
  722. {block:IndexPage}
  723. {block:Pagination}
  724. <div id="pagination">
  725. {block:NextPage}
  726. <a id="nextPage" href="{NextPage}"></a>
  727. {/block:NextPage}
  728. {block:PreviousPage}
  729. <a href="{PreviousPage}"></a>
  730. {/block:PreviousPage}
  731. </div>
  732. {/block:Pagination}
  733. {/block:IndexPage}
  734. </div>
  735.  
  736. {block:ifshowmusicplayer}
  737. <div id="musictitlebar">
  738. Music
  739. </div>
  740. <div id="music">
  741. <center>
  742. ♫ If music be the food of love, play on. ♫
  743. {text:music player code}
  744. </center>
  745. </div>
  746. {/block:ifshowmusicplayer}
  747.  
  748. </body>
  749.  
  750. <div style="position:fixed; bottom:1px; left:1px; font-color: #000; background-color: #fff; border-radius:5px;"><a href="http://k3llin.tumblr.com/"><big>&copy;</big></a></div>
  751.  
  752. <div id="03" class="popup_block">
  753.  
  754. <Center><font face="simply">LINKS:</font> <font face="happy monkey"><a href="/archive"><small>Archive</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="/submit">Submit</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{text:popup link 1}">{text:popup link 1 title}</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{text:popup link 2}">{text:popup link 2 title}</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{text:popup link 3}">{text:popup link 3 title}</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="{text:popup link 4}">{text:popup link 4 title}</a> <img src="http://i1114.photobucket.com/albums/k524/LeaZygma/thheart.gif"> <a href="http://k3llin.tumblr.com/"><font face="simply">THEME</font></a></font></div>
  755.  
  756. <div id="02" class="popup_block">
  757. <Center><font face="simply">MESSAGE:</font> <font face="happy monkey">Please, read my FAQ first.</font><br/><br><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></center></div>
  758.  
  759. </div></div></div></div></div></div></div></div></div></div>
  760.  
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement