Advertisement
0beyjulia

hashliatheme Theme 4

Dec 5th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.54 KB | None | 0 0
  1. <!--
  2. Theme by Wint3r-w0ndrland dont steal the credit please (:
  3. to see more of our themes go to http://hashliathemes.tumblr.com
  4. -->
  5. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  6. <html lang="en">
  7. <head>
  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://i47.tinypic.com/mawh08.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. <script type="text/javascript">
  40.  
  41. </script>
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46. <script>
  47.  
  48. </script>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
  51. <link href='http://fonts.googleapis.com/css?family=Englebert' rel='stylesheet' type='text/css'>
  52. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  53.  
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  58. <meta name="color:background" content="#ffffff"/>
  59. <meta name="color:text" content="#000000"/>
  60. <meta name="color:borda" content="#d8d8d8"/>
  61. <meta name="color:sidebar links border" content="#d8d8d8"/>
  62. <meta name="color:sidebar links bg" content="#ffffff"/>
  63. <meta name="color:links" content="#000000"/>
  64. <meta name="color:shadow" content="#000000"/>
  65. <meta name="color:asks" content="#e6e6e6"/>
  66. <meta name="if:Sidebarsolid" content="0"/>
  67. <meta name="color:hover links" content="#686868"/>
  68. <meta name="image:Sidebar" content=""/>
  69. <meta name="image:Background" content=""/>
  70. <meta name="text:Link One Title" content=""/>
  71. <meta name="text:Link One" content="" />
  72. <meta name="text:Link Two Title" content=""/>
  73. <meta name="text:Link Two" content="" />
  74. <meta name="text:Link Three Title" content=""/>
  75. <meta name="text:Link Three" content="" />
  76. <meta name="text:Link Four Title" content=""/>
  77. <meta name="text:Link Four" content="" />
  78. <meta name="text:Link Five Title" content=""/>
  79. <meta name="text:Link Five" content="" />
  80. <meta name="if:Show Sidebar Image" content="0"/>
  81. <meta name="if:popups" content="0"/>
  82. <meta name="if:3columns" content="0"/>
  83. <meta name="if:1column" content="0"/>
  84. <style type="text/css">
  85.  
  86. #fade { /*--Transparent background layer--*/
  87. display: none; /*--hidden by default--*/
  88. background: #000;
  89. position: fixed; left: 0; top: 0;
  90. width: 100%; height: 100%;
  91. opacity: .80;
  92. z-index: 9999;
  93. }
  94. .popup_block{
  95. display: none; /*--hidden by default--*/
  96. background: #fff;
  97. padding: 20px;
  98. border: 20px solid #ddd;
  99. float: left;
  100. font-size: 1.2em;
  101. position: fixed;
  102. top: 50%; left: 50%;
  103. z-index: 99999;
  104. /*--CSS3 Box Shadows--*/
  105. -webkit-box-shadow: 0px 0px 20px #000;
  106. -moz-box-shadow: 0px 0px 20px #000;
  107. box-shadow: 0px 0px 20px #000;
  108. /*--CSS3 Rounded Corners--*/
  109. -webkit-border-radius: 10px;
  110. -moz-border-radius: 10px;
  111. border-radius: 10px;
  112. }
  113. img.btn_close {
  114. float: right;
  115. margin: -5px -5px 0 0;
  116. }
  117. /*--Making IE6 Understand Fixed Positioning--*/
  118. *html #fade {
  119. position: absolute;
  120. }
  121. *html .popup_block {
  122. position: absolute;
  123. }
  124.  
  125. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  126. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  127.  
  128.  
  129. <script type=”text/javascript”>
  130. //
  131. function desabilitaMenu(e)
  132. {
  133. if (window.Event)
  134. {
  135. if (e.which == 2 || e.which == 3)
  136. return false;
  137. }
  138. else
  139. {
  140. event.cancelBubble = true
  141. event.returnValue = false;
  142. return false;
  143. }
  144. }
  145. document.oncontextmenu = desabilitaMenu;
  146. document.onmousedown = desabilitaBotaoDireito;
  147. document.onmouseup = desabilitaBotaoDireito;
  148. </script>trols{
  149. position:fixed !important;
  150. }
  151. ::-webkit-scrollbar-thumb:vertical {
  152.  
  153. height:9px;
  154.  
  155. background-color: #a4a4a4;
  156.  
  157. }
  158.  
  159. ::-webkit-scrollbar {
  160.  
  161. width:5px;
  162.  
  163. height:5px;
  164.  
  165. background:#fff;
  166.  
  167. margin-right:5px;
  168.  
  169. }
  170.  
  171. .popup_block{
  172. display: none; /*--hidden by default--*/
  173. background: white ;
  174. padding: 5px;
  175. border: 2px solid {color:borda};
  176. float: left;
  177. font-family: "short stack";
  178. font-size: 12;
  179. position: fixed;
  180. top: 50%; left: 50%;
  181. z-index: 99999;
  182. }
  183. img.btn_close {
  184. float: right;
  185. margin: 0 0px 0 0;
  186. }
  187. /*--Making IE6 Understand Fixed Positioning--*/
  188. *html #fade {
  189. position: absolute;
  190. }
  191. *html .popup_block {
  192. position: absolute;
  193. }
  194. @font-face {
  195. font-family: "kg luck of the irish";
  196. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  197. }
  198. @font-face {
  199. font-family: "kg luck of the irish";
  200. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  201. }
  202.  
  203. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  204.  
  205. .left{
  206. float: left;
  207. margin-right: 20px;
  208. width: 802px;
  209. }
  210.  
  211. .right{
  212. float: right;
  213. width: 200px;
  214. background-color: {color:Background};
  215. }
  216. iframe#tumblr_controls {
  217. top: 0% !important;
  218. right:0% !important;
  219. position: fixed !important;}
  220. body {
  221. padding: 0px;
  222. margin: 0px;
  223. color:#000;
  224. font-family: Short Stack;
  225. font-size: 11px;
  226. background-color: {color:Background};
  227. background-image:url({image:Background});
  228. background-attachment: fixed;
  229. background-repeat: repeat;
  230. }
  231.  
  232. a:link, a:active, a:visited{
  233. color:{color:links};
  234. text-decoration: none;
  235. -webkit-transition: color 0.4s ease-out;
  236. -moz-transition: color 0.4s ease-out;
  237. }
  238.  
  239. a:hover{
  240. color: transparent;
  241.  
  242. text-shadow: #000 0 0 5px;
  243.  
  244. text-decoration:none;
  245.  
  246.  
  247. color:{color:hover};
  248. -webkit-transition: color 0.4s ease-out;
  249. -moz-transition: color 0.4s ease-out;
  250. text-shadow:0px 0px 1px {color:hover};
  251. }
  252.  
  253. .entry {
  254. margin:3px;
  255. padding: 1px;
  256. float:left;
  257. background-color: white;
  258. font-family: Short Stack;
  259. font-size: 11px;
  260. line-height:10px;
  261. {block:IndexPage}
  262. overflow: hidden;
  263. {block:if1column}
  264. width:400px;
  265. {/block:if1column}
  266. {block:ifnot1column}
  267. {block:ifnot3columns}
  268. width:300px;
  269. {/block:ifnot3columns}
  270. {/block:ifnot1column}
  271. {block:ifnot1column}
  272. {block:if3columns}
  273. width:300px;
  274. {/block:if3columns}
  275. {/block:ifnot1column}
  276. {/block:IndexPage}
  277. {block:PermalinkPage}
  278. width:450px;
  279. margin-left: 158px;
  280. {/block:PermalinkPage}
  281. }
  282.  
  283. .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  284. .bubble p {margin:1px 0px;}
  285. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
  286. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
  287. .permalink4 p {
  288. margin: 0px;
  289. }
  290.  
  291. .permalink2 {
  292. margin: auto;
  293. font-family: 'tinytots';
  294. position: absolute;
  295. text-align: center;
  296. margin-top: 90%;
  297. width: 100%;
  298. {block:ifnot1column}
  299. height: 15px;
  300. {/block:ifnot1column}
  301. {block:if1column}
  302. height: 15px;
  303. {/block:if1column}
  304. background: #fff;
  305. left: 0%;
  306. opacity: 0;
  307. filter: alpha(opacity = 0);
  308. -webkit-transition: all ease-in .5s;
  309. -moz-transition: all ease-in .5s;
  310. -o-transition: all ease-in .5s;
  311. -ms-transition: all ease-in .5s;
  312. transition: all ease-in .5s;
  313. }
  314. .entry:hover .permalink2 {
  315. margin-top: 90%;
  316. opacity: .9;
  317. left:0%;
  318. filter: alpha(opacity = 100);
  319. }
  320.  
  321.  
  322. .permalink2 a {
  323. font-family:short stack;
  324. font-size:9px;
  325. color: #000;
  326. height: 100%;
  327. width: 100%;
  328. -webkit-transition: all ease-in .5s;
  329. -moz-transition: all ease-in .5s;
  330. -o-transition: all ease-in .5s;
  331. -ms-transition: all ease-in .5s;
  332. transition: all ease-in .5s;
  333. }
  334. .permalink2 a:hover {
  335. color:#aaa;
  336. -webkit-transition: all ease-in .5s;
  337. -moz-transition: all ease-in .5s;
  338. -o-transition: all ease-in .5s;
  339. -ms-transition: all ease-in .5s;
  340. transition: all ease-in .5s;
  341.  
  342. }
  343.  
  344. .entry #permalink {
  345. position: absolute;
  346. margin-top: 100px;
  347. margin-left: 6px;
  348. opacity: 0;
  349. -webkit-transition: all .5s ease;
  350. -moz-transition: all .5s ease;
  351. -o-transition: all .5s ease;
  352. transition: all .5s ease;
  353. }
  354.  
  355. .entry:hover #permalink {
  356. margin-top: 9px;
  357. margin-left: 6px;
  358. opacity: 1;
  359. }
  360.  
  361. .countreblog {
  362. letter-spacing:1px;
  363. font-family: short stack;
  364. font-size:9px;
  365. color: #a4a4a4;
  366. line-height:5px;
  367. margin: 2px;
  368. background:#fff;
  369. background-repeat:repeat;
  370. border:1px solid #fff;
  371. padding:2px 2px;
  372. opacity: 1;
  373. -webkit-border-radius:0px;
  374. moz-border-radius:0px;
  375. -o-border-radius:0px;
  376. border-radius:0px;
  377. }
  378.  
  379. .countreblog a { color: #000; }
  380.  
  381. .linkss {
  382. width: 50px;
  383. height: 18px;
  384. font-size:15px;
  385. letter-spacing:0px;
  386. font-family: 'englebert', sans-serif;
  387. margin-top:5px;
  388. margin-left:3px;
  389. line-height:18px;
  390. border:dashed 1px {color:sidebar links none};
  391. background: {color:sidebar links bg};
  392. text-align:center;
  393. -webkit-transition-duration: .6s;
  394. border-top-right-radius:0px;
  395. border-bottom-right-radius:0px;
  396. border-top-left-radius:0px;
  397. border-bottom-left-radius:0px;
  398. display: inline-block;
  399. }
  400.  
  401. .linkss:hover {
  402. color: #000;
  403. border:dashed 1px {color:gray };
  404. background:{color:white};
  405. -moz-transition: all .2s ease-in-out;
  406. -o-transition: all .2s ease-in-out;
  407. transition: all .2s ease-in-out;
  408. -webkit-transition: all .2s ease-in-out;
  409. -webkit-transition-duration: .4s;
  410. }
  411.  
  412. #sidebar {
  413. opacity: 1;
  414. position:fixed !important;
  415. width: 250px;
  416. height: 190px;
  417. font-family: 'happy monkey', cursive;
  418. border: 1px dashed {color:borders};
  419. z-index: 98;
  420. background-color:#ffffff;
  421. left:20px;
  422. top:55px;
  423. padding:2px;
  424. transition: all 0.5s ease-out;
  425. -o-transition-transition: all 0.5s ease-out;
  426. -webkit-transition: all 0.5s ease-out;
  427. -moz-transition: all 0.5s ease-out;
  428. -webkit-box-shadow: 0px 0px 20px {color:box shadow};
  429. -moz-box-shadow: 0px 0px 20px {color:box shadow};
  430. box-shadow: 0px 0px 20px {color:box shadow};
  431. }
  432.  
  433.  
  434. div#desc{
  435. z-index:2;
  436. font-size:10px;
  437. position:fixed;
  438. border:1px solid #e6e6e6;
  439. margin-top: -40px;
  440. height:auto;
  441. width:250px;
  442. opacity:.3;
  443. background: white;
  444. }
  445. div#desc:hover{
  446. opacity:.8;
  447. background: white;
  448. border-radius:10px;
  449. }
  450. div#linkss {
  451. position:center;
  452. position:absolute;
  453. height:auto;
  454. border: 1px dashed {color:borda};
  455. background: white;
  456. margin-top:7px;
  457. margin-left:-2px;
  458. width:auto;
  459. text-transform:uppercase;
  460. }
  461.  
  462. #posts {
  463. {block:if1column}
  464. width: 550px;
  465. {/block:if1column}
  466. {block:ifnot3columns}
  467. {block:ifnot1column}
  468. width: 650px;
  469. {/block:ifnot1column}
  470. {/block:ifnot3columns}
  471. {block:if3columns}
  472. width:950px;
  473. {/block:if3columns}
  474. margin-left:300px;
  475. margin-top:2px;
  476. float:left;
  477. font-family: "Just Another Hand";cursive
  478. }
  479. -moz-border-radius:11px; -webkit-border-radius:11px;
  480. .cred{
  481. top: 0px;
  482. left:0px;
  483. position:fixed;
  484. }
  485. #infscr-loading{
  486. bottom: -70px;
  487. position: absolute;
  488. left: 50%;
  489. margin-left:-8px;
  490. width:16px;
  491. height:11px;
  492. overflow:hidden;
  493. margin-bottom: 50px;
  494. }
  495. div#titlee{
  496. font-family: "Just Another Hand";
  497. font-size: 50px;
  498. line-height: 28px;
  499. margin-top: -29px;
  500. margin-left: 0px;
  501. color:{color:title}
  502. -webkit-transform: rotate(0deg);
  503. -moz-transform: rotate(0deg);
  504. }
  505.  
  506.  
  507. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  508. blockquote{
  509. padding:0px 0px 2px 5px;
  510. margin:0px 0px 0px 0px;
  511. border-left: 1px solid #555555;
  512. }
  513.  
  514. blockquote p, ul{
  515. margin:0px;
  516. padding:0px;
  517. }
  518.  
  519. a img{border: 0px;}
  520.  
  521. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  522.  
  523. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  524. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  525.  
  526. .notes img{
  527. width:10px;
  528. position:relative;
  529. top:3px;
  530. }
  531. {block:ifnot1column}
  532. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  533. {block:IndexPage}
  534. width: 250px !important;
  535. {/block:IndexPage}
  536. }
  537. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  538. {/block:ifnot1column}
  539.  
  540. {block:if1column}
  541. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  542. {block:IndexPage}
  543. width: 400px !important;
  544. {/block:IndexPage}
  545. }
  546. .video embed, .post div.video object {width:240px !important; height:320px !important;}
  547. {/block:if1column}
  548.  
  549. .title{
  550. font-family: 'just another hand';
  551. font-size: 30px;
  552. line-height:20px;
  553. color: {color:title};
  554. font-weight: normal;
  555. }
  556.  
  557. div#borda {
  558. border-bottom: 1px dashed {color:borda};}
  559.  
  560. </style>
  561.  
  562. {block:IndexPage}
  563. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  564. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  565.  
  566. <script type="text/javascript">
  567. $(window).load(function () {
  568. var $content = $('#posts');
  569. $content.masonry({itemSelector: '.entry'}),
  570. $content.infinitescroll({
  571. navSelector : 'div#pagination',
  572. nextSelector : 'div#pagination a#nextPage',
  573. itemSelector : '.entry',
  574. loading: {
  575. finishedMsg: '',
  576. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  577. },
  578. bufferPx : 600,
  579. debug : false,
  580. },
  581. // call masonry as a callback.
  582. function( newElements ) {
  583. var $newElems = $( newElements );
  584. $newElems.hide();
  585. // ensure that images load before adding to masonry layout
  586. $newElems.imagesLoaded(function(){
  587. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  588.  
  589.  
  590. });
  591. });
  592. });
  593. </script>
  594.  
  595. {/block:IndexPage}
  596.  
  597. </div>
  598.  
  599. <link rel="shortcut icon" href="{Favicon}">
  600. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  601. <meta name="viewport" content="width=820" />
  602.  
  603.  
  604.  
  605. <div class="wrapper">
  606.  
  607. <div class="header">
  608.  
  609. </div>
  610.  
  611. <div id="sidebar"><center><div id="titlee"<a href="/">{Title}</span></div></center> {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" style="-webkit-border-radius: 10px 10px 0px 0px;;" margin-top:0px; width=250px></a>{/block:ifshowsidebarimage} </center><center><div id="desc">
  612. <center> <!--{block:Description}-->
  613. <meta name="description" content="{MetaDescription}" />
  614. <!--{/block:Description}-->
  615. <center>{description}</center>
  616. </div>
  617. <span class="linkss"><a href="/">home</a></span>{block:ifpopups} <span class="linkss"><a href="#?w=500" rel="02" class="poplight">ask</a></span><span class="linkss"><a href="#?w=450" rel="04" class="poplight">links</a></span>{/block:ifpopups}{block:ifnotpopups}<span class="linkss"><a href="/ask">ask</a></span>{block:HasPages}{block:Pages}<span class="linkss"><a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}{block:ifLinkOneTitle}<span class="linkss"><a href="{text:Link One}"> {text:Link One Title}</a></span>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<span class="linkss"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<span class="linkss"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<span class="linkss"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<span class="linkss"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}<span class="linkss"><a href="http://hashliathemes.tumblr.com">credit</a></span>{/block:ifnotpopups}
  618. </div>
  619.  
  620. <div class="left">
  621.  
  622. <div id="posts">
  623.  
  624. {block:Posts}
  625. <div class="entry">
  626.  
  627. {block:Text}
  628. {block:IndexPage} <div id="permalink">
  629. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  630. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  631. <span class="entrytext">{Body}</span>
  632. {/block:Text}
  633.  
  634. {block:Link}
  635. {block:IndexPage} <div id="permalink">
  636. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  637. <a href="{URL}" class="title">{Name}</a>
  638. {block:Description}{Description}{/block:Description}
  639. {block:Link}
  640.  
  641. {block:Answer}
  642. <div class="post"><div class="askborder">
  643. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  644. I said: {Answer}
  645. </div>
  646. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  647. {/block:Answer}
  648. {block:Photo}
  649. <center>
  650. {block:IndexPage}
  651. <div class="permalink2">
  652. <a href="{Permalink}">{NoteCount} notes /</a> <a href="{Permalink}"> {TimeAgo} /</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  653. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifnot1column}width=300px{/block:ifnot1column}{block:if1column}width=400px{/block:if1column}/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  654. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  655. {/block:Photo}
  656.  
  657. {block:Photoset}
  658. {block:IndexPage} <div id="permalink">
  659. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  660. <center>{block:ifnot1column}<div class="photoset_photo" width="250px">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div class="photoset_photo" width="400px">{Photoset-400}</div>{/block:if1column}</center>
  661. <p style="text-align: right;">
  662. {/block:Photoset}
  663.  
  664. {block:Quote}{block:IndexPage} <div id="permalink">
  665. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  666. {Quote}</span> <br>
  667. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  668. {/block:Quote}
  669.  
  670. {block:Chat}
  671. {block:IndexPage} <div id="permalink">
  672. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  673. {block:Title}<span class="title">{Title}</span>{/block:Title}
  674. <ul class="chat">
  675. {block:Lines}
  676. <li class="user_{UserNumber}">
  677. {block:Label}
  678. <span class="label">{Label}</span>
  679. {/block:Label}
  680. {Line}
  681. </li>
  682. {/block:Lines}
  683. </ul>
  684.  
  685. {/block:Chat}
  686.  
  687. {block:Audio}
  688. <div style="width:320px; height:30px;">
  689. {AudioPlayerBlack}
  690. </div>
  691. {block:IndexPage}<span class="permalink">
  692. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  693. </span>{/block:IndexPage}
  694. {/block:Audio}
  695.  
  696. {block:Video}
  697. {block:IndexPage}
  698. <div id="permalink">
  699. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  700. <center>{block:if1column}
  701. <div class="video">{Video-400}</div>{/block:if1column}{block:ifnot1column}
  702. <div class="video">{Video-250}</div>{/block:ifnot1column}</center></center>
  703. {/block:IndexPage}
  704. {block:PermalinkPage}
  705. <center>
  706. {Video-550}</center>
  707. {/block:PermalinkPage}
  708. {block:Video}
  709.  
  710. {block:PermalinkPage}
  711. <center>
  712. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  713.  
  714.  
  715. {/block:PermalinkPage}
  716.  
  717.  
  718. {block:PostNotes}{PostNotes}
  719. {/block:PostNotes}
  720. </div>
  721.  
  722.  
  723. {/block:Posts}
  724. </div>
  725. </div>
  726. {block:IndexPage}
  727. {block:Pagination}
  728. <div id="pagination">
  729. {block:NextPage}
  730. <a id="nextPage" href="{NextPage}"></a>
  731. {/block:NextPage}
  732. {block:PreviousPage}
  733. <a href="{PreviousPage}">&larr;&nbsp;</a>
  734. {/block:PreviousPage}
  735. </div>
  736. {/block:Pagination}
  737. {/block:IndexPage}
  738. </div>
  739. <script language=JavaScript>
  740. <!--
  741.  
  742. //Disable right mouse click Script
  743. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  744. //For full source code, visit http://www.dynamicdrive.com
  745.  
  746. var message="lol no";
  747.  
  748. ///////////////////////////////////
  749. function clickIE4(){
  750. if (event.button==2){
  751. alert(message);
  752. return false;
  753. }
  754. }
  755.  
  756. function clickNS4(e){
  757. if (document.layers||document.getElementById&&!document.all){
  758. if (e.which==2||e.which==3){
  759. alert(message);
  760. return false;
  761. }
  762. }
  763. }
  764.  
  765. if (document.layers){
  766. document.captureEvents(Event.MOUSEDOWN);
  767. document.onmousedown=clickNS4;
  768. }
  769. else if (document.all&&!document.getElementById){
  770. document.onmousedown=clickIE4;
  771. }
  772.  
  773. document.oncontextmenu=new Function("alert(message);return false")
  774.  
  775. // -->
  776. </script>
  777. </body>
  778. <script type='text/javascript'>
  779. //<![CDATA[
  780. var rate = 50;
  781. if (document.getElementById)
  782. window.onerror=new Function("return true")
  783.  
  784. var objActive; // The object which event occured in
  785. var act = 0; // Flag during the action
  786. var elmH = 0; // Hue
  787. var elmS = 128; // Saturation
  788. var elmV = 255; // Value
  789. var clrOrg; // A color before the change
  790. var TimerID; // Timer ID
  791. if (document.all) {
  792. document.onmouseover = doRainbowAnchor;
  793. document.onmouseout = stopRainbowAnchor;
  794. }
  795. else if (document.getElementById) {
  796. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  797. document.onmouseover = Mozilla_doRainbowAnchor;
  798. document.onmouseout = Mozilla_stopRainbowAnchor;
  799. }
  800. function doRainbow(obj)
  801. {
  802. if (act == 0) {
  803. act = 1;
  804. if (obj)
  805. objActive = obj;
  806. else
  807. objActive = event.srcElement;
  808. clrOrg = objActive.style.color;
  809. TimerID = setInterval("ChangeColor()",100);
  810. }
  811. }
  812. function stopRainbow()
  813. {
  814. if (act) {
  815. objActive.style.color = clrOrg;
  816. clearInterval(TimerID);
  817. act = 0;
  818. }
  819. }
  820. function doRainbowAnchor()
  821. {
  822. if (act == 0) {
  823. var obj = event.srcElement;
  824. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  825. obj = obj.parentElement;
  826. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  827. break;
  828. }
  829. if (obj.tagName == 'A' && obj.href != '') {
  830. objActive = obj;
  831. act = 1;
  832. clrOrg = objActive.style.color;
  833. TimerID = setInterval("ChangeColor()",100);
  834. }
  835. }
  836. }
  837. function stopRainbowAnchor()
  838. {
  839. if (act) {
  840. if (objActive.tagName == 'A') {
  841. objActive.style.color = clrOrg;
  842. clearInterval(TimerID);
  843. act = 0;
  844. }
  845. }
  846. }
  847. function Mozilla_doRainbowAnchor(e)
  848. {
  849. if (act == 0) {
  850. obj = e.target;
  851. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  852. obj = obj.parentNode;
  853. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  854. break;
  855. }
  856. if (obj.nodeName == 'A' && obj.href != '') {
  857. objActive = obj;
  858. act = 1;
  859. clrOrg = obj.style.color;
  860. TimerID = setInterval("ChangeColor()",100);
  861. }
  862. }
  863. }
  864. function Mozilla_stopRainbowAnchor(e)
  865. {
  866. if (act) {
  867. if (objActive.nodeName == 'A') {
  868. objActive.style.color = clrOrg;
  869. clearInterval(TimerID);
  870. act = 0;
  871. }
  872. }
  873. }
  874. function ChangeColor()
  875. {
  876. objActive.style.color = makeColor();
  877. }
  878. function makeColor()
  879. {
  880. // Don't you think Color Gamut to look like Rainbow?
  881. // HSVtoRGB
  882. if (elmS == 0) {
  883. elmR = elmV; elmG = elmV; elmB = elmV;
  884. }
  885. else {
  886. t1 = elmV;
  887. t2 = (255 - elmS) * elmV / 255;
  888. t3 = elmH % 60;
  889. t3 = (t1 - t2) * t3 / 60;
  890. if (elmH < 60) {
  891. elmR = t1; elmB = t2; elmG = t2 + t3;
  892. }
  893. else if (elmH < 120) {
  894. elmG = t1; elmB = t2; elmR = t1 - t3;
  895. }
  896. else if (elmH < 180) {
  897. elmG = t1; elmR = t2; elmB = t2 + t3;
  898. }
  899. else if (elmH < 240) {
  900. elmB = t1; elmR = t2; elmG = t1 - t3;
  901. }
  902. else if (elmH < 300) {
  903. elmB = t1; elmG = t2; elmR = t2 + t3;
  904. }
  905. else if (elmH < 360) {
  906. elmR = t1; elmG = t2; elmB = t1 - t3;
  907. }
  908. else {
  909. elmR = 0; elmG = 0; elmB = 0;
  910. }
  911. }
  912. elmR = Math.floor(elmR).toString(16);
  913. elmG = Math.floor(elmG).toString(16);
  914. elmB = Math.floor(elmB).toString(16);
  915. if (elmR.length == 1) elmR = "0" + elmR;
  916. if (elmG.length == 1) elmG = "0" + elmG;
  917. if (elmB.length == 1) elmB = "0" + elmB
  918. elmH = elmH + rate;
  919. if (elmH >= 360)
  920. elmH = 0;
  921. return '#' + elmR + elmG + elmB;
  922. }
  923. //]]>
  924.  
  925. </script>
  926. {block:ifpopups}
  927. <div id="04" class="popup_block"><right><font face="stars"><font size="5">Links:</font></font></right>
  928. <center>
  929. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> -{/block:Pages}{/block:HasPages} {block:ifLinkOneTitle} <a href="{text:Link One}"> {text:Link One Title} - </a> {/block:ifLinkOneTitle}
  930. {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title} - </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} - </a> {/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}"> {text:Link Four Title} - </a> {/block:ifLinkFourTitle} {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title}</a> - {/block:ifLinkFiveTitle} <a href="/submit">submit</a> - <a href="http://hashliathemes.tumblr.com">cred</a>
  931. </center></div></div>
  932.  
  933. </div></div></div></div></div></div></div></div></div></div>
  934.  
  935. <div id="02" class="popup_block">
  936.  
  937. <Center>Faq Here<font size="5" color="#1C1C1C"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  938. </center></div>
  939.  
  940. </div></div></div></div></div></div></div></div></div></div>
  941. {/block:ifpopups}
  942.  
  943. </div>
  944. {block:ifshowbottomleftimage} <div style="position:fixed; bottom:0px; left:40px;">
  945. <img src="{image:bottomleft}" width=220px>
  946. <div style="position:fixed; bottom: 70px; left:0px;">{/block:ifshowbottomleftimage}
  947. </html>
  948.  
  949. <!--
  950.  
  951. Theme by Wint3r-w0ndrland dont steal the credit please (:
  952. to see more of our themes go to http://hashliathemes.tumblr.com
  953. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement