Advertisement
tanaxmercedes

Theme #11: Nightfall - by Tana // Elegance Themes

May 27th, 2015
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.26 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. THIS THEME WAS CREATED BY TANA AKA TANATHEKITTYGOESRAWR(.TUMBLR.COM) AKA....
  5.  
  6.  
  7. ╭━━━┳╮╱╱╭━━━┳━━━┳━━━┳━╮╱╭┳━━━┳━━━╮╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮
  8. ┃╭━━┫┃╱╱┃╭━━┫╭━╮┃╭━╮┃┃╰╮┃┃╭━╮┃╭━━╯┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃
  9. ┃╰━━┫┃╱╱┃╰━━┫┃╱╰┫┃╱┃┃╭╮╰╯┃┃╱╰┫╰━━╮╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮
  10. ┃╭━━┫┃╱╭┫╭━━┫┃╭━┫╰━╯┃┃╰╮┃┃┃╱╭┫╭━━╯╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃
  11. ┃╰━━┫╰━╯┃╰━━┫╰┻━┃╭━╮┃┃╱┃┃┃╰━╯┃╰━━╮╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃
  12. ╰━━━┻━━━┻━━━┻━━━┻╯╱╰┻╯╱╰━┻━━━┻━━━╯╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯
  13.  
  14.  
  15. DO NOT STEAL ANY PARTS OF MY CODING AND/OR REMOVE ANY CREDITS PUT ON THIS THEME.
  16.  
  17. STEALING ANY PARTS OF MY THEMES AND CODING IS ABSOLUTELY ILLEGAL AND YOU WILL BE REPORTED.
  18.  
  19. SO JUST DON'T BE A DOUCHE, KAY? :)
  20.  
  21.  
  22. FOR ANYONE USING THIS THEME, THANK YOU SO MUCH! I LOVE THAT YOU'RE INTERESTED IN MY THEMES AND I HOPE YOU LOVE THIS THEME AS MUCH AS I DO!
  23.  
  24.  
  25. HAVE AN AMAZING DAY, LOVIE!
  26.  
  27. - TANA XO
  28.  
  29.  
  30. -->
  31. <!--
  32. 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. :)
  33. -->
  34.  
  35.  
  36.  
  37. <html lang="en">
  38. <script type="text/javascript">
  39. <!--
  40.  
  41. // Disable Right Click Script
  42.  
  43. function IE(e)
  44. {
  45. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  46. {
  47. return false;
  48. }
  49. }
  50. function NS(e)
  51. {
  52. if (document.layers || (document.getElementById && !document.all))
  53. {
  54. if (e.which == "2" || e.which == "3")
  55. {
  56. return false;
  57. }
  58. }
  59. }
  60. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  61.  
  62. //-->
  63. </script>
  64.  
  65. <script type="text/javascript" src="jquery-1.4.2.min.js"></script>
  66.  
  67. <script>
  68.  
  69. 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:
  70. "mp3": "audio/mpeg",
  71. "mp4": "audio/mp4",
  72. "ogg": "audio/ogg",
  73. "wav": "audio/wav"
  74. }
  75.  
  76. function createsoundbite(sound){
  77. var html5audio=document.createElement('audio')
  78. if (html5audio.canPlayType){ //check support for HTML5 audio
  79. for (var i=0; i<arguments.length; i++){
  80. var sourceel=document.createElement('source')
  81. sourceel.setAttribute('src', arguments[i])
  82. if (arguments[i].match(/\.(\w+)$/i))
  83. sourceel.setAttribute('type', html5_audiotypes[RegExp.$1])
  84. html5audio.appendChild(sourceel)
  85. }
  86. html5audio.load()
  87. html5audio.playclip=function(){
  88. html5audio.pause()
  89. html5audio.currentTime=0
  90. html5audio.play()
  91. }
  92. return html5audio
  93. }
  94. else{
  95. return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}}
  96. }
  97. }
  98.  
  99. var mouseoversound=createsoundbite("http://a.tumblr.com/tumblr_mzbd1tcAgS1svhlqqo1.mp3")
  100. var clicksound=createsoundbite("http://www.ultranoir.com/cdn/gene/sound/clack.ogg")</script>
  101.  
  102.  
  103. <!--THESE CODES ARE DOING WORK THE THEME, BACKGROUND COLOR CHANGING OR ADDING A CUSTOM BACKGROUND, CHANGE THE NUMBER OF LINKS, ETC.-->
  104. <meta name="color:Background" content="#fafafa"/>
  105. <meta name="color:Title" content="#eeeeee"/>
  106. <meta name="color:Text" content="#999999"/>
  107. <meta name="color:Link" content="#eeeeee"/>
  108. <meta name="color:Hover" content="#ffffff"/>
  109. <meta name="color:Hisatitle" content="#eeeeee"/>
  110. <meta name="image:Background" content=""/>
  111. <meta name="image:Sidebar" content="http://41.media.tumblr.com/12282777c8300d5aedd8e631fc88e97b/tumblr_myrk7lNGfj1ssesq9o1_500.jpg"/>
  112. <meta name="image:Favicon" content=""/>
  113. <meta name="text:Hisatitle" content="Nightfall"/>
  114. <meta name="text:Tab Title" content="Nightfall Theme"/>
  115. <meta name="image:Stripe" content="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQyzX23jm3dm0_TfAYYoBCKey3BvA84RqI6PfYeufkeP0Z3cqBZvQ"/>
  116. <meta name="color:StripeBorders" content="#383838"/>
  117. <meta name="color:BlinkingColorOne" content="#bbaa99"/>
  118. <meta name="color:BlinkingColorTwo" content="#aa8877"/>
  119. <meta name="text:Quote" content="Quote here"/>
  120. <meta name="color:QuoteBar" content="#996644"/>
  121. <meta name="if:ThreeColumns" content=""/>
  122.  
  123. <!--HERE ARE THE SITES WHERE WILL GIVE LINKS-->
  124. <meta name="text:Link One" content="" />
  125. <meta name="text:Link Two" content="" />
  126. <meta name="text:Link Three" content="" />
  127. <meta name="text:Link Four" content="" />
  128. <meta name="text:Link Five" content="" />
  129.  
  130. <!--HERE ARE PLACED THE NAMES OF LINKS-->
  131. <meta name="text:Link 1 hover text" content="Title Here" />
  132. <meta name="text:Link 2 hover text" content="Title Here" />
  133. <meta name="text:Link 3 hover text" content="Title Here" />
  134. <meta name="text:Link 4 hover text" content="Title Here" />
  135. <meta name="text:Link 5 hover text" content="Title Here" />
  136.  
  137. </script>
  138.  
  139. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  140.  
  141. <style type="text/css">
  142.  
  143.  
  144. #top{
  145. margin-top:-30px;
  146. position:fixed !important;
  147. width:100%;
  148. height:30px;
  149. border-bottom:2px solid #663322;
  150. z-index:99999999999;
  151. background-color:{color:QuoteBar};
  152. }
  153.  
  154. .quote{
  155. font-family: 'Shadows Into Light Two', cursive;
  156. color:#fff;
  157. text-align:center;
  158. font-size:18px;
  159. margin-top:10px;
  160. z-index:999999999999;
  161. }
  162.  
  163.  
  164.  
  165. /*--IFRAME ARE THE CODES OF CONTROL BUTTONS (DASHBOARD, FOLLOW/UNFOLLOW)--*/
  166. iframe#tumblr_controls{
  167. z-index:999999999999;
  168. opacity:0.2 !important;
  169. -webkit-filter:invert(100%);
  170. top:30px !important;
  171. right:8px !important;
  172. position:fixed!important;
  173. }
  174.  
  175. iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.2s 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:99999999999}
  176.  
  177. iframe#tumblr_controls:hover {-webkit-transition:opacity 1s 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:9999999999;}
  178.  
  179.  
  180. /*--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--*/
  181. ::-webkit-scrollbar {width: 4px; height: 4px; background:#f5f5f5; border-left: 1px solid #f5f5f5; }
  182.  
  183. ::-webkit-scrollbar-thumb { background-color:{color:Quotebar};
  184. background-image:{image:Background};
  185. border-bottom: 1px solid #fff;
  186. border-radius:5px;
  187. border-top: 1px solid #fff;
  188. border-left: 1px solid #fff;
  189. border-right: 1px solid #fff; }
  190.  
  191.  
  192. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  193. a:link, a:active, a:visited{
  194. color:{color:Link};
  195. text-decoration:none;
  196. -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;}
  197.  
  198. a:hover{
  199. color:{color:Hover};
  200. text-decoration:none;
  201. -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;
  202. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  203.  
  204.  
  205. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  206. #audio {
  207. width:200px;
  208. height:auto;
  209. min-height:60px;
  210. padding-bottom:0px;
  211. }
  212.  
  213. .cover {
  214. position:absolute;
  215. z-index:1;
  216. width:60px;
  217. height:60px;
  218. }
  219.  
  220. .cover img {
  221. float:left;
  222. width:60px;
  223. height:60px;
  224. }
  225.  
  226. .playbox {
  227. opacity:0.6;
  228. width:27px;
  229. height:30px;
  230. overflow:hidden;
  231. position:absolute;
  232. z-index:1000;
  233. margin-left:17px;
  234. margin-top:17px;
  235. text-align:center;
  236. }
  237.  
  238. .info {
  239. margin-left:73px;
  240. margin-top:4px;
  241. line-height:14px;
  242. }
  243.  
  244. #cunt{width:250px; height:auto;}
  245. {block:PermalinkPage}
  246. width:10px;
  247. {/block:PermalinkPage}
  248. }
  249.  
  250. #center{
  251. padding-top:3px;
  252. padding-bottom:3px;
  253. position:fixed !important;
  254. width:250px;
  255. height:207px;
  256. background-color:#fff;
  257. {block:PermalinkPage}
  258. width:410px;
  259. height:207px;
  260. {/block:PermalinkPage}
  261. }
  262.  
  263. body {
  264. padding: 0px;
  265. margin: 0px;
  266. color:{color:text};
  267. font-family: calibri;
  268. line-height:13px;
  269. font-size:12px;
  270. background-color: {color:Background};
  271. background-image:url({image:Background});
  272. background-attachment: fixed;
  273. background-repeat: repeat;
  274. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  275. }
  276.  
  277. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  278. #posts{
  279. float:center;
  280. {block:indexpage}
  281. width:600px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  282. {/block:indexpage}
  283. {block:permalinkpage}
  284. width:600px;
  285. {/block:permalinkpage}
  286. margin-left:600px;
  287. margin-top:30px;
  288. z-index:9999;
  289.  
  290. {block:ifThreeColumns}
  291. margin-left:580px;
  292. width:810px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  293. {/block:ifThreeColumns}
  294. }
  295.  
  296. /*--CUSTOMIZE ENTRY SETTINGS--*/
  297. #entry img{
  298. {block:indexpage}
  299. background:#fff;
  300. max-width:205px;
  301. opacity:0.7;
  302. z-index:9999999;
  303. -webkit-transition:all 0.7s ease-out;
  304. -moz-transition:all 0.7s ease-out;
  305. transition:all 0.7s ease-out;
  306. {/block:indexpage}
  307. }
  308.  
  309. #entry img:hover{
  310. opacity:1;
  311. }
  312.  
  313. #entry{
  314. z-index:999;
  315. margin:8px;
  316. float:left;
  317. background:#f9f9f9;
  318. font-size:10px;
  319. line-height:13px;
  320. text-transform:normal;
  321. width:204px;
  322. padding:12px;
  323. border:1px solid #ddd;
  324. box-shadow:#ddd 4px 4px;
  325. outline:1px solid #ddd;
  326. outline-offset:-8px;
  327. margin-top:30px;
  328. margin-right:30px;
  329. {block:PermalinkPage}
  330. opacity:0.8;
  331. width:360px;
  332. margin-top:30px;
  333. margin-right:30px;
  334. z-index:999;
  335. border:0px double {color:Title};
  336. {/block:PermalinkPage}
  337. -moz-transition: all 3.9s ease-out;
  338. -o-transition: all 3.9s ease-out;
  339. -webkit-transition: all 3.9s ease-out;
  340. transition: all 3.9s ease-out;
  341. {block:ifThreeColumns}
  342. margin-top:30px;
  343. margin-right:30px;
  344. {/block:ifThreeColumns}
  345. }
  346.  
  347. #entry:hover{
  348. border:1px solid #fff;
  349. box-shadow:0px 0px 20px {color:Title};
  350. -moz-transition: all 3.9s ease-out;
  351. -o-transition: all 3.9s ease-out;
  352. -webkit-transition: all 3.9s ease-out;
  353. transition: all 3.9s ease-out;
  354. }
  355.  
  356.  
  357. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  358. #entry .perma{
  359. text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
  360. width:auto;
  361. height:auto;
  362. font-family:'Berkshire Swash', cursive;
  363. color:#fff;
  364. font-size:20px;
  365. line-height:12px;
  366. text-align:center;
  367. text-transform:lowercase;
  368. background:;
  369. border:0px solid {color:StripeBorders};
  370. position:absolute;
  371. z-index:99999;
  372. overflow:hidden;
  373. margin-top:0px;
  374. margin-left:35px;
  375. padding:6px;
  376. -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;
  377. /*-webkit-transition:opacity 0.5s linear; opacity: 0.0;
  378. -webkit-transition:all 0.5s linear;
  379. -moz-transition:all 0.5s linear;
  380. transition:all 0.5s linear;*/
  381. }
  382.  
  383. #entry:hover .perma{
  384. overflow:visible;
  385. opacity:1;
  386. margin-top:0px;
  387. transform: rotate(0deg);
  388. -ms-transform: rotate(0deg);
  389. -webkit-transform: rotate(0deg);
  390. -o-transform: rotate(0deg);
  391. -moz-transform: rotate(0deg);
  392. /*-webkit-transition: all 0.5s linear;
  393. -webkit-transition: all 0.5s linear;
  394. -moz-transition: all 0.5s linear;
  395. transition: all 0.5s linear;*/
  396. -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);
  397. -webkit-transition: all .7s ease-in-out;
  398. -moz-transition: all .7s ease-in-out;
  399. -o-transition: all .7s ease-in-out;
  400. transition: all .7s ease-in-out;
  401. }
  402.  
  403. .permalinktext{
  404. display:block;
  405. text-align:right;
  406. text-decoration:none;
  407. font-size:8px;
  408. letter-spacing:1px;
  409. padding-top:5px;
  410. text-transform:uppercase;
  411. background:#fff;
  412. border:1px solid {color:StripeBorders};
  413. padding:2px;
  414. }
  415.  
  416.  
  417. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  418. .title{
  419. line-height:12px;
  420. color:{color:Title};
  421. font-weight:normal;
  422. }
  423.  
  424.  
  425. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  426. #hisatitle{
  427. position: fixed !important;
  428. z-index:999999;
  429. width:250px;
  430. margin-top:120px;
  431. margin-left:80px;
  432. color:{color:Hisatitle};
  433. text-shadow:1px 1px 4px #fff;
  434. font-family:'Berkshire Swash', cursive;
  435. font-size:60px;
  436. line-height:10px;
  437. }
  438.  
  439.  
  440. /*--CUSTOMIZE SIDEBAR--*/
  441. #sidebar{
  442. position:fixed !important;
  443. width:240px;
  444. height:320px;
  445. margin-top:140px;
  446. margin-left:60px;
  447. padding:12px;
  448. background-color:transparent;
  449. -webkit-transition: all .7s ease-in-out;
  450. -moz-transition: all .7s ease-in-out;
  451. -o-transition: all .7s ease-in-out;
  452. transition: all .7s ease-in-out;
  453. }
  454.  
  455. #sidebar:hover{
  456. position:fixed !important;
  457. width:240px;
  458. height:320px;
  459. margin-top:140px;
  460. margin-left:60px;
  461. padding:12px;
  462. background-color:transparent;
  463. border:0px solid #fff;
  464. -webkit-transition: all .7s ease-in-out;
  465. -moz-transition: all .7s ease-in-out;
  466. -o-transition: all .7s ease-in-out;
  467. transition: all .7s ease-in-out;
  468. }
  469.  
  470. #sidebarhvrimg{
  471. opacity:1;
  472. -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);
  473. -webkit-transition: all .7s ease-in-out;
  474. -moz-transition: all .7s ease-in-out;
  475. -o-transition: all .7s ease-in-out;
  476. transition: all .7s ease-in-out;
  477. }
  478.  
  479. #sidebar:hover #sidebarhvrimg{
  480. opacity:0;
  481. -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;
  482. }
  483. #sidebar:hover #desc{
  484. opacity:1;
  485. }
  486. #sidebar:hover #triangle-up{
  487. opacity:1;
  488. }
  489. #sidebar:hover #links{
  490. opacity:1;
  491. }
  492.  
  493.  
  494.  
  495. /*--CUSTOMIZE DESCRIPTION--*/
  496. div#desc{
  497. position:fixed !important;
  498. opacity:0;
  499. background:#fff;
  500. width:220px;
  501. max-height:80px;
  502. padding:12px;
  503. color:#999;
  504. margin-top:50px;
  505. margin-left:5px;
  506. font-size:10px;
  507. line-height:13px;
  508. font-family:arial;
  509. border:6px double {color:BlinkingColorOne};
  510. border-radius:15px;
  511. overflow-y:scroll;
  512. text-align:center; /*--you can put center, left, right or justify--*/
  513. -webkit-transition: all .7s ease-in-out;
  514. -moz-transition: all .7s ease-in-out;
  515. -o-transition: all .7s ease-in-out;
  516. transition: all .7s ease-in-out;
  517. }
  518.  
  519. #triangle-up {
  520. margin-top:-33px;
  521. opacity:0;
  522. width: 0;
  523. height: 0;
  524. border-left: 15px solid transparent;
  525. border-right: 15px solid transparent;
  526. border-bottom: 15px solid {color:BlinkingColorOne};
  527. -webkit-transition: all .7s ease-in-out;
  528. -moz-transition: all .7s ease-in-out;
  529. -o-transition: all .7s ease-in-out;
  530. transition: all .7s ease-in-out;
  531. }
  532.  
  533.  
  534.  
  535. /*--CUSTOMIZE LINKS--*/
  536. #links{
  537. opacity:0;
  538. position:fixed!important;
  539. width:auto;
  540. height:auto;
  541. padding:10px;
  542. color:{color:Link};
  543. font-size:11px;
  544. font-family: 'Nova Square', cursive;
  545. letter-spacing:0px;
  546. text-transform:none;
  547. background:transparent;
  548. margin-left:260px;
  549. margin-top:45px;
  550. -webkit-transition: all .1s ease-in-out;
  551. -moz-transition: all .1s ease-in-out;
  552. -o-transition: all .1s ease-in-out;
  553. transition: all .1s ease-in-out;
  554. }
  555.  
  556. #links:hover{
  557. letter-spacing:4px;
  558. -webkit-transition: all .1s ease-in-out;
  559. -moz-transition: all .1s ease-in-out;
  560. -o-transition: all .1s ease-in-out;
  561. transition: all .1s ease-in-out;
  562. }
  563.  
  564.  
  565. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  566. #infscr-loading{
  567. bottom: -70px;
  568. position: absolute;
  569. left: 50%;
  570. margin-left:-8px;
  571. width:16px;
  572. height:11px;
  573. overflow:hidden;
  574. margin-bottom: 50px;
  575. }
  576.  
  577. #postnotes{
  578. text-align: justify;}
  579.  
  580. #postnotes blockquote{
  581. border: 0px;}
  582.  
  583. blockquote{
  584. padding:0px 0px 2px 5px;
  585. margin:0px 0px 2px 10px;
  586. border-left: 1px dotted #eee;
  587. }
  588.  
  589. blockquote p, ul{
  590. margin:0px;
  591. padding:0px;
  592. }
  593.  
  594.  
  595. .stripe{
  596. background-size:cover;
  597. position:fixed;
  598. z-index:;
  599. margin-left:430px;
  600. top: 0px;
  601. background: #;
  602. background-image:url({image:Stripe});
  603. border: 0px solid {color:StripeBorders};
  604. border-bottom:none;
  605. border-top: none;
  606. height:75%;
  607. opacity:1;
  608. width:20px;
  609. border-bottom-left-radius: 100px;
  610. border-bottom-right-radius: 100px;
  611. -webkit-transition: all .7s ease;
  612. -moz-transition: all .7s ease;
  613. -o-transition: all .7s ease;
  614. transition: all .7s ease;
  615. }
  616.  
  617. .stripe:hover {
  618. background-position:right;
  619. }
  620.  
  621. .stripe2{
  622. background-size:cover;
  623. position:fixed;
  624. z-index:;
  625. margin-left:520px;
  626. top: 0px;
  627. background: #;
  628. background-image:url({image:Stripe});
  629. border: 0px solid {color:StripeBorders};
  630. border-bottom:none;
  631. border-top: none;
  632. height:85%;
  633. opacity:1;
  634. width:20px;
  635. border-bottom-left-radius: 100px;
  636. border-bottom-right-radius: 100px;
  637. -webkit-transition: all .7s ease;
  638. -moz-transition: all .7s ease;
  639. -o-transition: all .7s ease;
  640. transition: all .7s ease;
  641. }
  642.  
  643. .stripe2:hover {
  644. background-position:right;
  645. }
  646.  
  647.  
  648.  
  649.  
  650.  
  651. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  652. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  653. </style>
  654.  
  655. <!--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 -->
  656. <title>{text:Tab Title}</title>
  657. <!--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 -->
  658. <link rel="shortcut icon" href="{image:Favicon}">
  659.  
  660. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  661. <meta name="viewport" content="width=720" />
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668. <script type="text/javascript">
  669. // <![CDATA[
  670. var bgcolour="{color:BlinkingColorOne}"; // background colour
  671. var fgcolour="{color:BlinkingColorTwo}"; // #6600cc foreground colour
  672. var speed=80; // speed of bubbling, lower is faster
  673. var shades=12; // number of shades of bubble
  674.  
  675. /****************************
  676. * Bubbling Text Effect *
  677. *(c)2003-13 mf2fm web-design*
  678. * http://www.mf2fm.com/rv *
  679. * DON'T EDIT BELOW THIS BOX *
  680. ****************************/
  681. var bubbcol=new Array();
  682. var bubbshd;
  683. var bubbler, bubbtxt;
  684. var bubbchr=new Array();
  685.  
  686. function addLoadEvent(funky) {
  687. var oldonload=window.onload;
  688. if (typeof(oldonload)!='function') window.onload=funky;
  689. else window.onload=function() {
  690. if (oldonload) oldonload();
  691. funky();
  692. }
  693. }
  694.  
  695. addLoadEvent(bubbagump);
  696.  
  697. function bubbagump() { if (document.getElementById) {
  698. var i, fg, bg, col;
  699. for (bubbler=0; bubbler<=shades; bubbler++) {
  700. col="#";
  701. for (i=1; i<6; i+=2) {
  702. bg=parseInt(bgcolour.substring(i,i+2),16);
  703. fg=parseInt(fgcolour.substring(i,i+2),16);
  704. col+=dechex(bg+(fg-bg)*(bubbler/shades));
  705. }
  706. bubbcol[bubbler+1]=col;
  707. if (bubbler==Math.floor(shades/2)) bubbshd=col;
  708. }
  709. bubbler=document.getElementById("bubble");
  710. bubbtxt=bubbler.firstChild.nodeValue;
  711. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  712. for (i=0; i<bubbtxt.length; i++) {
  713. fg=document.createElement("span");
  714. fg.setAttribute("id", "bubb"+i);
  715. fg.style.textShadow=bubbshd+" 0px 0px 2px";
  716. fg.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  717. bubbler.appendChild(fg);
  718. }
  719. bubbler=setInterval("bubbling()", speed);
  720. }}
  721.  
  722. function dechex(dec) {
  723. dec=Math.floor(dec);
  724. return ((dec<16)?'0':'')+dec.toString(16);
  725. }
  726.  
  727. function bubbling() {
  728. var i, bubby;
  729. for (i=0; i<bubbtxt.length; i++) {
  730. bubby=document.getElementById("bubb"+i);
  731. if (bubbchr[i]) {
  732. bubby.style.color=bubbcol[bubbchr[i]];
  733. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  734. }
  735. else if (Math.random()<7.5/(shades*bubbtxt.length)) bubbchr[i]=1;
  736. }
  737. }
  738. // ]]>
  739. </script>
  740.  
  741.  
  742. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  743.  
  744. <link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
  745.  
  746.  
  747.  
  748.  
  749. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  750.  
  751. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  752.  
  753. <script>
  754.  
  755. (function($){
  756.  
  757. $(document).ready(function(){
  758.  
  759. $("a[title]").style_my_tooltips({
  760.  
  761. tip_follows_cursor:true,
  762.  
  763. tip_delay_time:90,
  764.  
  765. tip_fade_speed:600,
  766.  
  767. attribute:"title"
  768.  
  769. });
  770.  
  771. });
  772.  
  773. })(jQuery);
  774.  
  775. </script>
  776. <!--bubble tooltip from tutorial-baby! Enjoy-->
  777. <style>
  778.  
  779. .tooltip{
  780. display: inline;
  781. position: relative;
  782. }
  783. #s-m-t-tooltip {
  784. z-index:99999999;
  785. min-width:120px; /*the smallest the tooltip can be*/
  786. -moz-border-radius:10px;
  787. -webkit-border-radius:10px; /*change your border radius*/
  788. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  789. margin:20px 7px -2px 20px; /*distance from link, adjust triangle bottom value if you fiddle with this*/
  790. background: #aa8877; /*background color*/
  791. font-family:calibri; /*tooltip font*/
  792. font-size:10px; /*tooltip font size*/
  793. letter-spacing:2px; /*tooltip letter spacing*/
  794. text-transform:uppercase; /*makes the tooltip title uppercase*/
  795. color:#fff; /*tooltip font color*/
  796. text-align: center;
  797. }
  798. #s-m-t-tooltip:after {
  799. position: absolute;
  800. display: block;
  801. content: "";
  802. border-color: transparent transparent #aa8877 transparent ;
  803. border-style: solid;
  804. border-width: 7px; /*changes size of triangle*/
  805. height:0;
  806. width:0;
  807. position:absolute;
  808. bottom: 20px;
  809. left:10px;
  810. }
  811. </style>
  812.  
  813.  
  814.  
  815.  
  816.  
  817. </head>
  818.  
  819. <body>
  820.  
  821.  
  822.  
  823.  
  824. <div id="top"><div class="quote">
  825. <script language="JavaScript1.2">
  826.  
  827. /*
  828. Neon Lights Text
  829. By JavaScript Kit (http://javascriptkit.com)
  830. For this script, TOS, and 100s more DHTML scripts,
  831. Visit http://www.dynamicdrive.com
  832. */
  833.  
  834. var message="{text:Quote}"
  835. var neonbasecolor="{color:Quotebar}"
  836. var neontextcolor="white"
  837. var flashspeed=100 //in milliseconds
  838.  
  839. ///No need to edit below this line/////
  840.  
  841. var n=0
  842. if (document.all||document.getElementById){
  843. document.write('<font color="'+neonbasecolor+'">')
  844. for (m=0;m<message.length;m++)
  845. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  846. document.write('</font>')
  847. }
  848. else
  849. document.write(message)
  850.  
  851. function crossref(number){
  852. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  853. return crossobj
  854. }
  855.  
  856. function neon(){
  857.  
  858. //Change all letters to base color
  859. if (n==0){
  860. for (m=0;m<message.length;m++)
  861. //eval("document.all.neonlight"+m).style.color=neonbasecolor
  862. crossref(m).style.color=neonbasecolor
  863. }
  864.  
  865. //cycle through and change individual letters to neon color
  866. crossref(n).style.color=neontextcolor
  867.  
  868. if (n<message.length-1)
  869. n++
  870. else{
  871. n=0
  872. clearInterval(flashing)
  873. setTimeout("beginneon()",1500)
  874. return
  875. }
  876. }
  877.  
  878. function beginneon(){
  879. if (document.all||document.getElementById)
  880. flashing=setInterval("neon()",flashspeed)
  881. }
  882. beginneon()
  883.  
  884.  
  885. </script>
  886. </div></div>
  887. <div class="stripe"></div>
  888. <div class="stripe2"></div>
  889. <div id="center">
  890. <div id="content">
  891.  
  892. <!--THIS CODE DOES WORK THE TITLE OVER THE SIDEBAR-->
  893. <div id="hisatitle">
  894. <span id="bubble">
  895. {text:Hisatitle}
  896. </span>
  897. </div>
  898. <!--THIS CODE DOES WORK SIDEBAR-->
  899. <div id="sidebar">
  900.  
  901. <!--THIS CODE DOES WORK DESCRIPTION-->
  902. <div id="desc"><div id="triangle-up"></div><br>{description}</div>
  903.  
  904.  
  905. <!--THIS CODE DOES WORK LINKS-->
  906. <div id="links">
  907. <a href="{text:Link One}" title="{text:Link 1 hover text}" onmouseover="mouseoversound.playclip()"><img src="http://static.tumblr.com/haqz6pj/IEonorvtg/1.png"></a> <br>
  908.  
  909. <a href="{text:Link Two}" title="{text:Link 2 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://static.tumblr.com/haqz6pj/jqqnorvuj/28.png"></a> <br>
  910.  
  911. <a href="{text:Link Three}" title="{text:Link 3 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://static.tumblr.com/haqz6pj/OTXnorvwc/7.png"></a> <br>
  912.  
  913. <a href="{text:Link Four}" title="{text:Link 4 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://static.tumblr.com/haqz6pj/S3tnorvxl/12.png"></a> <br>
  914.  
  915. <a href="{text:Link Five}" title="{text:Link 5 hover text}" onmouseover="mouseoversound.playclip()" ><img src="http://static.tumblr.com/haqz6pj/Dfonorvy6/27.png"></a>
  916. </div>
  917.  
  918. <div style="opacity:.5;margin-left:-40px; margin-top:170px;"><img src="http://media.tumblr.com/c99f3c97eb49d0fcc9df069fddf2cda0/tumblr_inline_nee02gOuJU1sgp6cl.png" width="350px"></div>
  919.  
  920. <!--THIS CODE DOES WORK IMAGE OF SIDEBAR-->
  921. <div id="sidebarhvrimg">
  922. <img src="{image:sidebar}" style="border:4px double #fff; padding:0px; opacity:1; width:260px; height:340px; outline:1px solid #fff; outline-offset:-20px; margin-left:5px; margin-top:-280px"></div></div>
  923.  
  924.  
  925.  
  926.  
  927.  
  928. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  929. <div id="posts">
  930. {block:Posts}
  931. <div id="entry">
  932.  
  933.  
  934. {block:Text}
  935. {block:Title}<span class="title">{Title}</span>{/block:Title}
  936. <span class="entrytext">{Body}</span></a>
  937. {block:IndexPage}<br>
  938. <div class="permalinktext">
  939. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  940. {/block:Text}
  941.  
  942. {block:Link}
  943. <a href="{URL}" class="title">{Name}</a>
  944. {block:Description}{Description}{/block:Description}
  945. {block:IndexPage}<br>
  946. <div class="permalinktext">
  947. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  948. </div>
  949. {/block:IndexPage}
  950. {block:Link}
  951.  
  952. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  953. <div class="perma">
  954. <a title="go to the permalink page" href="{Permalink}"><font color="#fff">{NoteCountwithlabel}</font></a>
  955. <br>
  956. <a title="click to reblog" href="{ReblogURL}"><font color="#fff"><br><br>relove this post</font></a></center></div>{/block:IndexPage}
  957.  
  958. {block:IndexPage}
  959. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  960. {/block:IndexPage}
  961. {block:permalinkpage}{LinkOpenTag}<center>
  962. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  963. {LinkCloseTag}</center>{/block:permalinkpage}
  964. {/block:Photo}
  965.  
  966. {block:Quote}
  967. <div class="quote">❝ {quote}</div>
  968. {block:IndexPage}<br>
  969. <div class="permalinktext">
  970. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  971. {/block:Quote}
  972.  
  973. {block:Chat}
  974. {block:Title}<span class="title">{Title}</span>{/block:Title}
  975. <ul class="chat">
  976. {block:Lines}
  977. <li class="user_{UserNumber}">
  978. {block:Label}
  979. <span class="label">{Label}</span>
  980. {/block:Label}
  981.  
  982. {Line}<br>
  983. {/block:Lines}
  984. {block:IndexPage}<br>
  985. <div class="permalinktext">
  986. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  987. {/block:Chat}
  988.  
  989. {block:Audio}
  990. <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>
  991. {block:IndexPage}<br>
  992. <div class="permalinktext">
  993. <center> <font color="#fff">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#fff">{notecount} notes</font></a></center></div>{/block:IndexPage}
  994. {/block:Audio}
  995.  
  996. {block:Video}
  997. <center>{block:IndexPage}
  998. <div class="perma">
  999. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a> - <a href="{reblogurl}">↻</a></div>
  1000. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  1001. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  1002. {block:Video}
  1003.  
  1004. {block:Answer}
  1005. <div style="border:1px solid #eee; margin:3px; margin-top:-5px; min-height:30px; padding:3px; background:#f7f7f7">
  1006. <img src="{AskerPortraitURL-30}" width="30" align="left"
  1007. 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)">
  1008. <askk>{Asker}</askk>: {Question}</div>
  1009. <div style="font-family:calibri; font-size:10px">{Answer}</div>
  1010. {/block:Answer}
  1011.  
  1012. {block:PermalinkPage}
  1013. <center><br>
  1014. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  1015. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  1016. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  1017. {/block:PermalinkPage}
  1018. {block:PostNotes}
  1019. <div id="postnotes">{PostNotes}</div>
  1020. {/block:PostNotes}</div>{/block:Posts}
  1021. </div></div>
  1022.  
  1023. {block:indexpage}
  1024. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  1025. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1026. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  1027. <script type="text/javascript">
  1028. $(window).load(function(){
  1029. var $wall = $('#posts');
  1030. $wall.imagesLoaded(function(){
  1031. $wall.masonry({
  1032. itemSelector: '#entry, #entry_photo',
  1033. isAnimated : false
  1034. });
  1035. });
  1036.  
  1037. $wall.infinitescroll({
  1038. navSelector : '#page-nav',
  1039. nextSelector : '#page-nav a',
  1040. itemSelector : '#entry, #entry_photo',
  1041. bufferPx : 2000,
  1042. debug : false,
  1043. errorCallback: function() {
  1044. $('#infscr-loading').fadeOut('normal');
  1045. }},
  1046. function( newElements ) {
  1047. var $newElems = $( newElements );
  1048. $newElems.hide();
  1049. $newElems.imagesLoaded(function(){
  1050. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1051. });
  1052. }); $('#content').show(500);
  1053. });
  1054. </script>
  1055. {/block:indexpage}
  1056.  
  1057. <body onkeydown="">
  1058.  
  1059.  
  1060.  
  1061.  
  1062. </body>
  1063.  
  1064. <div style="z-index:99999999999; 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="Nightfall Theme made by Tana"><img src="http://33.media.tumblr.com/644606c2c1397ef03ce62a585dc1c2c4/tumblr_inline_ni36jhJvPP1ry72eo.gif"></a></div>
  1065.  
  1066.  
  1067. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement