Advertisement
Guest User

oldlayoutcode

a guest
Aug 9th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.88 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #32 ARCANA FAMIGLIA
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#232323">
  21.  
  22. <meta name="color:Top Background" content="#2b2b2b">
  23. <meta name="color:Header" content="#4f4f4f">
  24. <meta name="color:Subtitle" content="#777777">
  25.  
  26. <meta name="color:Links Background" content="#ffffff">
  27. <meta name="color:Links Text" content="#000000">
  28. <meta name="color:Links Background Hover" content="#131313">
  29. <meta name="color:Links Text Hover" content="#4c4c4c">
  30. <meta name="color:Links Shadow" content="#141414">
  31.  
  32. <meta name="color:Description Text" content="#8e8e8e">
  33. <meta name="color:Description Bold" content="#c8c8c8">
  34. <meta name="color:Description Italic" content="#8e8e8e">
  35. <meta name="color:Description Link" content="#e4e4e4">
  36.  
  37. <meta name="color:Entry Background" content="#ffffff">
  38. <meta name="color:Entry Text" content="#808080">
  39. <meta name="color:Entry Bold" content="#a7a7a7">
  40. <meta name="color:Entry Italic" content="#808080">
  41. <meta name="color:Entry Link" content="#cccccc">
  42. <meta name="color:Entry Titles" content="#ebebeb">
  43.  
  44. <meta name="color:Question Background" content="#1a1a1a">
  45.  
  46. <meta name="color:Stats Background 1" content="#ffffff">
  47. <meta name="color:Stats Background 2" content="#ffffff">
  48. <meta name="color:Stats Links" content="#fffff">
  49. <meta name="color:Tags Bold" content="#727272">
  50. <meta name="color:Tags Link" content="#9f9f9f">
  51.  
  52. <meta name="image:BackgroundM" content="">
  53. <meta name="image:Top Background" content="http://static.tumblr.com/ng867av/R38me63qf/lokiicon.jpg">
  54. <meta name="image:Sidebar1" content="http://static.tumblr.com/ng867av/R38me63qf/lokiicon.jpg">
  55.  
  56. <meta name="if:Infinite Scroll" content="0">
  57. <meta name="if:Show Captions" content="0">
  58. <meta name="if:Sidebar Monochrome Images" content="1">
  59. <meta name="if:Post Monochrome Images" content="1">
  60. <meta name="if:Show Tags" content="1">
  61.  
  62. <meta name="text:Header" content="">
  63. <meta name="text:Subtitle" content="">
  64. <meta name="text:Entry Text Size" content="12">
  65. <meta name="text:Sidebar Image Height" content="200">
  66.  
  67. <meta name="text:Link Name 1" content="">
  68. <meta name="text:Link URL 1" content="">
  69. <meta name="text:Link Name 2" content="">
  70. <meta name="text:Link URL 2" content="">
  71. <meta name="text:Link Name 3" content="">
  72. <meta name="text:Link URL 3" content="">
  73. <meta name="text:Link Name 4" content="">
  74. <meta name="text:Link URL 4" content="">
  75. <meta name="text:Link Name 5" content="">
  76. <meta name="text:Link URL 5" content="">
  77. <meta name="text:Link Name 6" content="">
  78. <meta name="text:Link URL 6" content="">
  79. <meta name="text:Link Name 7" content="">
  80. <meta name="text:Link URL 7" content="">
  81. <meta name="text:Link Name 8" content="">
  82. <meta name="text:Link URL 8" content="">
  83.  
  84. <head>
  85. <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  86. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  87. <title>{Title}</title>
  88. <link rel="shortcut icon" href="{Favicon}">
  89. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  90. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  91.  
  92. <style type="text/css">
  93. /* BODY */
  94.  
  95. html { overflow-y: scroll; }
  96.  
  97. body {background-color: #E1E2E1;
  98. background-attachment: fixed;
  99. margin: 0;
  100. }
  101.  
  102. /* TOP BAR */
  103. #top {
  104. background-image: url('{image:Top Background}');
  105. background-color: {color:Top Background};
  106. position: fixed;
  107. width: 100%;
  108. height: 60px;
  109. z-index: 888;
  110. }
  111.  
  112. #toptitle {
  113. position: fixed;
  114. width: 100%;
  115. height: 60px;
  116. z-index: 999;
  117. font-family: 'Oswald', sans-serif;
  118. font-size: 24px;
  119. color: {color:Header};
  120. font-weight: 300;
  121. text-transform: uppercase;
  122. letter-spacing: 2px;
  123. text-align: center;
  124. line-height: 55px;
  125. }
  126.  
  127. #subtitle {
  128. font-family: calibri;
  129. font-size: 10px;
  130. margin-top: -35px;
  131. color: {color:Subtitle};
  132. }
  133.  
  134. /* CONTAINER */
  135. #container {
  136. position: relative;
  137. width: 900px;
  138. margin: auto;
  139. top: 60px;
  140. }
  141.  
  142. /* NAVIGATION */
  143. #navigation {
  144. background-color: #E1E2E1 !important;
  145. position: fixed;
  146. top: 60px;
  147. margin-left: 260px;
  148. width: 550px;
  149. height: 30px;
  150. float: right;
  151. text-align: center;
  152. line-height: 25px;
  153. z-index: 999;
  154. }
  155.  
  156. #navigation a {
  157. display: inline-block;
  158. {block:IfLinkName1}width: 95px;{/block:IfLinkName1}
  159. {block:IfNotLinkName1}width: 120px;{/block:IfNotLinkName1}
  160. height: 20px;
  161. font-family: calibri;
  162. font-size: 9px;
  163. color: {color:Links Text};
  164. text-transform: uppercase;
  165. text-decoration: none;
  166. text-align: center;
  167. line-height: 20px;
  168. letter-spacing: 1px;
  169. }
  170.  
  171. #navigation a:hover {
  172. background-color: #eeeee;
  173. color: {color:Links Text Hover};
  174. }
  175.  
  176. /* POP-UP */
  177. #fade {
  178. display: none;
  179. background: #000;
  180. position: fixed;
  181. left: 0;
  182. top: 0;
  183. width: 100%;
  184. height: 100%;
  185. opacity: .80;
  186. z-index: 9999;
  187. }
  188.  
  189. .popup_block{
  190. display: none;
  191. background: #2d2d2d;
  192. padding-left: 20px;
  193. padding-top: 20px;
  194. padding-right: 20px;
  195. padding-bottom: 15px;
  196. float: left;
  197. position: fixed;
  198. top: 50%;
  199. left: 50%;
  200. z-index: 99999;
  201. }
  202.  
  203. img.btn_close {
  204. float: right;
  205. margin: -55px -55px 0 0;
  206. }
  207.  
  208. *html #fade {
  209. position: absolute;
  210. }
  211.  
  212. *html .popup_block {
  213. position: absolute;
  214. }
  215.  
  216. #links a.extra {
  217. background-color: #000000;
  218. display: block;
  219. width: 300px;
  220. height: 25px;
  221. line-height: 25px;
  222. font-family: calibri;
  223. font-size: 10px !important;
  224. color: #888888 !important;
  225. text-decoration: none;
  226. text-transform: uppercase;
  227. letter-spacing: 1px;
  228. text-align: center;
  229. margin-bottom: 6px;
  230. }
  231.  
  232. /* SIDEBAR */
  233. #sidebar {
  234. position: fixed;
  235. top: 100px;
  236. width: 180px;
  237. padding-left: -40px;
  238. padding-right: 10px;
  239. padding-bottom: 10px;
  240. float: left;
  241. z-index: 999;
  242. -moz-border-radius: 0px 0px 20px 20px;
  243. border-radius: 0px 0px 20px 20px;
  244. font-family: calibri;
  245. font-size: 10px;
  246. color: #808080;
  247. letter-spacing: 1px;
  248. text-align: center;
  249. }
  250.  
  251. #sidebar b, strong {
  252. color: {color:Description Bold};
  253. }
  254.  
  255. #sidebar i, em {
  256. color: {color:Description Italic};
  257. }
  258.  
  259. #sidebar a {
  260. color: {color:Description Link};
  261. text-decoration: none;
  262. }
  263.  
  264. #sidebar img {
  265. max-width: 170px;
  266. padding: 6px;
  267. }
  268.  
  269. #sidebar img:hover {
  270. filter: none;
  271. -webkit-filter: grayscale(0);
  272. -webkit-transition: all 0.5s ease-in-out;
  273. -moz-transition: all 0.5s ease-in-out;
  274. -o-transition: all 0.5s ease-in-out;
  275. -ms-transition: all 0.5s ease-in-out;
  276. transition: all 0.5s ease-in-out;
  277. }
  278.  
  279. div.rotator {
  280. position: relative;
  281. height: {text:Sidebar Image Height}px;
  282. margin-left: -41px;
  283. margin-top: -10px;
  284. margin-bottom: 15px;
  285. }
  286.  
  287. div.rotator ul li.show {
  288. z-index: 500;
  289. }
  290.  
  291. div.rotator ul li {
  292. position: absolute;
  293. list-style: none;
  294. }
  295.  
  296. /* PAGINATION */
  297. #pagination {
  298. font-family: calibri;
  299. font-size: 9px;
  300. width: 180px;
  301. text-align: center;
  302. margin-top: 20px;
  303. }
  304.  
  305. .current_page {
  306. background-color: {color:Top Background};
  307. color: {color:Description Text};
  308. padding: 4px;
  309. }
  310.  
  311. #pagination a {
  312. background-color: {color:Top Background};
  313. padding: 4px;
  314. color: #979fa2;
  315. text-decoration: none;
  316. }
  317.  
  318. /* POSTS */
  319. #posts {
  320. position: relative;
  321. top: 40px;
  322. padding-bottom: 10px;
  323. margin-left: 268px;
  324. }
  325.  
  326. /* background of entries is thar below */
  327.  
  328. .entry {
  329. background-color: #ffffff;
  330. padding: 20px;
  331. width: 500px;
  332. overflow: hidden;
  333. margin-bottom: 2px;
  334. font-family: helvetica, arial;
  335. font-size: 12px;
  336. color: {color:Entry Text};
  337. line-height: 140%;
  338. text-align: justify;
  339. }
  340.  
  341. .entry b, strong {
  342. color: {color:Entry Bold};
  343. }
  344.  
  345. .entry i, em {
  346. color: {color:Entry Italic};
  347. }
  348.  
  349. .entry a {
  350. color: {color:Entry Link};
  351. text-decoration: none;
  352. }
  353.  
  354. .entry h1 {
  355. font-family: 'Oswald', sans-serif;
  356. font-size: 16px;
  357. border-bottom: 1px solid #cccccc;
  358. color: #808080;
  359. font-weight: normal;
  360. text-transform: uppercase;
  361. }.
  362.  
  363. .entry h1 a {
  364. color: {color:Entry Titles};
  365. }
  366.  
  367. .entry blockquote {
  368. border-left: 3px solid {color:Entry Titles};
  369. padding-left: 10px;
  370. margin-left: 20px;
  371. }
  372.  
  373. .entry ul {
  374. list-style-type: circle;
  375. }
  376.  
  377.  
  378. /* QUOTE */
  379. .entry h2 {
  380. font-family: 'Oswald', sans-serif;
  381. font-size: 12px;
  382. color: {color:#8eaf12};
  383. font-weight: normal;
  384. text-transform: uppercase;
  385. letter-spacing: 1px;
  386. }
  387.  
  388. .quote {
  389. font-family: georgia;
  390. font-size: 24px;
  391. color: {color:#8eaf12};
  392. float: left;
  393. margin-top: 2px;
  394. }
  395.  
  396. /* AUDIO */
  397. .audio img {
  398. max-width: 60px;
  399. float: left;
  400. margin-right: 5px;
  401. border: 10px solid {color:Entry Bold};
  402. }
  403.  
  404. .player {
  405. background-color: #000;
  406. padding: 5px;
  407. height: 27px;
  408. width: 405px;
  409. margin-left: 85px;
  410. margin-top: 10px;
  411. }
  412.  
  413. /* STATISTICS */
  414. .stats {
  415. width: 544px;
  416. height: 15px;
  417. line-height: 14px;
  418. margin-bottom: 3px;
  419. margin-left: -2px;
  420. font-family: calibri;
  421. font-size: 9px;
  422. color: {color:Stats Links};
  423. text-transform: uppercase;
  424. letter-spacing: 1px;
  425. }
  426.  
  427. .stats a {
  428. color: #A3A3A3;
  429. text-decoration: none;
  430. }
  431.  
  432. .tags {
  433. margin-bottom: 25px;
  434. width: 520px;
  435. font-family: calibri;
  436. font-size: 9px;
  437. text-transform: uppercase;
  438. letter-spacing: 1px;
  439. text-align: center;
  440. color: #000000;
  441. }
  442.  
  443. .tags b {
  444. color: #000000;
  445. }
  446.  
  447. .tags a {
  448. color: #808080;
  449. text-decoration: none;
  450. }
  451.  
  452. /* PERMALINK PAGE */
  453. .permalink {
  454. font-family: calibri;
  455. font-size: 9px;
  456. color: #000000;
  457. text-transform: uppercase;
  458. width: 520px;
  459. position: relative;
  460. letter-spacing: 1px;
  461. z-index: 999px;
  462. margin-top: 10px;
  463. }
  464.  
  465. .permalink b {
  466. color: 222222;
  467. font-weight: normal;
  468. }
  469.  
  470. #date {
  471. color: #000000;
  472. }
  473.  
  474. .permalink a {
  475. color: #808080;
  476. text-decoration: none;
  477. }
  478.  
  479. ol.notes {
  480. padding: 0px;
  481. padding-bottom: 40px;
  482. margin: 15px 0px;
  483. list-style-type: none;
  484. background: transparent;
  485. border: 0px;
  486. letter-spacing: 0px;
  487. text-transform: uppercase;
  488. font-size: 11px;
  489. }
  490.  
  491. ol.notes li.note {
  492. padding: 1px;
  493. text-align: left;
  494. letter-spacing: 0px;
  495. text-transform: uppercase;
  496. }
  497.  
  498. .notes img{
  499. width: 14px;
  500. position: relative;
  501. top: 1px;
  502. opacity: .7;
  503. -moz-border-radius: 8px;
  504. -webkit-border-radius: 8px;
  505. border-radius: 8px;
  506. }
  507.  
  508. ol.notes {
  509. color: #808080;}
  510.  
  511. li.note a {
  512. color: #000000;}
  513.  
  514. /* FOLLOW CODE */
  515. iframe#tumblr_controls {
  516. right:3px !important;
  517. position: fixed !important;
  518. -webkit-transition: opacity 0.7s linear;
  519. opacity: 0.2;
  520. -webkit-transition: all 0.8s ease-out;
  521. -moz-transition: all 0.8s ease-out;
  522. transition: all 0.8s ease-out;
  523. }
  524.  
  525. iframe#tumblr_controls:hover {
  526. -webkit-transition: opacity 0.7s linear;
  527. opacity: 1;
  528. -webkit-transition: all 0.4s ease-out;
  529. -moz-transition: all 0.4s ease-out;
  530. transition: all 0.4s ease-out;
  531. }
  532.  
  533. {CustomCSS}
  534. </style>
  535. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  536. {block:IfSidebar2Image}<script type="text/javascript">
  537. function theRotator() {
  538. //Set the opacity of all images to 0
  539. $('div.rotator ul li').css({opacity: 0.0});
  540.  
  541. //Get the first image and display it (gets set to full opacity)
  542. $('div.rotator ul li:first').css({opacity: 2.0});
  543.  
  544. //Call the rotator function to run the slideshow, 6000 = change to next image after 6 seconds
  545.  
  546. setInterval('rotate()',6000);
  547.  
  548. }
  549.  
  550. function rotate() {
  551. //Get the first image
  552. var current = ($('div.rotator ul li.show')? $('div.rotator ul li.show') : $('div.rotator ul li:first'));
  553.  
  554. if ( current.length == 0 ) current = $('div.rotator ul li:first');
  555.  
  556. //Get next image, when it reaches the end, rotate it back to the first image
  557. var next = ((current.next().length) ? ((current.next().hasClass('show')) ? $('div.rotator ul li:first') :current.next()) : $('div.rotator ul li:first'));
  558.  
  559. //Un-comment the 3 lines below to get the images in random order
  560.  
  561. //var sibs = current.siblings();
  562. //var rndNum = Math.floor(Math.random() * sibs.length );
  563. //var next = $( sibs[ rndNum ] );
  564.  
  565.  
  566. //Set the fade in effect for the next image, the show class has higher z-index
  567. next.css({opacity: 0.0})
  568. .addClass('show')
  569. .animate({opacity: 1.0}, 1000);
  570.  
  571. //Hide the current image
  572. current.animate({opacity: 0.0}, 1000)
  573. .removeClass('show');
  574.  
  575. };
  576.  
  577.  
  578.  
  579. $(document).ready(function() {
  580. //Load the slideshow
  581. theRotator();
  582. $('div.rotator').fadeIn(1000);
  583. $('div.rotator ul li').fadeIn(1000); // tweek for IE
  584. });
  585. </script>{/block:IfSidebar2Image}
  586. <script>
  587. $(document).ready(function() {
  588. //
  589. //When you click on a link with class of poplight and the href starts with a #
  590. $('a.poplight[href^=#]').click(function() {
  591. var popID = $(this).attr('rel'); //Get Popup Name
  592. var popURL = $(this).attr('href'); //Get Popup href to define size
  593. //Pull Query & Variables from href URL
  594. var query= popURL.split('?');
  595. var dim= query[1].split('&');
  596. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  597. //Fade in the Popup and add close button
  598. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://s5.postimage.org/ypgcl25pv/close.png" class="btn_close" title="Close Window" alt="Close" style="background-color: {color:Top Background}; padding: 2px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;" /></a>');
  599. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  600. var popMargTop = ($('#' + popID).height() + 80) / 2;
  601. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  602. //Apply Margin to Popup
  603. $('#' + popID).css({
  604. 'margin-top' : -popMargTop,
  605. 'margin-left' : -popMargLeft
  606. });
  607. //Fade in Background
  608. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  609. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  610. return false;
  611. });
  612. //Close Popups and Fade Layer
  613. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  614. $('#fade , .popup_block').fadeOut(function() {
  615. $('#fade, a.close').remove(); //fade them both out
  616. });
  617. return false;
  618. });
  619. });
  620. </script>
  621. {block:IfInfiniteScroll}
  622. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  623. {/block:IfInfiniteScroll}
  624. </head>
  625. <body>
  626.  
  627. <!-- SCM Music Player http://scmplayer.net -->
  628. <script type="text/javascript" src="http://scmplayer.net/script.js"
  629. data-config="{'skin':'skins/black/skin.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'%22Apocalyptic Wasteland%22 - Dredd','url':'http://www.youtube.com/watch?v=ePJa_BBuSaY'},{'title':'%22Black Hat%22 - Two Steps from Hell','url':'http://www.youtube.com/watch?v=5wSp0wlUdNk'},{'title':'%22Chess%22 - Sherlock Holmes','url':'http://www.youtube.com/watch?v=x4vR8NHa_-A'},{'title':'%22Dynasty (solo vocal)%22 - Two Steps from Hell','url':'http://www.youtube.com/watch?v=d3nXMiLmJD4'},{'title':'%22The End?%22 - Sherlock Holmes','url':'http://www.youtube.com/watch?v=5DPxO2hcaYE'},{'title':'%22Tyrianis (no choir)%22 - Two Steps from Hell','url':'http://www.youtube.com/watch?v=-TwpXoUzidg'},{'title':'%22White Noise%22 - Murder by Death','url':'http://www.youtube.com/watch?v=yTSq1M1atvs'},{'title':'%22Pretty When You Cry%22 - VAST','url':'http://www.youtube.com/watch?v=UfYvS-mAtRk'},{'title':'%22Breath of Ghosts%22 - Assemblage 23','url':'http://www.youtube.com/watch?v=oHhaAdvt9UI'},{'title':'%22God%27s Gonna Cut You Down%22 - Johnny Cash','url':'http://www.youtube.com/watch?v=guocvS7XQW0'},{'title':'%22Iron%22 - Woodkid','url':'http://www.youtube.com/watch?v=vSkb0kDacjs'},{'title':'%22The Red Book%22 - Sherlock Holmes','url':'http://www.youtube.com/watch?v=_dsAZFS8WRg'},{'title':'%22Terminal March%22 - Bastion','url':'http://www.youtube.com/watch?v=R01YVJ615EM'},{'title':'%22Pale Watchers%22 - Bastion','url':'http://www.youtube.com/watch?v=96s07TeFTkg'},{'title':'%22Pazi Sta Radis%22 - Wikluh Sky','url':'http://www.youtube.com/watch?v=DT29aK0z3YQ'},{'title':'%22Helevator%22 - Two Steps from Hell','url':'http://www.youtube.com/watch?v=oj8CH3dwBKA'},{'title':'%22Damage Vault%22 - Harbringer','url':'http://www.youtube.com/watch?v=HlsEny-3o68'},{'title':'%22Earth%22 - Assassin%27s Creed','url':'http://www.youtube.com/watch?v=c3udu4SUsIc'},{'title':'%22Venice%27s Rooftops%22 - Assassin%27s Creed','url':'http://www.youtube.com/watch?v=5EaRHlo4B0Y'},{'title':'%22Enzio%27s Family%22 - Assassin%27s Creed','url':'http://www.youtube.com/watch?v=ZBUiu_m70KQ'}]}" ></script>
  630. <!-- SCM Music Player script end -->
  631.  
  632.  
  633. <div id="top"></div>
  634. <div id="toptitle">
  635. {text:Header}
  636. <div id="subtitle">{text:Subtitle}</div>
  637. </div>
  638.  
  639. <div id="container">
  640. <div id="sidebar">
  641. <center><img src="http://24.media.tumblr.com/ddc6442278d3633b686aad315ce4f79b/tumblr_mnyfyk8fLn1s3r5gbo1_250.jpg" style="border: 1px solid #cccccc; padding: 3px;"></center>
  642. <p></p>
  643. {Description}
  644. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pagination">
  645. {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
  646. {block:JumpPagination length="3"}
  647. {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
  648. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
  649. {/block:JumpPagination}
  650. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  651. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  652. </div>
  653.  
  654. <div id="navigation">
  655. <a href="/">main page</a> <a href="/ask">message</a> <a href="/archive">archive</a> <a href="http://manatopia.org" target="_blank">credit</a> {block:IfLinkName1}<a href="#?w=300" rel="links" class="poplight">+ more</a>{/block:IfLinkName1}
  656. </div>
  657.  
  658. <div id="links" class="popup_block">
  659. {block:IfLinkName1}<a class="extra" href="{text:Link URL 1}">{text:Link Name 1}</a>{/block:IfLinkName1}
  660. {block:IfLinkName2}<a class="extra" href="{text:Link URL 2}">{text:Link Name 2}</a>{/block:IfLinkName2}
  661. {block:IfLinkName3}<a class="extra" href="{text:Link URL 3}">{text:Link Name 3}</a>{/block:IfLinkName3}
  662. {block:IfLinkName4}<a class="extra" href="{text:Link URL 4}">{text:Link Name 4}</a>{/block:IfLinkName4}
  663. {block:IfLinkName5}<a class="extra" href="{text:Link URL 5}">{text:Link Name 5}</a>{/block:IfLinkName5}
  664. {block:IfLinkName6}<a class="extra" href="{text:Link URL 6}">{text:Link Name 6}</a>{/block:IfLinkName6}
  665. {block:IfLinkName7}<a class="extra" href="{text:Link URL 7}">{text:Link Name 7}</a>{/block:IfLinkName7}
  666. {block:IfLinkName8}<a class="extra" href="{text:Link URL 8}">{text:Link Name 8}</a>{/block:IfLinkName8}
  667. </div>
  668.  
  669. <div class="autopagerize_page_element">
  670. <div id="posts">
  671. {block:Posts}
  672.  
  673. <div class="entry">
  674.  
  675. {block:Text}
  676. {block:Title}<h1>{Title}</h1>{/block:Title}
  677. {Body}
  678. {/block:Text}
  679.  
  680. {block:Photo}
  681. <center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>{LinkCloseTag}</center>
  682. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  683. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  684. {Caption}
  685. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  686. {/block:Photo}
  687.  
  688. {block:Photoset}
  689. <div class="photo">
  690. {Photoset-500}
  691. </div>
  692. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  693. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  694. {Caption}
  695. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  696. {/block:Photoset}
  697.  
  698. {block:Quote}
  699. <div class="quote">❝</div>
  700. <h2>{Quote}</h2>
  701. {block:Source}<p align="right">{Source} <b>—</b></p>{/block:Source}
  702. {/block:Quote}
  703.  
  704. {block:Link}
  705. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  706. {block:Description}{Description}{/block:Description}
  707. {/block:Link}
  708.  
  709. {block:Chat}
  710. {block:Title}<h1>{Title}</h1>{/block:Title}
  711. {block:Lines}
  712. {block:Label}
  713. <b>{Label}</b>
  714. {/block:Label}
  715. {Line}<br />
  716. {/block:Lines}
  717. {/block:Chat}
  718.  
  719. {block:Audio}
  720. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  721. <div class="player">{AudioPlayerBlack}</div>
  722. <div style="font-size: 14px; margin-top: 5px; margin-left: 10px;">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}</div>
  723. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  724. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  725. {Caption}
  726. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  727. {/block:Audio}
  728.  
  729. {block:Video}
  730. {Video-500}
  731. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  732. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  733. {Caption}
  734. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  735. {/block:Video}
  736.  
  737. {block:Answer}
  738. <table>
  739. <tr><td colspan="3" width="500px" style="padding:8px; text-align:center; background-color:{color:Question Background};">{Question}</td></tr>
  740. <tr>
  741. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color:{color:Question Background};">◥</div></td>
  742. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  743. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  744. </tr>
  745. </table>
  746. {Answer}
  747. {/block:Answer}
  748. </div>
  749. {block:IndexPage}<div class="stats"><table><tr>
  750. <td width="320px" style="background-color: {color:Stats Background 1}; text-align: center;"> <a href="{Permalink}">{TimeAgo}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}</a></td>
  751. <td width="320px" style="background-color: {color:Stats Background 2}; text-align: center;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> · <a href="{ReblogRootURL}">source</a> ·{/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a> </td>
  752. </tr></table></div>
  753. <div class="tags">{block:IfShowTags}{block:HasTags}<b>tags →</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</div>{/block:IndexPage}
  754.  
  755. {block:PermalinkPage}
  756. <div class="permalink">
  757. <div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  758. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  759. {block:PostNotes}
  760. {PostNotes}
  761. {/block:PostNotes}
  762. </div>
  763. {/block:PermalinkPage}
  764.  
  765. {/block:Posts}
  766. </div>
  767. </div>
  768.  
  769.  
  770.  
  771. </body>
  772. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement