Fucking_Aj

Spring Theme by Mufflinq

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