Advertisement
Jyuubi

[Theme] → #38 Espelona

Aug 4th, 2013
25,719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 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: #38 ESPELONA
  10. jyuubi.org | manatopia.org
  11.  
  12. Sidebar: mortgraphics.livejournal.com
  13.  
  14. --RULES--
  15. 1) DO NOT REMOVE CREDIT.
  16. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  17. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  18. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  19. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  20. -->
  21.  
  22. <meta name="color:BackgroundM" content="#dddcd7">
  23.  
  24. <meta name="color:Sidebar Background" content="#272b2e">
  25. <meta name="color:Sidebar Border" content="#1a1e21">
  26. <meta name="color:Sidebar Title" content="#5a8eb5">
  27. <meta name="color:Sidebar Title Shadow" content="#1a1c1e">
  28. <meta name="color:Sidebar Subtitle" content="#afa49e">
  29. <meta name="color:Sidebar Info Text" content="#767779">
  30. <meta name="color:Sidebar Info Bold" content="#afa49e">
  31. <meta name="color:Sidebar Info Italic" content="#767779">
  32. <meta name="color:Sidebar Info Link" content="#5a8eb5">
  33.  
  34. <meta name="color:Navi Background" content="#e2e1df">
  35. <meta name="color:Navi Text" content="#6f6566">
  36.  
  37. <meta name="color:Post Background" content="#edece8">
  38. <meta name="color:Post Title" content="#5a8eb5">
  39. <meta name="color:Post Title Border" content="#dddcd7">
  40. <meta name="color:Post Text" content="#4f4e4b">
  41. <meta name="color:Post Bold" content="#7c7b76">
  42. <meta name="color:Post Italic" content="#4f4e4b">
  43. <meta name="color:Post Link" content="#5a8eb5">
  44.  
  45. <meta name="color:Question Background" content="#f4f3ed">
  46.  
  47. <meta name="color:Quote" content="#7c7b76">
  48. <meta name="color:Quote Background" content="#dddcd7">
  49. <meta name="color:Quote Text" content="#b0afaa">
  50.  
  51. <meta name="color:Reblog Background" content="#a59b8f">
  52.  
  53. <meta name="color:Stats Border" content="#d1d0cb">
  54.  
  55. <meta name="color:Permalink Date" content="#a59b8f">
  56.  
  57. <meta name="image:BackgroundM" content="">
  58. <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/3TTmqx4kc/adz6imr3.jpg">
  59.  
  60. <meta name="if:2 Columns" content="0">
  61. <meta name="if:3 Columns" content="1">
  62. <meta name="if:Photo Fading" content="1">
  63. <meta name="if:Reblog Button" content="1">
  64. <meta name="if:Dark Reblog" content="1">
  65. <meta name="if:Light Reblog" content="0">
  66. <meta name="if:Italic Text" content="1">
  67. <meta name="if:Show Captions" content="0">
  68.  
  69. <meta name="font:Post Text" content="georgia">
  70. <meta name="font:Description Text" content="georgia">
  71.  
  72. <meta name="text:Big Title" content="espelona">
  73. <meta name="text:Subtitle" content="theme #38 by manatopia.org">
  74.  
  75. <meta name="text:Link 1 Name" content="">
  76. <meta name="text:Link 1 URL" content="">
  77. <meta name="text:Link 2 Name" content="">
  78. <meta name="text:Link 2 URL" content="">
  79. <meta name="text:Link 3 Name" content="">
  80. <meta name="text:Link 3 URL" content="">
  81. <meta name="text:Link 4 Name" content="">
  82. <meta name="text:Link 4 URL" content="">
  83. <meta name="text:Link 5 Name" content="">
  84. <meta name="text:Link 5 URL" content="">
  85. <meta name="text:Link 6 Name" content="">
  86. <meta name="text:Link 6 URL" content="">
  87. <meta name="text:Link 7 Name" content="">
  88. <meta name="text:Link 7 URL" content="">
  89. <meta name="text:Link 8 Name" content="">
  90. <meta name="text:Link 8 URL" content="">
  91.  
  92. <head>
  93. <meta name="p:domain_verify" content="8db802ac53e6b07ba270ba3d981890b6" />
  94. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200' rel='stylesheet' type='text/css'>
  95. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  96. <title>{Title}</title>
  97. <link rel="shortcut icon" href="{Favicon}">
  98. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  99. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  100. <style type="text/css">
  101. /* BODY */
  102. body {
  103. background-color: {color:BackgroundM};
  104. background-image: url('{image:BackgroundM}');
  105. margin: 0;
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb:vertical {
  109. background-color: {color:Sidebar Background};
  110. height: 50px;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height: 10px;
  115. width: 8px;
  116. background-color: {color:BackgroundM};
  117. }
  118.  
  119. /* SIDEBAR */
  120. #sidebar {
  121. background-color: {color:Sidebar Background};
  122. position: fixed;
  123. top: 0;
  124. left: 0;
  125. width: 380px;
  126. height: 100%;
  127. text-align: center;
  128. border-right: 15px solid {color:Sidebar Border};
  129. }
  130.  
  131. #sidebar h1 {
  132. font-family: 'Yanone Kaffeesatz', sans-serif;
  133. font-size: 40px;
  134. color: {color:Sidebar Title};
  135. font-weight: 200;
  136. text-transform: uppercase;
  137. letter-spacing: 4px;
  138. text-shadow: 2px 2px 1px {color:Sidebar Title Shadow};
  139. }
  140.  
  141. #sidebar img {
  142. max-width: 360px;
  143. }
  144.  
  145. #sidebar a.nav {
  146. display: inline-block;
  147. width: 82px;
  148. height: 30px;
  149. margin-right: 5px;
  150. margin-bottom: 10px;
  151. background: {color:Navi Background};
  152. font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  153. font-size: 10px;
  154. color: {color:Navi Text};
  155. font-style: italic;
  156. text-decoration: none;
  157. text-transform: lowercase;
  158. letter-spacing: 1px;
  159. line-height: 30px;
  160. transition: 0.5s;
  161. -moz-transition: 0.7s;
  162. -webkit-transition: 0.7s;
  163. -o-transition: 0.7s;
  164. }
  165.  
  166. #sidebar a.nav:hover {
  167. color: {color:Sidebar Info Link};
  168. }
  169.  
  170. #sidebar a {
  171. color: {color:Sidebar Info Link};
  172. text-decoration: none;
  173. }
  174.  
  175. #subhead {
  176. font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  177. font-size: 8px;
  178. color: {color:Sidebar Subtitle};
  179. letter-spacing: 1px;
  180. text-align: center;
  181. text-transform: uppercase;
  182. margin-top: -30px;
  183. margin-bottom: 10px;
  184. margin-left: -5px;
  185. }
  186.  
  187. #info {
  188. font-family: {font:Description Text};
  189. font-size: 9px;
  190. color: {color:Sidebar Info Text};
  191. {block:IfItalicText}font-style: italic;{/block:IfItalicText}
  192. letter-spacing: 1px;
  193. text-align: justify;
  194. line-height: 16px;
  195. padding: 5px;
  196. margin-bottom: 10px;
  197. margin-top: 5px;
  198. width: 361px;
  199. }
  200.  
  201. #info b, strong {
  202. color: {color:Sidebar Info Bold};
  203. }
  204.  
  205. #info i, em {
  206. color: {color:Sidebar Info Italic};
  207. }
  208.  
  209. /* ENTRIES */
  210. #posts {
  211. {block:IndexPage}width: 930px;{/block:IndexPage}
  212. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  213. margin-left: 410px;
  214. }
  215.  
  216. .post {
  217. position: relative;
  218. margin: 10px;
  219. {block:IndexPage}float: left;{/block:IndexPage}
  220. }
  221.  
  222. .entry {
  223. background-color: {color:Post Background};
  224. {block:If3Columns}{block:IndexPage}width: 250px;{/block:IndexPage}{/block:If3Columns}
  225. {block:If2Columns}{block:IndexPage}width: 400px;{/block:IndexPage}{/block:If2Columns}
  226. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  227. padding: 18px;
  228. font-family: {font:Post Text};
  229. {block:IndexPage}font-size: 10px;{/block:IndexPage}
  230. {block:PermalinkPage}font-size: 13px;{/block:PermalinkPage}
  231. color: {color:Post Text};
  232. {block:IfItalicText}font-style: italic;{/block:IfItalicText}
  233. text-align: justify;
  234. line-height: 14px;
  235. }
  236.  
  237. .entry b, strong {
  238. color: {color:Post Bold};
  239. }
  240.  
  241. .entry i, em {
  242. color: {color:Post Italic};
  243. }
  244.  
  245. .entry a {
  246. color: {color:Post Link};
  247. text-decoration: none;
  248. }
  249.  
  250. .entry h1 {
  251. font-family: 'Yanone Kaffeesatz', sans-serif;
  252. {block:IndexPage}font-size: 18px;{/block:IndexPage}
  253. {block:PermalinkPage}font-size: 30px;{/block:PermalinkPage}
  254. color: {color:Post Title};
  255. font-weight: normal;
  256. font-style: normal;
  257. letter-spacing: 1px;
  258. text-transform: uppercase;
  259. border-bottom: 3px solid {color:Post Title Border};
  260. margin: 0;
  261. {block:IndexPage}padding-bottom: 5px;{/block:IndexPage}
  262. {block:PermalinkPage}padding-bottom: 10px;{/block:PermalinkPage}
  263. }
  264.  
  265. .entry h1 a {
  266. color: {color:Post Title};
  267. }
  268.  
  269. .entry blockquote {
  270. border-left: 3px solid {color:Post Title Border};
  271. padding-left: 8px;
  272. margin-left: 5px;
  273. }
  274.  
  275. .entry ul {
  276. list-style-type: square;
  277. }
  278.  
  279. .entry img {
  280. {block:If3Columns}{block:IndexPage}max-width: 250px;{/block:IndexPage}{/block:If3Columns}
  281. {block:If2Columns}{block:IndexPage}max-width: 400px;{/block:IndexPage}{/block:If2Columns}
  282. {block:PermalinkPage}max-width: 500px;{/block:PermalinkPage}
  283. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  284. }
  285.  
  286. .photo {
  287. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  288. margin-bottom: -2px;
  289. }
  290.  
  291. /* QUOTE */
  292. .entry h2 {
  293. font-family: georgia;
  294. font-size: 13px;
  295. color: {color:Quote};
  296. font-weight: normal;
  297. text-transform: lowercase;
  298. letter-spacing: 2px;
  299. }
  300.  
  301. .quote {
  302. background-color: {color:Quote Background};
  303. width: 35px;
  304. height: 35px;
  305. font-family: georgia;
  306. font-size: 40px;
  307. color: {color:Quote Text};
  308. font-style: normal;
  309. float: left;
  310. margin-right: 5px;
  311. margin-top: 4px;
  312. text-align: center;
  313. line-height: 46px;
  314. }
  315.  
  316. /* AUDIO */
  317. .audio img {
  318. max-width: 50px;
  319. float: left;
  320. margin-right: 5px;
  321. border: 5px solid {color:Post Title Border};
  322. }
  323.  
  324. .player {
  325. background-color: #fff;
  326. height: 25px;
  327. width: 25px;
  328. padding: 5px;
  329. margin-left: 85px;
  330. margin-top: 10px;
  331. overflow: hidden;
  332. position: absolute;
  333. margin-left: 13px;
  334. margin-top: 13px;
  335. opacity: .2;
  336. transition: 0.5s;
  337. -moz-transition: 0.5s;
  338. -webkit-transition: 0.5s;
  339. -o-transition: 0.5s;
  340. }
  341.  
  342. .player:hover {
  343. opacity: .7;
  344. }
  345.  
  346. /* STATISTICS */
  347. .stats {
  348. background-color: {color:Post Background};
  349. {block:If3Columns}width: 286px;{/block:If3Columns}
  350. {block:If2Columns}width: 436px;{/block:If2Columns}
  351. height: 25px;
  352. line-height: 25px;
  353. font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  354. font-size: 10px;
  355. font-style: italic;
  356. text-transform: lowercase;
  357. letter-spacing: 2px;
  358. text-align: center;
  359. margin-top: 5px;
  360. border-bottom: 1px solid {color:Stats Border};
  361. }
  362.  
  363. .stats a {
  364. color: {color:Post Link};
  365. text-decoration: none;
  366. }
  367.  
  368. /* REBLOG LINK */
  369. .rebloglink {
  370. background-color: {color:Reblog Background};
  371. padding: 5px;
  372. opacity: 0;
  373. position: absolute;
  374. right: 10px;
  375. top: 10px;
  376. text-align: center;
  377. -webkit-transition: all 0.8s ease;
  378. -moz-transition: all 0.8s ease;
  379. -o-transition: all 0.8s ease;
  380. z-index: 999;
  381. }
  382.  
  383. .rebloglink a {
  384. text-decoration: none;
  385. border-bottom: 0px;
  386. }
  387.  
  388. .entry:hover .rebloglink {
  389. opacity: 1;
  390. }
  391.  
  392. /* PERMALINK PAGE */
  393. .permalink {
  394. width: 540px;
  395. font-family: {font:Post Text};
  396. font-size: 10px;
  397. color: {color:Post Text};
  398. {block:IfItalicText}font-style: italic;{/block:IfItalicText}
  399. letter-spacing: 1px;
  400. text-align: left;
  401. margin-bottom: 15px;
  402. margin-left: 15px;
  403. line-height: 16px;
  404. }
  405.  
  406. .permalink a {
  407. color: {color:Post Link};
  408. text-decoration: none;
  409. }
  410.  
  411. #date {
  412. font-size: 12px;
  413. color: {color:Permalink Date};
  414. }
  415.  
  416. ol.notes {
  417. padding: 0px;
  418. margin: 15px 25px;
  419. list-style-type: none;
  420. background: transparent;
  421. border: 0px;
  422. letter-spacing: 0px;
  423. }
  424.  
  425. ol.notes li.note {
  426. padding: 1px;
  427. text-align: left;
  428. letter-spacing: 0px;
  429. }
  430.  
  431. .notes img{
  432. width: 8px;
  433. position: relative;
  434. top: 1px;
  435. opacity: .7;
  436. }
  437.  
  438. .pagination {
  439. display:none;
  440. }
  441. </style>
  442. {block:IndexPage}<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  443.  
  444. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  445. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  446.  
  447. <script>
  448. $(function(){
  449. var $container = $('#posts');
  450. $container.imagesLoaded(function(){
  451. $container.masonry({
  452. itemSelector: '.post',
  453. });
  454. });
  455. $container.infinitescroll({
  456. itemSelector : ".post",
  457. navSelector : "div.pagination",
  458. nextSelector : ".pagination a#next",
  459. loadingImg : "",
  460. loadingText : "<em></em>",
  461. bufferPx : 10000,
  462. extraScrollPx: 12000,
  463. },
  464. // trigger Masonry as a callback
  465. function( newElements ) {
  466. var $newElems = $( newElements ).css({ opacity: 0 });
  467. // ensure that images load before adding to masonry layout
  468. $newElems.imagesLoaded(function(){
  469. $newElems.animate({ opacity: 1 });
  470. $container.masonry( 'appended', $newElems, true );
  471. });
  472. }
  473. );
  474. });
  475. </script>{/block:IndexPage}
  476. </head>
  477. <body>
  478.  
  479. <div id="sidebar">
  480. <table width="100%" height="100%"><tr>
  481. <td><a href="/"><h1>{text:Big Title}</h1></a>
  482. <div id="subhead">{text:Subtitle}</div>
  483. <img src="{image:Sidebar}">
  484. <div id="info">{Description}</div>
  485. <a class="nav" href="/">refresh</a>
  486. <a class="nav" href="/ask">message me</a>
  487. <a class="nav" href="/archive">all posts</a>
  488. <a class="nav" href="http://jyuubi.org">credit</a>
  489.  
  490. {block:IfLink1Name}<a class="nav" href="{text:Link 1 URL}">{text:Link 1 Name}</a>{/block:IfLink1Name}
  491. {block:IfLink2Name}<a class="nav" href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:IfLink2Name}
  492. {block:IfLink3Name}<a class="nav" href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:IfLink3Name}
  493. {block:IfLink4Name}<a class="nav" href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:IfLink4Name}
  494.  
  495. {block:IfLink5Name}<a class="nav" href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:IfLink5Name}
  496. {block:IfLink6Name}<a class="nav" href="{text:Link 6 URL}">{text:Link 6 Name}</a>{/block:IfLink6Name}
  497. {block:IfLink7Name}<a class="nav" href="{text:Link 7 URL}">{text:Link 7 Name}</a>{/block:IfLink7Name}
  498. {block:IfLink8Name}<a class="nav" href="{text:Link 8 URL}">{text:Link 8 Name}</a>{/block:IfLink8Name}
  499. </td>
  500. </tr></table>
  501. <div class="pagination">
  502. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  503. </div>
  504. </div>
  505.  
  506. <div id="posts">
  507. {block:Posts}
  508.  
  509. <div class="post">
  510. <div class="entry">
  511.  
  512. {block:Text}
  513. {block:Title}<h1>&nbsp;&nbsp;&middot; {Title}</h1>{/block:Title}
  514. {Body}
  515. {/block:Text}
  516.  
  517. {block:Photo}
  518. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="">{LinkCloseTag}</center>
  519. {block:PermalinkPage}{block:HighRes}<a href="{PhotoURL-HighRes}">high resolution &raquo;</a>{/block:HighRes}{/block:PermalinkPage}
  520. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  521. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  522. {Caption}
  523. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  524. {/block:Photo}
  525.  
  526. {block:Photoset}
  527. <div class="photo">
  528. {block:If3Columns}{block:IndexPage}{Photoset-250}{/block:IndexPage}{/block:If3Columns}
  529. {block:If2Columns}{block:IndexPage}{Photoset-400}{/block:IndexPage}{/block:If2Columns}
  530. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
  531. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  532. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  533. {Caption}
  534. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  535. {/block:Photoset}
  536.  
  537. {block:Quote}
  538. <div class="quote">&#10077;</div>
  539. <h2>{Quote}</h2>
  540. {block:Source}<div style="text-align: right;font-family: Palatino Linotype, Book Antiqua, Palatino, serif; text-transform: uppercase; letter-spacing: 1px; font-style: normal; font-size: 9px;">{Source}</div>{/block:Source}
  541. {/block:Quote}
  542.  
  543. {block:Link}
  544. <h1><a href="{URL}" target="{Target}">&nbsp;&nbsp;&middot; {Name}</a></h1>
  545. {block:Description}{Description}{/block:Description}
  546. {/block:Link}
  547.  
  548. {block:Chat}
  549. {block:Title}<h1>{Title}</h1>{/block:Title}
  550. {block:Lines}
  551. {block:Label}
  552. <b>{Label}</b>
  553. {/block:Label}
  554. {Line}<br />
  555. {/block:Lines}
  556. {/block:Chat}
  557.  
  558. {block:Audio}
  559. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  560. <div class="player">{AudioPlayerWhite}</div>
  561. <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>
  562. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  563. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  564. {Caption}
  565. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  566. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  567. {/block:Audio}
  568.  
  569. {block:Video}
  570. {block:If3Columns}{block:IndexPage}{Video-250}{/block:IndexPage}{/block:If3Columns}
  571. {block:If2Columns}{block:IndexPage}{Video-400}{/block:IndexPage}{/block:If2Columns}
  572. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  573. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  574. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  575. {Caption}
  576. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  577. {/block:Video}
  578.  
  579. {block:Answer}
  580. {block:IndexPage}<table>
  581. <tr><td colspan="3" width="250px" style="padding:10px; text-align: justify; background-color: {color:Question Background};">{Question}</td></tr>
  582. <tr>
  583. <td width="190" style="text-align:right; font-size:20px;"><div style="position:relative; margin-top:-18px; margin-left:50px; color: {color:Question Background};">&#9701;</div></td>
  584. <td width="5" style="text-align:right;"><div style="margin-left:0px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  585. <td width="180"style="text-align:left; padding-left:2px; font-family: {font:Post Text}; font-size:10px; letter-spacing:0px; text-transform:lowercase;">{Asker}</td>
  586. </tr>
  587. </table>{/block:IndexPage}
  588. {block:PermalinkPage}<table>
  589. <tr><td colspan="3" width="500px" style="padding:10px; text-align: justify; background-color: {color:Question Background};">{Question}</td></tr>
  590. <tr>
  591. <td width="190" style="text-align:right; font-size:20px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color: {color:Question Background};">&#9701;</div></td>
  592. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  593. <td width="180"style="text-align:left; padding-left:2px; font-family: {font:Post Text}; font-size:10px; letter-spacing:0px; text-transform:lowercase;">{Asker}</td>
  594. </tr>
  595. </table>{/block:PermalinkPage}
  596. {Answer}
  597. {/block:Answer}
  598.  
  599. {block:IfReblogButton}{block:IndexPage}<div class="rebloglink">
  600. <div style="margin-bottom: -4px"><a href="{ReblogURL}">{block:IfDarkReblog}<img src="http://static.tumblr.com/pdgxkke/mGTmqzgmh/darkreblog.png">{/block:IfDarkReblog}{block:IfLightReblog}<img src="http://static.tumblr.com/pdgxkke/y01mqzhsf/lightreblog.png">{/block:IfLightReblog}</a></div>
  601. </div>{/block:IndexPage}{/block:IfReblogButton}
  602. </div>
  603.  
  604. {block:IndexPage}<div class="stats">
  605. {block:Date}<a href="{Permalink}">{TimeAgo}{block:NoteCount}&nbsp;&nbsp;&middot;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a>{/block:Date}
  606. </div>{/block:IndexPage}
  607. </div>
  608.  
  609. {block:PermalinkPage}
  610. <div class="permalink">
  611. <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}origin: <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;&middot;&nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  612. {block:HasTags}tagged with &middot; {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  613. {block:PostNotes}
  614. {PostNotes}
  615. {/block:PostNotes}
  616. </div>
  617. {/block:PermalinkPage}
  618.  
  619. {/block:Posts}
  620. </div>
  621.  
  622. </body>
  623. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement