lennonthemes

okkkkkk

Jul 4th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.65 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  9. <meta name="color:background" content="#ffffff"/>
  10. <meta name="color:blockquote" content="#efefef"/>
  11. <meta name="color:imgborder" content="#f1f1f1"/>
  12. <meta name="color:link" content="#fcaad3"/>
  13. <meta name="color:linkhover" content="#ffffff"/>
  14. <meta name="color:navlink" content="#969395"/>
  15. <meta name="color:question" content="#6c6b6b"/>
  16. <meta name="color:quote" content="#ff3399"/>
  17. <meta name="text:textsize" content="13px" />
  18. <meta name="text:navlinksize" content="9px" />
  19. <meta name="color:question" content="#000000"/>
  20. <meta name="color:titlecolor" content="#8e8e8e"/>
  21. <meta name="color:fontcolor" content="#959494"/>
  22. <meta name="color:bold" content="#f3a0ed"/>
  23. <meta name="color:scrollbar" content="#f8f8f8"/>
  24. <meta name="color:imgborder" content="#f2f4f5"/>
  25. <meta name="text:fontsize" content="9px" />
  26. <meta name="text:titlesize" content="13px" />
  27. <meta name="text:link1" content="link1" />
  28. <meta name="text:link1url" content="http://" />
  29. <meta name="text:link2" content="link2" />
  30. <meta name="text:link2url" content="http://" />
  31. <meta name="text:link3" content="link3" />
  32. <meta name="text:link3url" content="http://" />
  33. <meta name="image:background" content=""/>
  34. <meta name="image:sidebar" content=""/>
  35. <style class="text/css"></style><link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  37. <style type="text/css">#s-m-t-tooltip {
  38. position:relative;
  39. overflow:hidden;
  40. z-index:999;
  41. max-width:300px;
  42. margin:10px 0 0 10px;
  43. background:#000;
  44. padding:3px;
  45. font-family:courier;
  46. text-transform:lowercase;
  47. font-size:10px;
  48. color:#fff;
  49. -webkit-transition: all 0.2s ease;
  50. -moz-transition: all 0.2s ease;
  51. -o-transition: all 0.2s ease;
  52. border-radius:3px;
  53. -moz-border-radius:3px;
  54. -webkit-border-radius:3px;
  55. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  56. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  57. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  58. -webkit-transition: all 0.2s ease;
  59. -moz-transition: all 0.2s ease;
  60. -o-transition: all 0.2s ease;
  61. }
  62.  
  63.  
  64. @font-face{font-family:Never Let Go; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  65.  
  66.  
  67. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  68.  
  69. #fade {
  70. display: none;
  71. background: #000;
  72. position: fixed;
  73. left: 0;
  74. top: 0;
  75. width: 100%;
  76. height: 100%;
  77. opacity: .70;
  78. z-index: 9999;
  79. }
  80.  
  81. .popup_block{
  82. display: none;
  83. background: #fff;
  84. padding: 20px;
  85. float: left;
  86. position: fixed;
  87. top: 50%;
  88. left: 50%;
  89. z-index: 99999;
  90. }
  91.  
  92. img.btn_close {
  93. float: right;
  94. margin: -55px -55px 0 0;
  95. }
  96.  
  97. *html #fade {
  98. position: absolute;
  99. }
  100.  
  101. *html .popup_block {
  102. position: absolute;
  103. }
  104. #navi {
  105. margin-top: 0px;
  106. padding-top:5px;
  107. }
  108.  
  109. #navi a {
  110. width:90px;
  111. background:#000;
  112. color:#fff;
  113. display:inline-block;
  114. line-height:20px;
  115. padding:3px;
  116. letter-spacing:1px;
  117. text-transform:lowercase;
  118. margin-left:3px;
  119. margin-right:3px;
  120. text-align:center;
  121. margin-bottom:3px;
  122. -webkit-transition: all 0.3s ease-in-out;
  123. -moz-transition: all 0.3s ease-in-out;
  124. -o-transition: all 0.3s ease-in-out;
  125. -ms-transition: all 0.3s ease-in-out;
  126. transition: all 0.3s ease-in-out;
  127. }
  128.  
  129. #navi a:hover{
  130. text-decoration:none;
  131. background:{color:Background};
  132. color:{color:Text};
  133. letter-spacing:3px;
  134. opacity:1;
  135. }
  136.  
  137. #proceed {
  138. width:500px;
  139. text-align:center;
  140. margin-top:10px;
  141. margin-left:0;
  142. }
  143.  
  144. #proceed a {
  145. float:left;
  146. display:block;
  147. line-height: 95%;
  148. font-family:'Libre Baskerville', serif;
  149. font-style: italic;
  150. font-size: 18px;
  151. letter-spacing: -1px;
  152. text-transform: lowercase;
  153. text-align: left;
  154. padding: 10px;
  155. font-weight: 400;
  156. background-color: #000;
  157. -o-transition-duration:.5s;
  158. color: #fff;
  159. margin-left: 185px;
  160. margin-right:2px;
  161. margin-bottom:5px;
  162. -webkit-transition: all 0.5s ease-in-out;
  163. -moz-transition: all 0.5s ease-in-out;
  164. -o-transition: all 0.5s ease-in-out;
  165. }
  166.  
  167. #proceed a:hover {
  168. text-shadow: 2px 0px 0px #d3d3d5;
  169. }
  170.  
  171. #header{
  172. line-height: 95%;
  173. font-family:'Libre Baskerville', serif;
  174. font-style: italic;
  175. font-size: 18px;
  176. letter-spacing: -1px;
  177. text-transform: lowercase;
  178. text-align: center;
  179. padding: 10px;
  180. font-weight: 400;
  181. background-color: #f2f2f2;
  182. color: #949393;
  183. text-shadow: 2px 0px 0px #d3d3d5;
  184. }
  185.  
  186. #head{
  187. line-height: 95%;
  188. font-family:'Libre Baskerville', serif;
  189. font-style: italic;
  190. font-size: 18px;
  191. letter-spacing: -1px;
  192. text-transform: lowercase;
  193. text-align: left;
  194. font-weight: 400;
  195. background:#000;
  196. color: #fff;
  197. }
  198.  
  199.  
  200. #black{
  201. line-height: 95%;
  202. font-family:'Libre Baskerville', serif;
  203. font-style: italic;
  204. font-size: 20px;
  205. letter-spacing: 1px;
  206. text-transform: lowercase;
  207. text-align: left;
  208. padding: 10px;
  209. font-weight: 400;
  210. background-color: #000;
  211. color: #fff;
  212. }
  213.  
  214. #black a{
  215. color: #949393;
  216. -webkit-transition: all 0.5s ease-in-out;
  217. -moz-transition: all 0.5s ease-in-out;
  218. -o-transition: all 0.5s ease-in-out;
  219. }
  220.  
  221. #black a:hover {
  222. color: #f2f2f2;
  223. -webkit-transition: all 0.5s ease-in-out;
  224. -moz-transition: all 0.5s ease-in-out;
  225. -o-transition: all 0.5s ease-in-out;
  226. }
  227.  
  228. #blue{
  229. line-height: 95%;
  230. font-family:'Libre Baskerville', serif;
  231. font-style: italic;
  232. font-size: 20px;
  233. letter-spacing: 1px;
  234. text-transform: lowercase;
  235. text-align: left;
  236. padding: 10px;
  237. font-weight: 400;
  238. background-color: #000;
  239. color: #fff;
  240. }
  241.  
  242. #blue a{
  243. color: #949393;
  244. -webkit-transition: all 0.5s ease-in-out;
  245. -moz-transition: all 0.5s ease-in-out;
  246. -o-transition: all 0.5s ease-in-out;
  247. }
  248.  
  249. #blue a:hover {
  250. color: #f2f2f2;
  251. -webkit-transition: all 0.5s ease-in-out;
  252. -moz-transition: all 0.5s ease-in-out;
  253. -o-transition: all 0.5s ease-in-out;
  254. }
  255.  
  256. #popuptext {
  257. font-family:'Libre Baskerville', serif;
  258. font-style: italic;
  259. color: #000;
  260. text-transform: lowercase;
  261. font-size: 12px;
  262. }
  263.  
  264.  
  265. .topt {
  266. margin-top:-75px;
  267. margin-left:505px;
  268. text-align:center;
  269. color:#000;
  270. font-size:39px;
  271. border-bottom:1px solid #000;
  272. font-family:times;
  273. width:500px;
  274. font-style:italic;
  275. height 400px;
  276. padding-top:100px;
  277. padding-bottom:15px;
  278. }
  279.  
  280. body{
  281. background-color:{color:background};
  282. background-image: url("{image:background}");
  283. background-attachment: fixed;
  284. background-repeat: repeat;
  285. font-family: georgia;
  286. font-size: {text:fontsize};
  287. color: {color:fontcolor};
  288. line-height:8px;
  289. margin:0px;}
  290.  
  291. h1 {color:{color:H1};
  292. font-family:georgia;
  293. font-size:{text:H1size};
  294. font-weight:bold;
  295. font-style:italic;
  296. text-transform:lowercase;
  297. text-align:right;
  298. line-height:12px;
  299. padding: 0px;
  300. margin-top:0px;
  301. margin-bottom:0px;
  302. letter-spacing: 0px;
  303. }
  304.  
  305. strong, b{
  306. color:{color:bold};
  307. font-size: 10px;}
  308.  
  309. .title{
  310. font-family:Georgia;
  311. font-size: {text:titlesize};
  312. font-weight: normal;
  313. font-style:italic;
  314. text-transform:none;
  315. line-height: 14px;
  316. letter-spacing: 0px;
  317. padding-top: 0px;
  318. color: {color:titlecolor};
  319. margin-bottom: -5px;
  320. display:block;
  321. padding-left: 3px;
  322. }
  323.  
  324. .question
  325. {max-width:auto;
  326. min-height: 24px;
  327. font-family:georgia;
  328. font-size: 9px;
  329. font-weight: normal;
  330. color: #6e6e6e;
  331. font-style:italic;
  332. line-height: 10px;
  333. padding: 3px;
  334. border-bottom: #000 1px solid;
  335. display:block;
  336. margin-bottom: -5px;}
  337.  
  338. .quote{
  339. color: {color:quote};
  340. font-size:12px;
  341. font-family:georgia;
  342. font-style:italic;
  343. padding: 2px;
  344. display:block;
  345. }
  346.  
  347. .info{
  348. font-size: 9px;
  349. font-family: georgia;
  350. line-height: 15px;
  351. padding:2px;
  352. display:block;
  353. margin-top:3px;
  354. text-align: right;}
  355. .entrytext, .answer{
  356. display:block;
  357. padding-left: 2px;
  358. margin-bottom: -7px;
  359. }
  360.  
  361. #center{
  362. position:relative;
  363. width:700px;
  364. overflow:hidden;
  365. overflow-y:hidden;
  366. background-color: transparent;
  367. margin-left: 520px;
  368. min-height:600px;}
  369.  
  370. #posts{
  371. {block:IndexPage} margin-left: 2px;
  372. margin-top:10px;
  373. padding-top:10px;
  374. width: 13px;
  375. height: auto;
  376. {/block:IndexPage} {block:PermalinkPage}
  377. margin-left: 10px;
  378. margin-top: 10px;
  379. width: 520px;
  380. height: auto;
  381. {/block:PermalinkPage}background:transparent;
  382. height: auto;
  383. margin-right: 10px;
  384. padding:1px;
  385. padding-top:6px;
  386. padding-left: 8px;}
  387.  
  388. #flt{
  389. {block:IndexPage}float: left; width: 392px; overflow:hidden;{/block:IndexPage}
  390. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  391. padding: 3px 9px 2px 3px;
  392. margin: 3px; background: #ffffff;
  393. overflow:hidden;
  394. border: 1px {color:imgborder} solid;}
  395.  
  396. #flt img{{block:IndexPage}max-width:400px;{/block:IndexPage}}
  397.  
  398.  
  399. #nav{
  400. position: fixed;
  401. margin-top: 145px;
  402. margin-left: -28px;
  403. z-index:1;
  404. text-align: center;
  405. background: transparent;
  406. outline-offset: -3px;
  407. font-size:14;
  408. padding-bottom: 6px;
  409. padding: 2px;
  410. border-radius: 4px 4px 0px 0px;
  411. width: 150px;
  412. }
  413.  
  414. #sidebar {
  415. width:250px;
  416. position:fixed;
  417. margin-left:210px;
  418. margin-top:130px; border:1px solid {color:border};border-radius: 5px;
  419. }
  420.  
  421.  
  422.  
  423. #sidebarimage {
  424. width 100px;
  425. }
  426.  
  427. #sidebarimage img {
  428. width:90px;
  429. height:90px;
  430. margin-left:-5px;
  431. padding:4px;
  432. margin-top:-50px;
  433. border-bottom:1px solid {color:border};
  434. }
  435.  
  436.  
  437.  
  438. #desc {
  439. position:fixed;
  440. font-family:cambria;
  441. line-height:90%;
  442. font-size:12px;
  443. font-style:italic;
  444. width:70px;
  445. height:auto;
  446. margin-top:275px;
  447. background-color:#fff;
  448. padding:8px;
  449. margin-left:-30px;
  450. text-align:justify;
  451. color:#000;
  452. }
  453.  
  454.  
  455. .lol {
  456. margin-top:-395px;
  457. margin-left:225px;
  458. width:500px;
  459. height 400px;
  460. background-color:#fff;
  461. padding-top:100px;
  462. padding-bottom:30px;
  463. }
  464.  
  465.  
  466.  
  467.  
  468. #permapage{
  469. font-family: georgia;
  470. font-size: 9px;
  471. margin-bottom: 2px;}
  472.  
  473.  
  474. a:link, a:active, a:visited{
  475. color: {color:link};
  476. text-decoration: none;
  477. -webkit-transition: color 0.3s ease-out;
  478. -moz-transition: color 0.3s ease-out;
  479. transition: color 0.3s ease-out;
  480. }
  481.  
  482. a:hover{
  483. color:{color:linkhover}; }
  484.  
  485. .navlink a{
  486. display:inline-block;
  487. line-height: 8px;
  488. font-size: {text:navlinksize};
  489. font-weight:normal;
  490. font-family: georgia;
  491. font-style: italic;
  492. text-align: center;
  493. margin-top:0px;
  494. height: 9px;
  495. color: {color:navlink};
  496. padding:1px;
  497. margin-bottom:2px;
  498. margin-left: -2px;
  499. background-color: transparent;
  500. -webkit-transition: all ease-in 333ms;
  501. -moz-transition: all ease-in 333ms;
  502. -o-transition: all ease-in 333ms;
  503. -ms-transition: all ease-in 333ms;
  504. transition: all ease-in 333ms;}
  505.  
  506. .navlink a:hover{
  507. color:{color:navlinkhover};}
  508.  
  509. .question a{
  510. color:{color:question};
  511. Padding:1px;}
  512. .question a:hover{
  513. color:#b0b0b0 !important;}
  514.  
  515. .permalink{
  516. font-family: georgia;
  517. font-size:10px;
  518. text-align: center;
  519. padding: 1px;}
  520.  
  521. .permalink a{color:#f1829b;}
  522. .perm1 {
  523. margin: auto;
  524. font-family: georgia;
  525. text-transform: uppercase;
  526. letter-spacing: 1px;
  527. position: absolute;
  528. bottom: 1px;
  529. left: 12px;
  530. text-align:center;
  531. opacity: 0;
  532. filter: alpha(opacity = 0);
  533. -webkit-transition: all ease-in-out 333ms;
  534. -moz-transition: all ease-in-out 333ms;
  535. -o-transition: all ease-in-out 333ms;
  536. -ms-transition: all ease-in-out 333ms;
  537. transition: all ease-in-out 333ms;}
  538.  
  539. #flt:hover .perm1 {
  540. opacity: 1;
  541. filter: alpha(opacity = 30);
  542. margin-bottom: 12px;}
  543.  
  544. .perm1 a {
  545. color: #aaa;
  546. background-color:#eeeeee;
  547. padding: 2px;
  548. margin-right: 3px;
  549. line-height: 20px;
  550. font-family:calibri;
  551. font-size: 10px;
  552. -webkit-transition: all ease-in 333ms;
  553. -moz-transition: all ease-in 333ms;
  554. -o-transition: all ease-in 333ms;
  555. -ms-transition: all ease-in 333ms;
  556. transition: all ease-in 333ms;}
  557.  
  558. .perm1 a:hover {
  559. color: {color:bold};
  560. background-color: #ffffff;
  561. -webkit-transition: all ease-in 333ms;
  562. -moz-transition: all ease-in 333ms;
  563. -o-transition: all ease-in 333ms;
  564. -ms-transition: all ease-in 333ms;
  565. transition: all ease-in 333ms;}
  566.  
  567. .video embed, .post div.video object {width:300px !important; height:200 !important;}
  568.  
  569. blockquote{padding:3px 3px 3px 3px; margin:0px 0px 2px 1px; background-color:{color:blockquote};}
  570.  
  571. ::-webkit-scrollbar {width: 4px; height: 4px; background: #fff;}
  572. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius: 2px;}
  573.  
  574. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  575. {/block:ifFadedImages}
  576.  
  577. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
  578. {/block:ifInvertedFade}
  579.  
  580.  
  581.  
  582. </style>
  583. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  584. <meta name="viewport" content="width=820" />
  585. </head>
  586. <body>
  587. <div class="topt">{title}</div>
  588.  
  589. <div id="sidebar">
  590. <div id="top"><br><br>
  591.  
  592. <div id="description">{Description}
  593.  
  594. <br>
  595. <center><form><br>
  596. <select onchange='location=this.options[this.selectedIndex].value;' style=' position:absolute; margin-left:-105px; margin-top:-5px; width:70px;background-color:white; border:1px solid #ddd; font-size:9px; color:#fff; text-transform:uppercase; font-family:calibri; position:fixed; height:15px; letter-spacing:1px; background-color:#8a8a8a; border-radius: 4px; font-style:italic;'>
  597.  
  598. <option>basics + </option>
  599. <option value="/">refresh</option>
  600. <option value="/faq">questions</option>
  601. <option value="http://ivurdesings.tumblr.com/">themes</option>
  602. <option value="/blogroll">blogroll</option>
  603.  
  604.  
  605. </select>
  606.  
  607. <select onchange='location=this.options[this.selectedIndex].value;' style=' position:absolute; margin-left:-31px; margin-top:-5px; width:70px;background-color:white; border:1px solid #ddd; font-size:9px; color:#fff; text-transform:uppercase; font-family:calibri; position:fixed; height:15px; letter-spacing:1px; background-color:#8a8a8a; border-radius: 4px; font-style:italic;'>
  608.  
  609. <option>more + </option>
  610. <option value="https://twitter.com/lennbyrd">twitter</option>
  611. <option value="http://tumblrplug.com/">promo</option>
  612. <option value="http://pleasehelp-meiwillloveu.tumblr.com/">help me</option>
  613. <option value="http://lennonbyrd.tk/">my webpage</option>
  614. <option value="/tagged/mine">mine</option>
  615.  
  616.  
  617.  
  618.  
  619. </select>
  620.  
  621. <select onchange='location=this.options[this.selectedIndex].value;' style=' position:absolute; margin-left:45px; margin-top:-5px; width:70px;background-color:white; border:1px solid #ddd; position:fixed; font-size:9px; color:#fff; text-transform:uppercase; font-family:calibri; height:15px; letter-spacing:1px; background-color:#8a8a8a; border-radius: 4px; font-style:italic;'>
  622.  
  623. <option>tags + </option>
  624. <option value="/tagged/music">music</option>
  625. <option value="/tagged/jon bon jovi">bon jovi</option>
  626. <option value="/tagged/lol">funny</option>
  627. <option value="/tagged/kurt cobain">kurt cobain</option>
  628. <option value="/tagged/animal">animals</option>
  629. <option value="/tags">more tags</option>
  630. </select>
  631.  
  632.  
  633. </form></center>
  634.  
  635.  
  636. </div>
  637. <div id="q" class="popup_block"><center><i>i don't bite, just ask.</i></center>
  638. <span class="entrytext"></span></p>
  639. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/bonivur.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  640. <i><center>
  641. i don't vote <br>
  642. i follow back if i like<br>
  643. i do not promos on request <br>
  644. i don't care if you hate me
  645.  
  646. </center></i>
  647. </div> </div> </div> </div></div> </div> </div> </div>
  648.  
  649. <div id="linksok" class="popup_block">
  650. <div id="navi">
  651. <a href="/tagged/jon bon jovi">bon jovi </a> <a href="/tagged/kurt cobain">kurt cobain </a> <a href="/tagged/nirvana">nirvana</a> <a href="/tagged/animal">animals</a> <a href="/tagged/doggy">dogs</a> <a href="/tagged/kitty">cats</a> <a href="/tagged/lol">lol</a> <a href="/tagged/personal">personal</a> <a href="/tagged/mine">mine</a> <a href="/tagged/music">music</a> <a href="/tagged/fav">favs</a> <a href="http://tobecontinuedinthelabyrinth.tumblr.com/">sam</a> <a href="/blogroll">blogroll</a><a href="http://the-theme-gods.tumblr.com" title="theme makers">theme gods</a> <a href="https://twitter.com/lennbyrd" title="follow!">twitter</a>
  652. <a href="http://tumblrplug.com" target="_blank" title="promo to thousands!">Promo</a> <a href="/why" title="ads">why ads</a>
  653. </div> </div> </div>
  654.  
  655.  
  656. <div id="themes" class="popup_block">
  657. <div id="popuptext">
  658. <div id="blue"><font color="#fff">terms and conditions.</font></div>
  659. <center><font color="#000">VIOLATORS</font> OF MY TERMS WILL
  660.  
  661. BE PROSECUTED TO THE FULLEST
  662.  
  663. EXTENT OF THE LAW!!!!! </center>
  664. <br><br>
  665. <div id="black">don't remove the credit</div>
  666. -Themes are not easy to make, i am giving them for you to use please repay me by keeping the credit.<br>
  667.  
  668. <br><br><div id="blue">don't use it as a base</div>
  669. -there are a lot of base codes on tumblr, ask and i will direct you to one<br>
  670.  
  671. <br><br><div id="black">don't take credit for them and/or release them</div>
  672. -I work hours on my themes it is so rude to not give me credit. it's even worse to cliam as your own, it's also illegal! as soon as you are fond to have republished my theme i will report you!click on the word violators in my fist rule to go to my themes! <br>
  673.  
  674.  
  675. <br><br><div id="blue">questions?</div>
  676. -please ask on my theme blog! must be off anon.<br>
  677. </div>
  678.  
  679.  
  680. <div id="proceed">
  681.  
  682. <a href="http://ivurdesings.tumblr.com/">go to themes</a>
  683.  
  684. </div>
  685.  
  686.  
  687.  
  688. </div><div style="position:fixed; left:320px; top:110px;"><img src="{image:sidebar}"></div>
  689.  
  690.  
  691.  
  692. <div style="position:fixed; top:30px; z-index:999999999999999999; right:4px; opacity:.5;border-radius:5px;"><a href="http://tumblrplug.com" target="_blank" title="free promo">click for a promo</a> <br><a href="http://pleasehelp-meiwillloveu.tumblr.com/" target="_blank" title="please help">click here to support me! it's free!</a>
  693.  
  694.  
  695. </div>
  696.  
  697.  
  698. <div style="position:fixed; bottom:30px; z-index:999999999999999999; right:4px; opacity:.5;border-radius:5px;">
  699. <script type="text/javascript"><!--
  700. google_ad_client = "ca-pub-9179590987351931";
  701. /* merpp */
  702. google_ad_slot = "6825056406";
  703. google_ad_width = 125;
  704. google_ad_height = 125;
  705. //-->
  706. </script>
  707. <script type="text/javascript"
  708. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  709. </script>
  710.  
  711. </div>
  712. </div>
  713.  
  714.  
  715.  
  716. <div id="center">
  717.  
  718. <div id="posts">
  719. {block:Posts}
  720. <div id="flt">
  721.  
  722. {block:Text}
  723. {block:Title}<div class="title">{Title}</div>{/block:Title}<span class="entrytext">{Body}</span>
  724. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}
  725. {/block:Text}
  726.  
  727. {block:Answer}
  728. <div class="flt">
  729. <div class="question"><img src="{AskerPortraitURL-24}" align="left" style="padding-right: 2px;"><b>{Asker}:</b> {Question}&nbsp;</div><span class="answer">{Answer}</span>{block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}</div>
  730. {/block:Answer}
  731.  
  732. {block:Link}
  733. <a href="{URL}" class="title">{Name}</a>
  734. {block:Description}{Description}{/block:Description}
  735. {block:IndexPage}<div class="info">{NoteCount} </a></div>{/block:IndexPage}
  736. {block:Link}
  737.  
  738. {block:Photo}
  739. {block:indexpage}
  740. <div class="perm1">
  741. <p><a href="{ReblogURL}" target="_blank">Reblog</a><a href="{permalink}">{NoteCount} notes</a></p></div>
  742. {/block:indexpage}
  743. {block:indexpage}
  744. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  745. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  746. {/block:indexpage}
  747. {block:permalinkpage}
  748. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  749. {/block:permalinkpage}
  750. {/block:Photo}
  751.  
  752. {block:Photoset}
  753. {block:IndexPage}<center><div style="padding-top: 1px; padding-bottom: 1px; background-color:{color:Photoset background};">{Photoset-250}</div></center>{/block:IndexPage}
  754. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  755. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  756. {/block:Photoset}
  757.  
  758. {block:Quote}
  759. <div class="quote"><span class="quote">{Quote}</span></div><div style="margin-left: 30px;">{block:Source}- {Source}{/block:Source}</div>
  760. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  761. {/block:Quote}
  762.  
  763. {block:Chat}
  764. {block:Title}<div class="perm1">
  765. <p><a href="{ReblogURL}" target="_blank">reblog</a><a href="{permalink}">{NoteCount} notes</a></p>
  766. </div><span class="title">{Title}</span>{/block:Title}
  767. <ul class="chat">
  768. {block:Lines}
  769. <li class="user_{UserNumber}">
  770. {block:Label}
  771. <span class="label">{Label}</span>
  772. {/block:Label}
  773.  
  774. {Line}
  775. </li>
  776. {/block:Lines}
  777. </ul>
  778. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  779. {/block:Chat}
  780.  
  781. {block:Audio}
  782. {block:IndexPage}<div style="background-color:#000; width: 245px;"><div style="width:300px; height:27px;">{AudioPlayerBlack}</div></div>{/block:IndexPage}
  783. {block:PermalinkPage}<div style="background-color:#000; width: 500px;"><div style="width:500px; height:27px;">{AudioPlayerBlack}</div></div>{/block:PermalinkPage}
  784. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  785. {/block:Audio}
  786.  
  787. {block:Video}
  788. {block:IndexPage}<div class="video">{Video-250}</div>{/block:IndexPage}
  789. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  790. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  791. {block:Video}
  792.  
  793. {block:PermalinkPage}
  794. <div id="permapage"><center>{block:Date}<b>{DayofMonth} {Month}{/block:Date}</b>
  795. {block:NoteCount}<b>with </b>{NoteCountWithLabel}{/block:NoteCount} <center>
  796.  
  797. <BR>{Caption}</div>
  798. {/block:PermalinkPage}
  799.  
  800. {block:PostNotes}{PostNotes}
  801. {/block:PostNotes}</div>
  802. {/block:Posts}
  803.  
  804. </div>
  805. </div>
  806. </div>
  807. </center>
  808.  
  809.  
  810. </body><script type="text/javascript"
  811. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  812.  
  813. <script>
  814.  
  815. $(document).ready(function() {
  816.  
  817.  
  818. $('a.poplight[href^=#]').click(function() {
  819.  
  820. var popID = $(this).attr('rel');
  821.  
  822. var popURL = $(this).attr('href');
  823.  
  824. var query= popURL.split('?');
  825.  
  826. var dim= query[1].split('&');
  827.  
  828. var popWidth = dim[0].split('=')[1];
  829.  
  830. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">');
  831.  
  832. var popMargTop = ($('#' + popID).height() + 80) / 2;
  833.  
  834. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  835.  
  836. $('#' + popID).css({
  837.  
  838. 'margin-top' : -popMargTop,
  839.  
  840. 'margin-left' : -popMargLeft
  841.  
  842. });
  843.  
  844. $('body').append('<div id="fade"></div>');
  845.  
  846. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  847. return false;
  848.  
  849. });
  850.  
  851.  
  852. $('a.close, #fade').live('click', function() {
  853.  
  854. $('#fade , .popup_block').fadeOut(function() {
  855.  
  856. $('#fade, a.close').remove();
  857. });
  858.  
  859. return false;
  860.  
  861. });
  862.  
  863. });
  864.  
  865. </script>
  866.  
  867.  
  868.  
  869. <script>
  870. $.fn.imagesLoaded = function(callback){
  871. var elems = this.find('img'),
  872. len = elems.length,
  873. _this = this;
  874. if ( !elems.length ) {
  875. callback.call( this );}
  876. elems.bind('load',function(){
  877. if (--len <= 0){
  878. callback.call( _this );}
  879. }).each(function(){
  880. // cached images don't fire load sometimes, so we reset src.
  881. if (this.complete || this.complete === undefined){
  882. var src = this.src;
  883. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  884. // data uri bypasses webkit log warning (thx doug jones)
  885. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  886. this.src = src;}
  887. });
  888. return this;};
  889. </script>
  890. <script>
  891. jQuery(window).load(function(){
  892. var $wall = $('#posts');
  893. $wall.imagesLoaded(function(){
  894. $wall.masonry({
  895. singleMode: true,
  896. columnWidth: 208,
  897. itemSelector: '#flt'});});
  898. $wall.infinitescroll({
  899. navSelector : '#page-nav',
  900. nextSelector : '#page-nav a',
  901. itemSelector : '#flt', },
  902. function( newElements ){
  903. $(newElements).hide();
  904. setTimeout(function(){
  905. $wall.masonry({ appendedContent: $(newElements) });
  906. },2000);
  907. setTimeout(function(){
  908. $(newElements).fadeIn('slow');},3100);},2000);
  909. });</script>
  910.  
  911. {/block:Indexpage}
  912. </html>
Add Comment
Please, Sign In to add comment