Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <!--
  5. a tumblr theme based on the vintage windows 95/98 look
  6. live preview/download can be found at windows9800.tumblr.com
  7. -->
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13. <meta name="color:Background Color" content="#00807F"/>
  14. <meta name="color:Title Color" content="#050083"/>
  15. <meta name="color:Link Color" content="#0000FF"/>
  16. <meta name="color:Title Text Color" content="#FFFFFF"/>
  17. <meta name="if:Show Total Pages" content="1"/>
  18. <meta name="if:Show Search Box on Tagged Pages" content="1"/>
  19. <style>
  20. ::-webkit-scrollbar {
  21. width: 16px;
  22. max-width: 16px;
  23. }
  24.  
  25. ::-webkit-scrollbar-track {
  26. background: url("http://static.tumblr.com/dt0m1du/kzao7vkc3/scrollbackground.png");
  27. }
  28.  
  29. ::-webkit-scrollbar-thumb {
  30. background: #BDBDBD;
  31. border: #DFDFDF 2px outset;
  32. }
  33.  
  34. ::-webkit-scrollbar-button:vertical:start:decrement{
  35. display:block;
  36. background: url("http://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 0px 0px;
  37. width: 16px;
  38. max-width: 16px;
  39. height: 16px;
  40. max-height: 16px;
  41. border: #DFDFDF 2px outset;
  42. }
  43.  
  44. ::-webkit-scrollbar-button:vertical:end:increment{
  45. display:block;
  46. background: url("http://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 0px 12px;
  47. width: 16px;
  48. max-width: 16px;
  49. height: 16px;
  50. max-height: 16px;
  51. border: #DFDFDF 2px outset;
  52. }
  53.  
  54. ::-webkit-scrollbar-button:horizontal:start:decrement{
  55. display:block;
  56. background: url("http://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 12px 12px;
  57. width: 16px;
  58. max-width: 16px;
  59. height: 16px;
  60. max-height: 16px;
  61. border: #DFDFDF 2px outset;
  62. }
  63.  
  64. ::-webkit-scrollbar-button:horizontal:end:increment{
  65. display:block;
  66. background: url("http://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 12px 1px;
  67. width: 16px;
  68. max-width: 16px;
  69. height: 16px;
  70. max-height: 16px;
  71. border: #DFDFDF 2px outset;
  72. }
  73.  
  74. body{
  75. font-family: 'Microsoft Sans Serif';
  76. font-size: 13px;
  77. background-repeat: no-repeat;
  78. background-color: {color:Background Color};
  79. }
  80.  
  81. a{
  82. color: {color:Link Color};
  83. }
  84.  
  85. a:visited{
  86. color: {color:Link Color};
  87. }
  88.  
  89. .bgimage{
  90. position: fixed;
  91. right: 0px;
  92. top: 0px;
  93. }
  94.  
  95. .button{
  96. border: #DFDFDF outset 2px;
  97. color: black;
  98. background: #C0C0C0;
  99. text-align: center;
  100. }
  101.  
  102. .checkbox{
  103. position: relative;
  104. width: 11px;
  105. height: 11px;
  106. background: #FFFFFF;
  107. border: 1px #DDD inset;
  108. }
  109.  
  110. .button:active{
  111. border: #DFDFDF inset 2px;
  112. }
  113.  
  114. .button a{
  115. border: rgba(0,0,0,0) dotted 1px;
  116. text-decoration: none;
  117. color: black;
  118. }
  119.  
  120. .button a:focus{
  121. border: rgba(1,1,1,1) dotted 1px;
  122. }
  123.  
  124. blockquote{
  125. border: #F0F0F0 groove 2px;
  126. margin-left: 10px;
  127. padding-left: 4px;
  128. overflow: hidden;
  129. margin-right: 10px;
  130. }
  131.  
  132. .winbox{
  133. background-color: #C0C0C0;
  134. color: black;
  135. border: #DFDFDF outset 2px;
  136. }
  137.  
  138. .winbox .winbox_header{
  139. background-color: {color:Title Color};
  140. vertical-align: middle;
  141. padding-left: 2px;
  142. padding-right: 2px;
  143. font-size: 12px;
  144. min-height: 18px;
  145. }
  146.  
  147. .winbox .winbox_header .winbox_title{
  148. vertical-align: middle;
  149. text-decoration: none;
  150. }
  151.  
  152. .winbox .winbox_header .winbox_title .winbox_titletext{
  153. display: inline-block;
  154. margin-top: 2px;
  155. width: calc(100% - 48px);
  156. color: {color:Title Text Color};
  157. }
  158.  
  159. .winbox .winbox_header .winbox_title .winbox_titletext.first_caps::first-letter{
  160. text-transform: uppercase;
  161. }
  162.  
  163. .winbox .winbox_header .winbox_icon{
  164. position: absolute;
  165. width: 10px;
  166. height: 10px;
  167. top: 2px;
  168. right: 2px;
  169. text-align: center;
  170. font-size: 10px;
  171. }
  172.  
  173. .winbox .winbox_header .winbox_icon.winbox_like{
  174. right: 34px;
  175. }
  176.  
  177. .winbox .winbox_header .winbox_icon.winbox_reblog{
  178. right: 18px;
  179. }
  180.  
  181. .like_button iframe{
  182. min-height: 16px;
  183. transform: translateY(-3px);
  184. }
  185.  
  186. .reblog_button svg{
  187. position: absolute;
  188. top: 0px;
  189. left: 0px;
  190. }
  191.  
  192. .aboutbox{
  193. position: fixed;
  194. top:10%;
  195. left:50px;
  196. width: 350px;
  197. }
  198.  
  199. .portrait{
  200. padding-top: 25px;
  201. padding-left: 10px;
  202. padding-right: 15px;
  203. vertical-align: top;
  204. width: 64px;
  205. }
  206.  
  207. .aboutbox_content{
  208. padding-top: 15px;
  209. max-width: 245px;
  210. font-size: 13px;
  211. }
  212.  
  213. .aboutbox_content .aboutbox_buttons{
  214. padding-top: 14px;
  215. text-align: right;
  216. }
  217.  
  218. .aboutbox_content .aboutbox_buttons .aboutbox_button{
  219. padding: 2px;
  220. display: inline-flex;
  221. margin-bottom: 2px;
  222. }
  223.  
  224. .posts{
  225. position: absolute;
  226. left:450px;
  227. }
  228.  
  229. .postbox{
  230. width:530px;
  231. position: relative;
  232. margin-top:30px;
  233. }
  234.  
  235. .search_label{
  236. width:15%;
  237. text-align: center;
  238. vertical-align: center;
  239. }
  240.  
  241. .search_box{
  242. position: relative;
  243. max-width:10px;
  244. overflow-wrap: break-word;
  245. background: #FFFFFF;
  246. border: #DDD 2px inset;
  247. padding: 2px 1px 2px 1px;
  248. }
  249.  
  250. .search_box_look{
  251. position: absolute;
  252. max-width: none;
  253. top: 4px;
  254. left: -1px;
  255. width: 70%;
  256. }
  257.  
  258. .search_browse{
  259. position: relative;
  260. right: -4px;
  261. margin-top: 0px !important;
  262. }
  263.  
  264. .search_box .search_box_icon{
  265. position: absolute;
  266. height: 12px;
  267. width: 12px;
  268. right: 0px;
  269. top: 0px;
  270. background: url("http://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 1px 12px;
  271. border: #DDD 2px outset;
  272. }
  273.  
  274. .search_row{
  275. height: 20px;
  276. }
  277.  
  278. .search_button{
  279. padding: 3px;
  280. margin-top: 6px;
  281. }
  282.  
  283. .search_buttons .search_icon_container{
  284. text-align: center;
  285. }
  286.  
  287. .search_buttons .search_icon_container .search_icon{
  288. width: 34px;
  289. height: 34px;
  290. background: url("http://static.tumblr.com/dt0m1du/sk4o8849u/icons2.png");
  291. background-position-x: 34px;
  292. }
  293.  
  294. .postbox_date{
  295. float: right;
  296. margin-top: 8px;
  297. margin-right: 10px;
  298. }
  299.  
  300. .postbox_icon{
  301. float: right;
  302. margin-right: 10px;
  303. margin-top: 3px;
  304. width: 34px;
  305. height: 34px;
  306. background-image: url("http://static.tumblr.com/dt0m1du/sk4o8849u/icons2.png");
  307. }
  308.  
  309. .postbox_icon.text_icon{
  310. background-position-x: 0px;
  311. }
  312.  
  313. .postbox_icon.photo_icon{
  314. background-position-x: -34px;
  315. }
  316.  
  317. .postbox_icon.quote_icon{
  318. background-position-x: -68px;
  319. }
  320.  
  321. .postbox_icon.link_icon{
  322. background-position-x: -102px;
  323. }
  324.  
  325. .postbox_icon.chat_icon{
  326. background-position-x: 170px;
  327. }
  328.  
  329. .postbox_icon.audio_icon{
  330. background-position-x: 136px;
  331. }
  332.  
  333. .postbox_icon.video_icon{
  334. background-position-x: 102px;
  335. }
  336.  
  337. .postbox_icon.answer_icon{
  338. background-position-x: 68px;
  339. }
  340.  
  341. .postbox_body{
  342. margin: 10px;
  343. margin-top: 40px;
  344. padding: 2px;
  345. border: #DFDFDF outset 2px;
  346. }
  347.  
  348. .postbox_body .postbox_tab{
  349. position: relative;
  350. top: -21px;
  351. left: -4px;
  352. background: #C0C0C0;
  353. border: #DFDFDF outset 2px;
  354. border-radius: 3px 4px 0px 0px;
  355. border-bottom: none;
  356. margin-right: 3px;
  357. text-decoration: none;
  358. text-align: center;
  359. color: black;
  360. padding: 3px 2px 7px 2px;
  361. }
  362.  
  363. .postbox_body .postbox_tab a{
  364. border: rgba(0,0,0,0) dotted 1px;
  365. border-radius: 3px 3px 0px 0px;
  366. color: black;
  367. text-decoration: none;
  368. }
  369.  
  370. .postbox_body .postbox_tab a:active{
  371. border: rgba(1,1,1,1) dotted 1px;
  372. }
  373.  
  374. .postbox_body .unselected_tab{
  375. top: -18px;
  376. padding-bottom: 2px;
  377. }
  378.  
  379. .postbox_body .postbox_tab .notes_1{
  380. display: none;
  381. }
  382.  
  383. .postbox_body .read_more_container{
  384. border: #DFDFDF outset 2px;
  385. background: #C0C0C0;
  386. text-align: center;
  387. width: 72px;
  388. padding: 3px;
  389. }
  390.  
  391. .postbox_body .read_more_container:active{
  392. border: #DFDFDF inset 2px;
  393. }
  394.  
  395. .postbox_body .read_more_container .read_more{
  396. color: black;
  397. text-decoration: none;
  398. }
  399.  
  400. .postbox_body .read_more_container .read_more:focus{
  401. border: rgba(1,1,1,1) dotted 1px;
  402. }
  403.  
  404. .postbox_body .chatline{
  405. margin-left: 14px;
  406. }
  407.  
  408. .postbox_body .quote{
  409. font-size: 33px;
  410. padding:5px;
  411. }
  412.  
  413. .postbox_body .postbox_content .meta.audio_player{
  414. width: 50%;
  415. padding: 2px;
  416. position: relative;
  417. right: 3px;
  418. }
  419.  
  420. .postbox_body .postbox_content .meta.audio_count{
  421. width: 50%;
  422. padding: 2px;
  423. position: relative;
  424. left: 3px;
  425. }
  426.  
  427. .postbox_body .inbox{
  428. position: relative;
  429. background-color: #C0C0C0;
  430. top: -8px;
  431. left: 19px;
  432. vertical-align: top;
  433. }
  434.  
  435. .postbox_body .inbox a{
  436. position: static;
  437. vertical-align: top;
  438. }
  439.  
  440. .postbox_body .inbox + p{
  441. margin-top: 0px;
  442. }
  443.  
  444. .postbox_body .meta{
  445. border: #F0F0F0 groove 2px;
  446. }
  447.  
  448.  
  449. .postbox_body .postbox_content img{
  450. max-width: 100%;
  451. height: auto;
  452. }
  453.  
  454. .tag_commas:last-child{
  455. display: none;
  456. }
  457.  
  458. .postbox_buttons{
  459. margin-right: 10px;
  460. margin-bottom: 2px;
  461. }
  462.  
  463. .postbox_button{
  464. padding: 3px;
  465. margin-left: 3px;
  466. float: right;
  467. }
  468. </style>
  469. <script>
  470. function tab(obj, motion){
  471. if(motion == "open"){
  472. id = obj.getAttribute("post-id")
  473. obj.setAttribute("class","postbox_tab");
  474. document.getElementById("closeNotes_" + id).setAttribute("class", "postbox_tab unselected_tab");
  475. document.getElementById("postContent_" + id).setAttribute("style", "display: none;");
  476. document.getElementById("postNotes_" + id).setAttribute("style", "display: block;");
  477. }else{
  478. id = obj.getAttribute("post-id")
  479. obj.setAttribute("class","postbox_tab");
  480. document.getElementById("openNotes_" + id).setAttribute("class", "postbox_tab unselected_tab");
  481. document.getElementById("postNotes_" + id).setAttribute("style", "display: none;");
  482. document.getElementById("postContent_" + id).setAttribute("style", "display: block;");
  483. }
  484. }
  485. </script>
  486. </head>
  487. <body>
  488.  
  489. <div class="winbox aboutbox">
  490. <div class="winbox_header">
  491. <a href="/" class="winbox_title">
  492. <strong class="winbox_titletext">{Title}</strong>
  493. <span class="winbox_icon button"><strong>X</strong></span>
  494. </a>
  495. <a title="Theme" class="winbox_title" href="https://tmblr.co/maN2JH_W1d0v-UbDsgL2xfg">
  496. <span class="winbox_icon button" style="right:18px;">
  497. <strong>?</strong>
  498. </span>
  499. </a>
  500. </div>
  501. <table style="width:100%">
  502. <tr>
  503. <td class="portrait"><a href="/"><img src=https://i.imgur.com/tPXYiR3.gif"/></td></a>
  504. <td class="aboutbox_content">
  505. {Title}
  506. {Description}
  507. <hr/>
  508. <div class="aboutbox_buttons">
  509. <div class="aboutbox_ask">
  510. {block:AskEnabled}
  511. <span class="aboutbox_button button">
  512. <a href="/ask">{AskLabel}</a>
  513. </span>
  514. {/block:AskEnabled}
  515. {block:SubmissionsEnabled}
  516. <span class="aboutbox_button button">
  517. <a href="/submit">{SubmitLabel}</a>
  518. </span>
  519. {/block:SubmissionsEnabled}
  520. </div>
  521. {block:HasPages}
  522. <div class="aboutbox_pages">
  523. {block:Pages}
  524. <span class="aboutbox_button button">
  525. <a href="{URL}">{Label}</a>
  526. </span>
  527. {/block:Pages}
  528. </div>
  529. {/block:HasPages}
  530. {block:Pagination}
  531. <div class="aboutbox_pagination">
  532. {block:PreviousPage}
  533. <span class="aboutbox_button button">
  534. <a href="{PreviousPage}">Previous</a>
  535. </span>
  536. {/block:PreviousPage}
  537. {block:NextPage}
  538. <span class="aboutbox_button button">
  539. <a href="{NextPage}">Next</a>
  540. </span>
  541. {/block:NextPage}
  542. </div>
  543. {/block:Pagination}
  544. </div>
  545. </td>
  546. </tr>
  547. </table>
  548. </div>
  549.  
  550. <!-- end ABOUTBOX-->
  551.  
  552. <div class="posts">
  553.  
  554. {block:IfShowSearchBoxOnTaggedPages}{block:TagPage}
  555. <div class="winbox postbox" id="tagbox">
  556. <div class="winbox_header">
  557. <span class="winbox_title">
  558. <strong class="winbox_titletext">Find: All Posts</strong>
  559. </span>
  560. <a class="winbox_title" href="/">
  561. <span class="winbox_icon button">
  562. <strong>X</strong>
  563. </span>
  564. </a>
  565. </div>
  566. <table width="100%">
  567. <tr>
  568. <td>
  569. <div class="postbox_body">
  570. <span class="postbox_tab">
  571. <a>Name & Location</a>
  572. </span>
  573. <span class="postbox_tab unselected_tab">
  574. <a>Date Modified</a>
  575. </span>
  576. <span class="postbox_tab unselected_tab">
  577. <a>Advanced</a>
  578. </span>
  579. <table width="95%">
  580. <tr class="search_row">
  581. <td class="search_label">
  582. <span>Tagged:</span>
  583. </td>
  584. <td class="search_box">
  585. <span>{Tag}</span>
  586. <span class="search_box_icon"></span>
  587. </td>
  588. </tr>
  589. <tr>
  590. <td class="search_label">
  591. <span>Look in:</span>
  592. </td>
  593. <td>
  594. <table width="100%" style="position:relative;">
  595. <tr>
  596. <td class="search_box search_box_look">
  597. <span>HD (C:\)</span>
  598. <span class="search_box_icon"</span>
  599. </td>
  600. <td width="25%">
  601. <div class="button search_button search_browse"><a>Browse...</a></span>
  602. </td>
  603. </tr>
  604. </table>
  605. </td>
  606. </tr>
  607. <tr>
  608. <td></td>
  609. <td>
  610. <img class="checkbox"/>
  611. <span style="vertical-align:top;">Include subfolders</span>
  612. </td>
  613. </tr>
  614. <tr style="height:58px;">
  615. </tr>
  616. </table>
  617. </div>
  618. </td>
  619. <td width="15%">
  620. <div class="search_buttons">
  621. <div class="button search_button">
  622. <a>Search</a>
  623. </div>
  624. <div class="button search_button">
  625. <a>Stop</a>
  626. </div>
  627. <div class="button search_button">
  628. <a>New Search</a>
  629. </div>
  630. <p class="search_icon_container">
  631. <img class="search_icon"/>
  632. </p>
  633. </div>
  634. </td>
  635. </tr>
  636. </table>
  637. </div>
  638. {/block:TagPage}{/block:IfShowSearchBoxOnTaggedPages}
  639.  
  640.  
  641. {block:Posts inlineMediaWidth="500" inlineNestedMediaWidth="500"}
  642. <div class="winbox postbox" id="post_{PostID}">
  643. <div class="winbox_header">
  644. <a href="{Permalink}" class="winbox_title">
  645. <strong class="winbox_titletext {block:Date}first_caps{/block:Date}">{block:Date}{PostType} Post{block:Title} - {/block:Title}{/block:Date}{block:Title}{Title}{/block:Title}</strong>
  646. <span class="winbox_icon button"><strong>X</strong></span>
  647. </a>
  648. {block:Date}
  649. <span class="winbox_icon button winbox_reblog">{ReblogButton color="black" size="8"}</span>
  650. <span class="winbox_icon button winbox_like">{LikeButton color="black" size="8"}</span>
  651. {/block:Date}
  652. </div>
  653. {block:Date}
  654. <a href="{Permalink}" class="postbox_date">
  655. Posted: {TimeAgo}<br/>
  656. {ShortMonth} {DayOfMonth} {Year} at {12Hour}:{Minutes}{CapitalAmPm}
  657. </a>
  658. <a href="{Permalink}" class="postbox_icon {PostType}_icon"></a>
  659. {/block:Date}
  660. <div class="postbox_body">
  661. <span {block:PermalinkPage}onclick="tab(this,'close');"{/block:PermalinkPage} post-id="{PostID}" id="closeNotes_{PostID}" class="postbox_tab close_notes">
  662. <a {block:IndexPage}href="{Permalink}"{/block:IndexPage}{block:PermalinkPage}href="javascript:;"{/block:PermalinkPage}>Content</a>
  663. </span>
  664. {block:Date}
  665. <span {block:PermalinkPage}onclick="tab(this,'open');"{/block:PermalinkPage} post-id="{PostID}" id="openNotes_{PostID}" class="postbox_tab open_notes unselected_tab">
  666. <a {block:IndexPage}href="{Permalink}"{/block:IndexPage}{block:PermalinkPage}href="javascript:;"{/block:PermalinkPage}>{NoteCount} Note<span class="notes_{NoteCount}">s</span></a>
  667. </span>
  668. {/block:Date}
  669. <div class="postbox_content" id="postContent_{PostID}">
  670. {block:Text}
  671. {Body}
  672. {/block:Text}
  673. {block:Photo}
  674. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  675. {block:Caption}
  676. <br/>{Caption}
  677. {/block:Caption}
  678. {/block:Photo}
  679. {block:Photoset}
  680. {Photoset-500}
  681. {block:Caption}
  682. <br/>{Caption}
  683. {/block:Caption}
  684. {/block:Photoset}
  685. {block:Quote}
  686. <div class="quote meta">{Quote}</div>
  687. {block:Source}
  688. <table style="width:100%" class="quote_table">
  689. <tr>
  690. <td style="width:20px;vertical-align:top;text-align:center">&mdash;</td>
  691. <td>{Source}</td>
  692. </tr>
  693. </table>
  694. {/block:Source}
  695. {/block:Quote}
  696. {block:Link}
  697. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  698. {block:Description}
  699. {Description}
  700. {/block:Description}
  701. {/block:Link}
  702. {block:Chat}
  703. {block:Lines}
  704. <div class="meta">
  705. {block:Label}<span class="inbox"><strong>{Label}</strong></span>{/block:Label}
  706. <p class="chatline">{Line}</p>
  707. </div>
  708. {/block:Lines}
  709. {/block:Chat}
  710. {block:Audio}
  711. {block:AudioEmbed}
  712. {AudioEmbed-500}
  713. {/block:AudioEmbed}
  714. {block:AudioPlayer}
  715. <table style="width:100%">
  716. {block:AlbumArt}
  717. <tr>
  718. <td style="width:35%" class="meta">
  719. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName}{block:Artist} - {/block:Artist}{TrackName}{/block:TrackName}{block:Album}({Album}){/block:Album}" />
  720. </td>
  721. {/block:AlbumArt}
  722. <td {block:AlbumArt}style="width:65%"{/block:AlbumArt} class="meta">
  723. <table style="width:100%">
  724. <tr>
  725. <td>
  726. <table style="width:100%">
  727. <tr>
  728. <td class="meta audio_player">
  729. {AudioPlayerBlack}
  730. </td>
  731. <td class="meta audio_count">
  732. {PlayCountWithLabel}
  733. </td>
  734. </tr>
  735. </table>
  736. </td>
  737. </tr>
  738. {block:Artist}
  739. <tr>
  740. <td class="meta">
  741. <strong class="inbox">Artist:</strong>
  742. <p>{Artist}</p>
  743. </td>
  744. </tr>
  745. {/block:Artist}
  746. {block:TrackName}
  747. <tr>
  748. <td class="meta">
  749. <strong class="inbox">Track:</strong>
  750. <p>{TrackName}</p>
  751. </td>
  752. </tr>
  753. {/block:TrackName}
  754. {block:Album}
  755. <tr>
  756. <td class="meta">
  757. <strong class="inbox">Album:</strong>
  758. <p>{Album}</p>
  759. </td>
  760. </tr>
  761. {/block:Album}
  762. </table>
  763. </td>
  764. </tr>
  765. </table>
  766. {/block:AudioPlayer}
  767. {block:Caption}
  768. <br/>{Caption}
  769. {/block:Caption}
  770. {/block:Audio}
  771. {block:Video}
  772. {Video-500}
  773. {block:Caption}
  774. <br/>{Caption}
  775. {/block:Caption}
  776. {/block:Video}
  777. {block:Answer}
  778. <div class="meta">
  779. <span class="inbox">
  780. <img src="{AskerPortraitURL-16}"/> {Asker} asks:
  781. </span>
  782. <p class="question">{Question}</p>
  783. </div>
  784. <br/>
  785. {block:Answerer}
  786. <div class="meta">
  787. <span class="inbox">
  788. <img src="{AnswererPortraitURL-16}"/> {Answerer} says:
  789. </span>
  790. <p class="answer">{Answer}</p>
  791. </div>
  792. {/block:Answerer}
  793. {Replies}
  794. {/block:Answer}
  795. {block:HasTags}
  796. <hr/>
  797. <table style="width:100%">
  798. <tr>
  799. <td style="width:30px">Tags:</td>
  800. <td>
  801. <span class="postbox_tags">
  802. {block:Tags}
  803. <a href="{TagURL}">{Tag}</a><span class="tag_commas">, </span>
  804. {/block:Tags}
  805. </span>
  806. </td>
  807. </tr>
  808. </table>
  809. {/block:HasTags}
  810. </div>
  811. <div class="posbox_notes" id="postNotes_{PostID}" style="display:none;">
  812. {block:PostNotes}
  813. {PostNotes}
  814. {/block:PostNotes}
  815. </div>
  816. </div>
  817. <div class="postbox_buttons">
  818. {block:RebloggedFrom}
  819. <span class="button postbox_button"><a href="{ReblogRootURL}">Source: {ReblogRootName}</a></span>
  820. <span class="button postbox_button"><a href="{ReblogParentURL}">Via: {ReblogParentName}</a></span>
  821. <br/>
  822. <br/>
  823. {/block:RebloggedFrom}
  824. {block:Date}
  825. <span class="button postbox_button"><a href="{ReblogURL}">Reblog</a></span>
  826. {/block:Date}
  827. <br/>
  828. <br/>
  829. </div>
  830. </div>
  831. {/block:Posts}
  832. </div>
  833. </body>
  834. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement