Advertisement
draiads

louise

May 12th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://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="http://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. </script>
  42. <script language=JavaScript>
  43. <!--
  44. var message="howdy";
  45. function clickIE4(){
  46. if (event.button==2){
  47. alert(message);
  48. return false;
  49. }
  50. }
  51.  
  52. function clickNS4(e){
  53. if (document.layers||document.getElementById&&!document.all){
  54. if (e.which==2||e.which==3){
  55. alert(message);
  56. return false;
  57. }
  58. }
  59. }
  60.  
  61. if (document.layers){
  62. document.captureEvents(Event.MOUSEDOWN);
  63. document.onmousedown=clickNS4;
  64. }
  65. else if (document.all&&!document.getElementById){
  66. document.onmousedown=clickIE4;
  67. }
  68.  
  69. document.oncontextmenu=new Function("alert(message);return false")
  70.  
  71. </script>
  72.  
  73. <script type="text/javascript">
  74. WebFontConfig = {
  75. google: { families: [ 'times' ] }
  76. };
  77. (function() {
  78. var wf = document.createElement('script');
  79. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  80. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  81. wf.type = 'text/javascript';
  82. wf.async = 'true';
  83. var s = document.getElementsByTagName('script')[0];
  84. s.parentNode.insertBefore(wf, s);
  85. })(); </script>
  86.  
  87. <script type="text/javascript">
  88. $(document).ready(function(){
  89. $("ul#tabs li").click(function(e){
  90. if (!$(this).hasClass("active")) {
  91. var tabNum = $(this).index();
  92. var nthChild = tabNum+1;
  93. $("ul#tabs li.active").removeClass("active");
  94. $(this).addClass("active");
  95. $("ul#tab li.active").removeClass("active");
  96. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  97. }
  98. });
  99. });
  100. </script>
  101.  
  102. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  103. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  104. <script>
  105. (function($){
  106. $(document).ready(function(){
  107. $("a[title]").style_my_tooltips({
  108. tip_follows_cursor:true,
  109. tip_delay_time:0,
  110. tip_fade_speed:300,
  111. attribute:"title"
  112. });
  113. });
  114. })(jQuery);
  115. </script>
  116.  
  117. <meta name="color:Background" content="#bcbcbc"/>
  118. <meta name="color:Text" content="#000000"/>
  119. <meta name="color:Link" content="#bcbcbc"/>
  120. <meta name="color:scrollbar" content="#999999">
  121. <meta name="color:title" content="#999999">
  122. <meta name="color:Link Hover" content="#2a1f1e"/>
  123. <meta name="color:bold" content="#763e1c">
  124.  
  125. <meta name="image:sidebar" content=""/>
  126. <meta name=”image:Background” content=”“/>
  127. <meta name="text:sidebartitle" content="">
  128. <meta name="color:tags" content="#4c4c4c">
  129.  
  130. <meta name="text:link 1" content="Link 1"/>
  131. <meta name="text:link 1 url" content="/"/>
  132. <meta name="text:link 2" content="Link 2"/>
  133. <meta name="text:link 2 url" content="/"/>
  134. <meta name="text:link 3" content="Link 3"/>
  135. <meta name="text:link 3 url" content="/"/>
  136. <meta name="text:link 4" content="Link 4"/>
  137. <meta name="text:link 4 url" content="/"/>
  138. <meta name="text:link 5" content="Link 5"/>
  139. <meta name="text:link 5 url" content="/"/>
  140.  
  141. <link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  142.  
  143. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  144.  
  145. <link href='https://fonts.googleapis.com/css?family=Anton|Sacramento|Just+Another+Hand|Six+Caps' rel='stylesheet' type='text/css'>
  146.  
  147. <link href='https://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  148.  
  149. <link href='https://fonts.googleapis.com/css?family=Teko' rel='stylesheet' type='text/css'>
  150.  
  151. <link href='http://fonts.googleapis.com/css?family=EB+Garamond|Homemade+Apple|Special+Elite|Amatic+SC' rel='stylesheet' type='text/css'>
  152.  
  153. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono|Fanwood+Text|Italiana|Julius+Sans+One' rel='stylesheet' type='text/css'>
  154.  
  155. <link href='http://fonts.googleapis.com/css?family=Khand|EB+Garamond' rel='stylesheet' type='text/css'>
  156.  
  157. <link href='https://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
  158.  
  159. <link href='https://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  160.  
  161. <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  162.  
  163. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  164.  
  165. <link href='https://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  166.  
  167. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  168.  
  169. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  170.  
  171. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  172. <script src=“http://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js”></script>
  173.  
  174.  
  175.  
  176. <style type="text/css">
  177.  
  178. ::selection {
  179. background: transparent;
  180. color:#f6f6f6;
  181. text-shadow:0px 0px 2px #f6f6f6,
  182.  
  183. }
  184.  
  185.  
  186. .popup_block{
  187. height:628px;
  188. overflow-y:auto;
  189. overflow-x:auto;
  190. opacity:1;
  191. display:none;
  192. background-color: #060606;
  193. padding:4px;
  194. border:0px solid #545050;
  195. border-radius:0px;
  196. position:fixed;
  197. top:333px;
  198. left:712px;
  199. padding:10px;
  200.  
  201. z-index: 99999;}
  202.  
  203. *html #fade {position: absolute;}
  204. *html .popup_block {position: absolute;}
  205. #fade {
  206. display:none;
  207. position:fixed;
  208. left:0px;
  209. top:0px;
  210. width:100%;
  211. height:100%;
  212. z-index:9999;
  213. background-color:#d2d3d5;
  214. opacity:0; /* change to opacity:1; */
  215. }
  216. .poptext a {
  217. color:#000;
  218. text-shadow: 0px 0px 1px #000;
  219.  
  220. }
  221.  
  222. ::-webkit-scrollbar-thumb{
  223. background-color: transparent;
  224. height:auto;
  225. }
  226.  
  227. ::-webkit-scrollbar {
  228. height:auto;
  229. width:2px;
  230. background-color: #transparent;
  231. border:0px;
  232. }
  233.  
  234. iframe#tumblr_controls {
  235. white-space:nowrap;
  236. -webkit-filter: invert(100%);
  237. -moz-filter: invert(100%);
  238. -o-filter: invert(100%);
  239. -ms-filter: invert(100%);
  240. filter: invert(100%);
  241. opacity:.2;transition: .8s ease-in-out;
  242. -webkit-transition: .8s ease-in-out;
  243. -moz-transition: .8s ease-in-out;
  244. -o-transition: .8s ease-in-out;
  245. }
  246.  
  247. #s-m-t-tooltip {
  248. font-style:trebuchet ms;
  249. max-width:300px;
  250. margin:10px 0px 0px 45px;
  251. background: #060606;
  252. border-left: solid 4px #bb0000;
  253. color:#fff;
  254. letter-spacing:2px;
  255. padding:2px;
  256. z-index:999999999999999999;
  257. -webkit-transition:all 1.5s;
  258. -moz-transition:all 1.5s;
  259. -ms-transition:all 1.5s;
  260. -o-transition:all 1.5s;
  261. transition:all 1.5s;
  262. }
  263.  
  264. ul,ol,li {
  265. color:#fff;
  266. list-style-type:default';
  267. }
  268.  
  269. u, underline {
  270. color:#202020;
  271. font-size:13px;
  272.  
  273. }
  274.  
  275. small {
  276. color:#fff;
  277. text-shadow: 0px 0px 1px #000;
  278.  
  279. font-size:10px;
  280. line-height:16px;
  281. }
  282.  
  283. sub {
  284. color:#fff;
  285. text-shadow: 0px 0px 1px #fff;
  286.  
  287. font-size:10px;
  288.  
  289. }
  290.  
  291. hr {
  292. display: block;
  293. height: 1px;
  294. border: 0;
  295. border-top: 1px solid #000;
  296. padding: 0;
  297.  
  298. }
  299. blockquote{
  300. color:#fff;
  301.  
  302. border-left: 10px solid #fff;
  303. padding: 3px;
  304. margin-left: 5px;
  305. margin-right: 5px;
  306.  
  307. }
  308.  
  309. b, strong {
  310. font-family: 'Montserrat', sans-serif;
  311. font-size:11px;
  312. color:#990000;
  313. text-shadow:0px 0px 1px #990000;
  314. text-transform:uppercase;
  315.  
  316. }
  317. i, em {
  318. color: #d69761;
  319. text-shadow:0px 0px 1px #d69761;
  320. font-weight:bold;
  321. font-style:italic;
  322. font-size:11px;
  323. }
  324.  
  325.  
  326. pre {
  327. background: #e40100;
  328. outline: 1px solid #fff;
  329. outline-offset: 2px;
  330. color:#fff;
  331. text-shadow:0px 0px 2px #fff;
  332.  
  333. font-family: 'Montserrat', sans-serif;
  334. font-size: 12px;
  335. line-height: 10px;
  336. letter-spacing: 2px;
  337. text-align: center;
  338. text-transform:uppercase;
  339. padding:2px;
  340. line-height:120%;
  341. }
  342.  
  343. h1 {
  344.  
  345. color:#fff;
  346. text-shadow:0px 0px 2px #fff;
  347. font-size:15px;
  348. font-weight: bolder; }
  349.  
  350. h2 {
  351. color:#fff;
  352. text-shadow:0px 0px 2px #fff;
  353. font-size:15px;
  354. font-weight: bolder;
  355. }
  356.  
  357. h3 {
  358. color:#fff;
  359. font-size:15px;
  360. font-weight: bolder;
  361. }
  362.  
  363. h4 {
  364. color:#fff;
  365. text-shadow:0px 0px 2px #fff;
  366. font-size:15px;
  367. font-weight: bolder;
  368.  
  369. }
  370.  
  371. .credit {
  372. position:fixed;
  373. font-family: 'fjalla one', sans-serif;
  374. color: #fff;
  375. text-shadow:1px 1px1px #fff;
  376. font-size: 10px;
  377. line-height: 10px;
  378. letter-spacing:0px;
  379. right:7px;
  380. bottom:5px;
  381. text-align:center;
  382. z-index: 9999;
  383. -webkit-transition:all 1.5s;
  384. -moz-transition:all 1.5s;
  385. -ms-transition:all 1.5s;
  386. -o-transition:all 1.5s;
  387. transition:all 1.5s;
  388. }
  389.  
  390. .credit:hover {
  391. color:transparent;
  392. text-shadow:0 0 7px {color:bold shadow};
  393. -webkit-transition: all 0.5s ease-in-out;
  394. -moz-transition: all 0.5s ease-in-out;
  395. -o-transition: all 0.5s ease-in-out;
  396. -ms-transition: all 0.5s ease-in-out;
  397. transition: all 0.5s ease-in-out;
  398. }
  399.  
  400. blockquote {
  401. text-align:justify;
  402. width:95%;
  403. margin-bottom:10px;
  404. padding:0px 5px 0px 10px;
  405. margin-left:0px;
  406. }
  407.  
  408. blockquote blockquote {
  409. padding:0 0 0 10px;
  410. color:#fff;
  411. }
  412.  
  413. blockquote, small {
  414. font-size:10px;
  415. }
  416.  
  417. blockquote img {
  418. max-width:300px;
  419. height:auto;
  420. }
  421.  
  422.  
  423. body {
  424. background:#060606;
  425. background-image:url('https://78.media.tumblr.com/80175c80f92fc458404ac1422a789954/tumblr_p7rkliVosV1xrsbifo1_1280.png');
  426. background-attachment: fixed;
  427. background-repeat: no-repeat;
  428. background-position: left top;
  429. color:#fff;
  430. text-shadow: 0px 0px 1px #fff;
  431.  
  432. font-family: calibri;
  433. text-align:justify;
  434. font-size: 10px;
  435. letter-spacing:1px;
  436. line-height:135%;
  437. }
  438.  
  439. a:link, a:active, a:visited {
  440. text-decoration:none;
  441. color:#bd6d00;
  442. text-shadow:0px 0px 2px #bd6d00;
  443. transition-duration: 0.6s;
  444. -moz-transition-duration: 0.6s;
  445. -webkit-transition-duration: 0.6s;
  446. -o-transition-duration: 0.6s
  447. }
  448.  
  449. a:hover {
  450. text-decoration:none;
  451. color:#900000;
  452. text-shadow:0px 0px 2px #900000;
  453. cursor:pointer;
  454. transition-duration: 0.6s;
  455. -moz-transition-duration: 0.6s;
  456. -webkit-transition-duration: 0.6s;
  457. -o-transition-duration: 0.6s
  458.  
  459.  
  460. }
  461.  
  462. blockquote {
  463. color:#fff;
  464. border-left: 2px solid;
  465. width:95%;
  466. line-height: 120%;
  467. border-left: solid 1.5px;
  468. border-color: #000;
  469. padding-left: 10px;
  470. margin-left: 0px;
  471. text-align:justify; }
  472. }
  473.  
  474. blockquote blockquote {
  475. color:#fff;
  476.  
  477. border-left: 3px solid;
  478. width:95%;
  479. line-height: 120%;
  480. border-left: solid 1.5px;
  481. border-color: #fff;
  482. padding-left: 10px;
  483. margin-left: 0px;
  484. text-align:justify; }
  485.  
  486. }
  487. #post {
  488. width:242px;
  489. padding-bottom:30px;
  490. padding-right:2px;
  491. margin-top:30px;
  492. color:#fff;
  493.  
  494. }
  495.  
  496. #entries {
  497. color:#fff;
  498.  
  499. padding:5px;
  500. width:255px;
  501. height:620px;
  502. margin-left:542px;
  503. margin-top:-15px;
  504. margin-bottom:35px;
  505. position:fixed;
  506. overflow-x:hidden;
  507. overflow-y:scroll;
  508.  
  509. }
  510.  
  511. #sidebar {
  512. color:#fff;
  513. position:fixed;
  514. width:40px;
  515. height:auto;
  516. margin-top:135px;
  517. margin-left:822px;
  518. text-align:center;
  519.  
  520. }
  521.  
  522. .alinks {
  523. position:fixed;
  524. text-shadow: 0px 0px 0px #000;
  525. margin-top:187px;
  526. margin-left:40px;
  527. transform: rotate(0deg);
  528. font-family: 'Playfair Display', serif;
  529. font-size: 20px;}
  530.  
  531.  
  532. .alinks a {
  533. opacity:1;
  534. padding:10px;
  535. color:#ffffff;
  536. margin-right:0px;
  537. -webkit-filter: blur(0px);
  538. -webkit-transition: 0.8s ease-in;
  539. -moz-transition: 1s ease-in;
  540. transition: 1s ease-in;
  541. }
  542.  
  543. .alinks a:hover {
  544. opacity:0;
  545. -webkit-filter: blur(3px);
  546. -webkit-transition: all 0.6s ease-in-out;
  547. -moz-transition: all 0.6s ease-in-out;
  548. -o-transition: all 0.6s ease-in-out;
  549. -ms-transition: all 0.6s ease-in-out;
  550. transition: all 0.6s ease-in-out;
  551. color: #c7c7c7;
  552. text-shadow: 3px 3px 3px #000;
  553. }
  554.  
  555. .blinks {
  556. position:fixed;
  557. text-shadow: 0px 0px 0px #000;
  558. margin-top:187px;
  559. margin-left:73px;
  560. transform: rotate(0deg);
  561. font-family: 'Playfair Display', serif;
  562. font-size: 20px;}
  563.  
  564.  
  565. .blinks a {
  566. padding:10px;
  567. color:#ffffff;
  568. margin-right:0px;
  569. -webkit-filter: blur(0px);
  570. -webkit-transition: 0.8s ease-in;
  571. -moz-transition: 1s ease-in;
  572. transition: 1s ease-in;
  573. }
  574.  
  575. .blinks a:hover {
  576. -webkit-transition: all 0.6s ease-in-out;
  577. -moz-transition: all 0.6s ease-in-out;
  578. -o-transition: all 0.6s ease-in-out;
  579. -ms-transition: all 0.6s ease-in-out;
  580. transition: all 0.6s ease-in-out;
  581. color: #727272;
  582. text-shadow: 2px 2px 2px #000;
  583. -webkit-filter: blur(3px);
  584. }
  585.  
  586.  
  587.  
  588.  
  589. .clinks {
  590. position:fixed;
  591. text-shadow: 0px 0px 0px #000;
  592. margin-top:187px;
  593. margin-left:110px;
  594. transform: rotate(0deg);
  595. font-family: 'Playfair Display', serif;
  596. font-size: 20px;}
  597.  
  598.  
  599. .clinks a {
  600. padding:10px;
  601. color:#ffffff;
  602. margin-right:0px;
  603. -webkit-filter: blur(0px);
  604. -webkit-transition: 0.8s ease-in;
  605. -moz-transition: 1s ease-in;
  606. transition: 1s ease-in;
  607. }
  608.  
  609. .clinks a:hover {
  610. -webkit-transition: all 0.6s ease-in-out;
  611. -moz-transition: all 0.6s ease-in-out;
  612. -o-transition: all 0.6s ease-in-out;
  613. -ms-transition: all 0.6s ease-in-out;
  614. transition: all 0.6s ease-in-out;
  615. color: #727272;
  616. text-shadow: 2px 2px 2px #000;
  617. -webkit-filter: blur(3px);
  618. }
  619.  
  620.  
  621.  
  622.  
  623. .dlinks {
  624. position:fixed;
  625. text-shadow: 0px 0px 0px #000;
  626. margin-top:187px;
  627. margin-left:147px;
  628. transform: rotate(0deg);
  629. font-family: 'Playfair Display', serif;
  630. font-size: 20px;}
  631.  
  632.  
  633. .dlinks a {
  634. padding:10px;
  635. color:#ffffff;
  636. margin-right:0px;
  637. -webkit-filter: blur(0px);
  638. -webkit-transition: 0.8s ease-in;
  639. -moz-transition: 1s ease-in;
  640. transition: 1s ease-in;
  641. }
  642.  
  643. .dlinks a:hover {
  644. -webkit-transition: all 0.6s ease-in-out;
  645. -moz-transition: all 0.6s ease-in-out;
  646. -o-transition: all 0.6s ease-in-out;
  647. -ms-transition: all 0.6s ease-in-out;
  648. transition: all 0.6s ease-in-out;
  649. color: #727272;
  650. text-shadow: 2px 2px 2px #000;
  651. -webkit-filter: blur(3px);
  652. }
  653.  
  654.  
  655.  
  656. .elinks {
  657. position:fixed;
  658. text-shadow: 0px 0px 0px #000;
  659. margin-top:187px;
  660. margin-left:184px;
  661. transform: rotate(0deg);
  662. font-family: 'Playfair Display', serif;
  663. font-size: 20px;}
  664.  
  665.  
  666. .elinks a {
  667. padding:10px;
  668. color:#ffffff;
  669. margin-right:0px;
  670. -webkit-filter: blur(0px);
  671. -webkit-transition: 0.8s ease-in;
  672. -moz-transition: 1s ease-in;
  673. transition: 1s ease-in;
  674. }
  675.  
  676. .elinks a:hover {
  677. -webkit-transition: all 0.6s ease-in-out;
  678. -moz-transition: all 0.6s ease-in-out;
  679. -o-transition: all 0.6s ease-in-out;
  680. -ms-transition: all 0.6s ease-in-out;
  681. transition: all 0.6s ease-in-out;
  682. color: #727272;
  683. text-shadow: 2px 2px 2px #000;
  684. -webkit-filter: blur(3px);
  685. }
  686.  
  687.  
  688.  
  689. #description {
  690. overflow-x:hidden;
  691. overflow-y:scroll;
  692. position:fixed;
  693. width:189px;
  694. height:128px;
  695. font-family:trebuchet ms;
  696. margin-top:212px;
  697. margin-left:35px;
  698. text-align:justify;
  699. font-size:9px;
  700. color: #fff;
  701. letter-spacing:0px;
  702. line-height:130%;
  703.  
  704. -moz-transition-duration:1s;
  705. -webkit-transition-duration:1s;
  706. -o-transition-duration:1s;
  707.  
  708.  
  709. }
  710.  
  711. #description a {
  712. color:#fff;
  713. }
  714.  
  715. #description a:hover {
  716. color:#000;
  717. }
  718. #pagination {
  719. position:fixed;
  720. width:10px;
  721. margin-top:510px;
  722. margin-left:693px;
  723. text-align:left;
  724. line-height:190%;
  725. letter-spacing:15px;
  726. font-family: 'Pacifico';
  727. text-transform:lowercase;
  728. text-align: right;
  729. width: 300px;
  730. margin-right: auto;
  731. }
  732.  
  733. #pagination a{
  734. display: inline-block;
  735. padding-left: 5px;
  736. font-size: 20px;
  737. font-family: 'Yellowtail', cursive;
  738. color:#fff;
  739. text-shadow: 0px 0px 2px #e30105;
  740. -moz-transition-duration:.9s;
  741. -webkit-transition-duration:.9s;
  742. -o-transition-duration:.9s;
  743.  
  744. }
  745.  
  746. #pagination a:hover {
  747. padding-left: 5px;
  748. color: #280400;
  749. text-shadow: 0px 0px 2px #280400;
  750.  
  751. -webkit-transition:all .5s ease-in-out;
  752. -moz-transition:all .5s ease-in-out;
  753. transition:all .5s ease-in-out;
  754. }
  755.  
  756. #info {
  757. margin-top:6px;
  758. margin-left: 30px;
  759. width: 193px;
  760. font-size:8px;
  761. font-weight:bold;
  762. letter-spacing:2px;
  763. padding:2px 5px;
  764. background:url("https://78.media.tumblr.com/e509d937974beeb9817bceb6630f6ba5/tumblr_p7v17jX6yp1xrsbifo1_1280.png");
  765. background-position:center;
  766. background-attachment:fixed;
  767. color:#180505;
  768. z-index:99999999999999999999;
  769. font-family:helvetica;
  770. text-transform:uppercase;
  771. text-align:center;
  772. outline: 1px solid #180505;
  773. outline-offset: 2px;
  774.  
  775. -moz-transition-duration:0.2s;
  776. -webkit-transition-duration:0.2s;
  777. -o-transition-duration:0.2s
  778. }
  779.  
  780. #info a {
  781. font-family: 'Fjalla One', sans-serif;
  782. font-style:;
  783. color:#fff;
  784. text-shadow:0px 0px 2px #fff;
  785.  
  786.  
  787. font-size:20px;
  788. -webkit-filter: blur(0px);
  789. -moz-transition-duration:0.2s;
  790. -webkit-transition-duration:0.2s;
  791. -o-transition-duration:0.2s;
  792. }
  793. #info a:hover {
  794.  
  795. color:#e40100;
  796. text-shadow: none;
  797. -webkit-filter: blur(0px);
  798. -moz-transition-duration:0.2s;
  799. -webkit-transition-duration:0.2s;
  800. -o-transition-duration:0.2s;
  801.  
  802. }
  803.  
  804. .tags {
  805. width:255px;
  806. margin-top:2px;
  807. margin-bottom:20px;
  808. margin-left:0px;
  809. text-transform:lowercase;
  810. line-height:110%;
  811. font-size:9px;
  812. letter-spacing:1px;
  813. text-align:justify;
  814. padding-top:6px;
  815. padding-bottom:22px;
  816. padding-right:3px;
  817. padding-left:3px;
  818.  
  819. text-align: center;
  820. padding: 5px;
  821. -moz-transition-duration:0.2s;
  822. -webkit-transition-duration:0.2s;
  823. -o-transition-duration:0.2s;
  824. }
  825. .tags a{
  826. font-style:;
  827. color: #fff;
  828. text-shadow:0px 0px 1px #fff;
  829. ;
  830.  
  831. -moz-transition-duration:0.9s;
  832. -webkit-transition-duration:0.9s;
  833. -o-transition-duration:0.9s;
  834.  
  835. }
  836.  
  837. .tags a:hover {
  838.  
  839. color:#e30105;
  840. text-shadow: none;
  841. letter-spacing: 1px;
  842. }
  843.  
  844. .audio{
  845. background-color:#e5e5e5;
  846. border:3px double #000;
  847. height:65px;
  848. overflow:hidden;
  849. }
  850.  
  851. #ask {
  852.  
  853. width: 230px;
  854. text-transform: lowercase;
  855. text-align: center;
  856. padding: 5px;
  857. background-color: transparent;
  858. border: 1px solid #fff;
  859. outline: 1px solid #000;
  860. outline-offset: 2px;
  861. margin-bottom: 15px;
  862. margin-left: 7px;
  863.  
  864. }
  865.  
  866. .ques {
  867.  
  868. width: 260px;
  869. text-align: center;
  870. margin-left: 18px;
  871. }
  872.  
  873. #asker {
  874.  
  875. color: #fff;
  876. font-family: 'Montserrat', sans-serif;
  877. text-transform: uppercase;
  878. line-height: 100%;
  879. margin-bottom: 3px;
  880. text-align: center;
  881. font-size: 15px;
  882.  
  883. }
  884.  
  885. #asker a {
  886. color: #fff;
  887. }
  888.  
  889. #asker a:hover {
  890.  
  891. color:#e30105;
  892. letter-spacing:2px;
  893.  
  894. }
  895.  
  896. #question {
  897. font-family: 'Montserrat', sans-serif;
  898. text-transform: uppercase;
  899. font-size: 10px;
  900. color: white;
  901. text-shadow: 10px 10px 10px 10px white;
  902.  
  903. }
  904.  
  905. ul#tabs {text-align: center;}
  906. ul#tabs li { /*– your inactive / not viewed tabs –*/
  907. display:inline-block;
  908. padding:2px;
  909. padding right: 4px;
  910. cursor:pointer;
  911. TEXT-DECORATION:NONE;
  912. OPACITY:1;
  913. COLOR:#fff;
  914.  
  915. }
  916.  
  917. ul#tabs li.active { /*– your active tab –*/
  918. color:#e30105;
  919. border-bottom: dashed 1px #e30105;
  920. -webkit-transition:
  921. all 0.5s ease-out;
  922. -moz-transition: all 0.5s ease-out;
  923. transition: all 0.5s ease-out;
  924. }
  925.  
  926. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  927. ul#tab li.active {display: block;}
  928. ul#tab li {display: none;}
  929.  
  930. }
  931.  
  932.  
  933. {CustomCSS}</style></head><body>
  934.  
  935.  
  936.  
  937. <script>
  938. (function($){
  939. $(document).ready(function(){
  940. $(“a[title]”).style_my_tooltips({
  941. tip_follows_cursor:true,
  942. tip_delay_time:7,
  943. tip_fade_speed:7,
  944. attribute:“title”
  945. });
  946. });
  947. })(jQuery);
  948. </script>
  949.  
  950.  
  951. <div class="credit"><a href="http://hollywhood.tumblr.com/" title="made by me with help from tutorials."><span class="credit"><B>moi</B></span></a></div>
  952.  
  953. <div id="sidebar">
  954.  
  955. <div id="sidebarimage">
  956. <a href="/"><img src="{image:sidebar}"></a></div>
  957.  
  958. <div class="sidebartitle">{text:sidebartitle}</div>
  959.  
  960.  
  961. <div id="links">
  962.  
  963.  
  964. <div class="alinks">
  965. <a href="/" title="HOME IS WHERE THE BODIES ARE BURIED.">01.</a>
  966. </div>
  967.  
  968.  
  969. <div class="blinks">
  970. <a href="#?w=259" rel="01" class="poplight" title="MAKE THE HEADLINES."> 02. </a>
  971. </div>
  972.  
  973.  
  974. <div class="clinks">
  975. <a href="#?w=259" rel="02" class="poplight" title="FORGOE / WHAT YOU KNOW."> 03. </a>
  976. </div>
  977.  
  978.  
  979. <div class="dlinks">
  980. <a href="#?w=259" rel="04" class="poplight" title="ID:// VICTIM."> 04. </a>
  981. </div>
  982.  
  983.  
  984. <div class="elinks">
  985. <a href="#?w=259" rel="05" class="poplight" title="A WHAT IF SCENARIO."> 05. </a>
  986. </div>
  987. </div>
  988.  
  989. <div id="description">
  990. <center><h3>MY DEAR</h3>
  991. YOU'RE &nbsp; AN &nbsp; OPEN &nbsp; HEART &nbsp; LEFT &nbsp; IN &nbsp; A &nbsp; BLOODY &nbsp; CRADLE &nbsp; .
  992. <br><br>
  993.  
  994. i &nbsp;am &nbsp;exhausted &nbsp; /&nbsp;i &nbsp; am &nbsp;learning &nbsp; peacefulness&nbsp;: &nbsp;my &nbsp; name &nbsp; is &nbsp;his &nbsp;and &nbsp;my &nbsp;history &nbsp;is &nbsp;their &nbsp;burden &nbsp;to &nbsp;leave &nbsp;festering.
  995.  
  996. <Br>
  997. <Br>
  998.  
  999. LIKE &nbsp; SMILING &nbsp; HOOKS &nbsp; I &nbsp; SEE &nbsp; THEIR &nbsp; FACES &nbsp; / &nbsp; LIKE &nbsp; RED &nbsp; LEAD &nbsp; SINKERS &nbsp; ROUND &nbsp; MY &nbsp; NECK
  1000.  
  1001. <br>
  1002. <br>
  1003.  
  1004. <center>━</center>
  1005. <br>
  1006. ind . highly selec . priv . multi
  1007. <br>
  1008. <b>LOUISE HUNTER</b>
  1009. <br>
  1010. an original character
  1011. <br></div>
  1012.  
  1013.  
  1014.  
  1015. </div>
  1016.  
  1017. </div>
  1018.  
  1019. <div id="pagination">
  1020. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">❮</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">❯</a>{/block:NextPage}{/block:Pagination}
  1021. </div></div></div>
  1022.  
  1023. <div id="entries">{block:Posts}<div id="post">
  1024. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1025.  
  1026. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1027.  
  1028. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1029.  
  1030. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1031.  
  1032. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1033.  
  1034. {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}
  1035.  
  1036. {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}
  1037. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1038.  
  1039. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1040.  
  1041. {block:Answer}
  1042. <div id="asker">{Asker}</div>
  1043. <div id="ask">{question}</div>
  1044.  
  1045. {Answer}{/block:Answer}
  1046.  
  1047. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">▪</a>
  1048. {/block:Date} {block:NoteCount}
  1049. <a href="{Permalink}" a title="{NoteCount}">▪</a> {/block:NoteCount}
  1050.  
  1051. {block:RebloggedFrom}
  1052. <a title="{ReblogParentName}" href="{ReblogParentURL}">▪</a>
  1053. {/block:RebloggedFrom}
  1054. <a href="{ReblogURL}"target="blank" title="reblog this post">▪</a>
  1055. </div>
  1056.  
  1057. {block:HasTags}
  1058.  
  1059. <div class="tags">
  1060. <center>{block:Tags}
  1061. ✦ <a title="{Tag}"href="{TagURL}">{Tag}</a>
  1062. {/block:Tags}</div>
  1063. {/block:HasTags}</center>
  1064.  
  1065. <div class="postnote">
  1066. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1067. </div>
  1068. </div>
  1069. {/block:Posts}
  1070.  
  1071. </div>
  1072.  
  1073. </body>
  1074.  
  1075. <div id="01" class="popup_block">
  1076. <div class="popask">
  1077.  
  1078. <h3>you and i, we have a common enemy.</h3><p><iframe frameborder="0" scrolling="no" width="100%" height="300" src="http://www.tumblr.com/ask_form/avengle.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>
  1079. </div>
  1080. </div>
  1081. </div>
  1082. </div>
  1083.  
  1084. <div id="02" class="popup_block">
  1085. <div class="poptext">
  1086.  
  1087. <br>
  1088. <br>
  1089.  
  1090. <center><h3>HOW SAD / SHE CRIED.</h3></center>
  1091.  
  1092. <ul id="tabs">
  1093. <li class="active">LAW.</li>
  1094. &nbsp&nbsp&nbsp
  1095. <li>MAINS.</li>
  1096. </ul>
  1097.  
  1098. <ul id="tab">
  1099. <li class="active">
  1100. <br>
  1101.  
  1102. <center>indie . low activity . original canon . made april 2018 </center>
  1103.  
  1104. <h3>* 01 . GENERAL</h3>
  1105.  
  1106. this blog is going to be low activity in regards to writing indefinitely. i'm a student at the moment who will be applying to university this october so my focus isn't this blog nor tumblr in general, so please be aware of that! furthermore i also do a lot of things outside of school which will keep me busy too, but you'll probably catch me spamming ooc posts and then deleting them. if that bothers you then following me isn't the best idea.
  1107. <br>
  1108. <br>
  1109.  
  1110. <h3> * 02 . FOLLOWING</h3>
  1111.  
  1112. i'm pretty general about who i follow since i like to have an active dash although i <b>am</b> picky with who i actually write with. louise is a really fickle muse and i have the creativity of slug when concerning starters, so plotting is something i prefer.
  1113. <br>
  1114. <br>
  1115. also! <b>if you see me interacting with someone problematic please let me know.</b> i can't promise to know everyone who's been called out in the past and hasn't fixed their behaviour due to not always being online. i'd really appreciate it so i rectify it and apologise!
  1116.  
  1117. <h3>* 03 . PORTRAYAL</h3>
  1118.  
  1119. louise is a <i>detective/crime original character</i> and thus falls into the thriller category. a brief overview of her storyline is that her husband and son are both killed in unexplainable circumstances. determined to find their killer, louise begins to use any free time she has inbetween her detective work as DCI to hunt down the killer. with her past work in the more darker side of the law, louise will stop at nothing to kill the man who killed her heart.
  1120.  
  1121. <h3>* 04 . SHIPPING</h3>
  1122.  
  1123. oh boy oh boy am i subjective about who i ship louise with! please bear in mind, in my current arc she is just recently turned widow - so she's not looking for a relationship. perhaps later in her storyline will she open up again, but for now shipping isn't really something i'm looking for.
  1124.  
  1125.  
  1126. <h3> * 05 . FORMATTING / WRITING</h3>
  1127.  
  1128. my writing is very much so poetic! i prefer shorter threads and sometimes i won't use icons. for my writing partners i don't mind what writing style you use nor if you use icons. i'm pretty chill with it! although for longer threads i'll most likely contact you to plan out where it's going.
  1129.  
  1130. <h3>* 06 . GRAPHICS</h3>
  1131.  
  1132. it should be clear that everything on this blog is mine! and i'd really appreciate it if you didn't copy my aeshtetics in anyway nor my lore, even if you ask. <b>however</b> i am more than welcome to <i>making you something</i> depending on how well i know you. if you would like a graphic for either a promo, header etc. my IMs are always open! but i will be slow in making them if i agree to do so.
  1133.  
  1134. <h3>* 07 . PERSONAL</h3>
  1135.  
  1136. hello and welcome to my humble abode. i'm rory (they/he) and i'm a pretty chill person that really likes history and poetry. there's not a lot else to tell i'm afraid.
  1137.  
  1138.  
  1139. </li>
  1140. <li>
  1141.  
  1142. mains
  1143.  
  1144.  
  1145. </li>
  1146. <li>
  1147. </ul>
  1148.  
  1149. </div>
  1150. </div>
  1151. </div>
  1152.  
  1153. <div id="04" class="popup_block">
  1154. <div class="poptext">
  1155.  
  1156. <br>
  1157. <br>
  1158.  
  1159. <center><h3>WHO KNEW RAGE COULD BE SO SOFT.</h3></center>
  1160.  
  1161. <ul id="tabs">
  1162. <li class="active">BASICS.</li>
  1163. &nbsp&nbsp&nbsp
  1164. <li>DETAILS.</li>
  1165. &nbsp&nbsp&nbsp
  1166. <li>EXTRA.</li>
  1167.  
  1168. &nbsp
  1169. </ul>
  1170.  
  1171. <ul id="tab">
  1172. <li class="active">
  1173.  
  1174.  
  1175.  
  1176. <br>
  1177.  
  1178. </li>
  1179. <li>
  1180.  
  1181.  
  1182. general abt
  1183.  
  1184. </li>
  1185. <li>
  1186.  
  1187. personality
  1188.  
  1189.  
  1190. </li>
  1191. </ul>
  1192.  
  1193. </div>
  1194.  
  1195.  
  1196.  
  1197.  
  1198. </div>
  1199. </div>
  1200. </div>
  1201.  
  1202. <div id="05" class="popup_block">
  1203. <div class="poptext">
  1204.  
  1205. <br>
  1206. <br>
  1207.  
  1208. <h3>THE PAST : HAUNTS.</h3>
  1209.  
  1210. <ul id="tabs">
  1211. <li class="active">CANON.</li>
  1212. &nbsp&nbsp&nbsp
  1213. <li>ALTERNATE.</li>
  1214. &nbsp&nbsp&nbsp
  1215. <li>PRIVATE.</li>
  1216. </ul>
  1217.  
  1218. <ul id="tab">
  1219. <li class="active">
  1220. <br>
  1221.  
  1222. h
  1223.  
  1224.  
  1225.  
  1226. </li>
  1227. <li>
  1228. hhhhhh
  1229. <br>
  1230.  
  1231. <img src="img" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1232. <big><a href="/tagged/tag"></a></big>
  1233.  
  1234. <br>
  1235.  
  1236. nyeh
  1237. <br>
  1238.  
  1239.  
  1240.  
  1241. </li>
  1242. <li>
  1243.  
  1244. h
  1245.  
  1246. </li>
  1247. </ul>
  1248.  
  1249.  
  1250.  
  1251. </div>
  1252. </div>
  1253. </div>
  1254.  
  1255. </div>
  1256. </div>
  1257. </div>
  1258.  
  1259. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement