Fucking_Aj

Only Theme by Bruhthemes

Nov 13th, 2014
1,273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.76 KB | None | 0 0
  1. <!--
  2. █▀▀▄ █▀▀█ █░░█ █░░█   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  3. █▀▀▄ █▄▄▀ █░░█ █▀▀█   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  4. ▀▀▀░ ▀░▀▀ ░▀▀▀ ▀░░▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  5. ♚♚♚ keep credit ♚♚♚
  6. -->
  7.  
  8.  
  9.  
  10. <html lang="en">
  11. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:90,
  46. tip_fade_speed:600,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52. <!--THESE CODES ARE DOING WORK THE THEME, BACKGROUND COLOR CHANGING OR ADDING A CUSTOM BACKGROUND, CHANGE THE NUMBER OF LINKS, ETC.-->
  53. <meta name="color:Background" content="#fafafa"/>
  54. <meta name="color:Title" content="#eeeeee"/>
  55. <meta name="color:Text" content="#999999"/>
  56. <meta name="color:Link" content="#eeeeee"/>
  57. <meta name="color:Hover" content="#ffffff"/>
  58. <meta name="color:Hisatitle" content="#eeeeee"/>
  59. <meta name="image:Background" content=""/>
  60. <meta name="image:Sidebar" content=""/>
  61. <meta name="text:Hisatitle" content="Base Code"/>
  62.  
  63. <!--HERE ARE THE SITES WHERE WILL GIVE LINKS-->
  64. <meta name="text:Link One" content="" />
  65. <meta name="text:Link Two" content="" />
  66. <meta name="text:Link Three" content="" />
  67. <meta name="text:Link Four" content="" />
  68. <meta name="text:Link Five" content="" />
  69.  
  70. <!--HERE ARE PLACED THE NAMES OF LINKS-->
  71. <meta name="text:Link 1 hover text" content="Title Here" />
  72. <meta name="text:Link 2 hover text" content="Title Here" />
  73. <meta name="text:Link 3 hover text" content="Title Here" />
  74. <meta name="text:Link 4 hover text" content="Title Here" />
  75. <meta name="text:Link 5 hover text" content="Title Here" />
  76.  
  77. <!--HERE ARE PLACED THE LABELS SAYING WHAT EACH LINK-->
  78. <meta name="text:Link One Title" content="refresh"/>
  79. <meta name="text:Link Two Title" content="inbox"/>
  80. <meta name="text:Link Three Title" content="navigation"/>
  81. <meta name="text:Link Four Title" content="favorites"/>
  82. <meta name="text:Link Five Title" content="themes"/>
  83. </script>
  84.  
  85.  
  86. <style type="text/css">
  87. blockquote img{ width:160px; }
  88. #s-m-t-tooltip {
  89. max-width:500px;
  90. padding:4px;
  91. margin:20px 0px 0px 20px;
  92. background: {color:title};
  93. border:1px solid {color:title};
  94. letter-spacing: 1px;
  95. color: white;
  96. font-size:10px;
  97. font-family:calibri;
  98.  
  99. z-index:999999999999999999999999999999999999;
  100. }
  101.  
  102. #s-m-t-tooltip:before{
  103. position: absolute;
  104. left: -11px;
  105. top: -7px;
  106. width: 0px;
  107. content:"";
  108. transform: scale(1.7, .3);
  109. -webkit-transform: scale(1.7, .3);
  110. -moz-transform: scale(1.7, .3);
  111. -o-transform: scale(1.7, .3);
  112. -ms-transform: scale(1.7, .3);
  113. height: 0px;
  114. border-right: 4px solid {color:title};
  115. border-bottom: 17px solid transparent;
  116. border-left: 4px solid transparent;
  117. border-top: 17px solid transparent;
  118. }
  119.  
  120. /*--IFRAME ARE THE CODES OF CONTROL BUTTONS (DASHBOARD, FOLLOW/UNFOLLOW)--*/
  121. iframe#tumblr_controls{
  122. z-index:9;
  123. opacity:0.5 !important;
  124. -webkit-filter:invert(100%);
  125. top:0px !important;
  126. right:8px !important;
  127. position:fixed!important;
  128. }
  129.  
  130. iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.7s linear; opacity:0.2; -webkit-transition: all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999}
  131.  
  132. iframe#tumblr_controls:hover {-webkit-transition:opacity 0.7s linear; opacity:1.0; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;}
  133.  
  134.  
  135. /*--SCROLLBAR IS THE SIDE BAR THAT APPEARS ON RIGHT CORNER OF THE THEME, WHAT DOES WALKING DOWN THE BLOG AND UP, JUST CHANGE NOW FOR EXPERIENCED--*/
  136. ::-webkit-scrollbar {width: 8px; height: 4px; background:#f5f5f5; border-left: 1px solid #f5f5f5; }
  137.  
  138. ::-webkit-scrollbar-thumb { background-color:{color:Title}; border-bottom: 1px solid #fff; border-radius:5px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
  139.  
  140.  
  141. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  142. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  143.  
  144. body {
  145. padding:0px;
  146. margin:0px;
  147. color:{color:Text};
  148. font-family:calibri;
  149. font-size:10px;
  150. line-height:12px;
  151. text-transform:normal;
  152. background-color:{color:Background};
  153. background-image:url({image:Background});
  154. background-attachment:fixed;
  155. background-repeat:repeat;
  156. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  157.  
  158. a:link, a:active, a:visited{
  159. color:{color:Link};
  160. text-decoration:none;
  161. -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
  162.  
  163. a:hover{
  164. color:{color:Hover};
  165. text-decoration:none;
  166. -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
  167. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  168.  
  169.  
  170. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  171. #audio {
  172. width:200px;
  173. height:auto;
  174. min-height:60px;
  175. padding-bottom:0px;
  176. }
  177.  
  178. .cover {
  179. position:absolute;
  180. z-index:1;
  181. width:60px;
  182. height:60px;
  183. }
  184.  
  185. .cover img {
  186. float:left;
  187. width:60px;
  188. height:60px;
  189. }
  190.  
  191. .playbox {
  192. opacity:0.6;
  193. width:27px;
  194. height:30px;
  195. overflow:hidden;
  196. position:absolute;
  197. z-index:1000;
  198. margin-left:17px;
  199. margin-top:17px;
  200. text-align:center;
  201. }
  202.  
  203. .info {
  204. margin-left:73px;
  205. margin-top:4px;
  206. line-height:14px;
  207. }
  208.  
  209. #cunt{width:250px; height:auto;}
  210. {block:PermalinkPage}
  211. width:10px;
  212. {/block:PermalinkPage}
  213. }
  214.  
  215. #center{
  216. padding-top:3px;
  217. padding-bottom:3px;
  218. position:fixed !important;
  219. width:250px;
  220. height:207px;
  221. background-color:#fff;
  222. {block:PermalinkPage}
  223. width:410px;
  224. height:207px;
  225. {/block:PermalinkPage}
  226. }
  227.  
  228. askk{
  229. font-size:16px;
  230. text-transform:none;
  231. font-family: 'Petit Formal Script', cursive;
  232. }
  233. .bubble {align:right;background-color:#fff; color: #aaa; margin:3px 0px 2px 5px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:1px solid #e1e1e1;}
  234. .bubble p {margin:1px 0px;}
  235. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-11px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #e1e1e1;}
  236. .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background: #e1e1e1;}
  237.  
  238. .bubble2 {
  239. border:1px solid #e1e1e1;
  240. float:left;background-color:#fff;color: #aaa; margin:13px 0px 2px 5px;padding:10px;position: relative; width:195px; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  241. .bubble2 p {margin:1px 0px;}
  242. .bubble2 span {display:block;float:right;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:215px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #e1e1e1;}
  243. @font-face {font-family:formal; src: url(http://static.tumblr.com/2poobra/pspmrjf1f/petitformalscript-regular.ttf); }
  244. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  245. #posts{
  246. float:center;
  247. {block:indexpage}
  248. width:600px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  249. {/block:indexpage}
  250. {block:permalinkpage}
  251. width:600px;
  252. {/block:permalinkpage}
  253. margin-left:670px;
  254. margin-top:10px;
  255. z-index:999999999;
  256. }
  257.  
  258. /*--CUSTOMIZE ENTRY SETTINGS--*/
  259. #entry img{
  260. {block:indexpage}
  261. background:#fff;
  262. max-width:245px;
  263. opacity:0.7;
  264. z-index:9999999;
  265. -webkit-transition:all 0.7s ease-out;
  266. -moz-transition:all 0.7s ease-out;
  267. transition:all 0.7s ease-out;
  268. {/block:indexpage}
  269. }
  270.  
  271. #entry{
  272. z-index:999;
  273. margin:14px;
  274. float:left;
  275. background:#fff;
  276. font-size:10px;
  277. line-height:13px;
  278. text-transform:normal;
  279. width:244px;
  280. padding:12px;
  281. border:1px solid #d1d1d1;
  282. box-shadow:rgba(0,0,0,.03) 4px 4px;
  283. box-shadow:10px 13px #e1e1e1;
  284. {block:PermalinkPage}
  285. opacity:0.8;
  286. width:360px;
  287. margin-top:15px;
  288. margin-left:13px;
  289. z-index:999;
  290. {/block:PermalinkPage}
  291. -moz-transition: all 3.9s ease-out;
  292. -o-transition: all 3.9s ease-out;
  293. -webkit-transition: all 3.9s ease-out;
  294. transition: all 3.9s ease-out;
  295. }
  296.  
  297. #entry:hover{
  298. border:1px solid #fff;
  299. box-shadow:0px 0px 20px {color:Title};
  300. -moz-transition: all 3.9s ease-out;
  301. -o-transition: all 3.9s ease-out;
  302. -webkit-transition: all 3.9s ease-out;
  303. transition: all 3.9s ease-out;
  304. }
  305.  
  306. #entry:hover{
  307. -webkit-transform: scale(1.1);
  308. -moz-transform: scale(1.1);
  309. -o-transform: scale(1.1) ;
  310. -ms-transform: scale(1.1);
  311. transform: scale(1.1) ;
  312. -webkit-transition: .9s ease-in-out;
  313. -moz-transition: .9s ease-in-out;
  314. -o-transition: .9s ease-in-out;
  315. z-index: 9999999999999999999;
  316. }
  317. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  318. .entry .perma{
  319. width:220px;
  320. height:33px;
  321. border-bottom:1px solid #e1e1e1;
  322. margin-left:0px;
  323. position: absolute;
  324. line-height: 16px;
  325. overflow:hidden;
  326. text-align:center;
  327. border:1px solid #e1e1e1;
  328. bottom:0px;
  329. padding:5px;
  330.  
  331. background:#f9f9f9;
  332. word-spacing:2px;
  333. letter-spacing:1px;
  334. opacity: 0.0;
  335. -webkit-transition: all .7s ease;
  336. -moz-transition: all .7s ease;
  337. -o-transition: all .7s ease;
  338. transition: all .7s ease;
  339.  
  340. }
  341.  
  342. .entry:hover .perma{
  343. overflow:visible;
  344. opacity:1;
  345. bottom:10px;
  346. -webkit-transition: all .7s ease;
  347. -moz-transition: all .7s ease;
  348. -o-transition: all .7s ease;
  349. transition: all .7s ease;
  350. }
  351.  
  352.  
  353. .permalinktext{
  354. display:block;
  355. text-align:right;
  356. text-decoration:none;
  357. font-size:8px;
  358. letter-spacing:1px;
  359. padding-top:5px;
  360. text-transform:uppercase;
  361. background:#f9f9f9;
  362. border:1px solid #f3f3f3;
  363. padding:2px;
  364. }
  365.  
  366.  
  367. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  368. .title{
  369. line-height:12px;
  370. color:{color:Title};
  371. font-weight:normal;
  372. }
  373.  
  374.  
  375. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  376. #hisatitle{
  377. position: fixed ;
  378. z-index:999999;
  379. width:250px;
  380. margin-top:5px;
  381. margin-left:-50px;
  382. text-shadow:1px 1px 4px #fff;
  383. font-family:bell mt;
  384. text-align:center;
  385. font-size:15px;
  386. text-transform:uppercase;
  387. line-height:10px;
  388. }
  389.  
  390. @font-face { font-family: "fighter";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');}
  391.  
  392. /*--CUSTOMIZE SIDEBAR--*/
  393. #sidebar{
  394. position:fixed !important;
  395. width:165px;
  396. outline:1px solid #d1d1d1;
  397. outline-offset:-6px;
  398. height:184px;
  399. margin-top:140px;
  400. margin-left:420px;
  401. box-shadow:19px 19px #e1e1e1;
  402. font-size:10px;
  403. text-transform:uppercase;
  404. padding:12px;
  405. background-color:#fff;
  406. border:1px solid #d1d1d1;
  407. }
  408. #sidebar #box{
  409. border:1px solid #d1d1d1;
  410. padding:6px;
  411. opacity:0.7;
  412. width:150px;
  413. padding-bottom:10px;
  414. height:165px;
  415. background:#f2f2f2;-webkit-transition:all 0.7s ease-out;
  416. -moz-transition:all 0.7s ease-out;
  417. transition:all 0.7s ease-out;
  418. }
  419. #sidebar:hover #box{
  420. color:transparent;-webkit-transition:all 0.7s ease-out;
  421. -moz-transition:all 0.7s ease-out;
  422. transition:all 0.7s ease-out;
  423. }
  424. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  425. div#links{
  426. margin-left:33px;
  427. width:110px;
  428.  
  429. margin-top:3px;
  430.  
  431.  
  432. position:fixed;
  433. height:100px;
  434. font-family:calibri;
  435. font-size: 8px;
  436. letter-spacing:1px;
  437. text-transform:uppercase;
  438. text-align: left;
  439. z-index:9999999999999;
  440. opacity:0;
  441. transition: all 0.5s ease-out;
  442. -o-transition-transition: all 0.5s ease-out;
  443. -webkit-transition: all 0.5s ease-out;
  444. -moz-transition: all 0.5s ease-out;
  445. }
  446. #sidebar:hover #links{
  447. opacity:1;
  448. transition: all 0.5s ease-out;
  449. -o-transition-transition: all 0.5s ease-out;
  450. -webkit-transition: all 0.5s ease-out;
  451. -moz-transition: all 0.5s ease-out;
  452. }
  453. #links a{
  454. margin-left:-30px;
  455. opacity:1;
  456. display:inline-block;
  457. padding:5px;
  458. color:#999;
  459. background:#f7f7f7;
  460. z-index:9999;
  461. width:150px;
  462. height:20px;
  463. z-index:99999;
  464. text-align:center;
  465. box-shadow:0px 0px 0px 0px #f7f7f7 inset;
  466. -webkit-transition: all .5s linear;
  467. -moz-transition: all .5s linear;
  468. -o-transition: all .5s linear;
  469. -ms-transition: all .5s linear;
  470. transition: all .5s linear;
  471. }
  472. #links a:hover{
  473. color:white;
  474. border-radius:0px;
  475. box-shadow:260px 0px 0px 0px {color:title} inset;
  476. -webkit-transition: all .5s linear;
  477. -moz-transition: all .5s linear;
  478. -o-transition: all .5s linear;
  479. -ms-transition: all .5s linear;
  480. transition: all .5s linear; }
  481.  
  482. #pp{
  483. position:fixed;
  484. width:auto
  485. height:auto;
  486.  
  487. margin-top:-30px;
  488. margin-left:15px;
  489. -webkit-filter: Grayscale(100%); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
  490. }
  491. #pp img{
  492. width:400px;
  493. -webkit-filter: Grayscale(100%); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
  494. }
  495. #sidebar:hover #pp{
  496. opacity:0;
  497. -webkit-transition: all .5s linear;
  498. -moz-transition: all .5s linear;
  499. -o-transition: all .5s linear;
  500. -ms-transition: all .5s linear;
  501. transition: all .5s linear;
  502.  
  503. }
  504. /*--CUSTOMIZE DESCRIPTION--*/
  505. div#desc{
  506. position:fixed !important;
  507. opacity:1.0;
  508. width:100px;
  509. height:43px;
  510. padding:12px;
  511. color:#000;
  512. margin-top:-10px;
  513. margin-left:78px;
  514. font-size:8px;
  515. line-height:13px;
  516.  
  517. font-family:ronda;
  518. text-transform:uppercase;
  519. text-align:justify; /*--you can put center, left, right or justify--*/
  520. }
  521.  
  522.  
  523. /*--CUSTOMIZE LINKS--*/
  524.  
  525. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  526. #infscr-loading{
  527. bottom: -70px;
  528. position: absolute;
  529. left: 50%;
  530. margin-left:-8px;
  531. width:16px;
  532. height:11px;
  533. overflow:hidden;
  534. margin-bottom: 50px;
  535. }
  536.  
  537. #postnotes{
  538. text-align: justify;}
  539.  
  540. #postnotes blockquote{
  541. border: 0px;}
  542.  
  543. blockquote{
  544. padding:0px 0px 2px 5px;
  545. margin:0px 0px 2px 10px;
  546. border-left: 1px dotted #eee;
  547. }
  548.  
  549. blockquote p, ul{
  550. margin:0px;
  551. padding:0px;
  552. }
  553.  
  554. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  555. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  556. </style>
  557.  
  558. <!--THE TITLE IS THE SMALL TITLE THAT APPEARS IN TAB THE BLOG IN FRONT OF FAVICON, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/HBen83kl0/title.png -->
  559. <title>{Title}</title>
  560. <!--THE FAVICON IS THE SMALL ICON THAT APPEARS IN TAB THE BLOG, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/jOrn83kin/favicon.png -->
  561. <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/4-4.png" style="width:auto; height:auto">
  562.  
  563. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  564. <meta name="viewport" content="width=720" />
  565. </head>
  566.  
  567. <body>
  568. <div id="center">
  569. <div id="content">
  570.  
  571. <!--THIS CODE DOES WORK THE TITLE OVER THE SIDEBAR-->
  572.  
  573. <!--THIS CODE DOES WORK SIDEBAR-->
  574. <div id="sidebar">
  575. <!--THIS CODE DOES WORK DESCRIPTION-->
  576.  
  577.  
  578.  
  579. <!--THIS CODE DOES WORK LINKS-->
  580. <div id="links">
  581. <a href="{text:Link One}" title="{text:Link 1 hover text}">{text:Link One Title}</a>
  582. <a href="{text:Link Two}" title="{text:Link 2 hover text}">{text:Link Two Title}</a>
  583. <a href="{text:Link Three}" title="{text:Link 3 hover text}">{text:Link Three Title}</a>
  584. <a href="{text:Link Four}" title="{text:Link 4 hover text}">{text:Link Four Title}</a>
  585. <a href="{text:Link Five}" title="{text:Link 5 hover text}">{text:Link Five Title}</a>
  586. <a href="http://lovelayouts.tumblr.com" title="theme credit">theme credit</a>
  587. </div>
  588.  
  589.  
  590. <div id="box"><div id="hisatitle">{text:Hisatitle}</div><br><br>{description}</div>
  591. <div id="pp"><img src="http://i42.tinypic.com/ajqwqp.gif" style="width:auto; height:auto">
  592. </div>
  593. </div>
  594.  
  595.  
  596. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  597. <div id="posts">
  598. {block:Posts}
  599. <div id="entry">
  600.  
  601. {block:Text}
  602. {block:Title}<span class="title">{Title}</span>{/block:Title}
  603. <span class="entrytext">{Body}</span></a>
  604. {block:IndexPage}<br>
  605. <div class="permalinktext">
  606. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  607. {/block:Text}
  608.  
  609. {block:Link}
  610. <a href="{URL}" class="title">{Name}</a>
  611. {block:Description}{Description}{/block:Description}
  612. {block:IndexPage}<br>
  613. <div class="permalinktext">
  614. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  615. </div>
  616. {/block:IndexPage}
  617. {block:Link}
  618.  
  619. {block:Photo}
  620.  
  621. {block:IndexPage}
  622. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  623. {/block:IndexPage}
  624. {block:permalinkpage}{LinkOpenTag}<center>
  625. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  626. {LinkCloseTag}</center>{/block:permalinkpage}
  627. {block:IndexPage}<div class="lovely"></div><p>
  628. <div class="perma">
  629. <div style="padding:5px; font-size:8px;border:3px double #fff; font-family:consolas; text-transform:uppercase; text-align:center; background:#ddd;"><a href="{Permalink}" style="color:#999">{NoteCountwithlabel}</a>
  630. <div style="margin-top:-1px;float:right">
  631. {ReblogButton color="gray" size=16}
  632. </div>
  633. <div style="margin-top:-1px;margin-left:0px; float:left;">
  634. {LikeButton color="gray" size=14}
  635. </div>
  636. </div></div>{/block:IndexPage}
  637. {/block:Photo}
  638.  
  639. {block:Quote}
  640. <div class="quote">❝ {quote}</div>
  641. {block:IndexPage}<br>
  642. <div class="permalinktext">
  643. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  644. {/block:Quote}
  645.  
  646. {block:Chat}
  647. {block:Title}<span class="title">{Title}</span>{/block:Title}
  648. <ul class="chat">
  649. {block:Lines}
  650. <li class="user_{UserNumber}">
  651. {block:Label}
  652. <span class="label">{Label}</span>
  653. {/block:Label}
  654.  
  655. {Line}<br>
  656. {/block:Lines}
  657. {block:IndexPage}<br>
  658. <div class="permalinktext">
  659. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  660. {/block:Chat}
  661.  
  662. {block:Audio}
  663. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  664. {block:IndexPage}<br>
  665. <div class="permalinktext">
  666. <center> <font color="#fff">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#fff">{notecount} notes</font></a></center></div>{/block:IndexPage}
  667. {/block:Audio}
  668.  
  669. {block:Video}
  670. <center>{block:IndexPage}
  671. <div class="perma">
  672. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a> - <a href="{reblogurl}">↻</a></div>
  673. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  674. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  675. {block:Video}
  676.  
  677. {block:Answer}
  678.  
  679. <div class="bubble"><span></span><askk>{Asker}</askk>: {Question}</div>
  680. <div class="bubble2"><span></span><div style="font-family:calibri; font-size:10px">{Answer}</div></div>
  681. {/block:Answer}
  682.  
  683. {block:PermalinkPage}
  684. <center><br>
  685. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  686. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  687. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  688. {/block:PermalinkPage}
  689. {block:PostNotes}
  690. <div id="postnotes">{PostNotes}</div>
  691. {/block:PostNotes}</div>{/block:Posts}
  692. </div></div>
  693.  
  694. {block:indexpage}
  695. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  696. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  697. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  698. <script type="text/javascript">
  699. $(window).load(function(){
  700. var $wall = $('#posts');
  701. $wall.imagesLoaded(function(){
  702. $wall.masonry({
  703. itemSelector: '#entry, #entry_photo',
  704. isAnimated : false
  705. });
  706. });
  707.  
  708. $wall.infinitescroll({
  709. navSelector : '#page-nav',
  710. nextSelector : '#page-nav a',
  711. itemSelector : '#entry, #entry_photo',
  712. bufferPx : 2000,
  713. debug : false,
  714. errorCallback: function() {
  715. $('#infscr-loading').fadeOut('normal');
  716. }},
  717. function( newElements ) {
  718. var $newElems = $( newElements );
  719. $newElems.hide();
  720. $newElems.imagesLoaded(function(){
  721. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  722. });
  723. }); $('#content').show(500);
  724. });
  725. </script>
  726. {/block:indexpage}
  727.  
  728. <body onkeydown="return false">
  729. </body>
  730.  
  731. <div style="position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:2px; background:white; padding:2px; font-family:consolas;"><a href="http://bruhthemes.tumblr.com/" title="theme by AJ">BRUHTHEMES</a>
  732. </div>
  733. </html>
Add Comment
Please, Sign In to add comment