Advertisement
tanaxmercedes

Theme #15: Solar

Jul 5th, 2015
4,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.25 KB | None | 0 0
  1. <!--
  2. THIS THEME WAS MADE BY TANA AKA TANATHEKITTYGOESRAWR.TUMBLR.COM AKA...
  3.  
  4. ╭━━━┳╮╱╱╭━━━┳━━━┳━━━┳━╮╱╭┳━━━┳━━━╮╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮
  5. ┃╭━━┫┃╱╱┃╭━━┫╭━╮┃╭━╮┃┃╰╮┃┃╭━╮┃╭━━╯┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃
  6. ┃╰━━┫┃╱╱┃╰━━┫┃╱╰┫┃╱┃┃╭╮╰╯┃┃╱╰┫╰━━╮╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮
  7. ┃╭━━┫┃╱╭┫╭━━┫┃╭━┫╰━╯┃┃╰╮┃┃┃╱╭┫╭━━╯╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃
  8. ┃╰━━┫╰━╯┃╰━━┫╰┻━┃╭━╮┃┃╱┃┃┃╰━╯┃╰━━╮╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃
  9. ╰━━━┻━━━┻━━━┻━━━┻╯╱╰┻╯╱╰━┻━━━┻━━━╯╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯
  10.  
  11. PLEASE LIKE THE POST THIS CODE IS ON, IT HELPS ME OUT A LOT!
  12.  
  13. REMOVAL OF CREDIT AND STEALING MY CODES/PARTS OF MY CODING IS RUDE, PLAGIARISM ISN'T COOL AND IS ACTUALLY I L L E G A L. SO DON'T DO IT. THANK YOU.
  14. THANKS SO MUCH TO EVERYONE WHO'S USING THIS THEME, IT MEANS A LOT TO ME!
  15.  
  16. I LOVE YOU ALL, XO
  17. - TANA
  18.  
  19. TANATHEKITTYGOESRAWR // ELEGANCE THEMES
  20. -->
  21. <!--
  22. Hello everyone, this code base was made by me (Hisabeel) so that you can use to make your own themes, appreciate it maintain that initial message and to give me credit on your blog by the base code, thanks. :)
  23. -->
  24.  
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
  28.  
  29. <script>
  30.  
  31. var html5_audiotypes={ //define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list:
  32. "mp3": "audio/mpeg",
  33. "mp4": "audio/mp4",
  34. "ogg": "audio/ogg",
  35. "wav": "audio/wav"
  36. }
  37.  
  38. function createsoundbite(sound){
  39. var html5audio=document.createElement('audio')
  40. if (html5audio.canPlayType){ //check support for HTML5 audio
  41. for (var i=0; i<arguments.length; i++){
  42. var sourceel=document.createElement('source')
  43. sourceel.setAttribute('src', arguments[i])
  44. if (arguments[i].match(/\.(\w+)$/i))
  45. sourceel.setAttribute('type', html5_audiotypes[RegExp.$1])
  46. html5audio.appendChild(sourceel)
  47. }
  48. html5audio.load()
  49. html5audio.playclip=function(){
  50. html5audio.pause()
  51. html5audio.currentTime=0
  52. html5audio.play()
  53. }
  54. return html5audio
  55. }
  56. else{
  57. return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}}
  58. }
  59. }
  60.  
  61. var mouseoversound=createsoundbite("http://a.tumblr.com/tumblr_mzbd1tcAgS1svhlqqo1.mp3")
  62. var clicksound=createsoundbite("http://www.ultranoir.com/cdn/gene/sound/clack.ogg")</script>
  63.  
  64.  
  65.  
  66. <html lang="en">
  67. <script type="text/javascript">
  68. <!--
  69.  
  70. // Disable Right Click Script
  71.  
  72. function IE(e)
  73. {
  74. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  75. {
  76. return false;
  77. }
  78. }
  79. function NS(e)
  80. {
  81. if (document.layers || (document.getElementById && !document.all))
  82. {
  83. if (e.which == "2" || e.which == "3")
  84. {
  85. return false;
  86. }
  87. }
  88. }
  89. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  90.  
  91. //-->
  92. </script>
  93.  
  94. <!--THESE CODES ARE DOING WORK THE THEME, BACKGROUND COLOR CHANGING OR ADDING A CUSTOM BACKGROUND, CHANGE THE NUMBER OF LINKS, ETC.-->
  95. <meta name="color:Background" content="#fafafa"/>
  96. <meta name="color:Title" content="#eeeeee"/>
  97. <meta name="color:Text" content="#999999"/>
  98. <meta name="color:Link" content="#eeeeee"/>
  99. <meta name="color:Hover" content="#ffffff"/>
  100. <meta name="color:Hisatitle" content="#eeeeee"/>
  101. <meta name="image:Background" content=""/>
  102. <meta name="image:Sidebar" content=""/>
  103. <meta name="image:Favicon" content=""/>
  104. <meta name="text:Hisatitle" content="Theme"/>
  105. <meta name="text:Tab Title" content="Theme"/>
  106.  
  107. <meta name="if:GalaxyBackground" content=""/>
  108. <meta name="if:RegularBackgroundImage" content=""/>
  109.  
  110. <!--HERE ARE THE SITES WHERE WILL GIVE LINKS-->
  111. <meta name="text:Link One" content="" />
  112. <meta name="text:Link Two" content="" />
  113. <meta name="text:Link Three" content="" />
  114. <meta name="text:Link Four" content="" />
  115. <meta name="text:Link Five" content="" />
  116.  
  117. <!--HERE ARE PLACED THE NAMES OF LINKS-->
  118. <meta name="text:Link 1 hover text" content="Title Here" />
  119. <meta name="text:Link 2 hover text" content="Title Here" />
  120. <meta name="text:Link 3 hover text" content="Title Here" />
  121. <meta name="text:Link 4 hover text" content="Title Here" />
  122. <meta name="text:Link 5 hover text" content="Title Here" />
  123.  
  124. <!--HERE ARE PLACED THE LABELS SAYING WHAT EACH LINK-->
  125. <meta name="text:Link One Title" content="refresh"/>
  126. <meta name="text:Link Two Title" content="inbox"/>
  127. <meta name="text:Link Three Title" content="navigation"/>
  128. <meta name="text:Link Four Title" content="favorites"/>
  129. <meta name="text:Link Five Title" content="themes"/>
  130. </script>
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  141.  
  142. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  143.  
  144. <script>
  145.  
  146. (function($){
  147.  
  148. $(document).ready(function(){
  149.  
  150. $("a[title]").style_my_tooltips({
  151.  
  152. tip_follows_cursor:true,
  153.  
  154. tip_delay_time:90,
  155.  
  156. tip_fade_speed:600,
  157.  
  158. attribute:"title"
  159.  
  160. });
  161.  
  162. });
  163.  
  164. })(jQuery);
  165.  
  166. </script>
  167. <!--basic tooltip from tutorial-baby! Enjoy-->
  168. <style>
  169. .tooltip{
  170. display: inline;
  171. position: relative;
  172. }
  173. #s-m-t-tooltip {
  174. max-width:300px; /*how big the tooltip can be at most*/
  175. border-radius: 3pxpx; /*change your border radius*/
  176. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  177. margin:20px 7px -2px 20px; /*distance from word*/
  178. background-color:#222; /*background color*/
  179. border:1px solid #000; /*border info*/
  180. font-family:times; /*tooltip font*/
  181. font-size:10px; /*tooltip font size*/
  182. letter-spacing:2px; /*tooltip letter spacing*/
  183. text-transform:lowercase; /*makes the tooltip title uppercase*/
  184. color:#fff; /*tooltip font color*/
  185. z-index:999999999999999999999999999999999999;
  186. }
  187. #s-m-t-tooltip:first-letter{
  188. font-family: 'Audiowide', cursive;
  189. text-transform:uppercase;
  190. font-size:12px;
  191. }
  192. </style>
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206. <style type="text/css">
  207. /*--IFRAME ARE THE CODES OF CONTROL BUTTONS (DASHBOARD, FOLLOW/UNFOLLOW)--*/
  208. iframe#tumblr_controls{
  209. z-index:9;
  210. opacity:.6 !important;
  211. -webkit-filter:invert(0%);
  212. top:0px !important;
  213. right:8px !important;
  214. position:fixed!important;
  215. }
  216.  
  217. /*iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.7s linear; opacity:1; -webkit-transition: all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999}*/
  218.  
  219. iframe#tumblr_controls:hover {-webkit-transition:opacity 0.7s linear; opacity:1; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;}
  220.  
  221.  
  222. /*--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--*/
  223. ::-webkit-scrollbar {width: 8px; height: 4px; background:{color:Background}; border: 0px solid #f5f5f5;}
  224.  
  225. ::-webkit-scrollbar-thumb { background-color:white; border-radius:5px; border: 1px solid #888;}
  226.  
  227.  
  228. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  229. a:link, a:active, a:visited{
  230. color:{color:Link};
  231. text-decoration:none;
  232. -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; cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  233.  
  234. a:hover{
  235. color:{color:Hover};
  236. text-decoration:none;
  237. -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;
  238. cursor: url(http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;}
  239.  
  240.  
  241. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  242. #audio {
  243. width:200px;
  244. height:auto;
  245. min-height:60px;
  246. padding-bottom:0px;
  247. }
  248.  
  249. .cover {
  250. position:absolute;
  251. z-index:1;
  252. width:60px;
  253. height:60px;
  254. }
  255.  
  256. .cover img {
  257. float:left;
  258. width:60px;
  259. height:60px;
  260. }
  261.  
  262. .playbox {
  263. opacity:0.6;
  264. width:27px;
  265. height:30px;
  266. overflow:hidden;
  267. position:absolute;
  268. z-index:1000;
  269. margin-left:17px;
  270. margin-top:17px;
  271. text-align:center;
  272. }
  273.  
  274. .info {
  275. margin-left:73px;
  276. margin-top:4px;
  277. line-height:14px;
  278. }
  279.  
  280. #cunt{width:250px; height:auto;}
  281. {block:PermalinkPage}
  282. width:10px;
  283. {/block:PermalinkPage}
  284. }
  285.  
  286. #center{
  287. padding-top:3px;
  288. padding-bottom:3px;
  289. position:fixed !important;
  290. width:250px;
  291. height:207px;
  292. background-color:#fff;
  293. {block:PermalinkPage}
  294. width:410px;
  295. height:207px;
  296. {/block:PermalinkPage}
  297. }
  298.  
  299. body {
  300. padding: 0px;
  301. margin: 0px;
  302. color:{color:text};
  303. font-family:'Raleway', cursive;
  304. line-height:13px;
  305. font-size:12px;
  306. background-color: {color:Background};
  307. {block:ifRegularBackgroundImage}
  308. background:url({image:Background});
  309. {/block:ifRegularBackgroundImage}
  310. {block:ifGalaxyBackground}
  311. background-image:url(http://a1star.com/images/starsglow1.gif);
  312. {/block:ifGalaxyBackground}
  313. background-attachment: fixed;
  314. background-repeat: repeat;
  315. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  316. }
  317.  
  318. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  319. #posts{
  320. float:center;
  321. {block:indexpage}
  322. width:700px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  323. {/block:indexpage}
  324. {block:permalinkpage}
  325. width:600px;
  326. {/block:permalinkpage}
  327. margin-left:550px;
  328. margin-top:10px;
  329. z-index:999999999;
  330. }
  331.  
  332. /*--CUSTOMIZE ENTRY SETTINGS--*/
  333. #entry img{
  334. {block:indexpage}
  335. background:#fff;
  336. max-width:250px;
  337. opacity:0.6;
  338. z-index:9999999;
  339. border:1px solid #fff;
  340. border-radius:5px;
  341. -webkit-transition:all 0.7s ease-out;
  342. -moz-transition:all 0.7s ease-out;
  343. transition:all 0.7s ease-out;
  344. {/block:indexpage}
  345. }
  346.  
  347. #entry{
  348. z-index:999;
  349. margin:28px;
  350. float:left;
  351. background:#fff;
  352. background-color: rgba(255, 255, 255, 0.3);
  353. border-radius:5px;
  354. font-size:10px;
  355. line-height:13px;
  356. text-transform:normal;
  357. width:250px;
  358. padding:12px;
  359. border:2px solid #eee;
  360. -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.47);
  361. -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.47);
  362. box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.47);
  363. {block:PermalinkPage}
  364. opacity:1;
  365. width:360px;
  366. margin-top:15px;
  367. margin-left:13px;
  368. z-index:999;
  369. {/block:PermalinkPage}
  370. -moz-transition: all 2.9s ease-out;
  371. -o-transition: all 2.9s ease-out;
  372. -webkit-transition: all 2.9s ease-out;
  373. transition: all 2.9s ease-out;
  374. }
  375.  
  376. #entry:hover{
  377. border:2px solid #fff;
  378. box-shadow:0px 0px 20px {color:Title};
  379. -moz-transition: all .9s ease-out;
  380. -o-transition: all .9s ease-out;
  381. -webkit-transition: all .9s ease-out;
  382. transition: all .9s ease-out;
  383. -webkit-box-shadow: 0px 0px 20px 9px rgba(255,255,255,0.47);
  384. -moz-box-shadow: 0px 0px 20px 9px rgba(255,255,255,0.47);
  385. box-shadow: 0px 0px 20px 9px rgba(255,255,255,0.47);
  386. }
  387.  
  388.  
  389. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  390. #entry .perma{
  391. width:87.5%;
  392. height:auto;
  393. font-family:;
  394. font-size:10px;
  395. line-height:12px;
  396. text-align:center;
  397. text-transform:uppercase;
  398. background:#eee;
  399. background-color: rgba(000, 000, 000, 0.4);
  400. border-bottom:2px solid #fff;
  401. border-radius:5px;
  402. font color:#fff;
  403. position:absolute;
  404. z-index:99999;
  405. overflow:hidden;
  406. margin-top:-20px;
  407. margin-left:0px;
  408. padding:6px;
  409. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  410. -webkit-transition:all 0.5s linear;
  411. -moz-transition:all 0.5s linear;
  412. transition:all 0.5s linear;
  413. }
  414.  
  415. #entry:hover .perma{
  416. overflow:visible;
  417. opacity:1;
  418. margin-top:0px;
  419. transform: rotate(0deg);
  420. -ms-transform: rotate(0deg);
  421. -webkit-transform: rotate(0deg);
  422. -o-transform: rotate(0deg);
  423. -moz-transform: rotate(0deg);
  424. -webkit-transition: all 0.5s linear;
  425. -webkit-transition: all 0.5s linear;
  426. -moz-transition: all 0.5s linear;
  427. transition: all 0.5s linear;
  428. }
  429.  
  430. .permalinktext{
  431. display:block;
  432. text-align:right;
  433. text-decoration:none;
  434. font-size:8px;
  435. letter-spacing:1px;
  436. padding-top:5px;
  437. text-transform:uppercase;
  438. background:;
  439. border-top:1px solid #f3f3f3;
  440. padding:2px;
  441. }
  442.  
  443.  
  444. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  445. .title{
  446. line-height:12px;
  447. color:{color:Title};
  448. font-weight:normal;
  449. }
  450.  
  451.  
  452. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  453. #hisatitle{
  454. position: fixed !important;
  455. z-index:999999;
  456. width:250px;
  457. margin-top:210px;
  458. margin-left:135px;
  459. color:{color:Hisatitle};
  460. /*text-shadow:1px 1px 0px #fff;*/
  461. font-family: 'Audiowide', cursive;
  462. font-size:20px;
  463. line-height:10px;
  464. }
  465.  
  466.  
  467. /*--CUSTOMIZE SIDEBAR--*/
  468. #sidebar{
  469. position:fixed !important;
  470. width:160px;
  471. height:160px;
  472. margin-top:240px;
  473. margin-left:120px;
  474. padding:12px;
  475. background-color:#fff;
  476. border:2px solid #eee;
  477. border-radius:100%;
  478. background-color: rgba(255, 255, 255, 0.3);
  479. }
  480.  
  481. #top {
  482. height:27px;
  483. width:100%;
  484. top:0;
  485. background-color:#fff;
  486. z-index:999;
  487. position:fixed;}
  488.  
  489. /*--CUSTOMIZE DESCRIPTION--*/
  490. div#desc{
  491. position:fixed !important;
  492. opacity:0;
  493. background:;
  494. background-color: rgba(255, 255, 255, 0.3);
  495. width:143px;
  496. height:auto;
  497. padding:12px;
  498. color:{color:Text};
  499. margin-top:160px;
  500. margin-left:-30px;
  501. font-size:10px;
  502. line-height:13px;
  503. font-family:;
  504. border:1px solid #eee;
  505. border-radius:5px;
  506. text-align:justify; /*--you can put center, left, right or justify--*/
  507. -webkit-transition: all 0.9s ease-in-out;
  508. -moz-transition: all 0.9s ease-in-out;
  509. -o-transition: all 0.9s ease-in-out;
  510. }
  511.  
  512. #sidebar:hover #desc{
  513. opacity:1;
  514. margin-top:190px;
  515. -webkit-transition: all 0.9s ease-in-out;
  516. -moz-transition: all 0.9s ease-in-out;
  517. -o-transition: all 0.9s ease-in-out;
  518. -webkit-animation:bounce 1s;
  519. -moz-animation:bounce 1s;
  520. -o-animation:bounce 1s;
  521. }
  522.  
  523. #links:hover #desc{
  524. opacity:1;
  525. margin-top:190px;
  526. -webkit-transition: all 0.9s ease-in-out;
  527. -moz-transition: all 0.9s ease-in-out;
  528. -o-transition: all 0.9s ease-in-out;
  529. -webkit-animation:bounce 1s;
  530. -moz-animation:bounce 1s;
  531. -o-animation:bounce 1s;
  532. }
  533.  
  534. /*--CUSTOMIZE LINKS--*/
  535. #links{
  536. opacity:1.0;
  537. position:fixed!important;
  538. width:auto;
  539. height:auto;
  540. padding:0px;
  541. color:{color:Link};
  542. font-size:10px;
  543. font-family:helvetica;
  544. letter-spacing:0px;
  545. text-transform:none;
  546. background:transparent;
  547. margin-left:200px;
  548. margin-top:-50px;
  549. -webkit-transition: all 0.9s ease-in-out;
  550. -moz-transition: all 0.9s ease-in-out;
  551. -o-transition: all 0.9s ease-in-out;
  552. }
  553.  
  554.  
  555.  
  556. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  557. #infscr-loading{
  558. bottom: -70px;
  559. position: absolute;
  560. left: 50%;
  561. margin-left:-8px;
  562. width:16px;
  563. height:11px;
  564. overflow:hidden;
  565. margin-bottom: 50px;
  566. }
  567.  
  568. #postnotes{
  569. text-align: justify;}
  570.  
  571. #postnotes blockquote{
  572. border: 0px;}
  573.  
  574. blockquote{
  575. padding:0px 0px 2px 5px;
  576. margin:0px 0px 2px 10px;
  577. border-left: 1px dotted #eee;
  578. }
  579.  
  580. blockquote p, ul{
  581. margin:0px;
  582. padding:0px;
  583. }
  584.  
  585.  
  586.  
  587.  
  588.  
  589. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  590. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  591. </style>
  592.  
  593. <!--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 -->
  594. <title>{text:Tab Title}</title>
  595. <!--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 -->
  596. <link rel="shortcut icon" href="{image:Favicon}">
  597.  
  598. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  599. <meta name="viewport" content="width=720" />
  600.  
  601. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css";; rel="stylesheet">
  602.  
  603. </head>
  604.  
  605. <body>
  606.  
  607. <div id="center">
  608. <div id="content">
  609.  
  610. <!--THIS CODE DOES WORK THE TITLE OVER THE SIDEBAR-->
  611. <div id="hisatitle">{text:Hisatitle}</div>
  612.  
  613. <!--THIS CODE DOES WORK SIDEBAR-->
  614. <div id="sidebar">
  615. <!--THIS CODE DOES WORK DESCRIPTION-->
  616. <div id="desc">{description}</div>
  617.  
  618. <!--THIS CODE DOES WORK LINKS-->
  619. <div id="links">
  620.  
  621. <a href="{text:Link One}" title="{text:Link 1 hover text}" onmouseover="mouseoversound.playclip()"><img src="http://33.media.tumblr.com/c3d471f6cf8993f1c4450ea61a0d13ac/tumblr_nci2dsHSmf1ru1h5io1_100.gif" style="width:50px; margin-left:-50px;"></a> <br>
  622.  
  623. <a href="{text:Link Two}" title="{text:Link 2 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://33.media.tumblr.com/f280f03fce1ebe5377789ee2d0dcaf53/tumblr_nci2dsHSmf1ru1h5io6_100.gif" style="width:50px; margin-left:-20px;"></a> <br>
  624.  
  625. <a href="{text:Link Three}" title="{text:Link 3 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://33.media.tumblr.com/65aafb44e415c79fe0e5940cf9907bf1/tumblr_nci2dsHSmf1ru1h5io4_100.gif" style="width:50px; margin-left:-10px;"></a> <br>
  626.  
  627. <a href="{text:Link Four}" title="{text:Link 4 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://31.media.tumblr.com/72bc2ba8517cfb5c2f915c97fc11bd03/tumblr_nci2dsHSmf1ru1h5io9_100.gif" style="width:50px; margin-left:-20px;"></a> <br>
  628.  
  629. <a href="{text:Link Five}" title="{text:Link 5 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://38.media.tumblr.com/8ff1a87e80ebd75b09f22a5b9aefddd3/tumblr_nci2dsHSmf1ru1h5io5_100.gif" style="width:50px; margin-left:-50px;"></a>
  630.  
  631. </div>
  632.  
  633. <!--THIS CODE DOES WORK IMAGE OF SIDEBAR-->
  634.  
  635. <img src="{image:sidebar}" style="z-index:9999999; border:2px solid #eee; padding:12px; opacity:.8; width:136px; height:136px; background-color: rgba(255, 255, 255, 0.4); border-radius:5px;"></div>
  636.  
  637.  
  638. <!--<div style="border:1px solid #eee; padding:10px; opacity:.8; width:118px; height:118px; background-color: rgba(255, 225, 255, 0.4); border-radius:5px; margin-top:-140px; -ms-transform: rotate(70deg); /* IE 9 */
  639. -webkit-transform: rotate(70deg); /* Chrome, Safari, Opera */
  640. transform: rotate(70deg);"></div>-->
  641.  
  642.  
  643.  
  644. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  645. <div id="posts">
  646. {block:Posts}
  647. <div id="entry">
  648.  
  649. {block:Text}
  650. {block:Title}<span class="title">{Title}</span>{/block:Title}
  651. <span class="entrytext">{Body}</span></a>
  652. {block:IndexPage}<br>
  653. <div class="permalinktext">
  654. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  655. {/block:Text}
  656.  
  657. {block:Link}
  658. <a href="{URL}" class="title">{Name}</a>
  659. {block:Description}{Description}{/block:Description}
  660. {block:IndexPage}<br>
  661. <div class="permalinktext">
  662. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  663. </div>
  664. {/block:IndexPage}
  665. {block:Link}
  666.  
  667. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  668. <div class="perma">
  669. <a title="go to the permalink page" href="{Permalink}">{NoteCountwithlabel}</font></a>
  670. <br>
  671. <a title="click to reblog" href="{ReblogURL}">reblog</font></a></center></div>{/block:IndexPage}
  672.  
  673. {block:IndexPage}
  674. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  675. {/block:IndexPage}
  676. {block:permalinkpage}{LinkOpenTag}<center>
  677. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  678. {LinkCloseTag}</center>{/block:permalinkpage}
  679. {/block:Photo}
  680.  
  681. {block:Photoset}
  682. {block:Photos}
  683. <div class="media">
  684. {LinkOpenTag}
  685. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  686. {LinkCloseTag}
  687. </div>
  688. {/block:Photos}
  689. {block:IndexPage}<br>
  690. <div class="permalinktext">
  691. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  692. {/block:Photoset}
  693.  
  694. {block:Quote}
  695. <div class="quote">❝ {quote}</div>
  696. {block:IndexPage}<br>
  697. <div class="permalinktext">
  698. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  699. {/block:Quote}
  700.  
  701. {block:Chat}
  702. {block:Title}<span class="title">{Title}</span>{/block:Title}
  703. <ul class="chat">
  704. {block:Lines}
  705. <li class="user_{UserNumber}">
  706. {block:Label}
  707. <span class="label">{Label}</span>
  708. {/block:Label}
  709.  
  710. {Line}<br>
  711. {/block:Lines}
  712. {block:IndexPage}<br>
  713. <div class="permalinktext">
  714. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  715. {/block:Chat}
  716.  
  717. {block:Audio}
  718. <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>
  719. {block:IndexPage}<br>
  720. <div class="permalinktext">
  721. <center> <font color="#">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#">{notecount} notes</font></a></center></div>{/block:IndexPage}
  722. {/block:Audio}
  723.  
  724. {block:Video}
  725. <center>{block:IndexPage}
  726. <div class="perma">
  727. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a> - <a href="{reblogurl}">↻</a></div>
  728. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  729. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  730. {block:Video}
  731.  
  732. {block:Answer}
  733. <div style="border-bottom:1px solid #eee; margin:3px; margin-top:-0px; min-height:30px; padding:3px; background:;">
  734. <!--<img src="{AskerPortraitURL-30}" width="30" align="left"
  735. style="margin-right:4px; margin-top:-6px; margin-left:0px; border:1px solid #ddd; padding:7px; 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)">-->
  736. {Question} <br><br> <span style="float:right"><askk>asked by {Asker}</span></askk><br></div>
  737. <div style="font-family:; font-size:10px">{Answer}</div>
  738. {/block:Answer}
  739.  
  740. {block:PermalinkPage}
  741. <center><br>
  742. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  743. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  744. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  745. {/block:PermalinkPage}
  746. {block:PostNotes}
  747. <div id="postnotes">{PostNotes}</div>
  748. {/block:PostNotes}</div>{/block:Posts}
  749. </div></div>
  750.  
  751. {block:indexpage}
  752. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  753. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  754. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  755. <script type="text/javascript">
  756. $(window).load(function(){
  757. var $wall = $('#posts');
  758. $wall.imagesLoaded(function(){
  759. $wall.masonry({
  760. itemSelector: '#entry, #entry_photo',
  761. isAnimated : false
  762. });
  763. });
  764.  
  765. $wall.infinitescroll({
  766. navSelector : '#page-nav',
  767. nextSelector : '#page-nav a',
  768. itemSelector : '#entry, #entry_photo',
  769. bufferPx : 2000,
  770. debug : false,
  771. errorCallback: function() {
  772. $('#infscr-loading').fadeOut('normal');
  773. }},
  774. function( newElements ) {
  775. var $newElems = $( newElements );
  776. $newElems.hide();
  777. $newElems.imagesLoaded(function(){
  778. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  779. });
  780. }); $('#content').show(500);
  781. });
  782. </script>
  783. {/block:indexpage}
  784.  
  785. <body onkeydown="">
  786. </body>
  787. <div style="z-index:99999999999; -webkit-filter:grayscale(100%); position:fixed; text-shadow:1px 1px 2px #000; font-family:cambri; background:transparent; border:0px solid {color:Hisatitle}; padding:3px; bottom:10px; right:10px; opacity:.9"><a href="http://tanathekittygoesrawr.tumblr.com/" title="Theme created by Tana xo"><img src="http://33.media.tumblr.com/644606c2c1397ef03ce62a585dc1c2c4/tumblr_inline_ni36jhJvPP1ry72eo.gif"></a></div>
  788. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement