Advertisement
elia-themes

Halloween darkness #4- Elia themes

Oct 10th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.11 KB | None | 0 0
  1. <!--
  2. Halloween Theme #5
  3. By elizabeth ( theme-elia.tumblr.com )
  4. Keep the credit and happy holidays love you bae!
  5. -->
  6. <head>
  7. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css'>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40. <html lang="en">
  41. <script type="text/javascript">
  42. <!--
  43.  
  44. // Disable Right Click Script
  45.  
  46. function IE(e)
  47. {
  48. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  49. {
  50. return false;
  51. }
  52. }
  53. function NS(e)
  54. {
  55. if (document.layers || (document.getElementById && !document.all))
  56. {
  57. if (e.which == "2" || e.which == "3")
  58. {
  59. return false;
  60. }
  61. }
  62. }
  63. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  64.  
  65. //-->
  66. </script>
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("a[title]").style_my_tooltips({
  74. tip_follows_cursor:true,
  75. tip_delay_time:90,
  76. tip_fade_speed:600,
  77. attribute:"title"
  78. });
  79. });
  80. })(jQuery);
  81. </script>
  82.  
  83. <meta name="color:Background" content="#ccc"/>
  84. <meta name="color:Title" content="#FFA114"/>
  85. <meta name="color:title text" content="#ccc"/>
  86. <meta name="color:Title box shadow" content="#ccc"/>
  87. <meta name="color:Description background" content="#FFFFB0"/>
  88. <meta name="color:Text" content="#999999"/>
  89. <meta name="color:topbar" content="#F5F064"/>
  90. <meta name="color:Link" content="#F5C218"/>
  91. <meta name="color:Hover" content="#ddd"/>
  92. <meta name="color:Posts background" content="#fff"/>
  93. <meta name="image:Background" content=""/>
  94. <meta name="image:Sidebar" content=""/>
  95. <meta name="text:Hisatitle" content="Halloween Darkness"/>
  96. <meta name="text:quote" content="Nothing On Earth Is So Beautiful As The Final Haul On Halloween Night"/>
  97.  
  98. <meta name="text:Link One" content="" />
  99. <meta name="text:Link Two" content="" />
  100. <meta name="text:Link Three" content="" />
  101. <meta name="text:Link Four" content="" />
  102. <meta name="text:Link Five" content="" />
  103.  
  104. <meta name="text:Link 1 hover text" content="Hover" />
  105. <meta name="text:Link 2 hover text" content="Hover" />
  106. <meta name="text:Link 3 hover text" content="Hover" />
  107. <meta name="text:Link 4 hover text" content="Hover" />
  108. <meta name="text:Link 5 hover text" content="Hover" />
  109.  
  110.  
  111. </script>
  112.  
  113.  
  114. <style type="text/css">
  115.  
  116. iframe#tumblr_controls{
  117. z-index:9;
  118. opacity:0.5 !important;
  119. -webkit-filter:invert(100%);
  120. top:0px !important;
  121. right:8px !important;
  122. position:fixed!important;
  123. }
  124.  
  125. iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.7s linear; opacity:0.2; -webkit-transition: all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999}
  126.  
  127. iframe#tumblr_controls:hover {-webkit-transition:opacity 0.7s linear; opacity:1.0; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;}
  128.  
  129.  
  130. /*--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--*/
  131. ::-webkit-scrollbar {width: 8px; height: 4px; background:#f5f5f5; border-left: 1px solid #f5f5f5; }
  132.  
  133. ::-webkit-scrollbar-thumb { background-color:{color:Title}; border-bottom: 1px solid #fff; border-radius:5px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
  134.  
  135. #fade { /*--Transparent background layer--*/
  136. display: none; /*--hidden by default--*/
  137. background:url();
  138. position: fixed; left: 0; top: 0;
  139. width: 100%; height: 100%;
  140. opacity: .80;
  141. z-index: 99;
  142. }
  143. .popup_block{
  144. display: none; /*--hidden by default--*/
  145. background: #fff;
  146. padding: 20px;
  147. border-left: 10px solid {color:borders};
  148. border-right: 10px solid {color:borders};
  149. border-top:1px solid #ddd;
  150. border-bottom:1px solid #ddd;
  151. float: left;
  152. font-size:11px;
  153. font-family:calibri;
  154. line-height:28px;
  155. -webkit-animation:lightSpeedIn 2s;
  156. -moz-animation:lightSpeedIn 2s;
  157. -ms-animation:lightSpeedIn 2s;
  158.  
  159. position: fixed;
  160. top: 50%; left: 50%;
  161. z-index: 9999999999999;
  162. /*--CSS3 Rounded Corners--*/
  163. -webkit-border-radius: 2px;
  164. -moz-border-radius: 2px;
  165. border-radius: 2px;
  166. }
  167. img.btn_close {
  168. float: right;
  169. margin: -5px -5px 0 0;
  170. }
  171. /*--Making IE6 Understand Fixed Positioning--*/
  172. *html #fade {
  173. position: absolute;
  174. }
  175. *html .popup_block {
  176. position: absolute;
  177. }
  178. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  179. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  180.  
  181. body {
  182. padding:0px;
  183. margin:0px;
  184. color:{color:Text};
  185. font-family:calibri;
  186. font-size:12px;
  187. line-height:15px;
  188. text-transform:normal;
  189. background-color:{color:Background};
  190. background-image:url({image:Background});
  191. background-attachment:fixed;
  192. background-repeat:repeat;
  193. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  194.  
  195. a:link, a:active, a:visited{
  196. color:{color:Link};
  197. text-decoration:none;
  198. -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;}
  199.  
  200. a:hover{
  201. color:{color:Hover};
  202. text-decoration:none;
  203. -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;
  204. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  205.  
  206.  
  207. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  208. #audio {
  209. width:200px;
  210. height:auto;
  211. min-height:60px;
  212. padding-bottom:0px;
  213. }
  214.  
  215. .cover {
  216. position:absolute;
  217. z-index:1;
  218. width:60px;
  219. height:60px;
  220. }
  221.  
  222. .cover img {
  223. float:left;
  224. width:60px;
  225. height:60px;
  226. }
  227.  
  228. .playbox {
  229. opacity:0.6;
  230. width:27px;
  231. height:30px;
  232. overflow:hidden;
  233. position:absolute;
  234. z-index:1000;
  235. margin-left:17px;
  236. margin-top:17px;
  237. text-align:center;
  238. }
  239.  
  240. .info {
  241. margin-left:73px;
  242. margin-top:4px;
  243. line-height:14px;
  244. }
  245.  
  246. #cunt{width:250px; height:auto;}
  247. {block:PermalinkPage}
  248. width:10px;
  249. {/block:PermalinkPage}
  250. }
  251.  
  252. #center{
  253. padding-top:3px;
  254. padding-bottom:3px;
  255. position:fixed !important;
  256. width:250px;
  257. height:207px;
  258. background-color:#fff;
  259. {block:PermalinkPage}
  260. width:410px;
  261. height:207px;
  262. {/block:PermalinkPage}
  263. }
  264. /*--PlEASE DOn't Take OFf the cRedits --*/
  265. #credit{
  266. position:fixed;
  267. background:white;
  268. border:1px solid #e1e1e1;
  269. padding:10px;
  270. height:10px;
  271. width:100px;
  272. text-align:left;
  273. overflow:hidden;
  274. bottom:10px;
  275. margin-left:-80px;
  276. -webkit-transition:all 0.7s ease-out;
  277. -moz-transition:all 0.7s ease-out;
  278. transition:all 0.7s ease-out;
  279. }
  280. #credit:hover{
  281. margin-left:-5px;
  282. -webkit-transition:all 0.7s ease-out;
  283. -moz-transition:all 0.7s ease-out;
  284. transition:all 0.7s ease-out;
  285. }
  286. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  287. #posts{
  288. float:center;
  289. {block:indexpage}
  290. width:600px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  291. {/block:indexpage}
  292. {block:permalinkpage}
  293. width:1000px;
  294. margin-top:20px;
  295. {/block:permalinkpage}
  296. margin-left:380px;
  297.  
  298. margin-top:10px;
  299. background:{color:Posts background};
  300. z-index:99999;
  301. }
  302.  
  303. #javascript-scroll{
  304. position:fixed;
  305. -webkit-filter: invert(100%);
  306. opacity: 0.7;
  307. top:27px;
  308. right:5px;
  309. height:auto;
  310. text-transform:uppercase;
  311. background: transparent;
  312. width:auto;
  313. z-index: 9999;
  314. border-radius: 5px;
  315. }
  316.  
  317. #topbar{
  318. position:fixed;
  319. width:602px;
  320. height:30px;
  321. z-index:999999;
  322. opacity:.9;
  323. background:{color:topbar};
  324. margin-left:380px;
  325. margin-top:-10px;
  326. box-shadow:0px 0px 8px #e1e1e1;
  327. color:#fff;
  328. font-style:normal;
  329. text-transform:uppercase;
  330. font-size:11px;
  331. text-align:center;
  332. line-height:29px;
  333.  
  334.  
  335. }
  336. askk{
  337. font-size:13px;
  338. font-family:georgia;
  339. font-style:italic;
  340. color:{color:title};
  341. }
  342. /*--CUSTOMIZE ENTRY SETTINGS--*/
  343. #entry img{
  344. {block:indexpage}
  345. background:#fff;
  346. max-width:225px;
  347. opacity:0.7;
  348.  
  349. z-index:9999999;
  350. -webkit-transition:all 0.7s ease-out;
  351. -moz-transition:all 0.7s ease-out;
  352. transition:all 0.7s ease-out;
  353. {/block:indexpage}
  354.  
  355. }
  356. #entry img:hover{
  357. opacity:1;
  358.  
  359. color:white; border-radius:0px; box-shadow:260px 0px 0px 0px #d0c3e6 inset; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; -o-transition: all .5s linear; -ms-transition: all .5s linear; transition: all .5s linear;
  360. }
  361. #entry{
  362. z-index:999;
  363. margin:12px;
  364. float:left;
  365. background:#fff;
  366. font-size:10px;
  367. line-height:13px;
  368. text-transform:normal;
  369. width:224px;
  370. margin-left:30px;
  371. margin-top:40px;
  372. padding:12px;
  373. border:1px solid #eee;
  374. box-shadow:rgba(0,0,0,.03) 4px 4px;
  375. {block:PermalinkPage}
  376. opacity:0.8;
  377. width:300px;
  378. margin-top:15px;
  379. margin-left:39px;
  380. z-index:999;
  381. border:4px double {color:Title};
  382. {/block:PermalinkPage}
  383. -moz-transition: all 3.9s ease-out;
  384. -o-transition: all 3.9s ease-out;
  385. -webkit-transition: all 3.9s ease-out;
  386. transition: all 3.9s ease-out;
  387. }
  388.  
  389. #entry:hover{
  390. border:1px solid #fff;
  391. box-shadow:0px 0px 20px {color:Title};
  392.  
  393.  
  394. }
  395.  
  396.  
  397. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  398. #entry .perma{
  399. width:104px;
  400. height:auto;
  401. font-family:consolas;
  402. font-size:9px;
  403. line-height:12px;
  404. text-align:center;
  405. text-transform:uppercase;
  406. background:{color:title};
  407. border:1px solid #fff;
  408. position:absolute;
  409. z-index:99999;
  410. overflow:hidden;
  411. margin-top:5px;
  412. margin-left:50px;
  413. padding:10px;
  414. outline:1px solid #ccc;
  415. outline-offset:-5px;
  416. -webkit-animation:lightspeedin 2s;
  417. -moz-animation:lightspeedin 2s;
  418. -ms-animation:lightspeedin 2s;
  419. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  420. -webkit-transition:all 0.5s linear;
  421. -moz-transition:all 0.5s linear;
  422. transition:all 0.5s linear;
  423. }
  424.  
  425. #entry:hover .perma{
  426. overflow:visible;
  427. opacity:1;
  428. -webkit-animation:lightSpeedIn 2s;
  429. -moz-animation:lightSpeedIn 2s;
  430. -ms-animation:lightSpeedIn 2s;
  431. transform: rotate(0deg);
  432.  
  433. -ms-transform: rotate(0deg);
  434. -webkit-transform: rotate(0deg);
  435. -o-transform: rotate(0deg);
  436. -moz-transform: rotate(0deg);
  437. -webkit-transition: all 0.5s linear;
  438. -webkit-transition: all 0.5s linear;
  439. -moz-transition: all 0.5s linear;
  440. transition: all 0.5s linear;
  441. }
  442.  
  443. .permalinktext{
  444. display:block;
  445. text-align:right;
  446. text-decoration:none;
  447. font-size:8px;
  448. letter-spacing:1px;
  449. padding-top:5px;
  450. text-transform:uppercase;
  451. background:#f9f9f9;
  452. border:1px solid #f3f3f3;
  453. padding:2px;
  454. }
  455.  
  456.  
  457. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  458. .title{
  459. line-height:12px;
  460. color:{color:Title};
  461. font-weight:normal;
  462. font-size:17px;
  463. font-family:georgia;
  464. font-style:italic;
  465. }
  466.  
  467.  
  468. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  469. #hisatitle{
  470. position:fixed !important;
  471. z-index:999999;
  472. width:130px;
  473. padding:5px;
  474. margin-left:135px;
  475. margin-top:126px;
  476. color:{color:title text};
  477. text-align:center;
  478. border-radius:5px;
  479. box-shadow:2px 1px 2px {color:Title box shadow};
  480. border:1px solid #e1e1e1;
  481. font-style:normal;
  482. font-family:consolas;
  483. background:#fbfbfb;
  484. text-transform:uppercase;
  485. font-size:11px;
  486. line-height:10px;
  487. }
  488. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  489. @font-face { font-family: "meem33"; src: url('http://static.tumblr.com/gyoju49/nm1mo9g6c/meem19.ttf'); }
  490. #q{
  491. position:fixed;
  492. font-size:11px;
  493. background:{color:Description background};
  494. font-family:calibri;
  495. font-style:italic;
  496. opacity:0;
  497. width:132px;
  498. height:0px;
  499. line-height:15px;
  500. z-index:99;
  501. padding:4px;
  502. margin-top:10px;
  503. margin-left:10px;
  504. outline:1px solid #e1e1e1;
  505. -webkit-transition:all 0.7s ease-out;
  506. -moz-transition:all 0.7s ease-out;
  507. transition:all 0.7s ease-out;
  508.  
  509. }
  510. #sidebar:hover #q{
  511. opacity:.9;
  512. height:132px;
  513. -webkit-transition:all 0.7s ease-out;
  514. -moz-transition:all 0.7s ease-out;
  515. transition:all 0.7s ease-out;
  516. }
  517. #pic{
  518. position:fixed;
  519. z-index:1;
  520. opacity:.8;
  521. margin-top:350px;
  522. margin-left:1050px;
  523. }
  524. #pic img{
  525. width:300px;
  526.  
  527. }
  528. @font-face { font-family: "bangalore"; src: url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
  529.  
  530. @font-face { font-family: "arse"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  531.  
  532. @font-face { font-family: "fely"; src: url('http://static.tumblr.com/q54tzar/9bPm21fzv/fely_1_.ttf'); }
  533.  
  534. @font-face { font-family: "dubielitalic"; src: url('http://static.tumblr.com/m6mqatb/QUklrzd0z/dubielitalic.ttf');}
  535. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  536. @font-face { font-family: "wee"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  537.  
  538.  
  539. /*--CUSTOMIZE SIDEBAR--*/
  540. #sidebar{
  541. position:fixed !important;
  542. width:160px;
  543. height:160px;
  544. margin-top:140px;
  545. margin-left:120px;
  546. padding:6px;
  547. background-color:#fff;
  548. border:1px solid #eee;
  549. }
  550.  
  551. name{
  552. float: left;
  553. font-family: Times New Roman;
  554. font-size: 25px;
  555. width: 23px;
  556. height: 23px;
  557. line-height: 25px;
  558. padding: 4px;
  559. margin-right: 4px;
  560. font-style:normal;
  561. background-color:{color:title};
  562. text-align: center;
  563. border: 3px double white;
  564. color: white;
  565. }
  566.  
  567. ::selection{
  568. color: {color:title};
  569. background: transparent;
  570. }
  571.  
  572. ::-moz-selection{
  573. color: {color:title};
  574. background: transparent;
  575. }
  576.  
  577. #s-m-t-tooltip {
  578. max-width:500px;
  579. padding:4px;
  580. margin:20px 0px 0px 20px;
  581. background: {color:title};
  582. border:1px solid {color:title};
  583. letter-spacing: 1px;
  584. color: white;
  585. font-size:10px;
  586. font-family:calibri;
  587.  
  588. z-index:999999999999999999999999999999999999;
  589. }
  590.  
  591. #s-m-t-tooltip:before{
  592. position: absolute;
  593. left: -11px;
  594. top: -7px;
  595. width: 0px;
  596. content:"";
  597. transform: scale(1.7, .3);
  598. -webkit-transform: scale(1.7, .3);
  599. -moz-transform: scale(1.7, .3);
  600. -o-transform: scale(1.7, .3);
  601. -ms-transform: scale(1.7, .3);
  602. height: 0px;
  603. border-right: 4px solid {color:title};
  604. border-bottom: 17px solid transparent;
  605. border-left: 4px solid transparent;
  606. border-top: 17px solid transparent;
  607. }
  608.  
  609. /*--CUSTOMIZE DESCRIPTION--*/
  610. div#desc{
  611. position:fixed !important;
  612. opacity:.0;
  613. background:#fff;
  614. width:160px;
  615. height:43px;
  616. padding:12px;
  617. color:#999;
  618. margin-top:-60px;
  619. margin-left:-13px;
  620. font-size:10px;
  621. line-height:13px;
  622. font-family:calibri;
  623. border:1px solid #eee;
  624. -webkit-transition:all 0.7s ease-out;
  625. -moz-transition:all 0.7s ease-out;
  626. transition:all 0.7s ease-out;
  627. text-align:justify;
  628. }
  629. #sidebar:hover #desc{
  630. opacity:1;
  631. margin-top:190px;
  632. -webkit-transition:all 0.7s ease-out;
  633. -moz-transition:all 0.7s ease-out;
  634. transition:all 0.7s ease-out;
  635. }
  636. #link1{
  637. position:fixed;
  638. overflow:visible;
  639. opacity:1;
  640. z-index:999999999999999999;
  641. margin-top:19px;
  642. background:{color:title};
  643. margin-left:-37px;
  644. border-radius:100px;
  645. -webkit-transition: all .3s ease;
  646. -moz-transition: all .3s ease;
  647. -o-transition: all .3s ease;
  648. transition: all .3s ease;
  649. }
  650.  
  651. #sidebar:hover #link1{
  652. opacity:1;
  653. -webkit-transition: all .7s ease;
  654. -moz-transition: all .7s ease;
  655. -o-transition: all .7s ease;
  656. transition: all .7s ease;
  657. }
  658.  
  659. #link1 a{
  660. padding-right:8px;
  661. padding-left:8px;
  662. padding-top:2px;
  663. padding-bottom:2px;
  664. background:{color:title};
  665. border-radius:100px;
  666. -webkit-transition: all .8s ease;
  667. -moz-transition: all .8s ease;
  668. -o-transition: all .8s ease;
  669. transition: all .8s ease;
  670. }
  671. #link2{
  672. position:fixed;
  673. overflow:visible;
  674. opacity:1;
  675. z-index:999999999999999999;
  676. margin-top:45px;
  677. margin-left:-37px;
  678. -webkit-transition: all .3s ease;
  679. -moz-transition: all .3s ease;
  680. -o-transition: all .3s ease;
  681. transition: all .3s ease;
  682. }
  683.  
  684. #link2 a{
  685. padding-right:8px;
  686. padding-left:8px;
  687. padding-top:2px;
  688. padding-bottom:2px;
  689. background:{color:title};
  690. border-radius:100%;
  691. -webkit-transition: all .8s ease;
  692. -moz-transition: all .8s ease;
  693. -o-transition: all .8s ease;
  694. transition: all .8s ease;
  695. }
  696. #link3{
  697. position:fixed;
  698. overflow:visible;
  699. opacity:1;
  700. z-index:999999999999999999;
  701. margin-top:71px;
  702. margin-left:-37px;
  703. -webkit-transition: all .3s ease;
  704. -moz-transition: all .3s ease;
  705. -o-transition: all .3s ease;
  706. transition: all .3s ease;
  707. }
  708.  
  709. #sidebar:hover #link3{
  710. opacity:1;
  711. -webkit-transition: all .7s ease;
  712. -moz-transition: all .7s ease;
  713. -o-transition: all .7s ease;
  714. transition: all .7s ease;
  715. }
  716. #link3 a{
  717. padding-right:8px;
  718. padding-left:8px;
  719. padding-top:2px;
  720. padding-bottom:2px;
  721. background:{color:title};
  722. border-radius:100%;
  723.  
  724. -webkit-transition: all .8s ease;
  725. -moz-transition: all .8s ease;
  726. -o-transition: all .8s ease;
  727. transition: all .8s ease;
  728. }
  729.  
  730. #link4{
  731. position:fixed;
  732. overflow:visible;
  733. opacity:1;
  734. z-index:999999999999999999;
  735. margin-top:98px;
  736. margin-left:-37px;
  737. -webkit-transition: all .3s ease;
  738. -moz-transition: all .3s ease;
  739. -o-transition: all .3s ease;
  740. transition: all .3s ease;
  741. }
  742.  
  743. #sidebar:hover #link4{
  744. opacity:1;
  745. -webkit-transition: all .7s ease;
  746. -moz-transition: all .7s ease;
  747. -o-transition: all .7s ease;
  748. transition: all .7s ease;
  749. }
  750. #link4 a{
  751. padding-right:8px;
  752. padding-left:8px;
  753. padding-top:2px;
  754. padding-bottom:2px;
  755. background:{color:title};
  756. border-radius:100%;
  757.  
  758. -webkit-transition: all .8s ease;
  759. -moz-transition: all .8s ease;
  760. -o-transition: all .8s ease;
  761. transition: all .8s ease;
  762. }
  763.  
  764. #link5{
  765. position:fixed;
  766. overflow:visible;
  767. opacity:1;
  768. z-index:999999999999999999;
  769. margin-top:125px;
  770. margin-left:-37px;
  771. -webkit-transition: all .3s ease;
  772. -moz-transition: all .3s ease;
  773. -o-transition: all .3s ease;
  774. transition: all .3s ease;
  775. }
  776.  
  777. #sidebar:hover #link5{
  778. opacity:1;
  779. -webkit-transition: all .7s ease;
  780. -moz-transition: all .7s ease;
  781. -o-transition: all .7s ease;
  782. transition: all .7s ease;
  783. }
  784. #link5 a{
  785. padding-right:8px;
  786. padding-left:8px;
  787. padding-top:2px;
  788. padding-bottom:2px;
  789. background:{color:title};
  790. border-radius:100%;
  791.  
  792. -webkit-transition: all .8s ease;
  793. -moz-transition: all .8s ease;
  794. -o-transition: all .8s ease;
  795. transition: all .8s ease;
  796. }
  797. #ocehans1{
  798. height:33px;
  799. text-align:center;
  800. overflow:hidden;
  801. margin-top:-1px;
  802. border-bottom:0px solid #e8caf8;
  803. text-transform:normal;
  804. font-style:normal;
  805. letter-spacing:1px;
  806. font-size:11px;
  807. font-family: calibri;
  808. outline:1px dashed #e1e1e1;
  809. outline-offset:-3px;
  810. line-height:15px;
  811. z-index:999999999999999999999;
  812. -webkit-transition: all 0.5s ease-in-out;
  813. -moz-transition: all 0.5s ease-in-out;
  814. -o-transition: all 0.5s ease-in-out;
  815. }
  816. #ocehans1:hover{
  817. height:150px;
  818. -webkit-transition: all 0.5s ease-in-out;
  819. -moz-transition: all 0.5s ease-in-out;
  820. -o-transition: all 0.5s ease-in-out;
  821. }
  822.  
  823. #ocehans{
  824. text-align:left;
  825. font-size:25px;
  826. text-transform:lowercase;
  827. opacity: .8;
  828. overflow:hidden;
  829. border:1px solid #e8caf8;
  830. position:fixed;
  831. font-family:josefin+slab;
  832. left:120px;
  833. background-color:#fff;
  834. letter-spacing:1px;
  835. width:163px;
  836. z-index:9999;
  837. padding:4px;
  838. top:330px;
  839.  
  840. }
  841.  
  842. /*--CUSTOMIZE LINKS--*/
  843. #links{
  844. opacity:1.0;
  845. position:fixed!important;
  846. width:140px;
  847. height:150px;
  848. padding:10px;
  849. color:{color:Link};
  850. font-size:10px;
  851. font-family:helvetica;
  852. letter-spacing:0px;
  853. text-transform:none
  854. z-index:-99;
  855. background:white;
  856. margin-left:-46px;
  857. margin-top:230px;
  858. -webkit-transition: all 0.9s ease-in-out;
  859. -moz-transition: all 0.9s ease-in-out;
  860. -o-transition: all 0.9s ease-in-out;
  861. }
  862.  
  863.  
  864. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  865. #infscr-loading{
  866. bottom: -70px;
  867. position: absolute;
  868. left: 50%;
  869. margin-left:-8px;
  870. width:16px;
  871. height:11px;
  872. overflow:hidden;
  873. margin-bottom: 50px;
  874. }
  875.  
  876. #postnotes{
  877. text-align: justify;}
  878.  
  879. #postnotes blockquote{
  880. border: 0px;}
  881. blockquote{
  882. padding:0px 0px 2px 5px;
  883. margin:0px 0px 2px 10px;
  884. border-left: 1px dotted #eee;
  885. }
  886.  
  887. blockquote p, ul{
  888. margin:0px;
  889. padding:0px;
  890. }
  891. @keyframes shakePop { 0% {transform:rotate(7deg); } 50% {transform:rotate(-7deg);} 70% {transform: scale(.9); } 100% {transform: scale(1); } } @-webkit-keyframes shakePop /* Safari and Chrome */ { 0% { -webkit-transform:rotate(7deg); /* Safari and Chrome */} 50% {-webkit-transform:rotate(-7deg); /* Safari and Chrome */ } 70% {-webkit-transform: scale(.9); } 100% {-webkit-transform: scale(1); } } #animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 0.9; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 0.9; } 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 0.9; } } @-moz-keyframes lightSpeedIn { 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 0.9; } 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 0.9; } 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 0.9; } } @-o-keyframes lightSpeedIn { 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 0.9; } 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 0.9; } 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 0.9; } } @keyframes lightSpeedIn { 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { transform: translateX(-20%) skewX(30deg); opacity: 0.9; } 80% { transform: translateX(0%) skewX(-15deg); opacity: 0.9; } 100% { transform: translateX(0%) skewX(0deg); opacity: 0.9; } } #lightSpeedIn { -webkit-animation-name: lightSpeedIn; -moz-animation-name: lightSpeedIn; -o-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  892. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  893. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  894. </style>
  895.  
  896. <title>{Title}</title>
  897.  
  898. <link rel="shortcut icon" href="http://lh3.ggpht.com/_NZJzdRm10Y0/TUbqtItIqhI/AAAAAAAAAfY/7nsF8ZN6GZo/cereja2.gif">
  899.  
  900. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  901. <meta name="viewport" content="width=720" />
  902.  
  903. </head>
  904. <body>
  905. <div id="center">
  906. <div id="content">
  907. <div id="hisatitle">{text:Hisatitle}</div>
  908. <div id="topbar">{text:quote}</div>
  909. <div id="credit"><img height="20" src="http://www.arts-stew.com/wp-content/uploads/2012/10/Smiling-Halloween-Pumpkins.jpg" style="width:auto; float:right;"> <a href="http://cryinqq-skies.tumblr.com">theme by elia</a>
  910.  
  911. </div>
  912.  
  913.  
  914. <div id="sidebar">
  915.  
  916.  
  917.  
  918. <div id="link1"><a href="{text:link one}" title="{text:Link 1 hover text}">☠</a></div>
  919. <div id="link2"><a href="{text:link two}" title="{text:Link 2 hover text}">☠</a></div>
  920. <div id="link3"><a href="{text:link three}" title="{text:Link 3 hover text}">☠</a></div>
  921. <div id="link4"><a href="{text:link four}" title="{text:Link 4 hover text}">☠</a></div>
  922. <div id="link5"><a href="{text:link five}" title="{text:Link 5 hover text}">☠</a></div>
  923.  
  924. <div id="javascript-scroll"><a target="blank" href="http://www.theme-elia.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png"></a></div>
  925.  
  926. <div id="q">{description}</div>
  927.  
  928. <img src="{image:sidebar}" style="padding:10px; opacity:0.7; width:140px; height:140px"></div>
  929. <div id="pic"><img src="http://media.tumblr.com/a0344a77752fc2f1816557da02b3a487/tumblr_inline_n81mzzSs2S1sgp6cl.png"></div>
  930.  
  931. <div id="posts">
  932. {block:Posts}
  933. <div id="entry">
  934.  
  935. {block:Text}
  936. {block:Title}<span class="title">{Title}</span>{/block:Title}
  937. <span class="entrytext">{Body}</span></a>
  938. {block:IndexPage}<br>
  939. <div class="permalinktext">
  940. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  941. {/block:Text}
  942.  
  943. {block:Link}
  944. <a href="{URL}" class="title">{Name}</a>
  945. {block:Description}{Description}{/block:Description}
  946. {block:IndexPage}<br>
  947. <div class="permalinktext">
  948. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a> <img src="http://fc08.deviantart.net/fs71/f/2012/359/b/f/orb_mini_pixel_by_gasara-d5ox47w.gif">
  949. </div>
  950. {/block:IndexPage}
  951. {block:Link}
  952.  
  953. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  954. <div class="perma">
  955. <a title="go to this post" href="{Permalink}"><font color="#fff">{NoteCountwithlabel}</font></a>
  956. <br>
  957. <a title="reblog this post" href="{ReblogURL}"><font color="#fff">reblog</font></a></center></div>{/block:IndexPage}
  958.  
  959. {block:IndexPage}
  960. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  961. {/block:IndexPage}
  962. {block:permalinkpage}{LinkOpenTag}<center>
  963. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" "width=360px;"/>
  964. {LinkCloseTag}{caption}</center>{/block:permalinkpage}
  965. {/block:Photo}
  966.  
  967. {block:Quote}
  968. <div class="quote">❝ {quote}</div>
  969. {block:IndexPage}<br>
  970. <div class="permalinktext">
  971. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  972. {/block:Quote}
  973.  
  974. {block:Chat}
  975. {block:Title}<span class="title">{Title}</span>{/block:Title}
  976. <ul class="chat">
  977. {block:Lines}
  978. <li class="user_{UserNumber}">
  979. {block:Label}
  980. <span class="label">{Label}</span>
  981. {/block:Label}
  982.  
  983. {Line}<br>
  984. {/block:Lines}
  985. {block:IndexPage}<br>
  986. <div class="permalinktext">
  987. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  988. {/block:Chat}
  989.  
  990. {block:Audio}
  991. <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>
  992. {block:IndexPage}<br>
  993. <div class="permalinktext">
  994. <center> <font color="#fff">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#fff">{notecount} notes</font></a></center></div>{/block:IndexPage}
  995. {/block:Audio}
  996.  
  997. {block:Video}
  998. <center>{block:IndexPage}
  999. <div class="perma">
  1000. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a> - <a href="{reblogurl}">↻</a></div>
  1001. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  1002. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  1003. {block:Video}
  1004.  
  1005. {block:Answer}
  1006. <div style="border:1px solid #eee; margin:3px; margin-top:-5px; min-height:30px; padding:3px; background:#f7f7f7">
  1007. <img src="{AskerPortraitURL-30}" width="30" align="left"
  1008. 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)">
  1009. <askk>{Asker}</askk>: {Question}</div>
  1010. <div style="font-family:calibri; font-size:10px">{Answer}</div>
  1011. {/block:Answer}
  1012.  
  1013. {block:PermalinkPage}
  1014. <center><br>
  1015. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  1016. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  1017. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  1018. {/block:PermalinkPage}
  1019. {block:PostNotes}
  1020. <div id="postnotes">{PostNotes}</div>
  1021. {/block:PostNotes}</div>{/block:Posts}
  1022. </div></div>
  1023.  
  1024. {block:indexpage}
  1025. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  1026. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1027. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  1028. <script type="text/javascript">
  1029. $(window).load(function(){
  1030. var $wall = $('#posts');
  1031. $wall.imagesLoaded(function(){
  1032. $wall.masonry({
  1033. itemSelector: '#entry, #entry_photo',
  1034. isAnimated : false
  1035. });
  1036. });
  1037.  
  1038. $wall.infinitescroll({
  1039. navSelector : '#page-nav',
  1040. nextSelector : '#page-nav a',
  1041. itemSelector : '#entry, #entry_photo',
  1042. bufferPx : 2000,
  1043. debug : false,
  1044. errorCallback: function() {
  1045. $('#infscr-loading').fadeOut('normal');
  1046. }},
  1047. function( newElements ) {
  1048. var $newElems = $( newElements );
  1049. $newElems.hide();
  1050. $newElems.imagesLoaded(function(){
  1051. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1052. });
  1053. }); $('#content').show(500);
  1054. });
  1055. </script>
  1056. {/block:indexpage}
  1057.  
  1058. <body onkeydown="return false">
  1059. </body>
  1060.  
  1061. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/holidays/hol-1/hol66.ani), url(http://cur.cursors-4u.net/holidays/hol-1/hol66.png), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Scary Pumpkin 3"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Scary Pumpkin 3" style="position:absolute; top: 0px; right: 0px;" /></a>
  1062. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement