alokasenna

Trickster God (Theme 03)

Mar 30th, 2014
2,443
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. <!--
  4.  
  5. THEME 03 BY LAUNTS (LAUNTS.TUMBLR.COM). DON'T STEAL OR USE AS BASE PLEASE AND THANK. IF YOU HAVE ANY ISSUES MESSAGE ME.
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50.  
  51. <meta name="color:ask bg" content="#82a8a2"/>
  52. <meta name="color:ask border" content="#82a8a2"/>
  53. <meta name="color:ask text" content="#fff"/>
  54. <meta name="color:asker" content="#fff"/>
  55. <meta name="color:background" content="#fff"/>
  56. <meta name="color:blockquote" content="#82a8a2"/>
  57. <meta name="color:bold" content="#82a8a2"/>
  58. <meta name="color:contain bg" content="#fff"/>
  59. <meta name="color:contain border" content="#82a8a2"/>
  60. <meta name="color:credit" content="#82a8a2"/>
  61. <meta name="color:current page" content="#fff"/>
  62. <meta name="color:description bold" content="#82a8a2"/>
  63. <meta name="color:description italics" content="#82a8a2"/>
  64. <meta name="color:description link" content="#000"/>
  65. <meta name="color:description text" content="#82a8a2"/>
  66. <meta name="color:even bg" content="#82a8a2"/>
  67. <meta name="color:even text" content="#fff"/>
  68. <meta name="color:odd bg" content="#fff"/>
  69. <meta name="color:odd text" content="#82a8a2"/>
  70. <meta name="color:info bg" content="#82a8a2"/>
  71. <meta name="color:info text" content="#fff"/>
  72. <meta name="color:italics" content="#82a8a2"/>
  73. <meta name="color:link" content="#000"/>
  74. <meta name="color:links bg" content="#fff"/>
  75. <meta name="color:nav" content="#fff"/>
  76. <meta name="color:nav hover" content="#fff"/>
  77. <meta name="color:pagination" content="#82a8a2"/>
  78. <meta name="color:popup bg" content="#fff"/>
  79. <meta name="color:popup border" content="#82a8a2"/>
  80. <meta name="color:popup title" content="#82a8a2"/>
  81. <meta name="color:popnav bg" content="#82a8a2"/>
  82. <meta name="color:popnav bg hover" content="#fff"/>
  83. <meta name="color:popnav links" content="#fff"/>
  84. <meta name="color:popnav links hover" content="#82a8a2"/>
  85. <meta name="color:post bg" content="#fff"/>
  86. <meta name="color:post border" content="#82a8a2"/>
  87. <meta name="color:post contain bg" content="#fff"/>
  88. <meta name="color:post contain border" content="#82a8a2"/>
  89. <meta name="color:post title" content="#fff"/>
  90. <meta name="color:post title bg" content="#82a8a2"/>
  91. <meta name="color:right border" content="#82a8a2"/>
  92. <meta name="color:scrollbar" content="#82a8a2"/>
  93. <meta name="color:selection" content="#82a8a2"/>
  94. <meta name="color:selection text" content="#fff"/>
  95. <meta name="color:sidebar border" content="#82a8a2"/>
  96. <meta name="color:subtitle" content="#82a8a2"/>
  97. <meta name="color:tags" content="#82a8a2"/>
  98. <meta name="color:tags border" content="#82a8a2"/>
  99. <meta name="color:tags hover" content="#fff"/>
  100. <meta name="color:text" content="#82a8a2"/>
  101. <meta name="color:title" content="#82a8a2"/>
  102.  
  103. <meta name="text:info one" content="tracked tag"/>
  104. <meta name="text:info one text" content="tracked tag"/>
  105. <meta name="text:info two" content="m!a status"/>
  106. <meta name="text:info two text" content="status"/>
  107. <meta name="text:info three" content="fc"/>
  108. <meta name="text:info three text" content="faceclaim"/>
  109. <meta name="text:info four" content="ooc comments"/>
  110. <meta name="text:info four text" content="comments"/>
  111. <meta name="text:popup title" content="Navigation"/>
  112. <meta name="text:subtitle" content="/"/>
  113. <meta name="text:url" content="LITERALLY PUT YOUR URL HERE FOR THE ASK AND SUBMIT TO WORK IF I GET ASKED ONE. MORE. FUCKING. TIME."/>
  114. <meta name="text:one title" content="one"/>
  115. <meta name="text:one url" content="/"/>
  116. <meta name="text:two title" content="two"/>
  117. <meta name="text:two url" content="/"/>
  118. <meta name="text:three title" content="three"/>
  119. <meta name="text:three url" content="/"/>
  120. <meta name="text:four title" content="four"/>
  121. <meta name="text:four url" content="/"/>
  122. <meta name="text:five title" content="five"/>
  123. <meta name="text:five url" content="/"/>
  124. <meta name="text:six title" content="six"/>
  125. <meta name="text:six url" content="/"/>
  126. <meta name="text:seven title" content="seven"/>
  127. <meta name="text:seven url" content="/"/>
  128. <meta name="text:eight title" content="eight"/>
  129. <meta name="text:eight url" content="/"/>
  130. <meta name="text:nine title" content="nine"/>
  131. <meta name="text:nine url" content="/"/>
  132. <meta name="text:ten title" content="ten"/>
  133. <meta name="text:ten url" content="/"/>
  134.  
  135. <meta name="image:home" content="http://i79.photobucket.com/albums/f292/ariyanaforever/Icons/Loki%20-%20Avengers/Batch%202/Loki272.png"/>
  136. <meta name="image:ask" content="http://i49.photobucket.com/albums/f292/ariyanaforever/Icons/Loki%20-%20Avengers/Batch%202/Loki348.png"/>
  137. <meta name="image:submit" content="http://i49.photobucket.com/albums/f292/ariyanaforever/Icons/Loki%20-%20Avengers/Batch%202/Loki376.png"/>
  138. <meta name="image:nav" content="http://i49.photobucket.com/albums/f292/ariyanaforever/Icons/Loki%20-%20Avengers/Batch%202/Loki394.png"/>
  139. <meta name="image:sidebar" content="http://static.tumblr.com/6g4nmsd/HWgn27jf0/woah.jpg"/>
  140. <meta name="image:bg" content="/"/>
  141.  
  142.  
  143.  
  144. <style type="text/css">
  145.  
  146.  
  147. ::-webkit-scrollbar-thumb {
  148. background-color: {color:scrollbar};
  149. height:auto;
  150. border-bottom:none;
  151. }
  152. ::-webkit-scrollbar {
  153. height:9px;
  154. width:5px;
  155. background-color: {color:scrollbar};
  156. border: 2px solid {color:background};
  157.  
  158. }
  159.  
  160. ::selection {
  161. background-color: {color:selection};
  162. color: {color:selection text};
  163. }
  164.  
  165. @font-face {
  166. font-family: wolf;
  167. src: url('http://static.tumblr.com/6acw4l0/IyBn2jxqf/wolf_in_the_city_1_.ttf') format('truetype');
  168. font-weight: normal;
  169. font-style: normal;
  170.  
  171. }
  172.  
  173.  
  174.  
  175. body {
  176. background-color:{color:background};
  177. background-image: url({image:bg});
  178. background-repeat: repeat;
  179. margin:0px;
  180. color:{color:text};
  181. font-family:Arial, Helvetica;
  182. font-size:9px;
  183. line-height:100%;
  184. }
  185.  
  186. a {
  187. text-decoration:none;
  188. -moz-outline-style:none;
  189. color:{color:link};
  190. }
  191.  
  192. i, em {
  193. color: {color:italics};
  194. }
  195.  
  196. b, strong {
  197. color: {color:bold};
  198. }
  199.  
  200. img {
  201. border:none;
  202. }
  203.  
  204.  
  205. h1 {
  206. font-size:12px;
  207. text-transform:uppercase;
  208. background-color: {color:post title bg};
  209. color: {color:post title};
  210. line-height: 110%;
  211. padding: 5px;
  212. font-style: italic;
  213. }
  214.  
  215. h1:hover{
  216. background-color: {color:post bg};
  217. color: {color:post title bg};
  218. -webkit-transition: all 0.8s ease;
  219. -moz-transition: all 0.8s ease;
  220. -o-transition: all 0.8s ease;
  221. }
  222.  
  223. h1 a {
  224. color: {color:post title};
  225. }
  226.  
  227. h1 a:hover {
  228. color: {color:post title bg};
  229. -webkit-transition: all 0.8s ease;
  230. -moz-transition: all 0.8s ease;
  231. -o-transition: all 0.8s ease;
  232. }
  233.  
  234. blockquote {
  235. padding-left:5px;
  236. border-left:2px solid {color:blockquote};
  237. border-top: 2px solid {color:post bg};
  238. border-bottom: 2px solid {color:post bg};
  239. max-width: 100%;
  240. word-wrap: break-word
  241. }
  242.  
  243. blockquote img {
  244. max-width: 100%;
  245. }
  246.  
  247.  
  248. a:hover {
  249. opacity:1;
  250. color:{color:hover};
  251. -webkit-transition: all 0.5s ease;
  252. -moz-transition: all 0.5s ease;
  253. -o-transition: all 0.5s ease
  254. }
  255.  
  256.  
  257. #sidebar {
  258. width: 200px;
  259. }
  260.  
  261. #sidebar img {
  262. width: 200px;
  263. border: 10px solid {color:sidebar border};
  264. padding: 10px;
  265. margin-top: 130px;
  266. margin-left: 50px;
  267. position: fixed;
  268. }
  269.  
  270. #infobox {
  271. width: 200px;
  272. height: 150px;
  273. overflow-y: scroll;
  274. margin-top: 440px;
  275. margin-left: 50px;
  276. position: fixed;
  277. padding: 10px;
  278. border: 10px solid {color:background};
  279. }
  280.  
  281. #info {
  282. width: 200px;
  283. height: 25px;
  284. background-color: {color:info bg};
  285. margin-top: 5px;
  286. font-family: Arial;
  287. font-size: 10px;
  288. color: {color:info text};
  289. padding-top: 5px;
  290. text-align: center;
  291. overflow-y: scroll;
  292. }
  293.  
  294. #info b, strong {
  295. color: {color:info text};
  296. }
  297.  
  298. #infotitle {
  299. text-transform: uppercase;
  300. text-align: center;
  301. }
  302.  
  303. #info:-webkit-scrollbar-thumb {
  304. background-color: {color:background};
  305. height:auto;
  306. border-bottom:none;
  307. }
  308. #info:-webkit-scrollbar {
  309. height:9px;
  310. width:5px;
  311. background-color: {color:background};
  312. border: 2px solid {color:info bg};
  313.  
  314. }
  315.  
  316. #sidebarbo {
  317. width: 80px;
  318. height: 100%;
  319. padding-top: 145px;
  320. padding-left: 10px;
  321. padding-right: 10px;
  322. padding-bottom: 10px;
  323. background-color: {color:right border};
  324. position: fixed;
  325. margin-left: 300px;
  326. margin-top: -50px;
  327. }
  328.  
  329. #nav {
  330. width: 60px;
  331. height: 60px;
  332. background-color: {color:links bg};
  333. margin-top: 10px;
  334. padding: 10px;
  335. }
  336.  
  337. #navi {
  338. width: 60px;
  339. }
  340.  
  341. #navi img {
  342. width: 60px;
  343. height: 60px;
  344. opacity: 1;
  345. }
  346.  
  347. #navii {
  348. text-transform: uppercase;
  349. text-align: center;
  350. font-size: 20px;
  351. font-family: ARIAL;
  352. margin-top: -30px;
  353. opacity: 1;
  354. }
  355.  
  356. #navii a {
  357. color: {color:nav};
  358. }
  359.  
  360. #navii a:hover {
  361. color: {color:nav hover};
  362. opacity: .8;
  363. }
  364.  
  365. #description {
  366. width: 200px;
  367. height: 80px;
  368. overflow-y: scroll;
  369. margin-left: 70px;
  370. margin-top: 30px;
  371. position: fixed;
  372. color: {color:description text};
  373. }
  374.  
  375. #description a {
  376. color: {color:description link};
  377. }
  378.  
  379. #description b, strong{
  380. color: {color:description bold};
  381. }
  382.  
  383. #description i, em {
  384. color: {color:description italics};
  385. }
  386.  
  387.  
  388.  
  389. #contain {
  390. width: 440px;
  391. height: 100%;
  392. padding-right: 100px;
  393. padding-left: 50px;
  394. padding-bottom: 50px;
  395. padding-top: 0px;
  396. border-left: 10px solid {color:contain border};
  397. overflow-y: scroll;
  398. margin-top: 0px;
  399. margin-left: 410px;
  400. position: fixed;
  401. background-color: {color:contain bg};
  402. }
  403.  
  404.  
  405. #all {
  406. padding:10px;
  407. width:440px;
  408. margin-top:130px;
  409. margin-bottom: 50px;
  410. font-size:10px;
  411. border: 10px solid {color:post contain border};
  412. background-color: {color:post contain bg};
  413. }
  414.  
  415.  
  416.  
  417. #posts {
  418. width:400px;
  419. padding-bottom:20px;
  420. padding:10px;
  421. margin-top:30px;
  422. background-color:{color:post bg};
  423. border: 10px solid {color:post border};
  424. }
  425.  
  426.  
  427. #details {
  428. text-align:right;
  429. margin-top:8px;
  430. text-transform:uppercase;
  431. font-size:8px;
  432. font-style:none;
  433. }
  434.  
  435. #tags {
  436. width:394px;
  437. height: 50px;
  438. font-family:cambria;
  439. letter-spacing:0px;
  440. text-transform:lowercase;
  441. font-size:10px;
  442. margin-top:2px;
  443. text-align:left;
  444. border-left: 5px solid {color:tags border};
  445. border-top: 5px solid {color:post bg};
  446. border-bottom: 5px solid {color:post bg};
  447. border-right: 5px solid {color:post bg};
  448. overflow-y: scroll;
  449. padding: 3px;
  450. color: {color:tags};
  451. }
  452.  
  453. #tags a {
  454. display:inline-block;
  455. padding:-3px;
  456. text-align:right;
  457. color:{color:tags};
  458. -webkit-transition: all 0.6s ease-in-out;
  459. -moz-transition: all 0.6s ease-in-out;
  460. -o-transition: all 0.6s ease-in-out;
  461. -ms-transition: all 0.6s ease-in-out;
  462. -transition: all 0.6s ease-in-out;
  463. }
  464.  
  465. #tags a:hover {
  466. color: {color:tags hover};
  467. }
  468.  
  469.  
  470.  
  471. #question {
  472. padding:8px;
  473. font-family:cambria;
  474. letter-spacing:2px;
  475. text-align:right;
  476. font-style:italic;
  477. border:5px solid {color:ask border};
  478. color:{color:ask text};
  479. background-color:{color:ask bg}
  480. }
  481.  
  482. #question a {
  483. color: {color:asker};
  484. }
  485.  
  486. .chat .line {
  487. color: {color:even text};
  488. background-color: {color:even bg};
  489. padding: 2px;
  490. }
  491.  
  492. .chat .line.odd {
  493. color: {color:odd text};
  494. background-color: {color:odd bg};
  495. padding: 2px;
  496. }
  497.  
  498. #title {
  499. font-family: wolf;
  500. font-size: 100px;
  501. color: {color:title};
  502. margin-top: 320px;
  503. margin-left: 1100px;
  504. position: fixed;
  505. }
  506.  
  507. #subtitle {
  508. font-family: ARIAL;
  509. font-size: 30px;
  510. color: {color:subtitle};
  511. position: fixed;
  512. opacity: .7;
  513. text-transform: uppercase;
  514. margin-left: 1220px;
  515. margin-top: 350px;
  516. text-align: center;
  517. }
  518.  
  519. #pagination {
  520. height: 100px;
  521. width: 250px;
  522. margin-top: 420px;
  523. margin-left: 1100px;
  524. position: fixed;
  525. }
  526.  
  527. .jump_page {
  528. padding: 4px 8px;
  529. color: {color:pagination};
  530. font-family:century gothic;
  531. font-size:11px;
  532. text-decoration:none;
  533. }
  534.  
  535. .current_page, .jump_page:hover {
  536. padding: 4px 8px;
  537. background-color: {color:pagination};
  538. color: {color:current page};
  539. font-family:century gothic;
  540. font-size:11px;
  541. text-decoration:none;
  542. }
  543.  
  544. .popup_block{
  545. display:none;
  546. background: {color:popup bg};
  547. padding:20px;
  548. border:5px solid {color:popup border};
  549. float:left;
  550. position:fixed;
  551. top:50%;left:50%;
  552. z-index: 99999;
  553. -webkit-box-shadow: 0px 0px 20px #000;
  554. -moz-box-shadow: 0px 0px 20px #000;
  555. box-shadow: 0px 0px 20px #000;}
  556.  
  557. img.btn_close {
  558. float: right;
  559. margin: -20 -20px 0 0;
  560. }
  561. *html #fade {
  562. position: absolute;
  563. }
  564. *html .popup_block {
  565. position: absolute;
  566. }
  567. #fade {
  568. display:none;
  569. background:#000;
  570. position:fixed;
  571. left:0;
  572. top:0;
  573. width:100%;
  574. height:100%;
  575. opacity:0.8;
  576. z-index:9999;
  577. }
  578.  
  579. #navbox {
  580. width: 180px;
  581. height: 180px;
  582. overflow-y: scroll;
  583. margin-left: 50px;
  584. margin-top: -10px;
  585. padding: 10px;
  586. }
  587.  
  588. .links {
  589. background-color: {color:popnav bg};
  590. padding: 5px;
  591. margin-top: 10px;
  592. -webkit-transition: 0.8;
  593. -moz-transition: 0.8;
  594. transition: 0.8;
  595. }
  596.  
  597. .links:hover {
  598. background-color: {color:popnav bg hover};
  599. -webkit-transition: 0.8;
  600. -moz-transition: 0.8;
  601. transition: 0.8;
  602.  
  603. }
  604.  
  605. .links a {
  606. color: {color:popnav links};
  607. font-size: 12px;
  608. font-family: ARIAL;
  609. text-align: center;
  610. -webkit-transition: 0.8;
  611. -moz-transition: 0.8;
  612. transition: 0.8;
  613. }
  614.  
  615. .links a:hover {
  616. color: {color:popnav links hover};
  617. -webkit-transition: 0.8;
  618. -moz-transition: 0.8;
  619. transition: 0.8;
  620. }
  621.  
  622. #popuptit {
  623. font-size: 100px;
  624. text-align: center;
  625. color: {color:popup title};
  626. font-family: wolf;
  627.  
  628.  
  629. }
  630.  
  631. {CustomCSS}</style></head><body>
  632.  
  633. <div id="sidebar">
  634.  
  635. <img src="{image:sidebar}">
  636.  
  637. </div>
  638.  
  639. <div id="infobox">
  640.  
  641. <div id="info">
  642. <div id="infotitle"><b>{text:info one}</b>:</div> {text:info one text}
  643. </div>
  644. <div id="info">
  645. <div id="infotitle"><b>{text:info two}</b>:</div> {text:info two text}
  646. </div>
  647. <div id="info">
  648. <div id="infotitle"><b>{text:info three}</b>:</div> {text:info three text}
  649. </div>
  650. <div id="info">
  651. <div id="infotitle"><b>{text:info four}</b>:</div> {text:info four text}
  652. </div>
  653.  
  654. </div>
  655.  
  656. <div id="sidebarbo">
  657.  
  658. <div id="nav">
  659.  
  660. <div id="navi">
  661. <img src="{image:home}">
  662. </div>
  663.  
  664. <div id="navii">
  665. <a href="/">home</a>
  666. </div>
  667.  
  668. </div>
  669. <div id="nav">
  670. <div id="navi">
  671. <img src="{image:ask}">
  672. </div>
  673.  
  674. <div id="navii">
  675. <a href="#?w=300" rel="box2" class="poplight">ask</a>
  676. </div>
  677. </div>
  678. <div id="nav">
  679.  
  680. <div id="navi">
  681. <img src="{image:submit}">
  682. </div>
  683.  
  684. <div id="navii">
  685. <a href="#?w=300" rel="box3" class="poplight">sub</a>
  686. </div>
  687. </div>
  688. <div id="nav">
  689. <div id="navi">
  690. <img src="{image:nav}">
  691. </div>
  692.  
  693. <div id="navii">
  694. <a href="#?w=300" rel="box1" class="poplight">nav</a>
  695. </div>
  696. </div>
  697.  
  698. </div>
  699.  
  700. <div id="description">
  701. {Description}
  702. </div>
  703.  
  704. <div id="contain">
  705.  
  706. <div id="all">{block:Posts}<div id="posts">
  707.  
  708. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  709.  
  710. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  711.  
  712. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  713.  
  714. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  715.  
  716. {block:Quote}{Quote}{/block:Quote}
  717.  
  718. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px"/>{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  719. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  720. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  721. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  722. {/block:Audio}
  723.  
  724. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  725.  
  726. {block:Chat}
  727. {block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  728. {/block:Chat}
  729.  
  730.  
  731. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  732.  
  733. <div id="details">
  734. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  735. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  736. {/block:Posts}
  737. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  738. {/block:Posts}</div></div></div>
  739. </div>
  740.  
  741. <div id="title">
  742. {Title}
  743. </div>
  744.  
  745. <div id="subtitle">
  746. {text:subtitle}
  747. </div>
  748.  
  749.  
  750. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;"><a style="color:{color:credit};" href="http://launts.tumblr.com/">@LAUNTS</a></center></div>
  751.  
  752. <div id="pagination">
  753. {block:Pagination}
  754. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  755. {block:JumpPagination length="5"}
  756. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  757. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  758. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  759. {/block:Pagination}
  760. </div>
  761.  
  762.  
  763. </body>
  764.  
  765. <div id="box1" class="popup_block">
  766.  
  767.  
  768.  
  769. <div id="navbox">
  770. <div class="links">
  771. <a href="{text:one url}">{text:one title}</a>
  772. </div>
  773.  
  774. <div class="links">
  775. <a href="{text:two url}">{text:two title}</a>
  776. </div>
  777.  
  778. <div class="links">
  779. <a href="{text:three url}">{text:three title}</a>
  780. </div>
  781.  
  782. <div class="links">
  783. <a href="{text:four url}">{text:four title}</a>
  784. </div>
  785.  
  786. <div class="links">
  787. <a href="{text:five url}">{text:five title}</a>
  788. </div>
  789.  
  790. <div class="links">
  791. <a href="{text:six url}">{text:six title}</a>
  792. </div>
  793.  
  794. <div class="links">
  795. <a href="{text:seven url}">{text:seven title}</a>
  796. </div>
  797.  
  798. <div class="links">
  799. <a href="{text:eight url}">{text:eight title}</a>
  800. </div>
  801.  
  802. <div class="links">
  803. <a href="{text:nine url}">{text:nine title}</a>
  804. </div>
  805.  
  806. <div class="links">
  807. <a href="{text:ten url}">{text:ten title}</a>
  808. </div>
  809.  
  810. </div>
  811.  
  812. <div id="popuptit">
  813. {text:popup title}
  814. </div>
  815. </div>
  816.  
  817. <div id="box2" class="popup_block">
  818. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:url}" width="100%"></iframe></p>
  819. </div>
  820.  
  821. <div id="box3" class="popup_block">
  822. <p><iframe frameborder="0" height="200" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{text:url}" width="100%"></iframe></p>
  823. </div>
  824.  
  825. </div></div></div></div></div></div></div></div></div></div>
  826.  
  827. </html>
Add Comment
Please, Sign In to add comment