Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.34 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.  
  3. <title>{Title}</title>
  4.  
  5. <script type="text/javascript"
  6. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=100)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=100)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35.  
  36.  
  37. <link rel="shortcut icon" href="{favicon}"/>
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41. <!--
  42. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  43. THIS THEME WAS PERSONALLY CODED FOR namelesspharaoh !!
  44. Coded By: Ley @ETERNALWORKS.
  45. theme shall not be redistributed. credits may not be removed.
  46. please do not remove credit links.
  47. ( thank you for your ongoing support & commission !! )
  48. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  49. -->
  50.  
  51. <link href="https://fonts.googleapis.com/css?family=Cormorant+Unicase|Meddon" rel="stylesheet">
  52. <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
  53. <link href="https://fonts.googleapis.com/css?family=Jim+Nightshade" rel="stylesheet">
  54. <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
  55.  
  56. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  57.  
  58. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  59.  
  60. <script language="javascript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  61.  
  62. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  63.  
  64. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  67.  
  68. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  73.  
  74. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  75.  
  76. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  77.  
  78. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  79.  
  80. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  81.  
  82. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  85.  
  86. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  87.  
  88. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  89.  
  90. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  91.  
  92. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  93.  
  94.  
  95. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  96. <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">
  97.  
  98. <!-- UL TAB SCRIPT -->
  99.  
  100. <!-------------------------------------------------------------------->
  101.  
  102. <script src="https://secure.static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  103.  
  104. <script>
  105.  
  106. $(document).ready(function(){
  107. $("ul#tabs li").click(function(e){
  108. if (!$(this).hasClass("active")) {
  109. var tabNum = $(this).index();
  110. var nthChild = tabNum+1;
  111. $("ul#tabs li.active").removeClass("active");
  112. $(this).addClass("active");
  113. $("ul#tab li.active").removeClass("active");
  114. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  115. }
  116. });
  117. });
  118.  
  119. </script>
  120.  
  121. <!-- UL TAB SCRIPT -->
  122.  
  123. <style>
  124. div#qTip {
  125. padding: 3px;
  126. display: none;
  127. text-align: center;
  128. position: absolute;
  129. font-size:7px;
  130. margin-left:10px;
  131. margin-top:-2px;
  132. line-height:9px;
  133. font-family:arial;
  134. z-index: 1000;
  135. border: 1px solid #cacaca;
  136. background-color:#fff;
  137. color: #9b9b9b;
  138. text-transform:uppercase;
  139. letter-spacing: 2px;
  140. }
  141. </style>
  142.  
  143.  
  144.  
  145. <style type="text/css">
  146.  
  147. /* POP UP HTML */
  148.  
  149. .popup_block{
  150. display:none;
  151. background:#0d0d0d;
  152. padding:10px;
  153. float:left;
  154. height: 400px;
  155. width: 3900px;
  156. top:305px; left:840px;
  157. position:absolute;
  158. z-index: 99999;
  159. border:1px #151010 solid;}
  160. *html #fade {position: absolute;}
  161. *html .popup_block {position: absolute;}
  162. #fade {
  163. display:none;
  164. position:fixed;
  165. left:0px;
  166. top:0px;
  167. width:100%;
  168. height:100%;
  169. z-index:9999;
  170. background:#000; /* change to #fff for solid white */
  171. opacity:0; /* change to opacity:1; */}
  172.  
  173.  
  174. }
  175.  
  176. ul#tabs {
  177. list-style-type: none;
  178. padding: 0;
  179. text-align: center;
  180. font-size:9px;
  181. margin:5px;
  182. letter-spacing:1px;
  183.  
  184. }
  185.  
  186. ul#tabs li {
  187. display: inline-block;
  188. text-transform:uppercase;
  189. background: url('https://static.tumblr.com/zma9h5a/64Ppxsdeu/headsparkle.gif');
  190. background-color:#000000;
  191. background-attachment:fixed;
  192. border: dashed 1px #b0a9c5;
  193. color: #fff;
  194. padding: 4px 10px;
  195. margin-bottom: 4px;
  196. cursor: pointer;
  197.  
  198. -webkit-transition:all 0.4s ease-out;
  199. -moz-transition:all 0.4s ease-out;
  200. transition:all 0.4s ease-out;
  201. }
  202.  
  203. ul#tabs li:hover {
  204. background-color: #cfb6a2;
  205. color: #fff;
  206. -webkit-transition:all 0.4s ease-out;
  207. -moz-transition:all 0.4s ease-out;
  208. transition:all 0.4s ease-out;
  209. }
  210.  
  211. ul#tabs li.active {
  212. background-color: #b9bec2;
  213. display: inline-block;
  214. padding: 4px 10px;
  215. margin-bottom: 4px;
  216.  
  217. }
  218.  
  219. ul#tab {
  220. list-style-type: none;
  221. margin: 0;
  222. padding: 0;
  223. }
  224.  
  225. ul#tab li {
  226. display: none;
  227. }
  228.  
  229. ul#tab li.active {
  230. display: block;
  231. }
  232.  
  233.  
  234.  
  235. /*----- POST IMAGES -----*/
  236.  
  237.  
  238.  
  239. img {
  240. max-width: 100%;
  241. height: auto;
  242. border:0px solid #dec884;
  243. }
  244.  
  245. pre {
  246. white-space: pre-wrap; / css-3 /
  247. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  248. white-space: -pre-wrap; / Opera 4-6 /
  249. white-space: -o-pre-wrap; / Opera 7 /
  250. word-wrap: break-word; / Internet Explorer 5.5+ /
  251. }
  252.  
  253.  
  254.  
  255. /*----- IMP -----*/
  256.  
  257.  
  258. /*----- scroll BAR -----*/
  259.  
  260. ::-webkit-scrollbar-thumb {
  261. height: 12px;
  262. border: 1px solid #141010;
  263. background: url('') #;
  264. background-color: #141010;
  265. }
  266. ::-webkit-scrollbar {
  267. width: 0px;
  268. height: 7px;
  269. border-left: 5px solid #141010;
  270. border-right: 5px solid #141010;
  271. border-top: 2px solid #141010;
  272. border-bottom: 2px solid #141010;
  273. background: #141010;
  274. }
  275.  
  276. /*----- MAIN CONTENT -----*/
  277.  
  278. body {
  279. background: url('https://static.tumblr.com/zma9h5a/jcjpxvtmt/yugiohtheme.png') #120e0e;
  280. background-position: top-right;
  281. background-repeat: no-repeat;/
  282. background-attachment: absolute;
  283. margin:0px;
  284. color: #505049;
  285. letter-spacing: 0px;
  286. font-family: 'IBM Plex Sans Condensed', sans-serif;
  287. font-size:13px;
  288. line-height:100%;
  289. height: 900px;
  290. overflow-x: hidden;
  291.  
  292. }
  293.  
  294. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  295.  
  296. /*----- TEXT DETAILS -----*/
  297.  
  298. b,strong {
  299. color: #eae2dc;
  300. text-transform:uppercase;
  301. font-family: 'Cormorant Unicase', serif;
  302. letter-spacing: 2px;
  303. font-size:13px;}
  304.  
  305.  
  306. i,em {
  307. color:#bfbaa4;
  308. font-family: times;
  309. text-transform: none;
  310. font-size:13px;}
  311.  
  312.  
  313. h1 {
  314. font-weight:normal;
  315. font-size:18px;
  316. font-family: 'Meddon', cursive;
  317. font-style:none;
  318. text-align:justify;
  319. text-transform:none;
  320. font-style:bold;
  321. line-height:100%;
  322. letter-spacing:2px;
  323. color:#fff;
  324.  
  325.  
  326. }
  327.  
  328. h2 {
  329. font-weight:normal;
  330. font-size:14px;
  331. font-family: 'Cormorant Unicase', serif;
  332. font-style:none;
  333. text-align:justify;
  334. text-transform:none;
  335. font-style:bold;
  336. line-height:100%;
  337. letter-spacing:2px;
  338. color:#fff;
  339.  
  340.  
  341. }
  342.  
  343. a {
  344. text-decoration:none;
  345. outline:none;
  346. -moz-outline-style:none;
  347. color:#b6cfd8;
  348. -moz-transition-duration:0.5s;
  349. -webkit-transition-duration:0.5s;
  350. -o-transition-duration:0.5s;
  351. }
  352.  
  353. a:hover {
  354. text-decoration:none;
  355. outline:none;
  356. -moz-outline-style:none;
  357. color:#b6cfd8;
  358. }
  359.  
  360. /*----- REBLOG -----*/
  361.  
  362.  
  363.  
  364. blockquote {
  365. padding-left:5px;
  366. border-left: 10px solid #5b2d3d;
  367. border-right: 10px solid #5b2d3d;
  368. text-align:justify;
  369. border-radius: 0px;
  370. margin:7px;
  371. background-color: #141010;
  372. padding:5px;
  373.  
  374. }
  375.  
  376. blockquote blockquote {
  377. padding-left:5px;
  378. border-left: 1px dashed #70231d;
  379. border-right: 1px dashed #70231d;
  380. text-align:justify;
  381. border-radius: 5px;
  382. margin:7px;
  383. background-color: #141010;
  384. padding:5px;
  385.  
  386. }
  387.  
  388. blockquote blockquote blockquote {
  389. padding-left:5px;
  390. border-left: 5px solid #70231d;
  391. border-right: 5px solid #70231d;
  392. text-align:justify;
  393. border-radius: 0px;
  394. margin:7px;
  395. background-color: #141010;
  396. padding:5px;
  397.  
  398. }
  399.  
  400.  
  401. #post {
  402. width:395px;
  403. word-wrap: break-word;
  404. padding-bottom:0px;
  405. margin-top:0px;
  406. }
  407.  
  408.  
  409. #post a{
  410. color: #eae2dc;
  411. letter-spacing:2px;
  412. text-transform:uppercase;
  413. font-family: 'Abel', sans-serif;
  414. font-size: 9px;
  415.  
  416.  
  417. }
  418. #post:hover .tags{
  419. opacity:1;
  420. -moz-transition-duration:0.5s;
  421. -webkit-transition-duration:0.5s;
  422. -o-transition-duration:0.5s;
  423. }
  424.  
  425.  
  426. #tags {
  427. font-family: 'IBM Plex Sans Condensed', sans-serif;
  428. margin-left:38px;
  429. color:#b18f45;
  430. width:315px;
  431. text-transform:normal;
  432. line-height:120%;
  433. font-size:8px;
  434. text-align:left;
  435. padding-top:5px;
  436. padding:10px;
  437. background-color: #141010;
  438. border-radius: 0px;
  439. border: 1px dashed #5b2d3d;
  440. -moz-transition-duration:0.2s;
  441. -webkit-transition-duration:0.2s;
  442. -o-transition-duration:0.2s;
  443. text-align:center;
  444. }
  445.  
  446. #tags a{
  447. font-family: 'VT323', monospace;
  448. color:#891610;
  449. -moz-transition-duration:0.2s;
  450. -webkit-transition-duration:0.2s;
  451. -o-transition-duration:0.2s;
  452. }
  453.  
  454. #tags a:hover{
  455. color:#41523a;
  456. -moz-transition-duration:0.2s;
  457. -webkit-transition-duration:0.2s;
  458. -o-transition-duration:0.2s;
  459. }
  460.  
  461.  
  462. /*----- SIDE CONTENT-----*/
  463.  
  464. #sidebar {
  465. color: #777;
  466. position:absolute;
  467. width:100px;
  468. height:auto;
  469. margin-top:-170px;
  470. margin-left:465px;
  471. text-align:left;
  472. }
  473.  
  474. #description {
  475. position:absolute;
  476. width:175px;
  477. font-family: 'Open Sans', sans-serif;
  478. margin-top:825px;
  479. margin-left:150px;
  480. text-align:center;
  481. font-size:10px;
  482. color: #939090;
  483. text-shadow:1px 1px #000;
  484. letter-spacing:0px;
  485. line-height:130%;
  486. -moz-transition-duration:1s;
  487. -webkit-transition-duration:1s;
  488. -o-transition-duration:1s;
  489. }
  490.  
  491. #description a {
  492. color: #aca09f;
  493. }
  494.  
  495. #description a:hover {
  496. color:#b6cfd8;
  497. }
  498.  
  499. #heads {
  500. background-color: #;
  501. position:absolute;
  502. width:360px;
  503. font-family: 'Alegreya Sans SC', sans-serif;
  504. text-transform: none;
  505. margin-top:39px;
  506. margin-left: 100px;
  507. text-align:center;
  508. font-size:9px;
  509. color: #504d48;
  510. letter-spacing:1px;
  511. line-height:130%;
  512. -moz-transition-duration:1s;
  513. -webkit-transition-duration:1s;
  514. -o-transition-duration:1s;
  515. }
  516.  
  517. #heads a {
  518. color: #000;
  519. text-shadow:0px 1px #fff;
  520. letter-spacing:2px;
  521.  
  522. }
  523.  
  524.  
  525. #heads a:hover {
  526. color:#839bb2;
  527. letter-spacing:3px;
  528. font-size: 10px;
  529. text-shadow:0px 0px #000;
  530. }
  531.  
  532.  
  533.  
  534. #navi {
  535. background-color: #transparent;
  536. position:absolute;
  537. width:73px;
  538. font-family: 'VT323', monospace;
  539. text-transform: uppercase;
  540. margin-top:490px;
  541. margin-left: -420px;
  542. text-align:center;
  543. font-size:9px;
  544. color: #828282;
  545. letter-spacing:1px;
  546. line-height:130%;
  547. -moz-transition-duration:1s;
  548. -webkit-transition-duration:1s;
  549. -o-transition-duration:1s;
  550. }
  551.  
  552. #navi a {
  553. color: #b18f45;
  554. font-size:8px;
  555. letter-spacing:5px;
  556.  
  557. }
  558.  
  559.  
  560. #navi a:hover {
  561. color:#fff;
  562. letter-spacing:6px;
  563. font-size: 10px;
  564. }
  565.  
  566. #navi2 {
  567. background-color: #;
  568. position:absolute;
  569. width:240px;
  570. font-family: georgia;
  571. text-transform: none;
  572. margin-top:140px;
  573. margin-left: 1040px;
  574. text-align:center;
  575. font-size:25px;
  576. color: #8d5a5b;
  577. letter-spacing:1px;
  578. line-height:130%;
  579. -moz-transition-duration:1s;
  580. -webkit-transition-duration:1s;
  581. -o-transition-duration:1s;
  582. }
  583.  
  584.  
  585. #navi2 a {
  586. color: #000;
  587. text-shadow:0px 1px #fff;
  588. letter-spacing:1px;
  589.  
  590. }
  591.  
  592.  
  593. #navi2 a:hover {
  594. color:#fff;
  595. letter-spacing:3px;
  596. font-size: 28px;
  597. text-shadow:0px 0px #000;
  598. }
  599.  
  600.  
  601. #textbox2 {
  602. background-color: #;
  603. position:absolute;
  604. width:340px;
  605. font-family: 'IBM Plex Sans Condensed', sans-serif;
  606. text-transform: NONE;
  607. margin-top:575px;
  608. margin-left:687px;
  609. text-align:center;
  610. font-size:11px;
  611. color: #505049;
  612. letter-spacing: 0.3px;
  613. overflow-y:hidden;
  614. overflow-x:hidden;
  615. letter-spacing:0px;
  616. line-height:100%;
  617. -moz-transition-duration:1s;
  618. -webkit-transition-duration:1s;
  619. -o-transition-duration:1s;
  620. }
  621.  
  622. .sfm input {background-color: #fff;
  623. font-size: 9px;
  624. border: 1px solid;
  625. border-color: #cebec9;
  626. text-transform: uppercase;
  627. margin-top: 0px;
  628. color: #999;
  629. letter-spacing: 1px;
  630. padding: 4px 8px;
  631. font-family: calibri, helvetica, arial;}
  632.  
  633.  
  634. #textbox2 a {
  635. color: #fff;
  636. }
  637.  
  638. #textbox2 a:hover {
  639. color:#ffffff;
  640. }
  641.  
  642. #adaptations {
  643. background-color: #;
  644. position:absolute;
  645. width:340px;
  646. font-family: 'IBM Plex Sans Condensed', sans-serif;
  647. text-transform: NONE;
  648. margin-top:380px;
  649. margin-left:64px;
  650. text-align:center;
  651. font-size:11px;
  652. color: #505049;
  653. letter-spacing: 0.3px;
  654. overflow-y:hidden;
  655. overflow-x:hidden;
  656. letter-spacing:0px;
  657. line-height:100%;
  658. -moz-transition-duration:1s;
  659. -webkit-transition-duration:1s;
  660. -o-transition-duration:1s;
  661. }
  662.  
  663. .sfm input {background-color: #fff;
  664. font-size: 9px;
  665. border: 1px solid;
  666. border-color: #cebec9;
  667. text-transform: uppercase;
  668. margin-top: 0px;
  669. color: #999;
  670. letter-spacing: 1px;
  671. padding: 4px 8px;
  672. font-family: calibri, helvetica, arial;}
  673.  
  674.  
  675. #adaptations a {
  676. color: #fff;
  677. }
  678.  
  679. #adaptations a:hover {
  680. color:#ffffff;
  681. }
  682.  
  683. #contentwarning {
  684. background-color: #;
  685. position:absolute;
  686. width:340px;
  687. font-family: 'IBM Plex Sans Condensed', sans-serif;
  688. text-transform: NONE;
  689. margin-top:475px;
  690. margin-left:1034px;
  691. text-align:center;
  692. font-size:11px;
  693. color: #505049;
  694. letter-spacing: 0.3px;
  695. overflow-y:hidden;
  696. overflow-x:hidden;
  697. letter-spacing:0px;
  698. line-height:100%;
  699. -moz-transition-duration:1s;
  700. -webkit-transition-duration:1s;
  701. -o-transition-duration:1s;
  702. }
  703.  
  704. .sfm input {background-color: #fff;
  705. font-size: 9px;
  706. border: 1px solid;
  707. border-color: #cebec9;
  708. text-transform: uppercase;
  709. margin-top: 0px;
  710. color: #999;
  711. letter-spacing: 1px;
  712. padding: 4px 8px;
  713. font-family: calibri, helvetica, arial;}
  714.  
  715.  
  716. #contentwarning a {
  717. color: #fff;
  718. }
  719.  
  720. #contentwarning a:hover {
  721. color:#ffffff;
  722. }
  723.  
  724. #footer {
  725. background-color: #;
  726. position:absolute;
  727. width:430px;
  728. font-family: 'IBM Plex Sans Condensed', sans-serif;
  729. text-transform: NONE;
  730. margin-top:715px;
  731. margin-left:450px;
  732. text-align:center;
  733. font-size:11px;
  734. color: #505049;
  735. letter-spacing: 0.3px;
  736. overflow-y:hidden;
  737. overflow-x:hidden;
  738. letter-spacing:0px;
  739. line-height:100%;
  740. -moz-transition-duration:1s;
  741. -webkit-transition-duration:1s;
  742. -o-transition-duration:1s;
  743. }
  744.  
  745. .sfm input {background-color: #fff;
  746. font-size: 9px;
  747. border: 1px solid;
  748. border-color: #cebec9;
  749. text-transform: uppercase;
  750. margin-top: 0px;
  751. color: #999;
  752. letter-spacing: 1px;
  753. padding: 4px 8px;
  754. font-family: calibri, helvetica, arial;}
  755.  
  756.  
  757. #footer a {
  758. color: #fff;
  759. }
  760.  
  761. #footer a:hover {
  762. color:#ffffff;
  763. }
  764.  
  765. #ships {
  766. background-color: #;
  767. position:absolute;
  768. width:430px;
  769. font-family: 'IBM Plex Sans Condensed', sans-serif;
  770. text-transform: NONE;
  771. margin-top:230px;
  772. margin-left:1121px;
  773. text-align:center;
  774. font-size:11px;
  775. color: #505049;
  776. letter-spacing: 0.3px;
  777. overflow-y:hidden;
  778. overflow-x:hidden;
  779. letter-spacing:0px;
  780. line-height:100%;
  781. -moz-transition-duration:1s;
  782. -webkit-transition-duration:1s;
  783. -o-transition-duration:1s;
  784. }
  785.  
  786. .sfm input {background-color: #fff;
  787. font-size: 9px;
  788. border: 1px solid;
  789. border-color: #cebec9;
  790. text-transform: uppercase;
  791. margin-top: 0px;
  792. color: #999;
  793. letter-spacing: 1px;
  794. padding: 4px 8px;
  795. font-family: calibri, helvetica, arial;}
  796.  
  797.  
  798. #ships a {
  799. color: #fff;
  800. }
  801.  
  802. #ships a:hover {
  803. color:#ffffff;
  804. }
  805.  
  806. #textbox {
  807. background-color: #;
  808. position:absolute;
  809. width:495px;
  810. font-family: arial;
  811. text-transform: NONE;
  812. margin-top:24px;
  813. margin-left: 30px;
  814. text-align:justify;
  815. font-size:10px;
  816. color: #535353;
  817. letter-spacing: 1px;
  818. overflow-y:hidden;
  819. overflow-x:hidden;
  820. letter-spacing:0px;
  821. line-height:100%;
  822. -moz-transition-duration:1s;
  823. -webkit-transition-duration:1s;
  824. -o-transition-duration:1s;
  825. }
  826.  
  827. #textbox a {
  828. font-family: 'Old Standard5 TT', serif;
  829. font-size:9px;
  830. color: #787878;
  831. text-transform:uppercase;
  832. letter-spacing:1px;
  833. }
  834.  
  835. #textbox a:hover {
  836. color:#ffffff;
  837. }
  838.  
  839.  
  840. #candle {
  841. background-color: #;
  842. position:absolute;
  843. width:115px;
  844. font-family: 'IBM Plex Sans Condensed', sans-serif;
  845. text-transform: NONE;
  846. margin-top:107px;
  847. margin-left: 1120px;
  848. text-align:center;
  849. font-size:9px;
  850. color: #797a7c;
  851. letter-spacing: 2px;
  852. overflow-y:hidden;
  853. overflow-x:hidden;
  854. letter-spacing:0px;
  855. line-height:100%;
  856. -moz-transition-duration:1s;
  857. -webkit-transition-duration:1s;
  858. -o-transition-duration:1s;
  859. }
  860.  
  861. #candle a {
  862. font-family: 'Old Standard5 TT', serif;
  863. font-size:9px;
  864. color: #787878;
  865. text-transform:uppercase;
  866. letter-spacing:1px;
  867. }
  868.  
  869. #candle a:hover {
  870. color:#ffffff;
  871. }
  872.  
  873. #candle2 {
  874. background-color: #;
  875. position:absolute;
  876. width:215px;
  877. font-family: 'IBM Plex Sans Condensed', sans-serif;
  878. text-transform: NONE;
  879. margin-top:356px;
  880. margin-left: 324px;
  881. text-align:center;
  882. font-size:9px;
  883. color: #797a7c;
  884. letter-spacing: 2px;
  885. overflow-y:hidden;
  886. overflow-x:hidden;
  887. letter-spacing:0px;
  888. line-height:100%;
  889. -moz-transition-duration:1s;
  890. -webkit-transition-duration:1s;
  891. -o-transition-duration:1s;
  892. }
  893.  
  894. #candle2 a {
  895. font-family: 'Old Standard5 TT', serif;
  896. font-size:9px;
  897. color: #787878;
  898. text-transform:uppercase;
  899. letter-spacing:1px;
  900. }
  901.  
  902. #candle2 a:hover {
  903. color:#ffffff;
  904. }
  905.  
  906. #blink {
  907. background-color: #;
  908. position:absolute;
  909. width:215px;
  910. font-family: 'IBM Plex Sans Condensed', sans-serif;
  911. text-transform: NONE;
  912. margin-top:436px;
  913. margin-left: 858px;
  914. text-align:center;
  915. font-size:9px;
  916. color: #797a7c;
  917. letter-spacing: 2px;
  918. overflow-y:hidden;
  919. overflow-x:hidden;
  920. letter-spacing:0px;
  921. line-height:100%;
  922. -moz-transition-duration:1s;
  923. -webkit-transition-duration:1s;
  924. -o-transition-duration:1s;
  925. }
  926.  
  927. #blink a {
  928. font-family: 'Old Standard5 TT', serif;
  929. font-size:9px;
  930. color: #787878;
  931. text-transform:uppercase;
  932. letter-spacing:1px;
  933. }
  934.  
  935. #blink a:hover {
  936. color:#ffffff;
  937. }
  938.  
  939.  
  940. #textarea {
  941. background-color: #;
  942. position:absolute;
  943. width:410px;
  944. font-family: times;
  945. text-transform: NONE;
  946. margin-top:176px;
  947. margin-left:1120px;
  948. text-align:justify;
  949. font-size:9px;
  950. color: #67675b;
  951. letter-spacing: 0.3px;
  952. overflow-y:hidden;
  953. overflow-x:hidden;
  954. letter-spacing:0px;
  955. line-height:100%;
  956. -moz-transition-duration:1s;
  957. -webkit-transition-duration:1s;
  958. -o-transition-duration:1s;
  959. }
  960.  
  961. #textarea a {
  962. font-family: 'Old Standard5 TT', serif;
  963. font-size:9px;
  964. color: #787878;
  965. text-transform:uppercase;
  966. letter-spacing:1px;
  967. }
  968.  
  969. #textarea a:hover {
  970. color:#ffffff;
  971. }
  972.  
  973.  
  974. #discl {
  975. background-color: #;
  976. position:absolute;
  977. width:360px;
  978. font-family: 'IBM Plex Sans Condensed', sans-serif;
  979. text-transform: NONE;
  980. margin-top:600px;
  981. margin-left: 1144px;
  982. text-align:center;
  983. font-size:9px;
  984. color: #66655d;
  985. letter-spacing: 0.3px;
  986. overflow-y:hidden;
  987. overflow-x:hidden;
  988. letter-spacing:0px;
  989. line-height:100%;
  990. -moz-transition-duration:1s;
  991. -webkit-transition-duration:1s;
  992. -o-transition-duration:1s;
  993. }
  994.  
  995. #discl a {
  996. font-family: 'Old Standard5 TT', serif;
  997. font-size:9px;
  998. color: #787878;
  999. text-transform:uppercase;
  1000. letter-spacing:1px;
  1001. }
  1002.  
  1003. #discl a:hover {
  1004. color:#ffffff;
  1005. }
  1006.  
  1007.  
  1008.  
  1009. #links {
  1010. position:relative;
  1011. font-family:georgia;
  1012. width:450px;
  1013. margin-top:385px;
  1014. z-index:-1;
  1015. margin-left:270px;
  1016. display:inline-block;
  1017. font-size:18px;
  1018. font-style:none;
  1019. letter-spacing:1px;
  1020. text-align:left;
  1021. line-height:280%;
  1022. text-transform: lowercase;
  1023. -webkit-transition: all .4s linear;
  1024. }
  1025.  
  1026. #links a{
  1027. position: static;
  1028. line-height:300%;
  1029. margin-top:1px;
  1030. margin-left:14px;
  1031. width:60px;
  1032. margin-bottom:4px;
  1033. border-bottom:0px solid #0a141c;
  1034. color: #6d5e60;
  1035. text-shadow:1px 1px #9b8f86;
  1036. -moz-transition-duration:.2s;
  1037. -webkit-transition-duration:.2s;
  1038. -o-transition-duration:.2s;
  1039. }
  1040.  
  1041. #links a:hover {
  1042. width:60px;
  1043. color: #d1cfbc;
  1044. -moz-transition-duration:0.2s;
  1045. -webkit-transition-duration:0.2s;
  1046. -o-transition-duration:0.2s;
  1047. }
  1048.  
  1049.  
  1050. #pagination {
  1051. font-family: 'Cookie', cursive;
  1052. position:absolute;
  1053. width:210px;
  1054. font-size:18px;
  1055. margin-top: 815px;
  1056. margin-left: -563px;
  1057. padding-left:810px;
  1058. letter-spacing:1px;
  1059. text-align:center;
  1060. }
  1061.  
  1062. #pagination a {
  1063. color:#944657;
  1064. text-shadow: 2px 2px 0 #4b1313, 2px -2px 0 #4b1313, -2px 2px 0 #4b1313, -2px -2px 0 #4b1313, 2px 0px 0 #4b1313, 0px 2px 0 #4b1313, -2px 0px 0 #4b1313, 0px -2px 0 #4b1313;
  1065. }
  1066.  
  1067. #pagination a:hover {
  1068. color:#fff;
  1069. }
  1070.  
  1071. .popnavi{
  1072. text-align:center;
  1073. text-transform:uppercase;
  1074. font-family:tahoma;
  1075. font-size:9px;
  1076. }
  1077.  
  1078. .popnavi a {
  1079. width:100px;
  1080. margin-left:4px;
  1081. margin-right:4px;
  1082. margin-top:4px;
  1083. margin-bottom:4px;
  1084. display:inline-block;
  1085. background-color:#141010;
  1086. color:#fff;
  1087. background-repeat:repeat;
  1088. background-attachment:fixed;
  1089. padding-right:4px;
  1090. padding-left:4px;
  1091. line-height:20px;
  1092. margin-top:2px;
  1093. margin-bottom:2px;
  1094. letter-spacing:1px;
  1095. transition-duration: 0.6s;
  1096. border: 1px dashed #96251c;
  1097. -webkit-transition: .5s ease-in-out;
  1098. -moz-transition: .5s ease-in-out;
  1099. -o-transition: .5s ease-in-out;
  1100. }
  1101.  
  1102. .popnavi a:hover {
  1103. background:#000;
  1104. color:#ffffff;
  1105. -moz-transition-duration:.6s;
  1106. -webkit-transition-duration:.6s;
  1107. -o-transition-duration:.6s;
  1108. }
  1109.  
  1110.  
  1111. #credit {
  1112. background-color:#141010;
  1113. border: 1px solid #141010;
  1114. padding:5px;
  1115. position:fixed;
  1116. bottom:35px;
  1117. right:10px;
  1118. width:63px;
  1119. height:21px;
  1120. font-size:9px;
  1121. word-wrap:break-word;
  1122. overflow:hidden;
  1123. text-shadow:0px 1px #000;
  1124. }
  1125.  
  1126. #credit a {
  1127. color:#fff;
  1128. text-transform:uppercase;
  1129. font-size:9px;
  1130. }
  1131.  
  1132.  
  1133. /*----- POST CONTENT -----*/
  1134.  
  1135.  
  1136. #entries {
  1137. background: ;
  1138. opacity: 100;
  1139. padding: 10px;
  1140. width: 400px;
  1141. margin-left:165px;
  1142. text-align:justify;
  1143. margin-top:200px;
  1144. margin-bottom: 50px;
  1145. height:568px;
  1146. overflow-x: hidden;
  1147. overflow-y: auto;
  1148. position: absolute;
  1149. -moz-transition-duration: 0.8s;
  1150. -webkit-transition-duration: 0.8s;
  1151. -o-transition-duration: 0.8s;
  1152. }
  1153.  
  1154.  
  1155. ::selection {
  1156. background: #b9bec2; /* WebKit/Blink Browsers */
  1157. }
  1158. ::-moz-selection {
  1159. background: #b9bec2; /* Gecko Browsers */
  1160. }
  1161.  
  1162.  
  1163. #headers{
  1164. width:55px;
  1165. height:7px;
  1166. color: #fff;
  1167. padding:10px;
  1168. font-size:8px;
  1169. font-family: georgia;
  1170. font-weight:bold;
  1171. letter-spacing:3px;
  1172. line-height:100%;
  1173. text-transform:uppercase;
  1174. background: url("");
  1175. background-color: #141010;
  1176. border:1px solid #591c18;
  1177. text-align:center;
  1178. }
  1179.  
  1180.  
  1181.  
  1182. #headers2{
  1183. width:190px;
  1184. height:7px;
  1185. color: #fff;
  1186. padding:10px;
  1187. font-size:8px;
  1188. font-family: georgia;
  1189. font-weight:bold;
  1190. letter-spacing:3px;
  1191. line-height:100%;
  1192. text-transform:uppercase;
  1193. background: url("");
  1194. background-color: #141010;
  1195. border:1px solid #591c18;
  1196. text-align:center;
  1197. }
  1198.  
  1199. #headers3{
  1200. width:104px;
  1201. height:7px;
  1202. color: #fff;
  1203. padding:10px;
  1204. font-size:8px;
  1205. font-family: georgia;
  1206. font-weight:bold;
  1207. letter-spacing:3px;
  1208. line-height:100%;
  1209. text-transform:uppercase;
  1210. background: url("");
  1211. background-color: #141010;
  1212. border:1px solid #591c18;
  1213. text-align:center;
  1214. }
  1215.  
  1216.  
  1217. #info {
  1218. background: url("");
  1219. background-color: #141010;
  1220. border: 1px solid #5b2d3d;
  1221. border-left:5px solid #5b2d3d;
  1222. border-right:5px solid #5b2d3d;
  1223. font-family: 'Playfair Display', serif;
  1224. width:300px;
  1225. margin-top:5px;
  1226. margin-left:45px;
  1227. margin-bottom: 15px;
  1228. padding-bottom:140px;
  1229. font-size:9px;
  1230. background:#;
  1231. padding:4px;
  1232. color: #b18f45;
  1233. text-transform:uppercase;
  1234. font-style:bold;
  1235. text-align:left;
  1236. -moz-transition-duration:0.5s;
  1237. -webkit-transition-duration:0.5s;
  1238. -o-transition-duration:0.5s;
  1239. }
  1240.  
  1241. #info a {
  1242. color:#891610;
  1243. font-style:normal;
  1244. font-size:9px;
  1245. font-family: 'Playfair Display', serif;
  1246.  
  1247. }
  1248.  
  1249. #info a:hover {
  1250. color:#fff;
  1251. }
  1252.  
  1253. .quote {
  1254. font-size:11px;
  1255. font-family:georgia;
  1256. font-style:normal;
  1257. line-height:17px;
  1258. margin-bottom:15px;
  1259. text-transform:normal;
  1260. text-align:left;
  1261. font-weight:normal;
  1262. font-style:none;
  1263. color:#fff;
  1264. text-shadow:1px 1px #000;
  1265. }
  1266.  
  1267. #ask {
  1268. float:left;
  1269. color:#000;
  1270. padding: 5px;
  1271.  
  1272. }
  1273. #ask_bg{
  1274. padding: 5px;
  1275. background: url(HERE);
  1276. background-color: transparent;
  1277. height: auto;
  1278. width: 395px;
  1279. font-family: 'Cormorant Unicase', serif;
  1280. font-size: 11px;
  1281. color: #fff;
  1282. border-bottom:4px solid #141010;
  1283. }
  1284.  
  1285.  
  1286. /*----- BOTTOM IMAGE -----*/
  1287.  
  1288. #corner {
  1289. font-size:9px;
  1290. font-family:cambria;
  1291. font-style:italic;
  1292. letter-spacing:1px;
  1293. -moz-transition-duration:0.5s;
  1294. -webkit-transition-duration:0.5s;
  1295. -o-transition-duration:0.5s;
  1296. }
  1297.  
  1298. #corner a {
  1299. background-color:transparent;
  1300. position:fixed;
  1301. right:15px;
  1302. bottom:10px
  1303. }
  1304.  
  1305.  
  1306.  
  1307. #cornerplayer
  1308. {z-index:999;
  1309. background-color:transparent;
  1310. width:30px;
  1311. height:50px;
  1312. border-radius:0px 0px 0px 0px;
  1313. -moz-border-radius:0px 50px 0px 0px;
  1314. position:fixed;
  1315. overflow:hidden;
  1316. bottom:0px;
  1317. right:0px;
  1318. -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;}
  1319.  
  1320. #cornericon
  1321. {margin-top:15px;
  1322. margin-bottom:20px;
  1323. margin-right:-5px;
  1324. -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;}
  1325.  
  1326. #cornerplayer:hover
  1327. {width:200px;
  1328. -moz-border-radius:0px;
  1329. border-radius:0px;}
  1330.  
  1331. #cornerplayer:hover #cornericon
  1332. {margin-top:10px;
  1333. margin-left:0px;
  1334. margin-bottom:4px;}
  1335.  
  1336. </style>
  1337. </head>
  1338. <body>
  1339.  
  1340.  
  1341.  
  1342. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  1343.  
  1344.  
  1345. <div id='cornerplayer' style="text-align:center;">
  1346.  
  1347. <!--<div>
  1348.  
  1349. <div> </div>-->
  1350.  
  1351. </div><!--cornerplayer-->
  1352.  
  1353.  
  1354. <div id="sidebar">
  1355.  
  1356. <div id="sidebarimage">
  1357. <a href="/"><img src="{image:sidebar}"></a></div>
  1358.  
  1359.  
  1360. <div id="navi">
  1361.  
  1362. <div id="headers">navi</div><br>
  1363.  
  1364. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="/"> title </a></div><br>
  1365. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="/"> title </a></div><br>
  1366. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="#?w=300" rel="maiden" class="poplight"> navi </a></div><br>
  1367. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="/"> title </a></div><br>
  1368. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="/"> title </a></div><br>
  1369. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="/"> title </a></div><br>
  1370. <div style="padding: 2px; background-color: #141010; border:1px solid #141010; line-height: 1;"> <a href="/"> title </a></div><br>
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376. </div></div></div>
  1377.  
  1378. <div id="credit"><img src="https://66.media.tumblr.com/00e3aebba634e544de1865cb753aba9a/tumblr_inline_p7gjrashZy1rhwzwl_75sq.gif"> THEME BY: <a href="https://eternalworks.tumblr.com/" target="blank">ETERNALWORKS</a></div>
  1379.  
  1380.  
  1381. <div id="candle">
  1382. <img src="https://static.tumblr.com/zma9h5a/5gVpxvvbx/cards.gif">
  1383. </div>
  1384.  
  1385. <div id="textbox2">
  1386. <div id="headers2">description</div><br>
  1387. <div style="width: 220px; height:108px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  1388. <small>
  1389.  
  1390. <h2> character name. </h2>
  1391.  
  1392. <b>strong</b> <i>italic</i><br>
  1393. <br>
  1394. here is where you put your description. <br>
  1395. & it will scroll .
  1396.  
  1397. <blockquote> blockquote example .</blockquote>
  1398.  
  1399. </small>
  1400.  
  1401. </center>
  1402. </div></div></div><br>
  1403.  
  1404.  
  1405.  
  1406.  
  1407. <div id="ships">
  1408. <div style="width: 74px; height:107px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  1409. <small>
  1410.  
  1411. esidfgud hei heu ieeruhfdsuh usehfu. sirufh. waeuhrwieuf ewu a fisue jaw oqas, euhfd. eauhdfusa awe qsjs.esidfgud hei heu ieeruhfdsuh usehfu. sirufh. waeuhrwieuf ewu a fisue jaw oqas, euhfd. eauhdfusa awe qsjs.
  1412.  
  1413. </small>
  1414.  
  1415. </center>
  1416. </div></div></div><br>
  1417.  
  1418. <div id="maiden" class="popup_block">
  1419.  
  1420. <div style="overflow-x:hidden;overflow-y:scroll;width:300px;height:393px;text-align:justify;padding-right:10px">
  1421.  
  1422. <h1>header title</h1>
  1423.  
  1424. <blockquote><blockquote><small>Here is where the navigation tab links are ! woot woot. and a blockquote for good measure.</small> </blockquote></blockquote>
  1425.  
  1426. <div class="popnavi">
  1427.  
  1428. <a href="URLHERE">LINKTITLEHERE</a>
  1429. <a href="URLHERE">LINKTITLEHERE</a>
  1430. <a href="URLHERE">LINKTITLEHERE</a>
  1431. <a href="URLHERE">LINKTITLEHERE</a>
  1432. <a href="URLHERE">LINKTITLEHERE</a>
  1433. <a href="URLHERE">LINKTITLEHERE</a>
  1434. <a href="URLHERE">LINKTITLEHERE</a>
  1435. <a href="URLHERE">LINKTITLEHERE</a>
  1436. <a href="URLHERE">LINKTITLEHERE</a>
  1437. <a href="URLHERE">LINKTITLEHERE</a>
  1438. <a href="URLHERE">LINKTITLEHERE</a>
  1439. <a href="URLHERE">LINKTITLEHERE</a>
  1440. <a href="URLHERE">LINKTITLEHERE</a>
  1441. <a href="URLHERE">LINKTITLEHERE</a>
  1442. <a href="URLHERE">LINKTITLEHERE</a>
  1443. <a href="URLHERE">LINKTITLEHERE</a>
  1444. <a href="URLHERE">LINKTITLEHERE</a>
  1445. <a href="URLHERE">LINKTITLEHERE</a>
  1446. <a href="URLHERE">LINKTITLEHERE</a>
  1447. <a href="URLHERE">LINKTITLEHERE</a>
  1448.  
  1449. </small> </small> </small>
  1450. </div></div>
  1451.  
  1452.  
  1453. </small> </small> </small>
  1454. </div></div>
  1455.  
  1456.  
  1457.  
  1458. <div id="pagination">
  1459. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> previous </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> forward</a><br />{/block:NextPage}{/block:Pagination}</div></div>
  1460. </div></div></div>
  1461.  
  1462. <div id="entries">{block:Posts}
  1463.  
  1464.  
  1465.  
  1466. <div id="post">
  1467.  
  1468.  
  1469.  
  1470. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1471.  
  1472. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1473.  
  1474. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1475.  
  1476. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1477.  
  1478. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1479.  
  1480. {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}
  1481.  
  1482. {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}
  1483.  
  1484. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1485.  
  1486. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:0px solid #9ca59a;padding:2px;"></div> <b>{Asker}</b> <font color="891610">asked</font>:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  1487.  
  1488.  
  1489. <div id="info">
  1490. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1491. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1492.  
  1493. {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"> RB. </font></big> </a> </div>
  1494.  
  1495. </div>
  1496.  
  1497.  
  1498. <div id="tags">
  1499. {block:HasTags}
  1500. {block:Tags}
  1501. # <a href="{TagURL}">{Tag}</a>&nbsp;
  1502. {/block:Tags}
  1503. {/block:HasTags}
  1504. </div>
  1505. <p>
  1506.  
  1507. {/block:Posts}
  1508.  
  1509.  
  1510.  
  1511. <script type="text/javascript">
  1512. <!--
  1513. function clickIE() {if (document.all) {(message);return false;}}
  1514. function clickNS(e) {if
  1515. (document.layers||(document.getElementById&&!document.all)) {
  1516. if (e.which==2||e.which==3) {(message);return false;}}}
  1517. if (document.layers)
  1518. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1519. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1520. document.oncontextmenu=new Function("return false")
  1521. // -->
  1522. </script>
  1523.  
  1524. </body>
  1525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement