Advertisement
wantoup

Theme 13: My Dear Watson (light)

Apr 4th, 2013
4,526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9.  
  10. Theme #13: My Dear Watson (light) by viwan-th (http://viwan-th.tumblr.com)
  11.  
  12. Scroll to top Script from Dynamic Drive (http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm)
  13. Album art by mortgraphics (http://mortgrtaphics.livejournal.com)
  14.  
  15. Please do not remove theme credit. You can move the credit to another page, as long as it remains on the blog.
  16.  
  17. -->
  18.  
  19. <meta name="color:Background" content="#eeeeee">
  20. <meta name="color:Body Text" content="#888888">
  21. <meta name="color:Body Bold" content="#555555">
  22. <meta name="color:Body Links" content="#aaaaaa">
  23. <meta name="color:Body Links Hover" content="#666666">
  24. <meta name="color:Borders" content="#cccccc">
  25. <meta name="color:Selection" content="#666666">
  26. <meta name="color:Sidebar" content="#f8f8f8">
  27. <meta name="color:Sidebar Squares" content="#aaaaaa">
  28. <meta name="color:Custom Links Border" content="#aaaaaa">
  29. <meta name="color:Title Background" content="#000000">
  30. <meta name="color:Title" content="#ffffff">
  31. <meta name="color:Posts Headers" content="#333333">
  32. <meta name="color:Posts Background" content="#ffffff">
  33. <meta name="color:Chat Odd" content="#eeeeee">
  34. <meta name="color:Chat Even" content="#fafafa">
  35. <meta name="color:Info" content="#555555">
  36. <meta name="color:Info Text" content="#ffffff">
  37. <meta name="color:Scrollbar" content="#cccccc">
  38. <meta name="color:Scrollbar Background" content="#eeeeee">
  39.  
  40. <meta name="if:400px Posts" content="0">
  41. <meta name="if:Show Captions" content="1">
  42. <meta name="if:Show Tags" content="1">
  43. <meta name="if:Photo Fade" content="0">
  44. <meta name="if:Infinite Scroll" content="0">
  45. <meta name="if:Grey Player" content="0">
  46. <meta name="if:Monochrome Images" content="1">
  47. <meta name="if:Long Description" content="0">
  48. <meta name="if:Post Borders" content="1">
  49.  
  50. <meta name="image:Portrait" content="">
  51. <meta name="image:Background" content="http://static.tumblr.com/mtdphun/Nz5mmtahv/argyle_invert.jpg">
  52. <meta name="image:Posts Background" content="">
  53. <meta name="image:Sidebar Background" content="">
  54. <meta name="image:Album Art" content="http://static.tumblr.com/mtdphun/rpimkqwqt/1434591_original.jpg">
  55.  
  56. <meta name="text:Read More" content="Read More">
  57. <meta name="text:Font Size" content="11">
  58. <meta name="text:Background Position" content="right">
  59. <meta name="text:Header" content="title">
  60. <meta name="text:Link 1" content="link one">
  61. <meta name="text:Link 1 URL" content="">
  62. <meta name="text:Link 2" content="link two">
  63. <meta name="text:Link 2 URL" content="">
  64. <meta name="text:Link 3" content="link three">
  65. <meta name="text:Link 3 URL" content="">
  66. <meta name="text:Link 4" content="link four">
  67. <meta name="text:Link 4 URL" content="">
  68.  
  69. <style type="text/css">
  70.  
  71. /* BODY */
  72.  
  73. body {
  74. font-family:calibri;
  75. font-size:11px;
  76. text-align:justify;
  77. background-image:url('{image:Background}');
  78. background-attachment:fixed;
  79. color:{color:Body Text};
  80. background-color:{color:Background};
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. color:{color:Body Links};
  86. }
  87.  
  88. a:hover {
  89. text-decoration:underline;
  90. color:{color:Body Links Hover};
  91. }
  92.  
  93. b, strong {
  94. color:{color:Body Bold};
  95. }
  96.  
  97. h1, h1 a, h1 a:hover {
  98. font-size:15px;
  99. margin-top:0px;
  100. text-transform:lowercase;
  101. color:{color:Posts Headers};
  102. }
  103.  
  104. blockquote {
  105. padding-left:10px;
  106. margin-left:10px;
  107. border-left:3px solid {color:Borders};
  108. }
  109.  
  110. #container {
  111. margin:20px auto 0 auto;
  112. {block:ifNot400pxPosts}width:840px;{/block:ifNot400pxPosts}
  113. {block:if400pxPosts}width:740px;{/block:if400pxPosts}
  114. }
  115.  
  116. /* SIDEBAR */
  117.  
  118. #sidebar {
  119. position:fixed;
  120. top:0px;
  121. height:100%;
  122. width:300px;
  123. background-image:url('{image:Sidebar Background }');
  124. font-family:calibri;
  125. background-color:{color:Sidebar};
  126. {block:ifNot400pxPosts}margin-left:540px;{/block:ifNot400pxPosts}
  127. {block:if400pxPosts}margin-left:440px;{/block:if400pxPosts}
  128. }
  129.  
  130. /* ICON */
  131.  
  132. #center {
  133. z-index:1;
  134. position:absolute;
  135. margin-left:100px;
  136. margin-top:187px;
  137. }
  138.  
  139. #port {
  140. width:100px;
  141. height:100px;
  142. border-radius:100px;
  143. }
  144.  
  145. #title {
  146. position:absolute;
  147. text-align:center;
  148. opacity:0;
  149. width:80px;
  150. height:13px;
  151. overflow:hidden;
  152. padding:3px 0;
  153. text-transform:uppercase;
  154. font-family:consolas;
  155. background-color:{color:Title Background};
  156. color:{color:Title};
  157. -webkit-transition:all 1s ease;
  158. -moz-transition:all 1s ease;
  159. -o-transition:all 1s ease;
  160. transition:all 1s ease-in-out;
  161. }
  162.  
  163. #center:hover #title {
  164. margin-top:41px;
  165. margin-left:-25px;
  166. width:150px;
  167. opacity:1;
  168. }
  169.  
  170. #title:hover {
  171. text-decoration:none;
  172. }
  173.  
  174. /* NAVIGATION */
  175.  
  176. #square {
  177. z-index:0;
  178. margin-left:33px;
  179. margin-top:150px;
  180. text-align:left;
  181. -webkit-transform:rotate(45deg);
  182. -moz-transform:rotate(45deg);
  183. }
  184.  
  185. #square span {
  186. display:inline-block;
  187. opacity:0.4;
  188. width:100px;
  189. height:100px;
  190. margin:0 8px 7px 0;
  191. background-color:{color:Sidebar Squares};
  192. }
  193.  
  194. #desc {
  195. {block:ifNotLongDescription}margin-top:45px;
  196. box-sizing:border-box;
  197. padding:0 20px;{/block:ifNotLongDescription}
  198. {block:ifLongDescription}
  199. margin-top:35px;
  200. width:250px;
  201. padding:0 10px;
  202. overflow:auto;
  203. margin-left:10px;
  204. height:120px;{/block:ifLongDescription}
  205. }
  206.  
  207. /* POSTS */
  208.  
  209. #posts {
  210. padding:10px 10px 0 10px;
  211. margin-bottom:20px;
  212. overflow:hidden;
  213. background-image:url('{image:Posts Background }');
  214. font-size:{text:Font Size}px;
  215. background-color:{color:Posts Background};
  216. {block:ifPostBorders}border:1px solid #333;
  217. margin-left:-2px;{/block:ifPostBorders}
  218. {block:ifNot400pxPosts}width:500px;{/block:ifNot400pxPosts}
  219. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  220. }
  221.  
  222. #posts big, #posts small {
  223. font-size:{text:Font Size}px;
  224. }
  225.  
  226. #posts img, iframe.photoset {
  227. max-width:100%;
  228. {block:ifMonochromeImages}-webkit-filter:grayscale(1);
  229. -webkit-transition:all 1s ease;
  230. -moz-transition:all 1s ease;
  231. -o-transition:all 1s ease;
  232. transition:all 1s ease-in-out;
  233. }
  234.  
  235. #posts img:hover, iframe.photoset:hover {
  236. -webkit-filter:grayscale(0);{/block:ifMonochromeImages}
  237. }
  238.  
  239. #photo, iframe.photoset {
  240. display:block;
  241. {block:ifPhotoFade}opacity:0.8;
  242. -webkit-transition:all 1s ease;
  243. -moz-transition:all 1s ease;
  244. -o-transition:all 1s ease;
  245. transition:all 1s ease-in-out;
  246. }
  247.  
  248. #photo:hover {
  249. opacity:1;{/block:ifPhotoFade}
  250. }
  251.  
  252. #quote {
  253. font-style:italic;
  254. font-size:15px;
  255. }
  256.  
  257. /* AUDIO */
  258.  
  259. .art {
  260. position:absolute;
  261. width:100px;
  262. height:100px;
  263. display:block;
  264. margin-left:-2px;
  265. margin-top:-2px;
  266. opacity:1;
  267. }
  268.  
  269. #player {
  270. height:27px;
  271. overflow:hidden;
  272. margin-top:-2px;
  273. {block:ifNotGreyPlayer}background-color:#000;{/block:ifNotGreyPlayer}
  274. {block:ifGreyPlayer}background-color:#e4e4e4;{/block:ifGreyPlayer}
  275. }
  276.  
  277. #audio {
  278. margin-bottom:-2px;
  279. {block:ifNot400pxPosts}width:502px;{/block:ifNot400pxPosts}
  280. {block:if400pxPosts}width:402px;{/block:if400pxPosts}
  281. }
  282.  
  283. #audio td {
  284. vertical-align:top;
  285. }
  286.  
  287. #audioinfo {
  288. font-size:11px;
  289. margin-bottom:0px;
  290. }
  291.  
  292. #audioinfo span {
  293. display:inline-block;
  294. padding:5px 0;
  295. width:100%;
  296. height:13px;
  297. overflow:hidden;
  298. border-bottom:1px solid {color:Borders};
  299. }
  300.  
  301. .chat {
  302. padding:5px;
  303. margin-bottom:2px;
  304. }
  305.  
  306. #odd {
  307. background-color:{color:Chat Odd};
  308. }
  309.  
  310. #even {
  311. background-color:{color:Chat Even};
  312. }
  313.  
  314. /* ASK */
  315.  
  316. #icon {
  317. float:left;
  318. width:40px;
  319. height:40px;
  320. padding:4px;
  321. border:1px solid {color:Borders};
  322. }
  323.  
  324. #ask1 {
  325. padding-right:10px;
  326. vertical-align:top;
  327. }
  328.  
  329. #ask2 {
  330. vertical-align:top;
  331. }
  332.  
  333. /* LINKS AND TAGS */
  334.  
  335. .links {
  336. position:absolute;
  337. width:200px;
  338. text-transform:lowercase;
  339. font-size:11px;
  340. font-style:italic;
  341. }
  342.  
  343. .links a {
  344. display:inline-block;
  345. padding:0 5px;
  346. margin-bottom:2px;
  347. -webkit-transition:all 1s ease;
  348. -moz-transition:all 1s ease;
  349. -o-transition:all 1s ease;
  350. transition:all 1s ease-in-out;
  351. }
  352.  
  353. .links a:hover {
  354. text-decoration:none;
  355. }
  356.  
  357. /* CUSTOM LINKS */
  358.  
  359. #custom {
  360. margin-left:310px;
  361. margin-top:100px;
  362. }
  363.  
  364. #custom a {
  365. border-left:2px solid {color:Custom Links Border};
  366. }
  367.  
  368. #custom a:hover {
  369. border-left:10px solid {color:Custom Links Border};
  370. }
  371.  
  372. /* TAGS */
  373.  
  374. #tags {
  375. text-align:right;
  376. margin-left:-220px;
  377. {block:ifNotShowTags}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowTags}
  378. }
  379.  
  380. #tags a {
  381. padding-right:5px;
  382. border-right:2px solid {color:Custom Links Border};
  383. }
  384.  
  385. #tags a:hover {
  386. border-right:10px solid {color:Custom Links Border};
  387. }
  388.  
  389. /* INFO */
  390.  
  391. #info {
  392. padding:5px;
  393. margin-left:-10px;
  394. margin-top:10px;
  395. font-size:10px;
  396. text-transform:uppercase;
  397. color:{color:Info Text};
  398. background-color:{color:Info};
  399. {block:ifNot400pxPosts}width:510px;{/block:ifNot400pxPosts}
  400. {block:if400pxPosts}width:410px;{/block:if400pxPosts}
  401. }
  402.  
  403. #info a, #info a:hover {
  404. text-decoration:none;
  405. color:{color:Info Text};
  406. }
  407.  
  408. /* POST NOTES */
  409.  
  410. ol.notes {
  411. list-style-type:none;
  412. margin:0 0 20px -40px;
  413. }
  414.  
  415. ol.notes img {
  416. float:left;
  417. width:13px;
  418. margin-right:5px;
  419. }
  420.  
  421. .notes li {
  422. padding:5px;
  423. margin-bottom:2px;
  424. text-transform:uppercase;
  425. font-size:10px;
  426. background-color:{color:Posts Background};
  427. {block:ifNot400pxPosts}width:510px;{/block:ifNot400pxPosts}
  428. {block:if400pxPosts}width:410px;{/block:if400pxPosts}
  429. }
  430.  
  431. /* MISC */
  432.  
  433. ::-webkit-scrollbar-thumb:vertical {
  434. border-radius:5px;
  435. background-color:{color:Scrollbar};
  436. }
  437.  
  438. ::-webkit-scrollbar-thumb:horizontal {
  439. border-radius:5px;
  440. background-color:{color:Scrollbar};
  441. }
  442.  
  443. ::-webkit-scrollbar-button:vertical {
  444. height:6px;
  445. width:5px;
  446. background-color:{color:Scrollbar Background};
  447. }
  448.  
  449. ::-webkit-scrollbar-button:horizontal {
  450. width:6px;
  451. height:5px;
  452. background-color:{color:Scrollbar Background};
  453. }
  454.  
  455. ::-webkit-scrollbar {
  456. height:5px;
  457. width:5px;
  458. background-color:{color:Scrollbar Background};
  459. }
  460.  
  461. iframe#tumblr_controls {
  462. position:fixed !important;
  463. top:5px !important;
  464. right:5px !important;
  465. }
  466.  
  467. ::selection {
  468. color:#fff;
  469. background-color:{color:Selection};
  470. }
  471.  
  472. </style>
  473.  
  474. <!-- JQUERY -->
  475.  
  476. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  477.  
  478. <!-- SCROLL TO TOP -->
  479.  
  480. <script type="text/javascript" src="http://static.tumblr.com/mtdphun/IUImhgykl/scrolltopcontrol.js"></script>
  481.  
  482. <!-- INFINITE SCROLL -->
  483.  
  484. {block:ifInfiniteScroll}
  485. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  486. {/block:ifInfiniteScroll}
  487.  
  488. </head><body>
  489.  
  490. <div id="container">
  491.  
  492. <!-- SIDEBAR -->
  493.  
  494. <div id="sidebar" style="background-image:url('{image:Sidebar Background}');background-repeat:no-repeat;background-position:bottom {text:Background Position};">
  495.  
  496. <!-- NAVIGATION AND LINKS -->
  497.  
  498. <div class="links" id="custom">
  499. <a href="/">home</a></br>
  500. <a href="/ask">ask</a></br>
  501. <a href="/archive">archive</a></br>
  502. <a href="http://viwan-th.tumblr.com" target="blank" title="my dear watson theme">theme</a></br>
  503. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a></br>{/block:ifLink1}
  504. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a></br>{/block:ifLink2}
  505. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a></br>{/block:ifLink3}
  506. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a></br>{/block:ifLink4}
  507.  
  508. {block:Pages}<a href="{URL}">{Label}</a></br>{/block:Pages}
  509.  
  510. {block:ifNotInfiniteScroll}{block:Pagination}{block:PreviousPage}
  511. <a href="{PreviousPage}">previous</a></br>
  512. {/block:PreviousPage}{block:NextPage}
  513. <a href="{NextPage}">next</a></br>
  514. {/block:NextPage}{/block:Pagination}{/block:ifNotInfiniteScroll}
  515.  
  516. <a href="#top">back to top</a>
  517. </div>
  518.  
  519. <!-- CENTER -->
  520.  
  521. <div id="center">
  522. <a id="title" href="/">{text:Header}</a>
  523. <a href="/">{block:ifPortraitImage}
  524. <img src="{image:Portrait}" id="port">
  525. {/block:ifPortraitImage}
  526. {block:ifNotPortraitImage}
  527. <img src="{PortraitURL-128}" id="port">
  528. {/block:ifNotPortraitImage}</a>
  529. </div>
  530.  
  531. <!-- SQUARES -->
  532.  
  533. <div id="square">
  534. <span></span>
  535. <span></span>
  536. <span></span>
  537. <span></span>
  538. </div>
  539.  
  540. <!-- CONTENT -->
  541.  
  542. <div id="desc">
  543. <div style="margin:-10px 0;"><p>{Description}</p>
  544. </div></div>
  545.  
  546. </div>
  547.  
  548. <!-- END SIDEBAR -->
  549.  
  550. <!-- POSTS BLOCK -->
  551.  
  552. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}{block:Posts}
  553.  
  554. {block:ContentSource}
  555. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  556. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}">
  557. {/block:SourceLogo}
  558. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  559. {/block:ContentSource}
  560.  
  561. <div id="posts">
  562.  
  563. <!-- TAGS -->
  564.  
  565. {block:HasTags}<div class="links" id="tags">
  566. {block:Tags}<a href="{TagURL}">{Tag}</a></br>{/block:Tags}
  567. </div>{/block:HasTags}
  568.  
  569. <!-- ENTRIES -->
  570.  
  571. <!-- TEXT -->
  572.  
  573. {block:Text}
  574.  
  575. {block:Title}<div style="margin-bottom:20px;">
  576. <a href="{Permalink}"><h1>{Title}</h1></a></div>{/block:Title}
  577.  
  578. <div style="margin-top:-10px;"><p>{Body}</p></div>
  579. {block:More}<a href="{Permalink}">{text:Read More}</a>{/block:More}
  580.  
  581. {/block:Text}
  582.  
  583. <!-- PHOTO -->
  584.  
  585. {block:Photo}
  586.  
  587. {block:IndexPage}
  588. <a href="{Permalink}"><img src="{PhotoURL-highres}" id="photo"></a>
  589. {/block:IndexPage}
  590.  
  591. {block:PermalinkPage}{LinkOpenTag}
  592. <center><img src="{PhotoURL-500}" id="photo"></center>
  593. {LinkCloseTag}{/block:PermalinkPage}
  594.  
  595. {block:ifShowCaptions}
  596. {block:Caption}
  597. {Caption}
  598. {/block:Caption}
  599. {/block:ifShowCaptions}
  600.  
  601. {/block:Photo}
  602.  
  603. <!-- PANORAMA -->
  604.  
  605. {block:Panorama}
  606.  
  607. {LinkOpenTag}<img src="{PhotoURL-Panorama}" id="photo">{LinkCloseTag}
  608.  
  609. {block:ifShowCaptions}
  610. {block:Caption}
  611. {Caption}
  612. {/block:Caption}
  613. {/block:ifShowCaptions}
  614.  
  615. {/block:Panorama}
  616.  
  617. <!-- PHOTOSET-->
  618.  
  619. {block:Photoset}
  620.  
  621. <div id="photo">
  622. {block:ifNot400pxPosts}{Photoset-500}{/block:ifNot400pxPosts}
  623. {block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  624. </div>
  625.  
  626. {block:ifShowCaptions}
  627. {block:Caption}
  628. {Caption}
  629. {/block:Caption}
  630. {/block:ifShowCaptions}
  631.  
  632. {/block:Photoset}
  633.  
  634. <!-- QUOTE -->
  635.  
  636. {block:Quote}
  637.  
  638. <span id="quote">"{Quote}"</span></p>
  639. <div style="text-align:right;">- {Source}</div>
  640.  
  641. {/block:Quote}
  642.  
  643. <!-- LINK -->
  644.  
  645. {block:Link}
  646.  
  647. <a href="{URL}" target="{Target}"><h1>{Name}</h1></a>
  648.  
  649. {block:Description}
  650. {Description}
  651. {/block:Description}
  652.  
  653. {/block:Link}
  654.  
  655. <!-- CHAT -->
  656.  
  657. {block:Chat}
  658.  
  659. {block:Title}<h1>{Title}</h1>{/block:Title}
  660.  
  661. <div style="margin-bottom:12px;color:#aaa;">
  662. {block:Lines}<div class="chat" id="{Alt}">
  663. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>
  664. {/block:Lines}
  665. </div>
  666.  
  667. {/block:Chat}
  668.  
  669. <!-- AUDIO -->
  670.  
  671. {block:Audio}
  672.  
  673. <table border="0" cellpadding="0" id="audio"><tr>
  674.  
  675. <td width="106px">
  676. {block:ifAlbumArtImage}
  677. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  678. <img src="{image:Album Art}" class="art">
  679. {block:IndexPage}</a>{/block:IndexPage}{/block:ifAlbumArtImage}
  680.  
  681. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  682. {block:AlbumArt}<img src="{AlbumArtURL}" class="art">{/block:AlbumArt}
  683. {block:IndexPage}</a>{/block:IndexPage}
  684. </td>
  685.  
  686. <td>
  687. <div id="player" style="margin-bottom:1px;">
  688. {block:ifNotGreyPlayer}{AudioPlayerBlack}{/block:ifNotGreyPlayer}
  689. {block:ifGreyPlayer}{AudioPlayerGrey}{/block:ifGreyPlayer}
  690. </div>
  691. <div id="audioinfo">
  692. <span><b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}</span></br>
  693. <span><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</span></br>
  694. <span><b>ALBUM:</b> {block:Album}{Album}{/block:Album}</span></br>
  695. </div>
  696. </td>
  697.  
  698. </tr></table>
  699.  
  700. {block:ifShowCaptions}
  701. {block:Caption}
  702. {Caption}
  703. {/block:Caption}
  704. {/block:ifShowCaptions}
  705.  
  706. {/block:Audio}
  707.  
  708. <!-- VIDEO -->
  709.  
  710. {block:Video}
  711.  
  712. {block:ifNot400pxPosts}{Video-500}{/block:ifNot400pxPosts}
  713. {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  714.  
  715. {block:ifShowCaptions}
  716. {block:Caption}
  717. {Caption}
  718. {/block:Caption}
  719. {/block:ifShowCaptions}
  720.  
  721. {/block:Video}
  722.  
  723. <!-- ANSWER -->
  724.  
  725. {block:Answer}
  726.  
  727. <table cellpadding="0"><tr>
  728. <td id="ask1"><img src="{AskerPortraitURL-96}" id="icon"></td>
  729. <td id="ask2"><b>{Asker}:</b> {Question}</td>
  730. </tr></table>
  731.  
  732. {Answer}
  733.  
  734. {/block:Answer}
  735.  
  736. <!-- END ENTRIES -->
  737.  
  738. {block:PermalinkPage}
  739. {block:ifNotShowCaptions}
  740. {block:Caption}
  741. {Caption}
  742. {/block:Caption}
  743. {/block:ifNotShowCaptions}
  744. {/block:PermalinkPage}
  745.  
  746. <!-- INFO -->
  747.  
  748. <div id="info">
  749. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  750. Posted {TimeAgo} with {NoteCountWithLabel}
  751. {block:IndexPage}</a>{/block:IndexPage}
  752.  
  753. <div style="float:right;">
  754. {block:RebloggedFrom}
  755. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> ยท
  756. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  757. {/block:RebloggedFrom}
  758. </div>
  759. </div>
  760.  
  761. </div><!-- END POSTS DIV -->
  762.  
  763. <!-- POSTNOTES -->
  764.  
  765. {block:PostNotes}{PostNotes}{/block:PostNotes}
  766.  
  767. {/block:Posts}{block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  768.  
  769. <!-- END POSTS BLOCK -->
  770.  
  771. </div><!-- END CONTAINER DIV -->
  772.  
  773. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement