Advertisement
draiads

dustin1

Aug 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.14 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. </script>
  9. <script type="text/javascript"
  10. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42. <script type="text/javascript">
  43. WebFontConfig = {
  44. google: { families: [ 'times' ] }
  45. };
  46. (function() {
  47. var wf = document.createElement('script');
  48. wf.src = ('https:' == document.location.protocol ? 'https' : 'https') +
  49. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  50. wf.type = 'text/javascript';
  51. wf.async = 'true';
  52. var s = document.getElementsByTagName('script')[0];
  53. s.parentNode.insertBefore(wf, s);
  54. })(); </script>
  55.  
  56. <script type="text/javascript">
  57. $(document).ready(function(){
  58. $("ul#tabs li").click(function(e){
  59. if (!$(this).hasClass("active")) {
  60. var tabNum = $(this).index();
  61. var nthChild = tabNum+1;
  62. $("ul#tabs li.active").removeClass("active");
  63. $(this).addClass("active");
  64. $("ul#tab li.active").removeClass("active");
  65. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  66. }
  67. });
  68. });
  69. </script>
  70.  
  71. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("a[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:0,
  79. tip_fade_speed:300,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86. <meta name="color:Background" content="#bcbcbc"/>
  87. <meta name="color:Text" content="#000000"/>
  88. <meta name="color:Link" content="#bcbcbc"/>
  89. <meta name="color:scrollbar" content="#999999">
  90. <meta name="color:title" content="#999999">
  91. <meta name="color:Link Hover" content="#2a1f1e"/>
  92. <meta name="color:bold" content="#763e1c">
  93.  
  94. <meta name="image:sidebar" content=""/>
  95. <meta name=”image:Background” content=”“/>
  96. <meta name="text:sidebartitle" content="">
  97. <meta name="color:tags" content="#4c4c4c">
  98.  
  99. <meta name="text:link 1" content="Link 1"/>
  100. <meta name="text:link 1 url" content="/"/>
  101. <meta name="text:link 2" content="Link 2"/>
  102. <meta name="text:link 2 url" content="/"/>
  103. <meta name="text:link 3" content="Link 3"/>
  104. <meta name="text:link 3 url" content="/"/>
  105. <meta name="text:link 4" content="Link 4"/>
  106. <meta name="text:link 4 url" content="/"/>
  107. <meta name="text:link 5" content="Link 5"/>
  108. <meta name="text:link 5 url" content="/"/>
  109.  
  110. <link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  111.  
  112. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  113.  
  114. <link href='https://fonts.googleapis.com/css?family=Anton|Sacramento|Just+Another+Hand|Six+Caps' rel='stylesheet' type='text/css'>
  115.  
  116. <link href='https://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  117.  
  118. <link href='https://fonts.googleapis.com/css?family=Teko' rel='stylesheet' type='text/css'>
  119.  
  120. <link href='https://fonts.googleapis.com/css?family=EB+Garamond|Homemade+Apple|Special+Elite|Amatic+SC' rel='stylesheet' type='text/css'>
  121.  
  122. <link href='https://fonts.googleapis.com/css?family=Cutive+Mono|Fanwood+Text|Italiana|Julius+Sans+One' rel='stylesheet' type='text/css'>
  123.  
  124. <link href='https://fonts.googleapis.com/css?family=Khand|EB+Garamond' rel='stylesheet' type='text/css'>
  125.  
  126. <link href='https://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
  127.  
  128. <link href='https://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  129.  
  130. <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  131.  
  132. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  133.  
  134. <link href='https://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  135.  
  136. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  137.  
  138. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  139.  
  140. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  141. <script src=“https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js”></script>
  142.  
  143.  
  144. <style type="text/css">
  145.  
  146.  
  147. .animation{
  148.  
  149. animation: bbounce linear 2.5s;
  150. animation-iteration-count: infinite;
  151. transform-origin: 50% 50%;
  152. -webkit-animation-name: bbounce;
  153. -webkit-animation: bbounce linear 2.5s;
  154. -webkit-animation-iteration-count: infinite;
  155. -webkit-transform-origin: 50% 50%;
  156. }
  157. @keyframes bbounce{
  158. 0% {transform:translate(0px,0px);}
  159. 50% {transform:translate(0px,10px);}
  160. 100% {transform:translate(0px, 0px);}
  161. }
  162.  
  163. @-moz-keyframes bbounce{
  164. 0% {-moz-transform:translate(0px,0px);}
  165. 50% {-moz-transform:translate(0px,10px);}
  166. 100% {-moz-transform:translate(0px,0px);}
  167. }
  168.  
  169. @-webkit-keyframes bbounce {
  170. 0% {-webkit-transform:translate(0px,0px);}
  171. 50% {-webkit-transform:translate(0px,10px);}
  172. 100% {-webkit-transform:translate(0px,0px);}
  173. }
  174.  
  175. @-o-keyframes bbounce {
  176. 0% {-o-transform:translate(0px,0px);}
  177. 50% {-o-transform:translate(0px,10px);}
  178. 100% {-o-transform:translate(0px,0px);}
  179. }
  180.  
  181. @-ms-keyframes bbounce {
  182. 0% {-ms-transform:translate(0px,0px);}
  183. 50% {-ms-transform:translate(0px,10px);}
  184. 100% {-ms-transform:translate(0px,0px);}
  185. }
  186.  
  187. @keyframes spin {
  188. 0% { transform: rotate(360deg); }
  189. 100% { transform: rotate(0deg); }
  190. }
  191. @-webkit-keyframes spin {
  192. 0% {-webkit-transform: rotate(360deg); }
  193. 100% { -webkit-transform: rotate(0deg); }
  194. }
  195. @-ms-keyframes spin {
  196. 0% {-ms-transform: rotate(360deg); }
  197. 100% { -ms-transform: rotate(0deg); }
  198. }
  199. @-moz-keyframes spin {
  200. 0% { -moz-transform: rotate(360deg); }
  201. 100% { -moz-transform: rotate(0deg); }
  202. }
  203. @-o-keyframes spin {
  204. 0% { -o-transform: rotate(360deg); }
  205. 100% { -o-transform: rotate(0deg); }
  206. }
  207.  
  208. ::selection {
  209. color: #fff;
  210. text-shadow:0px 0px 2px #fff;
  211. background-color:#f43b3b; ,
  212.  
  213.  
  214. }
  215.  
  216.  
  217. .popup_block{
  218. height:400px;
  219. overflow-y:auto;
  220. overflow-x:auto;
  221. opacity:1;
  222. display:none;
  223. background-color: #fff;
  224. padding:4px;
  225. border:0px solid #545050;
  226. border-radius:0px;
  227. position:fixed;
  228. top:365px;
  229. left:681px;
  230. padding:10px;
  231. color:#000;
  232. text-shadow: 0px 0px 1px #000;
  233. z-index: 99999;}
  234.  
  235. *html #fade {position: absolute;}
  236. *html .popup_block {position: absolute;}
  237. #fade {
  238. display:none;
  239. position:fixed;
  240. left:0px;
  241. top:0px;
  242. width:100%;
  243. height:100%;
  244. z-index:9999;
  245. opacity:0; /* change to opacity:1; */
  246. color:#000;
  247. text-shadow: 0px 0px 1px #000;
  248. }
  249. .poptext a {
  250. color:#000;
  251. text-shadow: 0px 0px 1px #000;
  252.  
  253. }
  254.  
  255. ::-webkit-scrollbar-thumb{
  256. background-color: transparent;
  257. height:auto;
  258. }
  259.  
  260. ::-webkit-scrollbar {
  261. height:auto;
  262. width:2px;
  263. background-color: #transparent;
  264. border:0px;
  265. }
  266.  
  267. iframe#tumblr_controls {
  268. white-space:nowrap;
  269. -webkit-filter: invert(100%);
  270. -moz-filter: invert(100%);
  271. -o-filter: invert(100%);
  272. -ms-filter: invert(100%);
  273. filter: invert(100%);
  274. opacity:.2;transition: .8s ease-in-out;
  275. -webkit-transition: .8s ease-in-out;
  276. -moz-transition: .8s ease-in-out;
  277. -o-transition: .8s ease-in-out;
  278. }
  279.  
  280. #s-m-t-tooltip {
  281. max-width:300px;
  282. margin:10px 0px 0px 45px;
  283. background-color:#fff;
  284. border: 1px solid #33bfaf;
  285. outline: 2px solid #e4486e;
  286. outline-offset: 2px;
  287. font-size:10px;
  288. text-transform:lowercase;
  289. padding:6px;
  290. width:140px;
  291. text-align:center;
  292. color:#000;
  293. letter-spacing:2px;
  294. padding:3px;
  295. z-index:999999999999999999;
  296. -webkit-transition:all 1.5s;
  297. -moz-transition:all 1.5s;
  298. -ms-transition:all 1.5s;
  299. -o-transition:all 1.5s;
  300. transition:all 1.5s;
  301. }
  302.  
  303. ul,ol,li {
  304. color:#000;
  305. text-shadow: 0px 0px 1px #000;
  306. list-style-type:default';
  307. }
  308.  
  309. u, underline {
  310. color:#e44b55;
  311. font-size:13px;
  312. }
  313.  
  314. a {
  315. color: #000;
  316. text-shadow: 0px 0px 1px #000;
  317. text-decoration: none;
  318.  
  319. }
  320.  
  321. small {
  322. color:#000;
  323. text-shadow: 0px 0px 1px #000;
  324.  
  325. font-size:10px;
  326. line-height:16px;
  327. }
  328.  
  329. sub {
  330. color:#000;
  331. text-shadow: 0px 0px 1px #000;
  332.  
  333. font-size:10px;
  334.  
  335. }
  336.  
  337. hr {
  338. color:#2599b2;
  339. }
  340. blockquote{
  341. color:#2599b2;
  342. border-left: 10px solid #e3d9d9;
  343. padding: 3px;
  344. margin-left: 5px;
  345. margin-right: 5px;
  346.  
  347. }
  348.  
  349. b, strong {
  350. font-family: 'Montserrat', sans-serif;
  351. font-size:11px;
  352. color:#4c5aa2;
  353. text-shadow:0px 0px 2px #4c5aa2;
  354. text-transform:uppercase;
  355.  
  356. }
  357. i, em {
  358. color: #d02f60;
  359. text-shadow:0px 0px 2px #d02f60;
  360. font-style:italic;
  361. font-size:11px;
  362. }
  363.  
  364.  
  365. pre {
  366. background-color:#000;
  367. border: 2px solid #e3d9d9;
  368. outline: 2px solid #d02f60;
  369. outline-offset: 2px;
  370. color:#fff;
  371. text-shadow:0px 0px 2px #fff;
  372.  
  373. font-family: 'Montserrat', sans-serif;
  374. font-size: 10px;
  375. line-height: 7px;
  376. letter-spacing: 2px;
  377. text-align: center;
  378. text-transform:uppercase;
  379. padding:-10px;
  380. line-height:120%;
  381. }
  382.  
  383. h1 {
  384. font-family: 'Montserrat', sans-serif;
  385. text-transform:uppercase;
  386. text-align: center;
  387. font-size:13px;
  388. line-height:100%;
  389. color: #fb762d;
  390. }
  391.  
  392. h2 {
  393. font-size:13px;
  394. color: #fb762d;
  395. font-weight:bold;
  396. text-shadow: 0px 0px 2px #fb762d}
  397.  
  398. h3 {
  399. color:#fb762d;
  400. text-shadow: 0px 0px 1px #fb762d;
  401. font-size:15px;
  402. font-weight: bolder;
  403. }
  404.  
  405. h4 {
  406. font-size:19px;
  407. font-family: "bebas_neue";
  408. text-align:center;
  409. text-transform:uppercase;
  410. line-height:100%;
  411. letter-spacing:1px;
  412. font-weight:bold;
  413. color:#fb762d;
  414. text-shadow: 0px 0px 1px #ccd3cc;
  415. }
  416.  
  417. .credit {
  418. position:fixed;
  419. font-family: 'fjalla one', sans-serif;
  420. color: #000;
  421. text-shadow:1px 1px1px #000;
  422. font-size: 10px;
  423. line-height: 10px;
  424. letter-spacing:0px;
  425. right:7px;
  426. bottom:5px;
  427. text-align:center;
  428. z-index: 9999;
  429. -webkit-transition:all 1.5s;
  430. -moz-transition:all 1.5s;
  431. -ms-transition:all 1.5s;
  432. -o-transition:all 1.5s;
  433. transition:all 1.5s;
  434. }
  435.  
  436. .credit:hover {
  437. color:transparent;
  438. text-shadow:0 0 7px {color:bold shadow};
  439. -webkit-transition: all 0.5s ease-in-out;
  440. -moz-transition: all 0.5s ease-in-out;
  441. -o-transition: all 0.5s ease-in-out;
  442. -ms-transition: all 0.5s ease-in-out;
  443. transition: all 0.5s ease-in-out;
  444. }
  445.  
  446. blockquote {
  447. text-align:justify;
  448. width:95%;
  449. margin-bottom:10px;
  450. padding:0px 5px 0px 10px;
  451. margin-left:0px;
  452. }
  453.  
  454. blockquote blockquote {
  455. padding:0 0 0 10px;
  456. color:#ccd3cc;
  457. }
  458.  
  459. blockquote, small {
  460. font-size:10px;
  461. }
  462.  
  463. blockquote img {
  464. max-width:300px;
  465. height:auto;
  466. }
  467.  
  468. body {
  469. background:#000;
  470. background-image:url('https://66.media.tumblr.com/87cfeed4044f9b7f587fe0fb929646e3/tumblr_puhlynhj8Y1yrdwjwo1_1280.png');
  471. background-attachment: fixed;
  472. background-repeat: no-repeat;
  473. background-position: top left;
  474. color:#000;
  475. text-shadow: 0px 0px 1px #000;
  476.  
  477. font-family: calibri;
  478. text-align:justify;
  479. font-size: 10px;
  480. letter-spacing:1px;
  481. line-height:135%;;
  482. }
  483.  
  484. a:link, a:active, a:visited {
  485. text-decoration: none;
  486. color: #5da6ef;
  487. text-shadow: 0px 0px 1px #5da6ef;
  488. -moz-transition-duration:.6s;
  489. -webkit-transition-duration:.6s;
  490. -o-transition-duration:.6s;
  491. -webkit-filter: blur(0px);}
  492.  
  493. a:hover {
  494. color: #000;
  495. text-shadow: 0px 0px 1px #000;
  496. -moz-transition-duration:.6s;
  497. -webkit-transition-duration:.6s;
  498. -o-transition-duration:.6s;}
  499.  
  500.  
  501. blockquote {
  502. color:#000;
  503. text-shadow: 0px 0px 1px #000
  504. border-left: 2px solid;
  505. width:95%;
  506. line-height: 120%;
  507. border-left: solid 1.5px;
  508. border-color: #ccd3cc;
  509. padding-left: 10px;
  510. margin-left: 0px;
  511. text-align:justify; }
  512. }
  513.  
  514. blockquote blockquote {
  515. color:#000;
  516. text-shadow: 0px 0px 1px #000
  517.  
  518. border-left: 3px solid;
  519. width:95%;
  520. line-height: 120%;
  521. border-left: solid 1.5px;
  522. border-color: #e3d9d9;
  523. padding-left: 10px;
  524. margin-left: 0px;
  525. text-align:justify; }
  526.  
  527. }
  528. #post {
  529. width:100px;
  530. padding-bottom:50px;
  531. padding-right:2px;
  532. margin-top:30px;
  533. color:#000;
  534. text-shadow: 0px 0px 1px #000;
  535.  
  536. }
  537.  
  538. #entries {
  539. color:#000;
  540. text-shadow: 0px 0px 1px #000;
  541. padding:5px;
  542. width:269px;
  543. height:410px;
  544. margin-left:505px;
  545. margin-top:125px;
  546. margin-bottom:110px;
  547. position:fixed;
  548. overflow-x:hidden;
  549. overflow-y:scroll;
  550. opacity:1;
  551. -webkit-transition: all 2s ease-out;
  552. -moz-transition: all 2s ease-out;
  553. transition: all 2s ease-out;
  554. display:block;
  555. position:relative;
  556.  
  557. }
  558.  
  559.  
  560.  
  561. #sidebar {
  562. color:#000;
  563. position:fixed;
  564. width:40px;
  565. height:auto;
  566. margin-top:135px;
  567. margin-left:822px;
  568. text-align:center;
  569.  
  570. }
  571.  
  572. .alinks {
  573. position:fixed;
  574. margin-top:-185px;
  575. margin-left:150px;
  576. transform: rotate(0deg);
  577. font-family:'Montserrat', sans-serif;
  578. size: 50px;
  579. -webkit-animation-name: bbounce;
  580. -webkit-animation: bbounce linear 2.5s;
  581. -webkit-animation-iteration-count: infinite;
  582. -webkit-transform-origin: 50% 50%;
  583. }
  584.  
  585.  
  586. .alinks a {
  587. padding:10px;
  588. color:#da5a80;
  589. text-shadow: 0px 0px 1px #da5a80;
  590. margin-right:0px;
  591. -webkit-filter: blur(0px);
  592. -webkit-transition: 0.8s ease-in;
  593. -moz-transition: 1s ease-in;
  594. transition: 1s ease-in;
  595.  
  596. }
  597.  
  598. .alinks a:hover {
  599. -webkit-filter: blur(3px);
  600. -webkit-transition: all 0.6s ease-in-out;
  601. -moz-transition: all 0.6s ease-in-out;
  602. -o-transition: all 0.6s ease-in-out;
  603. -ms-transition: all 0.6s ease-in-out;
  604. transition: all 0.6s ease-in-out;
  605. color: #fff;
  606. text-shadow: 1px 1px 1px #fff;
  607.  
  608. }
  609.  
  610. .blinks {
  611. position:fixed;
  612. margin-top:30px;
  613. margin-left:-682px;
  614. transform: rotate(0deg);
  615. font-family: 'Montserrat', sans-serif;
  616. font-size: 70px;
  617. -webkit-animation-name: bbounce;
  618. -webkit-animation: bbounce linear 5.5s;
  619. -webkit-animation-iteration-count: infinite;
  620. -webkit-transform-origin: 50% 50%;
  621. }
  622.  
  623.  
  624. .blinks a {
  625. padding:10px;
  626. color:#fb762d;
  627. text-shadow: 0px 0px 1px #fb762d;
  628. margin-right:0px;
  629. -webkit-filter: blur(0px);
  630. -webkit-transition: 0.8s ease-in;
  631. -moz-transition: 1s ease-in;
  632. transition: 1s ease-in;
  633. }
  634.  
  635. .blinks a:hover {
  636. -webkit-transition: all 0.6s ease-in-out;
  637. -moz-transition: all 0.6s ease-in-out;
  638. -o-transition: all 0.6s ease-in-out;
  639. -ms-transition: all 0.6s ease-in-out;
  640. transition: all 0.6s ease-in-out;
  641. color: #5da6ef;
  642. text-shadow: 1px 1px 1px #5da6ef;
  643. -webkit-filter: blur(3px);
  644. }
  645.  
  646.  
  647.  
  648. .clinks {
  649. position:fixed;
  650. margin-top:240px;
  651. margin-left:-480px;
  652. transform: rotate(0deg);
  653. font-family: 'Montserrat', sans-serif;
  654. font-size: 40px;
  655. -webkit-animation-name: bbounce;
  656. -webkit-animation: bbounce linear 2.5s;
  657. -webkit-animation-iteration-count: infinite;
  658. -webkit-transform-origin: 50% 50%;
  659. }
  660.  
  661.  
  662. .clinks a {
  663. padding:10px;
  664. color:#33bfaf;
  665. text-shadow: 0px 0px 1px #33bfaf;
  666. margin-right:0px;
  667. -webkit-filter: blur(0px);
  668. -webkit-transition: 0.8s ease-in;
  669. -moz-transition: 1s ease-in;
  670. transition: 1s ease-in;
  671. }
  672.  
  673. .clinks a:hover {
  674. -webkit-transition: all 0.6s ease-in-out;
  675. -moz-transition: all 0.6s ease-in-out;
  676. -o-transition: all 0.6s ease-in-out;
  677. -ms-transition: all 0.6s ease-in-out;
  678. transition: all 0.6s ease-in-out;
  679. color: #ec2634;
  680. text-shadow: 2px 2px 2px #ec2634;
  681. -webkit-filter: blur(3px);
  682. }
  683.  
  684.  
  685.  
  686.  
  687. .dlinks {
  688. position:fixed;
  689. margin-top:-210px;
  690. margin-left:-620px;
  691. transform: rotate(0deg);
  692. font-family: 'Montserrat', sans-serif;
  693. font-size: 50px;
  694. -webkit-animation-name: bbounce;
  695. -webkit-animation: bbounce linear 5.5s;
  696. -webkit-animation-iteration-count: infinite;
  697. -webkit-transform-origin: 50% 50%;
  698. }
  699.  
  700.  
  701. .dlinks a {
  702. padding:10px;
  703. color:#da5a80;
  704. text-shadow: 0px 0px 1px #da5a80;
  705. margin-right:0px;
  706. -webkit-filter: blur(0px);
  707. -webkit-transition: 0.8s ease-in;
  708. -moz-transition: 1s ease-in;
  709. transition: 1s ease-in;
  710. }
  711.  
  712. .dlinks a:hover {
  713. -webkit-transition: all 0.6s ease-in-out;
  714. -moz-transition: all 0.6s ease-in-out;
  715. -o-transition: all 0.6s ease-in-out;
  716. -ms-transition: all 0.6s ease-in-out;
  717. transition: all 0.6s ease-in-out;
  718. color: #fff;
  719. text-shadow: 1px 1px 1px #fff;
  720. -webkit-filter: blur(3px);
  721. }
  722.  
  723. .elinks {
  724. position:fixed;
  725. margin-top:230px;
  726. margin-left:-55px;
  727. transform: rotate(0deg);
  728. font-family: 'Montserrat', sans-serif;
  729. font-size: 60px;
  730. -webkit-animation-name: bbounce;
  731. -webkit-animation: bbounce linear 2.5s;
  732. -webkit-animation-iteration-count: infinite;
  733. -webkit-transform-origin: 50% 50%;
  734. }
  735.  
  736.  
  737. .elinks a {
  738. padding:10px;
  739. color:#fb762d;
  740. text-shadow: 0px 0px 1px #fb762d;
  741. margin-right:0px;
  742. -webkit-filter: blur(0px);
  743. -webkit-transition: 0.8s ease-in;
  744. -moz-transition: 1s ease-in;
  745. transition: 1s ease-in;
  746. }
  747.  
  748. .elinks a:hover {
  749. -webkit-transition: all 0.6s ease-in-out;
  750. -moz-transition: all 0.6s ease-in-out;
  751. -o-transition: all 0.6s ease-in-out;
  752. -ms-transition: all 0.6s ease-in-out;
  753. transition: all 0.6s ease-in-out;
  754. color: #ec2634;
  755. text-shadow: 2px 2px 2px #ec2634;
  756. -webkit-filter: blur(3px);
  757. }
  758.  
  759. #description {
  760. opacity:0;
  761. overflow-x:hidden;
  762. overflow-y:scroll;
  763. position:fixed;
  764. width:153px;
  765. height:80px;
  766. font-family:trebuchet ms;
  767. margin-top:455px;
  768. margin-left:-780px;
  769. text-align:justify;
  770. font-size:9px;
  771. color: #999;
  772. letter-spacing:0px;
  773. line-height:130%;
  774. color:#ccd3cc;
  775. text-shadow: 0px 0px 1px #ccd3cc;
  776.  
  777. -moz-transition-duration:1s;
  778. -webkit-transition-duration:1s;
  779. -o-transition-duration:1s;
  780.  
  781. }
  782.  
  783. #description a {
  784. color:#000;
  785. text-shadow: 0px 0px 1px #000;
  786. }
  787.  
  788. #description a:hover {
  789. color:#b042b5; }
  790.  
  791. #description:hover {
  792. color:#000;
  793. text-shadow: 0px 0px 1px #000;
  794. background-color:#fff;
  795. opacity:1;
  796. -webkit-transition: all 2s ease-out;
  797. -moz-transition: all 2s ease-out;
  798. transition: all 2s ease-out;
  799. }
  800.  
  801. #pagination {
  802. position:fixed;
  803. width:10px;
  804. margin-top:575px;
  805. margin-left:392px;
  806. text-align:left;
  807. line-height:190%;
  808. letter-spacing:15px;
  809. font-family: 'Pacifico';
  810. text-transform:lowercase;
  811. text-align: right;
  812. width: 300px;
  813. margin-right: auto;
  814. }
  815.  
  816.  
  817.  
  818. #pagination a {
  819. display: inline-block;
  820. padding-left: 5px;
  821. font-size: 20px;
  822. font-family: 'Yellowtail', cursive;
  823. color:#fff;
  824. text-shadow: 0px 0px 2px #fff;
  825. -moz-transition-duration:.9s;
  826. -webkit-transition-duration:.9s;
  827. -o-transition-duration:.9s;
  828.  
  829. }
  830.  
  831. #pagination a:hover {
  832. padding-left: 5px;
  833. color: #b042b5;
  834. text-shadow: 0px 0px 2px #b042b5;
  835.  
  836. -webkit-transition:all .5s ease-in-out;
  837. -moz-transition:all .5s ease-in-out;
  838. transition:all .5s ease-in-out;
  839. }
  840.  
  841. #info {
  842. font-family: 'VT323',serif ;
  843. margin-top:6px;
  844. margin-left: 12px;
  845. width: 240px;
  846. padding-bottom:35px;
  847. font-size: 9px;
  848. line-height: 9px;
  849. letter-spacing: 5px;
  850. text-align: center;
  851. text-shadow:0px 0px 8px #fff;
  852. padding:4px;
  853. background:url("https://66.media.tumblr.com/dac0af9d606b8ede4f94964adc0ce64d/tumblr_puhnp5ZwDg1yrdwjwo1_500.png");
  854. background-position:center;
  855. background-attachment:fixed;
  856. outline: 1px dashed #e4486e;
  857. outline-offset: 2px;
  858. color:#fff;
  859. text-shadow:1px 1px 1px #f43b3b;
  860.  
  861.  
  862. -moz-transition-duration:0.2s;
  863. -webkit-transition-duration:0.2s;
  864. -o-transition-duration:0.2s;
  865. }
  866.  
  867. #info a {
  868. font-family: 'Fjalla One', sans-serif;
  869. font-style:;
  870. color:#fff;
  871. text-shadow:0px 0px 1px #fff;
  872. margin-top:20px;
  873. margin-left:0px;
  874. text-shadow:0px 0px 3px #f43b3b;
  875.  
  876. font-size:20px;
  877. -webkit-filter: blur(0px);
  878. -moz-transition-duration:0.2s;
  879. -webkit-transition-duration:0.2s;
  880. -o-transition-duration:0.2s;
  881. }
  882. #info a:hover {
  883.  
  884. color:#ec2634;
  885. text-shadow: none;
  886. -webkit-filter: blur(0px);
  887. -moz-transition-duration:0.2s;
  888. -webkit-transition-duration:0.2s;
  889. -o-transition-duration:0.2s;
  890.  
  891. }
  892.  
  893. .tags {
  894. width:238px;
  895. margin-top:10px;
  896. margin-bottom:20px;
  897. margin-left:12px;
  898. text-transform:lowercase;
  899. line-height:110%;
  900. font-size:9px;
  901. letter-spacing:1px;
  902. text-align:justify;
  903. padding-bottom:102px;
  904. padding-right:3px;
  905. padding-left:3px;
  906. text-align: center;
  907. padding: 5px;
  908. outline: 1px dashed #e4486e;
  909. outline-offset: 2px;
  910. font-style:uppercase;
  911.  
  912. -moz-transition-duration:0.2s;
  913. -webkit-transition-duration:0.2s;
  914. -o-transition-duration:0.2s;
  915. }
  916. .tags a{
  917. font-style:arial;
  918. color: #000;
  919. font
  920. text-shadow:0px 0px 1px #000;
  921. ;
  922.  
  923. -moz-transition-duration:0.9s;
  924. -webkit-transition-duration:0.9s;
  925. -o-transition-duration:0.9s;
  926.  
  927. }
  928.  
  929. .tags a:hover {
  930. color:#ec2634;
  931. text-shadow:0px 0px 1px #ec2634;
  932. text-shadow: none;
  933. letter-spacing: 1px;
  934. }
  935.  
  936. .audio{
  937. background-color:#e5e5e5;
  938. border:3px double #000;
  939. height:65px;
  940. overflow:hidden;
  941. }
  942.  
  943. img{
  944. max-width:100%;
  945. height:auto;
  946. }
  947.  
  948. #ask {
  949.  
  950. width: 230px;
  951. text-transform: lowercase;
  952. text-align: center;
  953. padding: 5px;
  954. background-color:#fff;
  955. border-bottom: solid 2px #4c5aa2;
  956. border-top: solid 2px #4c5aa2;
  957. margin-bottom: 15px;
  958. margin-left: 19px;
  959.  
  960. }
  961.  
  962. .ques {
  963. width: 260px;
  964. text-align: center;
  965. margin-left: 18px;
  966. }
  967.  
  968. #asker {
  969.  
  970.  
  971. font-family: 'Montserrat', sans-serif;
  972. text-transform: uppercase;
  973. line-height: 100%;
  974. margin-bottom: 10px;
  975. text-align: center;
  976. font-size: 15px;
  977.  
  978. }
  979.  
  980. #asker a {
  981. color: #fff;
  982. text-shadow:0px 0px 2px #fff;
  983. background-color:#2599b2;
  984.  
  985. }
  986.  
  987. #asker a:hover {
  988.  
  989. color:#001f33;
  990. letter-spacing:2px;
  991.  
  992. }
  993.  
  994. #question {
  995. font-family: 'Montserrat', sans-serif;
  996. text-transform: uppercase;
  997. font-size: 10px;
  998. color: white;
  999. text-shadow: 10px 10px 10px 10px white;
  1000.  
  1001. }
  1002.  
  1003. ul#tabs {text-align: center;}
  1004. ul#tabs li { /*– your inactive / not viewed tabs –*/
  1005. display: inline-block;
  1006. background-color: transparent;
  1007. border-bottom: solid 0px;
  1008. padding: 5px 10px;
  1009. margin-bottom: 4px;
  1010. color: #000;
  1011. cursor: pointer;
  1012. font-weight:bold;
  1013. font-size: 8px;
  1014.  
  1015. }
  1016.  
  1017. ul#tabs li.active { /*– your active tab –*/
  1018. display: inline-block;
  1019. padding: 5px 10px;
  1020. color: #fff;
  1021. text-shadow:0px 0px 2px #fff;
  1022. background-color:#2599b2; cursor: pointer;
  1023. font-weight:bold;
  1024. -webkit-transition:
  1025. all 0.5s ease-out;
  1026. -moz-transition: all 0.5s ease-out;
  1027. transition: all 0.5s ease-out;
  1028. }
  1029.  
  1030. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  1031. ul#tab li.active {display: block;}
  1032. ul#tab li {display: none;}
  1033.  
  1034.  
  1035. }
  1036.  
  1037.  
  1038. {CustomCSS}</style></head><body>
  1039.  
  1040.  
  1041.  
  1042.  
  1043. <script>
  1044. (function($){
  1045. $(document).ready(function(){
  1046. $(“a[title]”).style_my_tooltips({
  1047. tip_follows_cursor:true,
  1048. tip_delay_time:7,
  1049. tip_fade_speed:7,
  1050. attribute:“title”
  1051. });
  1052. });
  1053. })(jQuery);
  1054. </script>
  1055.  
  1056.  
  1057. <div class="credit"><a href="https://hollywhood.tumblr.com/" title="made by me with help from tutorials."><span class="credit"><B>R.</B></span></a></div>
  1058.  
  1059. <div id="sidebar">
  1060.  
  1061. <div id="sidebarimage">
  1062. <a href="/"><img src="{image:sidebar}"></a></div>
  1063.  
  1064. <div class="sidebartitle">{text:sidebartitle}</div>
  1065.  
  1066.  
  1067. <div id="links">
  1068.  
  1069.  
  1070. <div class="alinks">
  1071. <a href="/" title="refresh."><div class="imagestyle"><img src="https://66.media.tumblr.com/4b4a5898f1215bee7f48f182a9c5f011/tumblr_puhotiVDgq1yrdwjwo1_250.png"></div></a>
  1072. </div>
  1073.  
  1074.  
  1075. <div class="blinks">
  1076. <a href="#?w=260" rel="01" class="poplight" title="ask."><div class="imagestyle"><img src="https://66.media.tumblr.com/f67fa441bc018b94b102f0d6be6ac727/tumblr_puhqhs14FT1yrdwjwo1_250.png"></div></a>
  1077.  
  1078. </div>
  1079.  
  1080.  
  1081. <div class="clinks">
  1082. <a href="https://docs.google.com/document/d/1pRvq-quP4VaE5vW26B2GM4fLHIQznQfzgl2wNa5w_mg/edit" title="rules."><div class="imagestyle"><img src="https://66.media.tumblr.com/fc3149d1d4f1d28da24f4ab293a9bcae/tumblr_puhpbfhDrL1yrdwjwo1_250.png"></div></a>
  1083. </div>
  1084.  
  1085.  
  1086. <div class="dlinks">
  1087. <a href="#?w=260" rel="04" class="poplight" title="dossier."><div class="imagestyle"><img src="https://66.media.tumblr.com/677f1e2f318006ca2910ce779c7149fa/tumblr_puhpbfhDrL1yrdwjwo3_250.png"></div></a>
  1088. </div>
  1089.  
  1090.  
  1091. <div class="elinks">
  1092. <a href="#?w=260" rel="05" class="poplight" title="verses."><div class="imagestyle"><img src="https://66.media.tumblr.com/8177bb4063f29b8ab47d6e20283e1789/tumblr_puhrdwDU4a1yrdwjwo1_250.png"></div></a>
  1093. </div>
  1094. </div>
  1095.  
  1096. <div id="description">
  1097. </div>
  1098. </div>
  1099. </div>
  1100.  
  1101. <div id="pagination">
  1102. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">❮</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">❯</a>{/block:NextPage}{/block:Pagination}
  1103. </div></div></div>
  1104.  
  1105. <div id="entries">{block:Posts}<div id="post">
  1106. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1107.  
  1108. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1109.  
  1110. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1111.  
  1112. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1113.  
  1114. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1115.  
  1116. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1117.  
  1118. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1119. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1120.  
  1121. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1122.  
  1123. {block:Answer}
  1124. <div id="asker">{Asker}</div>
  1125. <div id="ask">{question}</div>
  1126.  
  1127. {Answer}{/block:Answer}
  1128.  
  1129. {block:Date}<div id="info"><a title="{TimeAgo}" href="{Permalink}" style="position:absolute; margin-left:-60px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1130. -moz-animation: spin 3s linear 0s infinite normal;
  1131. -ms-animation: spin 3s linear 0s infinite normal;
  1132. -o-animation: spin 3s linear 0s infinite normal;
  1133. animation: spin 3s linear 0s infinite normal;">★</a></span>
  1134. {/block:Date} {block:NoteCount}
  1135.  
  1136. <a href="{Permalink}" a title="{NoteCount}"style="position:absolute; margin-left:-30px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1137. -moz-animation: spin 3s linear 0s infinite normal;
  1138. -ms-animation: spin 3s linear 0s infinite normal;
  1139. -o-animation: spin 3s linear 0s infinite normal;
  1140. animation: spin 3s linear 0s infinite normal;">★</a> {/block:NoteCount}
  1141.  
  1142. {block:RebloggedFrom}
  1143. <a title="{ReblogParentName}" href="{ReblogParentURL}"style="position:absolute; margin-left:0px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1144. -moz-animation: spin 3s linear 0s infinite normal;
  1145. -ms-animation: spin 3s linear 0s infinite normal;
  1146. -o-animation: spin 3s linear 0s infinite normal;
  1147. animation: spin 3s linear 0s infinite normal;">★</a>
  1148. {/block:RebloggedFrom}
  1149. <a href="{ReblogURL}"target="blank" title="reblog this post" style="position:absolute; margin-left:30px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1150. -moz-animation: spin 3s linear 0s infinite normal;
  1151. -ms-animation: spin 3s linear 0s infinite normal;
  1152. -o-animation: spin 3s linear 0s infinite normal;
  1153. animation: spin 3s linear 0s infinite normal;">★</a></span>
  1154. </div>
  1155.  
  1156. {block:HasTags}
  1157.  
  1158. <div class="tags">
  1159. <center>{block:Tags} <a title="{Tag}"href="{TagURL}">{Tag}</a>
  1160. {/block:Tags}</div>
  1161. {/block:HasTags}</center>
  1162.  
  1163. <div class="postnote">
  1164. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1165. </div>
  1166. </div>
  1167. {/block:Posts}
  1168.  
  1169. </div>
  1170.  
  1171. </body>
  1172.  
  1173. <div id="01" class="popup_block">
  1174. <div class="popask">
  1175.  
  1176. <center><h2>CODE RED.</h2>anon hate will be deleted</center><p><iframe frameborder="0" scrolling="no" width="100%" height="300" src="https://www.tumblr.com/ask_form/erudyte.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  1177. </div>
  1178. </div>
  1179. </div>
  1180.  
  1181. <div id="02" class="popup_block">
  1182. <div class="poptext">
  1183.  
  1184.  
  1185. </div></div></div>
  1186.  
  1187.  
  1188. <div id="04" class="popup_block">
  1189. <div class="poptext">
  1190.  
  1191.  
  1192. </div>
  1193. </div>
  1194. </div>
  1195.  
  1196. <div id="05" class="popup_block">
  1197. <div class="poptext">
  1198.  
  1199. title
  1200. <ul id="tabs">
  1201. <li class="active">CANON.</li>
  1202. &nbsp&nbsp&nbsp
  1203. <li>ALTERNATE.</li>
  1204. &nbsp&nbsp&nbsp
  1205. <li>PRIVATE.</li>
  1206. </ul>
  1207.  
  1208. <ul id="tab">
  1209. <li class="active">
  1210. <br>
  1211.  
  1212. main verses
  1213. </li>
  1214. <li>
  1215.  
  1216. au verses
  1217.  
  1218.  
  1219.  
  1220. </li>
  1221. <li>
  1222.  
  1223. private verses
  1224. </li>
  1225. </ul>
  1226.  
  1227.  
  1228.  
  1229. </div>
  1230. </div>
  1231.  
  1232.  
  1233.  
  1234. </div>
  1235. </div>
  1236. </div>
  1237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement