Fucking_Aj

Fake you out theme by Mufflinq

Aug 7th, 2015
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.98 KB | None | 0 0
  1. <!--
  2. █▀▀▄ █▀▀█ █░░█ █░░█ ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  3. █▀▀▄ █▄▄▀ █░░█ █▀▀█ ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  4. ▀▀▀░ ▀░▀▀ ░▀▀▀ ▀░░▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  5.  
  6. -->
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("a[title]").style_my_tooltips({
  14. tip_follows_cursor:true,
  15. tip_delay_time:90,
  16. tip_fade_speed:600,
  17. attribute:"title"
  18. });
  19. });
  20. })(jQuery);
  21. </script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  24. <html lang="en">
  25. <script type="text/javascript">
  26. <!--
  27.  
  28. // Disable Right Click Script
  29.  
  30. function IE(e)
  31. {
  32. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  33. {
  34. return false;
  35. }
  36. }
  37. function NS(e)
  38. {
  39. if (document.layers || (document.getElementById && !document.all))
  40. {
  41. if (e.which == "2" || e.which == "3")
  42. {
  43. return false;
  44. }
  45. }
  46. }
  47. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  48.  
  49. //-->
  50. </script>
  51.  
  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="#fbfbfb"/>
  54. <meta name="color:Title" content="#044458"/>
  55. <meta name="color:Text" content="#999999"/>
  56. <meta name="color:Link" content="#999"/>
  57. <meta name="color:Hover" content="#ffffff"/>
  58. <meta name="color:Blogtitle" content="#044458"/>
  59. <meta name="color:Borders" content="#247792"/>
  60. <meta name="image:Background" content=""/>
  61. <meta name="image:Sidebar" content=""/>
  62. <meta name="text:Blogtitle" content="Syndrome"/>
  63.  
  64. <!--HERE ARE THE SITES WHERE WILL GIVE LINKS-->
  65. <meta name="text:Link One" content="" />
  66. <meta name="text:Link Two" content="" />
  67. <meta name="text:Link Three" content="" />
  68. <meta name="text:Link Four" content="" />
  69.  
  70.  
  71. <!--HERE ARE PLACED THE NAMES OF LINKS-->
  72. <meta name="text:Link 1 hover text" content="Title Here" />
  73. <meta name="text:Link 2 hover text" content="Title Here" />
  74. <meta name="text:Link 3 hover text" content="Title Here" />
  75. <meta name="text:Link 4 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. </script>
  83.  
  84.  
  85. <style type="text/css">
  86. /*--IFRAME ARE THE CODES OF CONTROL BUTTONS (DASHBOARD, FOLLOW/UNFOLLOW)--*/
  87. iframe#tumblr_controls{
  88. z-index:9;
  89. opacity:0.5 !important;
  90. -webkit-filter:invert(100%);
  91. top:0px !important;
  92. right:8px !important;
  93. position:fixed!important;
  94. }
  95.  
  96. 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:9999999999999999999}
  97.  
  98. 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:999900099999999999;}
  99. #im{
  100. position:fixed;
  101. width:145px;
  102. height:auto;
  103. margin-top:50px;
  104. margin-left:-5px;
  105. }
  106. #im img{
  107. width:300px;
  108. opacity:.8;
  109. }
  110. #im2{
  111. position:fixed;
  112. width:145px;
  113. height:auto;
  114. bottom:20px;
  115. margin-left:100px;
  116. }
  117. #im2 img{
  118. width:255px;
  119. opacity:.8;
  120. }
  121. #tt1{
  122. position:fixed;
  123. top:-20px;
  124. left:0px;
  125. width:100%;
  126. height:40px;
  127. background:{color:borders};
  128. z-index:999999999999999;
  129. border:1px solid {color:borders};
  130. }
  131.  
  132. #tt2{
  133. position:fixed;
  134. top:20px;
  135. left:-10px;
  136. height:100%;
  137. width:30px;
  138. background:{color:borders};
  139. z-index:99999999;
  140. border:1px solid {color:borders};
  141. }
  142.  
  143. #tt3{
  144. position:fixed;
  145. top:20px;
  146. right:-12px;
  147. height:100%;
  148. width:30px;
  149. background:{color:borders};
  150. z-index:99999999;
  151. border:1px solid {color:borders};
  152. }
  153. /*--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--*/
  154. ::-webkit-scrollbar { background-color:{color:blogtitle}; border:2px solid #fff; height:5px; -moz-border-radius:10px; border-radius:10px; width:5px;}
  155.  
  156. ::-webkit-scrollbar-thumb {width:6px; border:2px solid {color:borders}; }
  157. #s-m-t-tooltip{
  158. max-width:300px;
  159. padding:6px;
  160. font-size:11px;
  161. font-family:calibri;
  162. text-transform:normal;
  163. color:#fff;
  164. letter-spacing:1px;
  165. text-align:center;
  166. margin:0px 20px 0px 20px;
  167. background:rgba(0,0,0,.6);
  168. z-index:99999999999999;
  169. }
  170.  
  171. #s-m-t-tooltip:before{
  172. position:absolute;
  173. opacity:0.9;
  174. height:0px;
  175. width:0px;
  176. left:-11px;
  177. top:-0px;
  178. content:"";
  179. transform: scale(1, 0.521);
  180. -webkit-transform: scale(1, 0.421);
  181. -moz-transform: scale(1, 0.421);
  182. -o-transform: scale(1, 0.421);
  183. -ms-transform: scale(1, 0.421);
  184. border-top:11px solid transparent;
  185. border-bottom:11px solid transparent;
  186. border-right:11px solid rgba(0,0,0,.55);}
  187.  
  188. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  189. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  190.  
  191. body {
  192. padding:0px;
  193. margin:0px;
  194. color:{color:Text};
  195. font-family:calibri;
  196. font-size:10px;
  197. line-height:12px;
  198. text-transform:normal;
  199. background-color:{color:Background};
  200. background-image:url({image:Background});
  201. background-attachment:fixed;
  202. background-repeat:repeat;
  203. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  204.  
  205. a:link, a:active, a:visited{
  206. color:{color:Link};
  207. text-decoration:none;
  208. -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;}
  209.  
  210. a:hover{
  211. color:{color:Hover};
  212. text-decoration:none;
  213. -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;
  214. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  215.  
  216.  
  217. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  218. #audio {
  219. width:200px;
  220. height:auto;
  221. min-height:60px;
  222. padding-bottom:0px;
  223. }
  224.  
  225. .cover {
  226. position:absolute;
  227. z-index:1;
  228. width:60px;
  229. height:60px;
  230. }
  231.  
  232. .cover img {
  233. float:left;
  234. width:60px;
  235. height:60px;
  236. }
  237.  
  238. .playbox {
  239. opacity:0.6;
  240. width:27px;
  241. height:30px;
  242. overflow:hidden;
  243. position:absolute;
  244. z-index:1000;
  245. margin-left:17px;
  246. margin-top:17px;
  247. text-align:center;
  248. }
  249.  
  250. .info {
  251. margin-left:73px;
  252. margin-top:4px;
  253. line-height:14px;
  254. }
  255.  
  256. #cunt{width:250px; height:auto;}
  257. {block:PermalinkPage}
  258. width:10px;
  259. {/block:PermalinkPage}
  260. }
  261.  
  262. #center{
  263. padding-top:3px;
  264. padding-bottom:3px;
  265. position:fixed !important;
  266. width:250px;
  267. height:207px;
  268. background-color:#fff;
  269. {block:PermalinkPage}
  270. width:410px;
  271. height:207px;
  272. {/block:PermalinkPage}
  273. }
  274.  
  275.  
  276. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  277. #posts{
  278. float:center;
  279. {block:indexpage}
  280. width:800px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  281. {/block:indexpage}
  282. {block:permalinkpage}
  283. width:600px;
  284. {/block:permalinkpage}
  285. margin-left:440px;
  286. margin-top:40px;
  287. z-index:999999999;
  288. }
  289.  
  290. /*--CUSTOMIZE ENTRY SETTINGS--*/
  291. #entry img{
  292. {block:indexpage}
  293. background:#fff;
  294. max-width:265px;
  295. opacity:1;
  296. z-index:9999999;
  297. outline:1px solid #fff;
  298. outline-offset:-4px;
  299. -webkit-transition:all 0.7s ease-out;
  300. -moz-transition:all 0.7s ease-out;
  301. transition:all 0.7s ease-out;
  302. {/block:indexpage}
  303. }
  304.  
  305. #entry{
  306. z-index:999;
  307. margin:10px;
  308. float:left;
  309. background:#fff;
  310. font-size:10px;
  311. line-height:13px;
  312. text-transform:normal;
  313. width:264px;
  314. padding:12px;
  315. border:1px solid #e1e1e1;
  316. box-shadow:rgba(0,0,0,.03) 4px 4px;
  317. {block:PermalinkPage}
  318. opacity:0.8;
  319. width:360px;
  320. margin-top:15px;
  321. margin-left:13px;
  322. z-index:999;
  323. border:4px double {color:Title};
  324. {/block:PermalinkPage}
  325. -moz-transition: all 3.9s ease-out;
  326. -o-transition: all 3.9s ease-out;
  327. -webkit-transition: all 3.9s ease-out;
  328. transition: all 3.9s ease-out;
  329. }
  330.  
  331. #entry:hover{
  332. -moz-transition: all 3.9s ease-out;
  333. -o-transition: all 3.9s ease-out;
  334. -webkit-transition: all 3.9s ease-out;
  335. transition: all 3.9s ease-out;
  336. }
  337. .lovely{
  338. position:absolute;
  339. width:44%;
  340. height:0%;
  341. opacity:0.0;
  342. background:#fff;
  343. z-index:3;
  344.  
  345. -webkit-transition: all 0.8s ease;
  346. -moz-transition: all 0.8s ease;
  347. -o-transition: all 0.8s ease;
  348. transition: all 0.8s ease;
  349. }
  350.  
  351. #entry:hover .lovely{
  352. {block:indexpage}
  353. opacity:.3;
  354. height:90%;
  355. width:44%;
  356.  
  357. -webkit-transition: all 0.8s ease;
  358. -moz-transition: all 0.8s ease;
  359. -o-transition: all 0.8s ease;
  360. transition: all 0.8s ease;
  361. {block:indexpage}
  362. }
  363.  
  364. .lovely1{
  365. position:absolute;
  366. height:0%;
  367. width:48%;
  368. opacity:0.0;
  369. background:#fff;
  370. z-index:3;
  371. margin-top:0px;
  372. margin-left:127px;
  373.  
  374. -webkit-transition: all 0.8s ease;
  375. -moz-transition: all 0.8s ease;
  376. -o-transition: all 0.8s ease;
  377. transition: all 0.8s ease;
  378. }
  379.  
  380. #entry:hover .lovely1{
  381. {block:indexpage}
  382. opacity:.3;
  383. height:87%;
  384. width:48%;
  385.  
  386. -webkit-transition: all 0.8s ease;
  387. -moz-transition: all 0.8s ease;
  388. -o-transition: all 0.8s ease;
  389. transition: all 0.8s ease;
  390. {block:indexpage}
  391. }
  392.  
  393. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  394. #entry .perma{
  395. width:20px;
  396. height:20px;
  397. font-family:consolas;
  398. font-size:8px;
  399. line-height:12px;
  400. text-align:center;
  401. text-transform:uppercase;
  402. background:#fff;
  403. border:1px solid {color:borders};
  404. position:absolute;
  405. z-index:99999;
  406. overflow:hidden;
  407. margin-top:5px;
  408. margin-left:15px;
  409. padding:6px;
  410. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  411. -webkit-transition:all 0.5s linear;
  412. -moz-transition:all 0.5s linear;
  413. transition:all 0.5s linear;
  414. }
  415.  
  416. #entry:hover .perma{
  417. opacity:1;
  418. margin-top:15px;
  419. box-shadow:0px 0px 10px #fff;
  420. transform: rotate(0deg);
  421. -ms-transform: rotate(0deg);
  422. -webkit-transform: rotate(0deg);
  423. -o-transform: rotate(0deg);
  424. -moz-transform: rotate(0deg);
  425. -webkit-transition: all 0.5s linear;
  426. -webkit-transition: all 0.5s linear;
  427. -moz-transition: all 0.5s linear;
  428. transition: all 0.5s linear;
  429. }
  430.  
  431. .perma a{
  432. color:#999;
  433. }
  434. #entry .perma2{
  435. width:20px;
  436. height:20px;
  437. font-family:consolas;
  438. font-size:8px;
  439. line-height:12px;
  440. text-align:center;
  441. text-transform:uppercase;
  442. background:#fff;
  443. border:1px solid {color:borders};
  444. position:absolute;
  445. z-index:99999;
  446. overflow:hidden;
  447. margin-top:5px;
  448. margin-left:55px;
  449. padding:6px;
  450. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  451. -webkit-transition:all 0.5s linear;
  452. -moz-transition:all 0.5s linear;
  453. transition:all 0.5s linear;
  454. }
  455.  
  456. #entry:hover .perma2{
  457. opacity:1;
  458. margin-top:15px;
  459. box-shadow:0px 0px 10px #fff;
  460. transform: rotate(0deg);
  461. -ms-transform: rotate(0deg);
  462. -webkit-transform: rotate(0deg);
  463. -o-transform: rotate(0deg);
  464. -moz-transform: rotate(0deg);
  465. -webkit-transition: all 0.5s linear;
  466. -webkit-transition: all 0.5s linear;
  467. -moz-transition: all 0.5s linear;
  468. transition: all 0.5s linear;
  469. }
  470.  
  471. .perma2 a{
  472. color:#999;
  473. }
  474.  
  475. .permalinktext{
  476. display:block;
  477. text-align:right;
  478. text-decoration:none;
  479. font-size:8px;
  480. letter-spacing:1px;
  481. padding-top:5px;
  482. text-transform:uppercase;
  483. background:#f9f9f9;
  484. border:4px double #f3f3f3;
  485. padding:3.5px;
  486. }
  487.  
  488. #entry .perma3{
  489. width:20px;
  490. height:20px;
  491. font-family:calibri;
  492. font-size:9px;
  493. line-height:12px;
  494. text-align:center;
  495. text-transform:uppercase;
  496. background:#fff;
  497. border:1px solid {color:borders};
  498. position:absolute;
  499. z-index:99999;
  500. overflow:hidden;
  501. margin-top:15px;
  502. margin-left:15px;
  503. padding:6px;
  504. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  505. -webkit-transition:all 0.5s linear;
  506. -moz-transition:all 0.5s linear;
  507. transition:all 0.5s linear;
  508. }
  509. .perma3 a{
  510. color:#999;
  511. }
  512. #entry:hover .perma3{
  513. opacity:1;
  514. margin-top:55px;
  515. box-shadow:0px 0px 10px #fff;
  516. transform: rotate(0deg);
  517. -ms-transform: rotate(0deg);
  518. -webkit-transform: rotate(0deg);
  519. -o-transform: rotate(0deg);
  520. -moz-transform: rotate(0deg);
  521. -webkit-transition: all 0.5s linear;
  522. -webkit-transition: all 0.5s linear;
  523. -moz-transition: all 0.5s linear;
  524. transition: all 0.5s linear;
  525. }
  526.  
  527. .perma a{
  528. color:#999;
  529. }
  530. #entry .perma4{
  531. width:20px;
  532. height:20px;
  533. font-family:consolas;
  534. font-size:8px;
  535. line-height:12px;
  536. text-align:center;
  537. text-transform:uppercase;
  538. background:#fff;
  539. border:1px solid {color:borders};
  540. position:absolute;
  541. z-index:9999999;
  542. overflow:hidden;
  543. margin-top:5px;
  544. margin-left:55px;
  545. padding:6px;
  546. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  547. -webkit-transition:all 0.5s linear;
  548. -moz-transition:all 0.5s linear;
  549. transition:all 0.5s linear;
  550. }
  551.  
  552. #entry:hover .perma4{
  553. opacity:1;
  554. margin-top:55px;
  555. box-shadow:0px 0px 10px #fff;
  556. transform: rotate(0deg);
  557. -ms-transform: rotate(0deg);
  558. -webkit-transform: rotate(0deg);
  559. -o-transform: rotate(0deg);
  560. -moz-transform: rotate(0deg);
  561. -webkit-transition: all 0.5s linear;
  562. -webkit-transition: all 0.5s linear;
  563. -moz-transition: all 0.5s linear;
  564. transition: all 0.5s linear;
  565. }
  566. .perma4 img{
  567. outline:0px solid transparent;
  568. opacity:.7;
  569. }
  570.  
  571.  
  572. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  573. .title{
  574. line-height:22px;
  575. color:{color:Title};
  576. font-weight:normal;
  577. font-family:helvetica;
  578. font-size:19px;
  579. }
  580.  
  581.  
  582. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  583. #hisatitle{
  584. position: fixed !important;
  585. z-index:999999;
  586. width:265px;
  587. margin-top:124px;
  588. margin-left:120px;
  589. text-align:center;
  590. color:{color:Blogtitle};
  591. text-shadow:-1px 1px #fff,0px 1px #fff, 1px 1px #fff;
  592. font-family: 'Great Vibes', cursive;
  593. font-size:40px;
  594. line-height:10px;
  595. }
  596. askk{
  597. color:{color:Blogtitle};
  598. text-shadow:-1px 1px #fff,0px 1px #fff, 1px 1px #fff;
  599. font-family: 'Great Vibes', cursive;
  600. font-size:25px;
  601. line-height:26px;
  602. }
  603.  
  604. /*--CUSTOMIZE SIDEBAR--*/
  605. #sidebar{
  606. position:fixed !important;
  607. width:240px;
  608. height:140px;
  609. margin-top:140px;
  610. margin-left:120px;
  611. padding:12px;
  612. background-color:#fff;
  613. border:1px solid #e1e1e1;
  614. }
  615.  
  616.  
  617. /*--CUSTOMIZE DESCRIPTION--*/
  618. div#desc{
  619. position:fixed !important;
  620. opacity:1.0;
  621. background:#fff;
  622. width:84px;
  623. height:81px;
  624. padding:12px;
  625. color:#999;
  626. margin-top:0px;
  627. margin-left:120px;
  628. font-size:10px;
  629. overflow-y:scroll;
  630. line-height:13px;
  631. font-family:calibri;
  632. border:6px solid {color:borders};
  633. text-align:center; /*--you can put center, left, right or justify--*/
  634. }
  635.  
  636.  
  637. /*--CUSTOMIZE LINKS--*/
  638. #links{
  639. opacity:1.0;
  640. position:fixed!important;
  641. width:254px;
  642. height:10px;
  643. padding:10px;
  644. color:#fff;
  645. font-size:10px;
  646. font-family:helvetica;
  647. letter-spacing:0px;
  648. text-transform:uppercase;
  649. padding:6px;
  650. text-align:center;
  651. background:{color:blogtitle};
  652. margin-left:-12px;
  653. margin-top:124px;
  654. -webkit-transition: all 0.9s ease-in-out;
  655. -moz-transition: all 0.9s ease-in-out;
  656. -o-transition: all 0.9s ease-in-out;
  657. }
  658.  
  659. #links a{
  660. color:white;
  661. }
  662. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  663. #infscr-loading{
  664. bottom: -70px;
  665. position: absolute;
  666. left: 50%;
  667. margin-left:-8px;
  668. width:16px;
  669. height:11px;
  670. overflow:hidden;
  671. margin-bottom: 50px;
  672. }
  673.  
  674. #postnotes{
  675. text-align: justify;}
  676.  
  677. #postnotes blockquote{
  678. border: 0px;}
  679.  
  680. blockquote{
  681. padding:0px 0px 2px 5px;
  682. margin:0px 0px 2px 10px;
  683. border-left: 1px dotted #eee;
  684. }
  685.  
  686. blockquote p, ul{
  687. margin:0px;
  688. padding:0px;
  689. }
  690.  
  691. .user_1 .label, .user_3 .label, .user_5 .label, .user_7 .label, .user_9 .label, .user_11 .label, .user_13 .label, .user_15 .label {color:#fff;font-weight:bold;}
  692.  
  693. .user_2 .label, .user_4 .label, .user_6 .label, .user_8 .label, .user_10 .label, .user_12 .label, .user_14 .label{color:#fff;font-weight:bold;}
  694.  
  695. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15{background:{color:borders};color:#fff; padding:5px;margin-bottom:5px;border-radius:4px;margin-left:0px;}
  696.  
  697. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14{background:{color:blogtitle}; color #fff; padding:5px;margin-bottom:5px;border-radius:4px;margin-left:0px;}
  698. </style>
  699.  
  700. <!--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 -->
  701. <title>{Title}</title>
  702. <!--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 -->
  703. <link rel="shortcut icon" href="http://38.media.tumblr.com/tumblr_lu2de5CqUh1qfoi4t.gif">
  704.  
  705. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  706. <meta name="viewport" content="width=720" />
  707. </head>
  708.  
  709. <body>
  710. <div id="tt1"></div>
  711. <div id="tt2"></div>
  712. <div id="tt3"></div>
  713. <div id="center">
  714. <div id="content">
  715. <div id="im"><img src="http://media.tumblr.com/251db3ea6677c84901dd4491ad432d84/tumblr_inline_nee0j0nkyY1sgp6cl.png"></div>
  716. <!-- this is where the image below the sidebar is! v -->
  717. <div id="im2"><img src="http://41.media.tumblr.com/c147850a9ada904d4e27512eaea765cd/tumblr_n26rikNjNZ1s6294bo1_500.png"></div>
  718. <!--THIS CODE DOES WORK THE TITLE OVER THE SIDEBAR-->
  719. <div id="hisatitle">{text:Blogtitle}</div>
  720.  
  721. <!--THIS CODE DOES WORK SIDEBAR-->
  722. <div id="sidebar">
  723. <!--THIS CODE DOES WORK DESCRIPTION-->
  724. <div id="desc">{description}</div>
  725.  
  726.  
  727. <!--THIS CODE DOES WORK LINKS-->
  728. <div id="links">
  729. <a href="{text:Link One}" title="{text:Link 1 hover text}">{text:Link One Title}</a> &middot
  730. <a href="{text:Link Two}" title="{text:Link 2 hover text}">{text:Link Two Title}</a> &middot
  731. <a href="{text:Link Three}" title="{text:Link 3 hover text}">{text:Link Three Title}</a> &middot
  732. <a href="{text:Link Four}" title="{text:Link 4 hover text}">{text:Link Four Title}</a> &middot
  733.  
  734. </div>
  735.  
  736.  
  737. <!--THIS CODE DOES WORK IMAGE OF SIDEBAR-->
  738. <img src="{image:sidebar}" style="border:6px solid {color:borders}; padding:5px; opacity:0.9; width:95px; height:95px"></div>
  739.  
  740.  
  741. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  742. <div id="posts">
  743. {block:Posts}
  744. <div id="entry">
  745.  
  746. {block:Text}
  747. {block:Title}<span class="title">{Title}</span>{/block:Title}
  748. <span class="entrytext">{Body}</span></a>
  749. {block:IndexPage}<br>
  750. <div class="permalinktext">
  751. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a> // <a href="{ReblogURL}" target="_blank">Reblog this post</a></div>{/block:IndexPage}
  752. {/block:Text}
  753.  
  754. {block:Link}
  755. <a href="{URL}" class="title">{Name}</a>
  756. {block:Description}{Description}{/block:Description}
  757. {block:IndexPage}<br>
  758. <div class="permalinktext">
  759. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  760. </div>
  761. {/block:IndexPage}
  762. {block:Link}
  763.  
  764. {block:Photo}{block:IndexPage}<div class="lovely"></div><div class="lovely1"></div>
  765. <div class="perma">
  766. {LikeButton size="21"}
  767. </div>
  768. <div class="perma2">
  769. {ReblogButton size="21"}
  770. </div>
  771. <div class="perma3"><a href="{Permalink}" title="This post has {Notecountwithlabel} // {MonthNumber}. {DayOfMonth}.{ShortYear}">
  772. <img src="https://cdn3.iconfinder.com/data/icons/edition/100/link-20.png" style="outline:0px solid transparent; opacity:.5"></a>
  773. </a>
  774. </div>
  775. <div class="perma4">
  776.  
  777. <a href="{ReblogParentURL}" title="Reblogged by {ReblogParentName}"><img src="https://cdn4.iconfinder.com/data/icons/internet-and-social-networking/32/i28_internet-24.png" style="outline:0px solid transparent; opacity:.5; margin-top:-1px; margin-left:-2px"></a>
  778. </div>
  779. {/block:IndexPage}
  780.  
  781. {block:IndexPage}
  782. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  783. {/block:IndexPage}
  784. {block:permalinkpage}{LinkOpenTag}<center>
  785. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  786. {LinkCloseTag}</center>{/block:permalinkpage}
  787. {/block:Photo}
  788.  
  789. {block:Quote}
  790. <div class="quote">❝ {quote}</div>
  791. {block:IndexPage}<br>
  792. <div class="permalinktext">
  793. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  794. {/block:Quote}
  795.  
  796. {block:Chat}
  797. {block:Title}<span class="title">{Title}</span>{/block:Title}
  798. <ul class="chat">
  799. {block:Lines}
  800. <li class="user_{UserNumber}">
  801. {block:Label}
  802. <span class="label">{Label}</span>
  803. {/block:Label}
  804.  
  805. {Line}<br>
  806. {/block:Lines}
  807. {block:IndexPage}
  808. {/block:IndexPage}
  809. {/block:Chat}
  810.  
  811. {block:Audio}
  812. <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>
  813. {block:IndexPage}<br>
  814. <div class="permalinktext">
  815. <center> <font color="#fff">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#fff">{notecount} notes</font></a></center></div>{/block:IndexPage}
  816. {/block:Audio}
  817.  
  818. {block:Video}
  819. <center>{block:IndexPage}
  820. <div class="perma">
  821. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a> - <a href="{reblogurl}">↻</a></div>
  822. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  823. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  824. {block:Video}
  825. {block:Answer}
  826. <div style="border:1px solid {color:blogtitle}; margin:3px; margin-top:-5px; height:40px; overflow-y:scroll; padding:7px;
  827. padding-bottom:14px; text-transform:; border-radius:5px; background:#fff">
  828. <img src="{AskerPortraitURL-30}" width="30" align="left"
  829. style="margin-right:4px; margin-top:-3px; border-radius:100%; margin-left:0px; border:1px dashed {color:borders}; padding:7px; background:#fff; outline:0px solid transparent;">
  830. <askk>{Asker}</askk>: {Question}</div><br>
  831. <askk>I responded with:</askk>
  832. <div style="font-size:10px; border:1px solid {color:blogtitle}; margin:3px; margin-top:9px; height:35px; overflow-y:scroll;padding:10px;padding-bottom:19px; text-transform:; border-radius:5px; background:#fff">
  833. <img src="{PortraitURL-30}" width="30" align="right"
  834. style="margin-right:0px; margin-top:-4px; border-radius:100%; margin-left:8px;border:1px dashed {color:borders}; padding:7px; outline:0px solid transparent; background:#fff;">{Answer}</div><br>
  835. {/block:Answer}
  836. {block:PermalinkPage}
  837. <center><br>
  838. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  839. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  840. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  841. {/block:PermalinkPage}
  842. {block:PostNotes}
  843. <div id="postnotes">{PostNotes}</div>
  844. {/block:PostNotes}</div>{/block:Posts}
  845. </div></div>
  846.  
  847. {block:indexpage}
  848. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  849. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  850. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  851. <script type="text/javascript">
  852. $(window).load(function(){
  853. var $wall = $('#posts');
  854. $wall.imagesLoaded(function(){
  855. $wall.masonry({
  856. itemSelector: '#entry, #entry_photo',
  857. isAnimated : false
  858. });
  859. });
  860.  
  861. $wall.infinitescroll({
  862. navSelector : '#page-nav',
  863. nextSelector : '#page-nav a',
  864. itemSelector : '#entry, #entry_photo',
  865. bufferPx : 2000,
  866. debug : false,
  867. errorCallback: function() {
  868. $('#infscr-loading').fadeOut('normal');
  869. }},
  870. function( newElements ) {
  871. var $newElems = $( newElements );
  872. $newElems.hide();
  873. $newElems.imagesLoaded(function(){
  874. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  875. });
  876. }); $('#content').show(500);
  877. });
  878. </script>
  879. {/block:indexpage}
  880.  
  881. <body onkeydown="return false">
  882. </body>
  883. <div style="z-index:99999999999; position:fixed; top:33px; left:33px; opacity:0.7"><a href="http://mufflinq.tumblr.com" title="Mufflinq made this theme"><img src="http://31.media.tumblr.com/tumblr_m4yjwjmNNi1qk1or3.gif"></a></div>
  884.  
  885. <!--NEVER CHANGE OR DELETE THIS CODE, IS A MATTER OF RESPECT. YOU CAN CHANGE THE POSITION OR EVEN WRITE SOMETHING RATHER THAN A PICTURE BUT NEVER DELETE!-->
  886. <div style="z-index:99999999999; position:fixed; bottom:3px; right:10px; opacity:0.7"><a href="http://hisabeel.tumblr.com" title="Hisabeel made this base code"><img src="http://sweetclipart.com/multisite/sweetclipart/files/imagecache/middle/lotus_flower_lineart.png" width="24"></a></div>
  887. </html>
Add Comment
Please, Sign In to add comment