Fucking_Aj

Novocaine Theme By Mufflinq

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