Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.86 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.  
  3. <title>{Title}</title>
  4. <head>
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=100)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=100)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37.  
  38. <link rel="shortcut icon" href="https://vignette.wikia.nocookie.net/animal-jam-clans-1/images/f/fc/Black_Crown_Art_Addons.png/revision/latest?cb=20161130020852"/>
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42. <!--
  43. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  44. THIS THEME WAS PERSONALLY DESIGNED FOR RAVUSNIGHTBLOSSOM !!
  45. By: Ley @eternalworks.
  46. theme shall not be redistributed. credits may not be removed.
  47. ( thank you for your commission and support !! )
  48. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  49. -->
  50.  
  51. <script language="javascript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  52.  
  53. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  54.  
  55. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  60.  
  61. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  62.  
  63. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  64.  
  65. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  66.  
  67. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  68.  
  69. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  70.  
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  73. <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed|IBM+Plex+Serif:300i|Old+Standard+TT|Playfair+Display|Roboto+Condensed" rel="stylesheet">
  74.  
  75.  
  76. <style>
  77. div#qTip {
  78. padding: 3px;
  79. display: none;
  80. text-align: center;
  81. position: absolute;
  82. font-size:7px;
  83. margin-left:10px;
  84. margin-top:-2px;
  85. line-height:9px;
  86. font-family:arial;
  87. z-index: 1000;
  88. border: 1px solid #cacaca;
  89. background-color:#fff;
  90. color: #9b9b9b;
  91. text-transform:uppercase;
  92. letter-spacing: 2px;
  93. }
  94. </style>
  95.  
  96.  
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101.  
  102. .popup_block{
  103. display:none;
  104. background: url('http://static.tumblr.com/zma9h5a/N6Gp05763/bg.png');
  105. padding:20px;
  106. float:left;
  107. opacity: 100;
  108.  
  109. position:fixed;
  110. top:50%;left:50%;
  111. z-index: 99999;
  112. }
  113.  
  114. *html #fade {position: absolute;}
  115. *html .popup_block {position: absolute;}
  116. #fade {
  117. display:none;
  118. position:fixed;
  119. left:0px;
  120. top:0px;
  121. width:100%;
  122. height:100%;
  123. z-index:9999;
  124. background:#000; /* change to #fff for solid white */
  125. opacity:0.5; /* change to opacity:1; */
  126.  
  127. }
  128.  
  129.  
  130. iframe#tumblr_controls {
  131. white-space:nowrap;
  132. -webkit-filter: invert(100%);
  133. -moz-filter: invert(100%);
  134. -o-filter: invert(100%);
  135. -ms-filter: invert(100%);
  136. filter: invert(100%);
  137. opacity:.2;transition: .8s ease-in-out;
  138. -webkit-transition: .8s ease-in-out;
  139. -moz-transition: .8s ease-in-out;
  140. -o-transition: .8s ease-in-out;
  141. }
  142.  
  143. /*----- POST IMAGES -----*/
  144.  
  145.  
  146. img {
  147. max-width: 100%;
  148. height: auto;
  149. border:1px dashed #fff;
  150. }
  151.  
  152. pre {
  153. white-space: pre-wrap; / css-3 /
  154. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  155. white-space: -pre-wrap; / Opera 4-6 /
  156. white-space: -o-pre-wrap; / Opera 7 /
  157. word-wrap: break-word; / Internet Explorer 5.5+ /
  158. }
  159.  
  160.  
  161.  
  162. /*----- IMP -----*/
  163.  
  164. .popup_block{
  165. display:none;
  166. background: url('');
  167. padding:20px;
  168. float:left;
  169.  
  170. position:fixed;
  171. top:50%;left:50%;
  172. z-index: 99999;
  173. }
  174.  
  175. *html #fade {position: absolute;}
  176. *html .popup_block {position: absolute;}
  177. #fade {
  178. display:none;
  179. position:fixed;
  180. left:0px;
  181. top:0px;
  182. width:100%;
  183. height:100%;
  184. z-index:9999;
  185. background:#000; /* change to #fff for solid white */
  186. opacity:0.5; /* change to opacity:1; */
  187.  
  188. }
  189.  
  190.  
  191.  
  192. /*----- dedede BAR -----*/
  193.  
  194. ::-webkit-scrollbar-thumb {
  195. height: 12px;
  196. border: 1px solid #ebe7e6;
  197. background: url('') #;
  198. background-color: #ebe7e6;
  199. }
  200. ::-webkit-scrollbar {
  201. width: 8px;
  202. height: 7px;
  203. border-left: 5px solid #f9f9f7;
  204. border-right: 5px solid #f9f9f7;
  205. border-top: 2px solid #f9f9f7;
  206. border-bottom: 2px solid #f9f9f7;
  207. background: #f9f9f7;
  208. }
  209.  
  210. /*----- MAIN CONTENT -----*/
  211.  
  212.  
  213. body {
  214. background: url('https://static.tumblr.com/zma9h5a/sa7p903a0/ravustheme_copy.png') #f3f2f2;
  215. background-position: top-right;
  216. background-repeat: no-repeat;/
  217. background-attachment: absolute;
  218. margin:0px;
  219. color: #666262;
  220. letter-spacing: 0.3px;
  221. font-family: 'IBM Plex Sans Condensed', sans-serif;
  222. font-size:13px;
  223. line-height:100%;
  224. height: 900px;
  225. overflow-x: hidden;
  226. overflow-y: hidden;
  227.  
  228. }
  229.  
  230. body, a, a:hover { cursor:url( https://78.media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png ), auto; }
  231.  
  232. /*----- TEXT DETAILS -----*/
  233.  
  234. b,strong {
  235. color: #4a4646;
  236. text-shadow:1px 0px #fff;
  237. text-transform:none;
  238. font-family: times;
  239. letter-spacing: 0px;
  240. font-size:13px;}
  241.  
  242.  
  243. i,em {
  244. color:#b2aeb1;
  245. text-shadow:1px 0px #fff;
  246. font-family: 'IBM Plex Serif', serif;
  247. text-transform: none;
  248. font-size:13px;}
  249.  
  250.  
  251. h1 {
  252. font-weight:normal;
  253. font-size:15px;
  254. font-family: 'Playfair Display', serif;
  255. text-align:center;
  256. text-transform:uppercase;
  257. font-style:bold;
  258. line-height:100%;
  259. letter-spacing:1px;
  260. color:#b18ca5;
  261.  
  262.  
  263. }
  264.  
  265. a {
  266. text-decoration:none;
  267. outline:none;
  268. -moz-outline-style:none;
  269. color:#b6cfd8;
  270. -moz-transition-duration:0.5s;
  271. -webkit-transition-duration:0.5s;
  272. -o-transition-duration:0.5s;
  273. }
  274.  
  275. a:hover {
  276. text-decoration:none;
  277. outline:none;
  278. -moz-outline-style:none;
  279. color:#b6cfd8;
  280. }
  281.  
  282. /*----- REBLOG -----*/
  283.  
  284. blockquote {
  285. padding-left:5px;
  286. border-left:5px solid;
  287. border-color: #efefef;
  288. border-radius: 15px;
  289. margin:7px;
  290. }
  291.  
  292.  
  293. #post {
  294. width:403px;
  295. padding-bottom:0px;
  296. margin-top:0px;
  297. }
  298. #post a{
  299. color: #b287b2;
  300. text-shadow:1px 1px #fff;
  301. letter-spacing:1px;
  302. text-transform:uppercase;
  303. font-family: 'Old Standard TT', serif;
  304. font-size: 8px;
  305.  
  306.  
  307. }
  308. #post:hover .tags{
  309. opacity:1;
  310. -moz-transition-duration:0.5s;
  311. -webkit-transition-duration:0.5s;
  312. -o-transition-duration:0.5s;
  313. }
  314.  
  315.  
  316.  
  317.  
  318. .tags {
  319. font-family: georgia;
  320. width:500px;
  321. text-transform:normal;
  322. line-height:120%;
  323. font-size:10px;
  324. text-align:left;
  325. padding-top:5px;
  326. padding-bottom:15px;
  327. -moz-transition-duration:0.2s;
  328. -webkit-transition-duration:0.2s;
  329. -o-transition-duration:0.2s;
  330. text-align:center;
  331. }
  332. .tags a{
  333. font-style:italic;
  334. color:#b53532;
  335. -moz-transition-duration:0.2s;
  336. -webkit-transition-duration:0.2s;
  337. -o-transition-duration:0.2s;
  338. }
  339. .tags a:hover{
  340. color:{color:link hover};
  341. -moz-transition-duration:0.2s;
  342. -webkit-transition-duration:0.2s;
  343. -o-transition-duration:0.2s;
  344. }
  345.  
  346. /*----- SIDE CONTENT-----*/
  347.  
  348. #sidebar {
  349. color: #777;
  350. position:absolute;
  351. width:100px;
  352. height:auto;
  353. margin-top:-170px;
  354. margin-left:465px;
  355. text-align:left;
  356. }
  357.  
  358. #description {
  359. position:absolute;
  360. width:175px;
  361. font-family: 'Open Sans', sans-serif;
  362. margin-top:625px;
  363. margin-left:150px;
  364. text-align:center;
  365. font-size:10px;
  366. color: #939090;
  367. text-shadow:1px 1px #000;
  368. letter-spacing:0px;
  369. line-height:130%;
  370. -moz-transition-duration:1s;
  371. -webkit-transition-duration:1s;
  372. -o-transition-duration:1s;
  373. }
  374.  
  375. #description a {
  376. color: #aca09f;
  377. }
  378.  
  379. #description a:hover {
  380. color:#b6cfd8;
  381. }
  382.  
  383. #navi {
  384. background-color: #;
  385. position:absolute;
  386. width:93px;
  387. padding-bottom: 10px;
  388. font-family: 'Old Standard TT', serif;
  389. text-transform: uppercase;
  390. margin-top:250px;
  391. margin-left: 518px;
  392. letter-spacing:1px;
  393. text-align:center;
  394. font-size:8px;
  395. color: #afaca4;
  396. letter-spacing:1px;
  397. line-height:130%;
  398. -moz-transition-duration:1s;
  399. -webkit-transition-duration:1s;
  400. -o-transition-duration:1s;
  401. }
  402.  
  403. #navi a {
  404. color: #000;
  405. font-size:8px;
  406. letter-spacing:1px;
  407.  
  408. }
  409.  
  410.  
  411. #navi a:hover {
  412. color:#a860a8;
  413. font-size:8px;
  414. letter-spacing:2px;
  415. text-shadow:1px 1px #fff;
  416. }
  417.  
  418. #navi2 {
  419. background-color: #;
  420. position:absolute;
  421. width:130px;
  422. font-family: 'Francois One', sans-serif;
  423. text-transform: uppercase;
  424. margin-top:915px;
  425. margin-left: 740px;
  426. letter-spacing:3px;
  427. text-align:center;
  428. font-size:10px;
  429. color: #a18f7d;
  430. letter-spacing:0px;
  431. line-height:130%;
  432. -moz-transition-duration:1s;
  433. -webkit-transition-duration:1s;
  434. -o-transition-duration:1s;
  435. }
  436.  
  437. #navi2 a {
  438. color: #e68fa1;
  439. text-shadow:1px 1px #fff;
  440.  
  441. }
  442.  
  443.  
  444. #navi2 a:hover {
  445. color:#dc5555;
  446. text-shadow: 0 0 0.2em #5fd3e8;
  447. }
  448.  
  449. #mains {
  450. background-color: #;
  451. position:absolute;
  452. width:190px;
  453. font-family: 'IBM Plex Sans Condensed', sans-serif;
  454. text-transform: NONE;
  455. margin-top:612px;
  456. margin-left:317px;
  457. text-align:none;
  458. font-size:9px;
  459. color: #666262;
  460. letter-spacing: 0.3px;
  461. overflow-y:hidden;
  462. overflow-x:hidden;
  463. letter-spacing:0px;
  464. line-height:100%;
  465. -moz-transition-duration:1s;
  466. -webkit-transition-duration:1s;
  467. -o-transition-duration:1s;
  468. }
  469.  
  470. .sfm input {background-color: #fff;
  471. font-size: 9px;
  472. border: 1px solid;
  473. border-color: #cebec9;
  474. text-transform: uppercase;
  475. margin-top: 0px;
  476. color: #999;
  477. letter-spacing: 1px;
  478. padding: 4px 8px;
  479. font-family: calibri, helvetica, arial;}
  480.  
  481.  
  482. #mains a {
  483. color: #fff;
  484. }
  485.  
  486. #mains a:hover {
  487. color:#ffffff;
  488. }
  489.  
  490. #textbox {
  491. background-color: #;
  492. position:absolute;
  493. width:300px;
  494. font-family: 'IBM Plex Sans Condensed', sans-serif;
  495. text-transform: NONE;
  496. margin-top:190px;
  497. margin-left:48px;
  498. text-align:none;
  499. font-size:9px;
  500. color: #666262;
  501. letter-spacing: 0.3px;
  502. overflow-y:hidden;
  503. overflow-x:hidden;
  504. letter-spacing:0px;
  505. line-height:100%;
  506. -moz-transition-duration:1s;
  507. -webkit-transition-duration:1s;
  508. -o-transition-duration:1s;
  509. }
  510.  
  511. #textbox a {
  512. color: #fff;
  513. }
  514.  
  515. #textbox a:hover {
  516. color:#ffffff;
  517. }
  518.  
  519.  
  520.  
  521. #links {
  522. position:relative;
  523. font-family:georgia;
  524. width:450px;
  525. margin-top:385px;
  526. z-index:-1;
  527. margin-left:270px;
  528. display:inline-block;
  529. font-size:18px;
  530. font-style:none;
  531. letter-spacing:1px;
  532. text-align:left;
  533. line-height:280%;
  534. text-transform: lowercase;
  535. -webkit-transition: all .4s linear;
  536. }
  537.  
  538. #links a{
  539. position: static;
  540. line-height:300%;
  541. margin-top:1px;
  542. margin-left:14px;
  543. width:60px;
  544. margin-bottom:4px;
  545. border-bottom:0px solid #0a141c;
  546. color: #6d5e60;
  547. text-shadow:1px 1px #9b8f86;
  548. -moz-transition-duration:.2s;
  549. -webkit-transition-duration:.2s;
  550. -o-transition-duration:.2s;
  551. }
  552.  
  553. #links a:hover {
  554. width:60px;
  555. color: #d1cfbc;
  556. -moz-transition-duration:0.2s;
  557. -webkit-transition-duration:0.2s;
  558. -o-transition-duration:0.2s;
  559. }
  560.  
  561.  
  562. #pagination {
  563. font-family:georgia;
  564. position:absolute;
  565. width:210px;
  566. font-size:20px;
  567. margin-top: -55px;
  568. margin-left: -190px;
  569. padding-left:503px;
  570. letter-spacing:1px;
  571. text-align:center;
  572. }
  573.  
  574. #pagination a {
  575. color:#000;
  576. text-shadow:1px 1px #fff;
  577. }
  578.  
  579. #pagination a:hover {
  580. color:#5e5952;
  581. }
  582.  
  583. /*----- POST CONTENT -----*/
  584.  
  585.  
  586. #entries {
  587. background: ;
  588. opacity: 100;
  589. padding: 10px;
  590. width: 405px;
  591. margin-left:630px;
  592. margin-top:45px;
  593. margin-bottom: 50px;
  594. height:550px;
  595. overflow-x: hidden;
  596. overflow-y: auto;
  597. position: absolute;
  598. -moz-transition-duration: 0.8s;
  599. -webkit-transition-duration: 0.8s;
  600. -o-transition-duration: 0.8s;
  601. }
  602.  
  603.  
  604.  
  605.  
  606. ::selection {
  607. background: #e7dce7; /* WebKit/Blink Browsers */
  608. }
  609. ::-moz-selection {
  610. background: #e7dce7; /* Gecko Browsers */
  611. }
  612.  
  613.  
  614. #headers{
  615. width:124px;
  616. height:auto;
  617. color: #fff;
  618. text-shadow:1px 1px #000;
  619. padding:10px;
  620. font-size:7px;
  621. font-weight:bold;
  622. letter-spacing:3px;
  623. line-height:100%;
  624. text-transform:uppercase;
  625. background: url('https://static.tumblr.com/zma9h5a/ytcp8ontb/head1.png');
  626. background-color: #d6e1e1;
  627. border:1px solid #6e5e5e;
  628. text-align:center;
  629. }
  630.  
  631. #headers2{
  632. width:385px;
  633. height:28px;
  634. color: #fff;
  635. padding:10px;
  636. font-size:8px;
  637. font-weight:bold;
  638. letter-spacing:3px;
  639. line-height:100%;
  640. text-transform:uppercase;
  641. background: url('https://static.tumblr.com/zma9h5a/0zMp8onqh/head_copy.png');
  642. background-color: #fff;
  643. border:0px solid #fff;
  644. text-align:center;
  645. }
  646.  
  647.  
  648. #info {
  649. background: url("");
  650. background-color: #f9f9f7;
  651. border:0px dashed #fff;
  652. font-family: 'Playfair Display', serif;
  653. width:230px;
  654. margin-top:5px;
  655. margin-left:70px;
  656. margin-bottom: 15px;
  657. padding-bottom:140px;
  658. font-size:9px;
  659. background:#;
  660. padding:4px;
  661. color: #000;
  662. text-transform:uppercase;
  663. font-style:bold;
  664. text-align:left;
  665. -moz-transition-duration:0.5s;
  666. -webkit-transition-duration:0.5s;
  667. -o-transition-duration:0.5s;
  668. }
  669.  
  670. #info a {
  671. color:#000;
  672. font-style:normal;
  673. font-size:9px;
  674. font-family: 'Playfair Display', serif;
  675.  
  676. }
  677.  
  678. #info a:hover {
  679. color:#4b3832;
  680. }
  681.  
  682. .quote {
  683. font-size:11px;
  684. font-family:georgia;
  685. font-style:normal;
  686. line-height:17px;
  687. margin-bottom:15px;
  688. text-transform:normal;
  689. text-align:left;
  690. font-weight:normal;
  691. font-style:none;
  692. color:#fff;
  693. text-shadow:1px 1px #000;
  694. }
  695.  
  696. #ask {
  697. float:left;
  698. color:#83786e;
  699. padding: 5px;
  700.  
  701. }
  702. #ask_bg{
  703. padding: 5px;
  704. background: url(HERE);
  705. background-color: transparent;
  706. height: auto;
  707. width: 300px;
  708. font-family:georgia;
  709. font-size: 11px;
  710. color: #83786e;
  711. border:0px dashed #0a0f12;
  712. }
  713.  
  714.  
  715. /*----- BOTTOM IMAGE -----*/
  716.  
  717. #corner {
  718. font-size:9px;
  719. font-family:cambria;
  720. font-style:italic;
  721. letter-spacing:1px;
  722. -moz-transition-duration:0.5s;
  723. -webkit-transition-duration:0.5s;
  724. -o-transition-duration:0.5s;
  725. }
  726.  
  727. #corner a {
  728. background-color:transparent;
  729. position:fixed;
  730. right:15px;
  731. bottom:10px
  732. }
  733.  
  734.  
  735.  
  736. #cornerplayer
  737. {z-index:999;
  738. background-color:transparent;
  739. width:30px;
  740. height:50px;
  741. border-radius:0px 0px 0px 0px;
  742. -moz-border-radius:0px 50px 0px 0px;
  743. position:fixed;
  744. overflow:hidden;
  745. bottom:0px;
  746. right:0px;
  747. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  748.  
  749. #cornericon
  750. {margin-top:15px;
  751. margin-bottom:20px;
  752. margin-right:-5px;
  753. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  754.  
  755. #cornerplayer:hover
  756. {width:200px;
  757. -moz-border-radius:0px;
  758. border-radius:0px;}
  759.  
  760. #cornerplayer:hover #cornericon
  761. {margin-top:10px;
  762. margin-left:0px;
  763. margin-bottom:4px;}
  764.  
  765. </style>
  766. </head>
  767. <body>
  768.  
  769.  
  770.  
  771.  
  772.  
  773. <div id='cornerplayer' style="text-align:center;">
  774.  
  775. <!--<div>
  776.  
  777. <div> </div>-->
  778.  
  779. </div><!--cornerplayer-->
  780.  
  781.  
  782. <div id="sidebar">
  783.  
  784. <div id="sidebarimage">
  785. <a href="/"><img src="{image:sidebar}"></a></div>
  786.  
  787.  
  788.  
  789. <div id="textbox">
  790.  
  791. <div style="height: 180px; width: 85px; border: 0px dashed #27130f; padding: 7px; font: 11px/11px 'IBM Plex Sans Condensed', sans-serif; background-color: #fff; overflow: auto;">
  792.  
  793.  
  794. <center>
  795. this is an independent
  796. <h1>Ravus Nox Fleuret</h1>
  797. of <b>final fantasy xv</b><br><br>
  798. <i>written by: name here</i><br><br>
  799. Selective<br>
  800. Multiverse <br><br>
  801.  
  802. </script></center>
  803.  
  804. </div></div></div></div></div></div>
  805.  
  806.  
  807. <div id="navi">
  808.  
  809.  
  810. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> HOME</a></div><br>
  811. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> INQUIRE</a></div><br>
  812. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> SUBMIT</a></div><br>
  813. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> GUIDELINES</a></div><br>
  814. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> ABOUT</a></div><br>
  815. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> MAINS</a></div><br>
  816. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> RELATIONSHIPS</a></div><br>
  817. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> HEADCANONS</a></div><br>
  818. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> VERSES</a></div><br>
  819. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> WISHLIST</a></div><br>
  820. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> THREAD TRACKER</a></div><br>
  821. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="/URLHERE"> NAVIGATION</a></div><br>
  822. <div style="padding: 2px; background-color: #ffffff; border:1px solid #e2d5da; line-height: 1;"><a href="http://eternalworks.tumblr.com/"> THEME</a></div><br>
  823.  
  824.  
  825. </div></div>
  826.  
  827. <div id="mains">
  828.  
  829.  
  830. <form action="/search" method="get" class="sfm">
  831. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  832. <input type="submit" value="Search" id="sb"/>
  833. </form>
  834.  
  835. </div></div></div>
  836. </div>
  837.  
  838.  
  839.  
  840.  
  841. <div id="description">
  842.  
  843. <div id="pagination">
  844. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ←</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> → </a><br />{/block:NextPage}{/block:Pagination}</div></div>
  845. </div></div></div>
  846.  
  847. <div id="entries">{block:Posts}
  848.  
  849.  
  850.  
  851. <div id="post">
  852.  
  853.  
  854.  
  855. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  856.  
  857. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  858.  
  859. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  860.  
  861. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  862.  
  863. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  864.  
  865. {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}
  866.  
  867. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  868.  
  869. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  870.  
  871. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #ffffff;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  872.  
  873. <div id="info">
  874. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  875. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  876. {block:HasTags}
  877. <p class="newtags" title="{block:Tags}#{Tag} {/block:Tags}" style="display:inline;">hover</p>
  878. {/block:HasTags}
  879.  
  880. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}"></a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}"></a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big> ♡ </font></big> </a> </div>
  881.  
  882. </div>
  883.  
  884. {/block:Posts}
  885.  
  886.  
  887. <div id="corner"> </div>
  888.  
  889.  
  890.  
  891. </div></div></div></div>
  892.  
  893.  
  894.  
  895. <script>
  896. $(document).ready(function() {
  897. $('a.poplight[href^=#]').click(function() {
  898. var popID = $(this).attr('rel'); //Get Popup Name
  899. var popURL = $(this).attr('href'); //Get Popup href to define size
  900. var query= popURL.split('?');
  901. var dim= query[1].split('&');
  902. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  903. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  904. var popMargTop = ($('#' + popID).height() + 80) / 2;
  905. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  906. //Apply Margin to Popup
  907. $('#' + popID).css({
  908. 'margin-top' : -popMargTop,
  909. 'margin-left' : -popMargLeft
  910. });
  911. $('body').append('<div id="fade"></div>');
  912. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  913. return false;
  914. });
  915. $('a.close, #fade').live('click', function() {
  916. $('#fade , .popup_block').fadeOut(function() {
  917. $('#fade, a.close').remove(); //fade them both out
  918. });
  919. return false;
  920. });
  921. });
  922. </script>
  923.  
  924. <script type="text/javascript">
  925. <!--
  926. function clickIE() {if (document.all) {(message);return false;}}
  927. function clickNS(e) {if
  928. (document.layers||(document.getElementById&&!document.all)) {
  929. if (e.which==2||e.which==3) {(message);return false;}}}
  930. if (document.layers)
  931. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  932. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  933. document.oncontextmenu=new Function("return false")
  934. // -->
  935. </script>
  936.  
  937. </body>
  938. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement