Advertisement
Guest User

Theme backup! #1

a guest
Mar 1st, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.79 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <style type=text/css>body, a, a:hover {cursor: url(http://media.tumblr.com/ec7df1a625b756e230987b08faec9418/tumblr_inline_n8onyprgXR1ry72eo.png), progress;}</style>
  6.  
  7. <!--
  8. PLEASE DO NOT REMOVE THIS.
  9. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  10. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  11.  
  12. THEME: #37 ENCHANTED
  13. jyuubi.org | manatopia.org
  14.  
  15. PSD: psdisney.tumblr.com
  16.  
  17. --RULES--
  18. 1) DO NOT REMOVE CREDIT.
  19. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  20. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  21. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  22. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  23. -->
  24.  
  25. <meta name="color:BackgroundM" content="#f4f1e8">
  26.  
  27. <meta name="color:Header Background" content="#cfc1a7">
  28. <meta name="color:Header Text" content="#ffffff">
  29. <meta name="color:Subtitle Text" content="#ffffff">
  30.  
  31. <meta name="color:Nav Background" content="#e1dcce">
  32. <meta name="color:Nav Link Background" content="#d8d3c6">
  33. <meta name="color:Nav Link Background Hover" content="#be7160">
  34. <meta name="color:Nav Link Text" content="#ffffff">
  35.  
  36. <meta name="color:Description Background" content="#eae6da">
  37. <meta name="color:Description Header" content="#c09e8c">
  38. <meta name="color:Description Text" content="#989285">
  39. <meta name="color:Description Bold" content="#8b7a5e">
  40. <meta name="color:Description Italic" content="#aa8972">
  41. <meta name="color:Description Link" content="#bf8e7e">
  42.  
  43. <meta name="color:Entry Background" content="#efece4">
  44. <meta name="color:Entry Text" content="#989285">
  45. <meta name="color:Entry Bold" content="#8b7a5e">
  46. <meta name="color:Entry Italic" content="#aa8972">
  47. <meta name="color:Entry Link" content="#bf8e7e">
  48. <meta name="color:Entry Link Hover" content="#be7160">
  49. <meta name="color:Entry Titles" content="#aa8972">
  50.  
  51. <meta name="color:Question Background" content="#f5f1e8">
  52.  
  53. <meta name="color:Stats Background 1" content="#d8d3c6">
  54. <meta name="color:Stats Background 2" content="#cfc1a7">
  55. <meta name="color:Stats Text" content="#ffffff">
  56. <meta name="color:Tags Bold" content="#aa8972">
  57. <meta name="color:Tags Link" content="#bf8e7e">
  58.  
  59. <meta name="image:BackgroundM" content="">
  60. <meta name="image:Sidebar" content="http://static.tumblr.com/ljotsrb/5jbmep3jj/enchanted.gif">
  61.  
  62. <meta name="if:Infinite Scroll" content="0">
  63. <meta name="if:Show Captions" content="0">
  64. <meta name="if:Faded Images" content="1">
  65. <meta name="if:Show Tags" content="1">
  66. <meta name="if:Submit Link" content="0">
  67.  
  68. <meta name="text:Header" content="enchanted">
  69. <meta name="text:Subtitle" content="">
  70. <meta name="text:Description Title" content="">
  71. <meta name="text:Entry Text Size" content="8">
  72. <meta name="text:Nav Position" content="100">
  73.  
  74. <meta name="text:Link Title 1" content="">
  75. <meta name="text:Link URL 1" content="">
  76. <meta name="text:Link Title 2" content="">
  77. <meta name="text:Link URL 2" content="">
  78. <meta name="text:Link Title 3" content="">
  79. <meta name="text:Link URL 3" content="">
  80. <meta name="text:Link Title 4" content="">
  81. <meta name="text:Link URL 4" content="">
  82. <meta name="text:Link Title 5" content="">
  83. <meta name="text:Link URL 5" content="">
  84. <meta name="text:Link Title 6" content="">
  85. <meta name="text:Link URL 6" content="">
  86.  
  87. <head>
  88. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  89. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  90. <title>{Title}</title>
  91. <link rel="shortcut icon" href="{Favicon}">
  92. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  93. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  94.  
  95. <style type="text/css">
  96. /* BODY */
  97. body {
  98. background-image: url("{image:BackgroundM}");
  99. background-attachment: fixed;
  100. background-color: {color:BackgroundM};
  101. margin: 0;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background-color: {color:Entry Bold};
  106. height: 50px;
  107. }
  108.  
  109. ::-webkit-scrollbar {
  110. height: 10px;
  111. width: 8px;
  112. background-color: {color:BackgroundM};
  113. }
  114.  
  115. /* SIDEBAR */
  116. #sidebarbg {
  117. background-color: {color:Description Background};
  118. width: 400px;
  119. height: 100%;
  120. top: 0;
  121. left: 0;
  122. position: fixed;
  123. }
  124.  
  125. #info {
  126. position: fixed;
  127. left: 100px;
  128. width: 300px;
  129. top: 0;
  130. }
  131.  
  132. #info img {
  133. width: 300px;
  134. }
  135.  
  136. .desc {
  137. padding: 10px;
  138. font-family: arial;
  139. font-size: 12px;
  140. color: {color:Description Text};
  141. letter-spacing: 1px;
  142. text-align: justify;
  143. line-height: 14px;
  144. }
  145.  
  146. .smalltitle {
  147. font-family: 'Josefin Sans', sans-serif;
  148. font-size: 13px;
  149. color: {color:Description Header};
  150. font-weight: 700;
  151. text-transform: uppercase;
  152. text-align: center;
  153. }
  154.  
  155. .desc a {
  156. color: {color:Description Link};
  157. text-decoration: none;
  158. }
  159.  
  160. .desc b, strong {
  161. color: {color:Description Bold};
  162. }
  163.  
  164. .desc i, em {
  165. color: {color:Description Italic};
  166. }
  167.  
  168. #navbg {
  169. background-color: {color:Nav Background};
  170. position: fixed;
  171. width: 100px;
  172. height: 100%;
  173. left: 0;
  174. top: 0;
  175. }
  176.  
  177. #navi {
  178. position: fixed;
  179. left: 10px;
  180. top: {text:Nav Position}px;
  181. }
  182.  
  183. #navi a {
  184. background-color: {color:Nav Link Background};
  185. display: block;
  186. width: 80px;
  187. height: 40px;
  188. line-height: 40px;
  189. font-family: calibri;
  190. font-size: 9px;
  191. color: {color:Nav Link Text};
  192. text-transform: uppercase;
  193. text-decoration: none;
  194. text-align: center;
  195. margin-bottom: 5px;
  196. letter-spacing: 1px;
  197. transition: 0.5s;
  198. -moz-transition: 0.5s;
  199. -webkit-transition: 0.5s;
  200. -o-transition: 0.5s;
  201. }
  202.  
  203. #navi a:hover {
  204. background-color: {color:Nav Link Background Hover};
  205. }
  206.  
  207. #headerbg {
  208. background-color: {color:Header Background};
  209. position: fixed;
  210. width: 400px;
  211. height: 150px;
  212. bottom: 0;
  213. left: 0;
  214. }
  215.  
  216. #headertitle {
  217. width: 400px;
  218. height: 150px;
  219. line-height: 150px;
  220. font-family: 'Josefin Sans', sans-serif;
  221. font-size: 25px;
  222. color: {color:Header Text};
  223. font-weight: 300;
  224. text-align: center;
  225. text-transform: uppercase;
  226. position: fixed;
  227. bottom: 0;
  228. left: 0;
  229. }
  230.  
  231. #subtitle {
  232. width: 400px;
  233. height: 150px;
  234. line-height: 200px;
  235. font-family: calibri;
  236. font-size: 10px;
  237. color: {color:Subtitle Text};
  238. text-align: center;
  239. text-transform: uppercase;
  240. position: fixed;
  241. bottom: 0;
  242. left: 0;
  243. letter-spacing: 2px;
  244. }
  245.  
  246. /* PAGINATION */
  247. #pagination {
  248. font-family: calibri;
  249. font-size: 14px;
  250. width: 550px;
  251. text-align: center;
  252. margin-top: 25px;
  253. }
  254.  
  255. .current_page {
  256. background-color: {color:Entry Background};
  257. color: {color:Entry Bold};
  258. padding: 4px;
  259. }
  260.  
  261. #pagination a {
  262. background-color: {color:Entry Background};
  263. padding: 7px;
  264. color: {color:Entry Link};
  265. text-decoration: none;
  266. }
  267.  
  268. /* POSTS */
  269. #posts {
  270. margin-top: 10px;
  271. margin-left: 450px;
  272. }
  273.  
  274. .posts {
  275. background-color: {color:Entry Background};
  276. width: 520px;
  277. padding: 20px;
  278. font-family: arial;
  279. font-size: {text:Entry Text Size}px;
  280. color: {color:Entry Text};
  281. letter-spacing: 1px;
  282. text-align: justify;
  283. }
  284.  
  285. .posts b, strong {
  286. color: {color:Entry Bold};
  287. }
  288.  
  289. .posts i, em {
  290. color: {color:Entry Italic};
  291. }
  292.  
  293. .posts a {
  294. color: {color:Entry Link};
  295. text-decoration: none;
  296. -webkit-transition: all 0.5s ease-in-out;
  297. -moz-transition: all 0.5s ease-in-out;
  298. -o-transition: all 0.5s ease-in-out;
  299. -ms-transition: all 0.5s ease-in-out;
  300. transition: all 0.5s ease-in-out;
  301. }
  302.  
  303. .posts a:hover {
  304. color: {color:Entry Link Hover};
  305. }
  306.  
  307. .posts h1 {
  308. font-family: 'Lato', sans-serif;
  309. font-size: 16px;
  310. color: {color:Entry Titles};
  311. font-weight: normal;
  312. text-transform: uppercase;
  313. }
  314.  
  315. .posts blockquote {
  316. border-left: 3px solid {color:Entry Italic};
  317. padding-left: 10px;
  318. margin-left: 15px;
  319. }
  320.  
  321. .posts ul {
  322. list-style-type: circle;
  323. }
  324.  
  325. /* IMAGES */
  326. .posts img {
  327. max-width: 500px;
  328. {block:IfFadedImages}opacity: .8;{/block:IfFadedImages}
  329. -webkit-transition: all 0.5s ease-in-out;
  330. -moz-transition: all 0.5s ease-in-out;
  331. -o-transition: all 0.5s ease-in-out;
  332. -ms-transition: all 0.5s ease-in-out;
  333. transition: all 0.5s ease-in-out;
  334. margin-bottom: -3px;
  335. }
  336.  
  337. .posts img:hover {
  338. opacity: 1;
  339. }
  340.  
  341. .photo {
  342. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  343. -webkit-transition: all 0.5s ease-in-out;
  344. -moz-transition: all 0.5s ease-in-out;
  345. -o-transition: all 0.5s ease-in-out;
  346. -ms-transition: all 0.5s ease-in-out;
  347. transition: all 0.5s ease-in-out;
  348. margin-bottom: -3px;
  349. }
  350.  
  351. .photo:hover {
  352. opacity: 1;
  353. }
  354.  
  355. /* QUOTE */
  356. .posts h2 {
  357. font-family: calibri;
  358. font-size: 11px;
  359. color: {color:Entry Titles};
  360. font-weight: normal;
  361. text-transform: uppercase;
  362. letter-spacing: 2px;
  363. }
  364.  
  365. .quote {
  366. font-family: georgia;
  367. font-size: 24px;
  368. color: {color:Entry Bold};
  369. float: left;
  370. margin-top: 2px;
  371. }
  372.  
  373. /* AUDIO */
  374. .audio img {
  375. max-width: 50px;
  376. float: left;
  377. margin-right: 5px;
  378. border: 5px solid {color:Question Background};
  379. }
  380.  
  381. .player {
  382. background-color: #fff;
  383. height: 25px;
  384. width: 25px;
  385. padding: 5px;
  386. margin-left: 85px;
  387. margin-top: 10px;
  388. overflow: hidden;
  389. position: absolute;
  390. margin-left: 13px;
  391. margin-top: 13px;
  392. opacity: .2;
  393. transition: 0.5s;
  394. -moz-transition: 0.5s;
  395. -webkit-transition: 0.5s;
  396. -o-transition: 0.5s;
  397. }
  398.  
  399. .player:hover {
  400. opacity: .7;
  401. }
  402.  
  403. /* STATISTICS */
  404. .stats {
  405. width: 544px;
  406. height: 15px;
  407. line-height: 14px;
  408. margin-bottom: 3px;
  409. margin-left: -2px;
  410. font-family: calibri;
  411. font-size: 9px;
  412. color: {color:Stats Text};
  413. text-transform: uppercase;
  414. letter-spacing: 1px;
  415. }
  416.  
  417. .stats a {
  418. color: {color:Stats Text};
  419. text-decoration: none;
  420. }
  421.  
  422. .tags {
  423. margin-bottom: 25px;
  424. width: 540px;
  425. font-family: calibri;
  426. font-size: 10px;
  427. text-transform: uppercase;
  428. letter-spacing: 1px;
  429. text-align: center;
  430. }
  431.  
  432. .tags b {
  433. color: {color:Tags Bold};
  434. }
  435.  
  436. .tags a {
  437. color: {color:Tags Link};
  438. text-decoration: none;
  439. }
  440.  
  441. /* PERMALINK PAGE */
  442. .permalink {
  443. font-family: calibri;
  444. font-size: 9px;
  445. color: {color:Entry Text};
  446. text-transform: uppercase;
  447. width: 540px;
  448. position: relative;
  449. letter-spacing: 1px;
  450. z-index: 999px;
  451. margin-top: 10px;
  452. }
  453.  
  454. .permalink b {
  455. color: {color:Entry Bold};
  456. font-weight: normal;
  457. }
  458.  
  459. #date {
  460. color: {color:Entry Italic};
  461. }
  462.  
  463. .permalink a {
  464. color: {color:Entry Link};
  465. text-decoration: none;
  466. }
  467.  
  468. ol.notes {
  469. padding: 0px;
  470. margin: 15px 0px;
  471. list-style-type: none;
  472. background: transparent;
  473. border: 0px;
  474. letter-spacing: 0px;
  475. text-transform: uppercase;
  476. }
  477.  
  478. ol.notes li.note {
  479. padding: 1px;
  480. text-align: left;
  481. letter-spacing: 0px;
  482. text-transform: uppercase;
  483. }
  484.  
  485. .notes img{
  486. width: 8px;
  487. position: relative;
  488. top: 1px;
  489. opacity: .7;
  490. -moz-border-radius: 8px;
  491. -webkit-border-radius: 8px;
  492. border-radius: 8px;
  493. }
  494.  
  495. /* CREDIT */
  496. #credit {
  497. position: fixed;
  498. bottom: 5px;
  499. right: 5px;
  500. font-family: calibri;
  501. font-size: 8px;
  502. text-transform: uppercase;
  503. z-index: 999;
  504. }
  505.  
  506. #credit a {
  507. color: {color:Entry Link};
  508. text-decoration: none;
  509. }
  510.  
  511. /* FOLLOW CODE */
  512. iframe#tumblr_controls {
  513. right:3px !important;
  514. position: fixed !important;
  515. -webkit-transition: opacity 0.7s linear;
  516. opacity: 0.2;
  517. -webkit-transition: all 0.8s ease-out;
  518. -moz-transition: all 0.8s ease-out;
  519. transition: all 0.8s ease-out;
  520. }
  521.  
  522. iframe#tumblr_controls:hover {
  523. -webkit-transition: opacity 0.7s linear;
  524. opacity: 1;
  525. -webkit-transition: all 0.4s ease-out;
  526. -moz-transition: all 0.4s ease-out;
  527. transition: all 0.4s ease-out;
  528. }
  529.  
  530. {CustomCSS}
  531. </style>
  532. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  533. <script>
  534. $(document).ready(function() {
  535. //
  536. //When you click on a link with class of poplight and the href starts with a #
  537. $('a.poplight[href^=#]').click(function() {
  538. var popID = $(this).attr('rel'); //Get Popup Name
  539. var popURL = $(this).attr('href'); //Get Popup href to define size
  540. //Pull Query & Variables from href URL
  541. var query= popURL.split('?');
  542. var dim= query[1].split('&');
  543. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  544. //Fade in the Popup and add close button
  545. $('#' + 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: #f1f1f1; padding: 2px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;" /></a>');
  546. //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
  547. var popMargTop = ($('#' + popID).height() + 80) / 2;
  548. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  549. //Apply Margin to Popup
  550. $('#' + popID).css({
  551. 'margin-top' : -popMargTop,
  552. 'margin-left' : -popMargLeft
  553. });
  554. //Fade in Background
  555. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  556. $('#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
  557. return false;
  558. });
  559. //Close Popups and Fade Layer
  560. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  561. $('#fade , .popup_block').fadeOut(function() {
  562. $('#fade, a.close').remove(); //fade them both out
  563. });
  564. return false;
  565. });
  566. });
  567. </script>
  568. {block:IfInfiniteScroll}
  569. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  570. {/block:IfInfiniteScroll}
  571. </head>
  572. <body>
  573.  
  574. <div id="sidebarbg"></div>
  575. <div id="navbg"></div>
  576. <div id="headerbg"></div>
  577.  
  578. <div id="navi">
  579. <a href="/">refresh</a>
  580. <a href="/ask">message</a>
  581. <a href="/archive">past</a>
  582. {block:IfSubmitLink}<a href="/submit">submit</a>{/block:IfSubmitLink}
  583. {block:IfLinkTitle1}<a href="{text:Link URL 1}">{text:Link Title 1}</a>{/block:IfLinkTitle1}
  584. {block:IfLinkTitle2}<a href="{text:Link URL 2}">{text:Link Title 2}</a>{/block:IfLinkTitle2}
  585. {block:IfLinkTitle3}<a href="{text:Link URL 3}">{text:Link Title 3}</a>{/block:IfLinkTitle3}
  586. {block:IfLinkTitle4}<a href="{text:Link URL 4}">{text:Link Title 4}</a>{/block:IfLinkTitle4}
  587. {block:IfLinkTitle5}<a href="{text:Link URL 5}">{text:Link Title 5}</a>{/block:IfLinkTitle5}
  588. {block:IfLinkTitle6}<a href="{text:Link URL 6}">{text:Link Title 6}</a>{/block:IfLinkTitle6}
  589. <a href="http://jyuubi.org" target="_blank">credit</a>
  590. </div>
  591.  
  592. <div id="info">
  593. <img src="{image:Sidebar}">
  594.  
  595. <div class="desc">
  596. <div class="smalltitle">{text:Description Title}</div>
  597. {Description}</div>
  598. </div>
  599.  
  600. <div id="headertitle">{text:Header}</div>
  601. <div id="subtitle">{text:Subtitle}</div>
  602.  
  603. <div class="autopagerize_page_element">
  604. <div id="posts">
  605. {block:Posts}
  606.  
  607. <div class="posts">
  608.  
  609. {block:Text}
  610. {block:Title}<h1>{Title}</h1>{/block:Title}
  611. {Body}
  612. {/block:Text}
  613.  
  614. {block:Photo}
  615. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  616. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  617. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  618. {Caption}
  619. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  620. {/block:Photo}
  621.  
  622. {block:Photoset}
  623. <div class="photo">
  624. {Photoset-500}
  625. </div>
  626. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  627. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  628. {Caption}
  629. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  630. {/block:Photoset}
  631.  
  632. {block:Quote}
  633. <div class="quote">&#10077;</div>
  634. <h2>{Quote}</h2>
  635. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  636. {/block:Quote}
  637.  
  638. {block:Link}
  639. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  640. {block:Description}{Description}{/block:Description}
  641. {/block:Link}
  642.  
  643. {block:Chat}
  644. {block:Title}<h1>{Title}</h1>{/block:Title}
  645. {block:Lines}
  646. {block:Label}
  647. <b>{Label}</b>
  648. {/block:Label}
  649. {Line}<br />
  650. {/block:Lines}
  651. {/block:Chat}
  652.  
  653. {block:Audio}
  654. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  655. <div class="player">{AudioPlayerWhite}</div>
  656. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase; line-height: 11px;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div>
  657. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  658. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  659. {Caption}
  660. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  661. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  662. {/block:Audio}
  663.  
  664. {block:Video}
  665. {Video-500}
  666. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  667. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  668. {Caption}
  669. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  670. {/block:Video}
  671.  
  672. {block:Answer}
  673. <table>
  674. <tr><td colspan="3" width="500px" style="padding:8px; text-align:center; background-color:{color:Question Background};">{Question}</td></tr>
  675. <tr>
  676. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color:{color:Question Background};">&#9701;</div></td>
  677. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  678. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  679. </tr>
  680. </table>
  681. {Answer}
  682. {/block:Answer}
  683. </div>
  684. {block:IndexPage}<div class="stats"><table><tr>
  685. <td width="320px" style="background-color: {color:Stats Background 1}; text-align: center;">&nbsp;&nbsp;<a href="{Permalink}">{TimeAgo}{block:NoteCount} &middot; {NoteCountWithLabel}{/block:NoteCount}</a></td>
  686. <td width="320px" style="background-color: {color:Stats Background 2}; text-align: center;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; <a href="{ReblogRootURL}">source</a> &middot;{/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a>&nbsp;&nbsp;</td>
  687. </tr></table></div>
  688. <div class="tags">{block:IfShowTags}{block:HasTags}<b>tags &rarr;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}</div>{/block:IndexPage}
  689.  
  690. {block:PermalinkPage}
  691. <div class="permalink">
  692. <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> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  693. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  694. {block:PostNotes}
  695. {PostNotes}
  696. {/block:PostNotes}
  697. </div>
  698. {/block:PermalinkPage}
  699.  
  700. {/block:Posts}
  701.  
  702. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pagination">
  703. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  704. {block:JumpPagination length="8"}
  705. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  706. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  707. {/block:JumpPagination}
  708. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  709. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  710. </div>
  711. </div>
  712. <!-- Start of StatCounter Code for Tumblr -->
  713. <script type="text/javascript">
  714. var sc_project=10203125;
  715. var sc_invisible=1;
  716. var sc_security="ba6af646";
  717. var scJsHost = (("https:" == document.location.protocol) ?
  718. "https://secure." : "http://www.");
  719. document.write("<sc"+"ript type='text/javascript' src='" +
  720. scJsHost+
  721. "statcounter.com/counter/counter.js'></"+"script>");
  722. </script>
  723. <noscript><div class="statcounter"><a title="counter for
  724. tumblr" href="http://statcounter.com/tumblr/"
  725. target="_blank"><img class="statcounter"
  726. src="http://c.statcounter.com/10203125/0/ba6af646/1/"
  727. alt="counter for tumblr"></a></div></noscript>
  728. <!-- End of StatCounter Code for Tumblr -->
  729. </body>
  730. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement