Advertisement
Guest User

tumblr woody thoughts theme

a guest
Apr 27th, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3.     <!--
  4.     Woody Thoughts Theme
  5.     (c) Philipp Rudloff
  6.     ph.rudloff@googlemail.com
  7.     Feel free to contact me
  8.     -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  16. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  17.  
  18. <meta name="color:Hover" content="#d20900" />
  19. <meta name="color:Link" content="#9f0700"  />
  20. <meta name="color:Article" content="#fdfdfd" />
  21. <meta name="color:Light" content="#dcceb9" />
  22. <meta name="color:Dark" content="#2c2316" />
  23. <meta name="color:Body" content="#0a0805" />
  24. <meta name="font:Body" content="Georgia" />
  25. <meta name="image:Background" content="" />
  26.  
  27. <meta name="if:Show Archive Link" content="1" />
  28. <meta name="if:Show Rss Link" content="1" />
  29. <meta name="if:Show Tags" content="1" />
  30. <meta name="if:Show Picture Caption" content="1" />
  31. <meta name="if:Show Tumblr Picture" content="1" />
  32. <meta name="if:Show Pagination" content="1" />
  33. <meta name="if:Show Description" content="1" />
  34. <meta name="if:Bg Image Repeat" content="1" />
  35. <meta name="if:Bg Image Fixed" content="1" />
  36.  
  37. <meta name="text:link 1 Name" content="about" />
  38. <meta name="text:link 1 URL" content="/about" />
  39. <meta name="text:link 2 Name" content="disclaimer" />
  40. <meta name="text:link 2 URL" content="/disclaimer" />
  41.  
  42. <style type="text/css">
  43. /*-----------------------------------*\
  44.     GENERAL SETTINGS
  45. \*-----------------------------------*/
  46. /*iframe#tumblr_controls{
  47. margin:0;
  48. position:fixed !important;
  49. }*/
  50. body, p, h1, h2, ul, ol{
  51. margin:0;
  52. padding:0;
  53. }
  54. header, footer, section, article{
  55. display:block;
  56. }
  57. a img{
  58. border:none;
  59. }
  60. body{
  61. color:{color:Body};
  62. background:{color:Light} url({image:Background}) no-repeat scroll;
  63. {block:IfBgImageRepeat}background-repeat:repeat;{/block:IfBgImageRepeat}
  64. {block:IfBgImageFixed}background-attachment:fixed;{/block:IfBgImageFixed}
  65. font-size:93.75%;
  66. line-height:1.2em;
  67. font-family:{font:Body};
  68. }
  69. a{
  70. color:{color:Link};
  71. }
  72. a:hover{
  73. color:{color:Hover};
  74. }
  75. blockquote{
  76. margin:0;
  77. border-left:4px solid {color:Light};
  78. padding-left:1em;
  79. font-style:italic;
  80. }
  81. cite{
  82. font-size:.8em;
  83. }
  84. p+p, p+blockquote, blockquote+p{
  85. margin-top:.5em;
  86. }
  87. h1{
  88. font-size:1.6em;
  89. line-height:1.2em;
  90. }
  91. h2{
  92. font-size:1.2em;
  93. line-height:1.2em;
  94. }
  95. ul, ol{
  96. padding-left:25px;
  97. }
  98. .notes{
  99. margin-top:1.5em;
  100. padding:10px 0 10px 50px;
  101. background-color:{color:Article};
  102. }
  103. .audio_player{
  104. float:left;
  105. background-color:{color:Dark};
  106. line-height:0;
  107. width:207px;
  108. padding:3px;
  109. }
  110. .audio_info{
  111. float:left;
  112. color:{color:Article};
  113. background-color:{color:Dark};
  114. padding:8px 3px 3px;
  115. width:281px;
  116. height:22px;
  117. font-size:.7em;
  118. font-family:Helvetica, Arial;
  119. }
  120. .permalink_page{
  121. margin-top:0.5em;
  122. border-top:1px solid {color:Light};
  123. }
  124. .notes, header, article{
  125. -o-box-shadow: 0 0 10px #59472d;
  126. -moz-box-shadow: 0 0 10px #59472d;
  127. -webkit-box-shadow: 0 0 10px #59472d;
  128. box-shadow: 0 0 10px #59472d;
  129. }
  130. .clear{
  131. overflow:hidden;
  132. height:0;
  133. clear:both;
  134. }
  135. /*-----------------------------------*\
  136.     HEADER
  137. \*-----------------------------------*/
  138. header{
  139. position:relative;
  140. background-color:{color:Article};
  141. width:520px;
  142. margin:0 auto;
  143. font-style:italic;
  144. }
  145. header a{
  146. text-decoration:none;
  147. -webkit-transition:color .3s linear;
  148. -moz-transition:color .3s linear;
  149. -o-transition:color .3s linear;
  150. transition:color .3s linear;
  151. }
  152. header a:hover{
  153. color:{color:Body};
  154. background-color:{color:Article};
  155. }
  156. header a.title{
  157. display:block;
  158. font-weight:bold;
  159. padding:2px 10px;
  160. font-size:2.5em;
  161. line-height:1.4em;
  162. }
  163. header ul{
  164. list-style-type:none;
  165. height:100%;
  166. margin:0;
  167. padding:0;
  168. border-top:1px solid {color:Light};
  169. }
  170. header li a{
  171. display:block;
  172. float:left;
  173. padding:2px 10px;
  174. text-align:center;
  175. }
  176. /*-----------------------------------*\
  177.     OTHER
  178. \*-----------------------------------*/
  179. section{
  180. clear:both;
  181. position:relative;
  182. margin:0 auto;
  183. width:520px;
  184. margin-bottom:3.5em;
  185. }
  186. article{
  187. position:relative;
  188. padding:10px;
  189. background-color:{color:Article};
  190. margin-top:1.5em;
  191. }
  192. article>h1{
  193. margin-bottom:.5em;
  194. }
  195. #description, #tagpage{
  196. overflow:hidden;
  197. height:100%;
  198. border-top:1px solid {color:Light};
  199. padding:10px;
  200. }
  201. article .overlay{
  202. display:block;
  203. position:absolute;
  204. left:0;
  205. top:0;
  206. visibility:hidden;
  207. width:500px;
  208. padding:0 10px 2px;
  209. background-color:{color:Dark};
  210. color:{color:Article};
  211. font-size:.8em;
  212. opacity:0;
  213. -webkit-transition:opacity .3s linear;
  214. -moz-transition:opacity .3s linear;
  215. -o-transition:opacity .3s linear;
  216. transition:opacity .3s linear;
  217. }
  218. article:hover .overlay{
  219. visibility:visible;
  220. opacity:.9;
  221. }
  222. .overlay a{
  223. color:{color:Article};
  224. text-decoration:none;
  225. }
  226. .overlay a:hover{
  227. color:{color:Hover};
  228. text-decoration:underline;
  229. }
  230. footer a{
  231. padding-top:37px;
  232. display:block;
  233. width:100px;
  234. height:63px;
  235. position:fixed;
  236. bottom:43%;
  237. color:#fff;
  238. text-decoration:none;
  239. font-size:5em;
  240. text-align:center;
  241. -webkit-transition:color 0.4s ease-in;  
  242. -moz-transition:color 0.4s ease-in;  
  243. -o-transition:color 0.4s ease-in;  
  244. transition:color 0.4s ease-in;
  245. }
  246. {CustomCSS}
  247. </style>
  248. </head>
  249. <body>
  250.  
  251. <header>
  252. <a href="/" class="title">{Title}</a>
  253. <ul>
  254. {block:IfLink1Name}<li><a href="{text:link 1 url}">{text:link 1 name}</a></li>{/block:IfLink1Name}
  255. {block:AskEnabled}<li><a href="/ask">ask</a></li>{/block:AskEnabled}
  256. {block:SubmissionsEnabled}<li><a href="/submit">submit</a></li>{/block:SubmissionsEnabled}
  257. {block:IfShowArchiveLink}<li><a href="{RSS}">rss</a></li>{/block:IfShowArchiveLink}
  258. {block:IfShowArchiveLink}<li><a href="/archive">archive</a></li>{/block:IfShowArchiveLink}
  259. {block:IfLink2Name}<li><a href="{text:link 2 url}">{text:link 2 name}</a></li>{/block:IfLink2Name}
  260. </ul>
  261. <div class="clear"></div>
  262. {block:IndexPage}{block:IfShowDescription}<div id="description">
  263. {block:IfShowTumblrPicture}<a href="/"><img src="{PortraitURL-48}" style="margin-right:10px; float:left; width:48px; height:48px;" /></a>{/block:IfShowTumblrPicture}
  264. <p>{Description}</p>
  265. </div>{/block:IfShowDescription}{/block:IndexPage}
  266. {block:TagPage}<div id="tagpage">
  267. <h1>Posts tagged as &ldquo;{Tag}&rdquo;.</h1>
  268. </div>{/block:TagPage}
  269. </header>
  270.  
  271.  
  272.  
  273. <section>
  274. {block:Posts}
  275. {block:Regular}
  276. <article>
  277.  
  278. {block:Title}<h1>{Title}</h1>{/block:Title}
  279. {Body}
  280.  
  281. {block:IndexPage}<div class="overlay">
  282. <p>
  283. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  284. </p>
  285. </div>{/block:IndexPage}
  286.  
  287. {block:PermalinkPage}<div class="permalink_page">
  288. <p>
  289. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  290. </p>
  291. </div>{/block:PermalinkPage}
  292.  
  293. </article>
  294. {/block:Regular}
  295.  
  296.  
  297.  
  298. {block:Photo}
  299. <article>
  300. {LinkOpenTag}<p><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></p>{LinkCloseTag}
  301. {block:IfShowPictureCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPictureCaption}
  302.  
  303. {block:IndexPage}<div class="overlay">
  304. <p>
  305. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  306. </p>
  307. </div>{/block:IndexPage}
  308.  
  309. {block:PermalinkPage}<div class="permalink_page">
  310. <p>
  311. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  312. </p>
  313. </div>{/block:PermalinkPage}
  314.  
  315. </article>
  316. {/block:Photo}
  317.  
  318.  
  319.  
  320. {block:Photoset}
  321. <article>
  322. {PhotoSet-500}
  323. {block:IfShowPictureCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPictureCaption}
  324.  
  325. {block:IndexPage}<div class="overlay">
  326. <p>
  327. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  328. </p>
  329. </div>{/block:IndexPage}
  330.  
  331. {block:PermalinkPage}<div class="permalink_page">
  332. <p>
  333. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  334. </p>
  335. </div>{/block:PermalinkPage}
  336.  
  337. </article>
  338. {/block:Photoset}
  339.  
  340.  
  341.  
  342. {block:Quote}
  343. <article>
  344. <blockquote>
  345. <p>{Quote}</p>
  346. {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  347. </blockquote>
  348.  
  349. {block:IndexPage}<div class="overlay">
  350. <p>
  351. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  352. </p>
  353. </div>{/block:IndexPage}
  354.  
  355. {block:PermalinkPage}<div class="permalink_page">
  356. <p>
  357. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  358. </p>
  359. </div>{/block:PermalinkPage}
  360.  
  361. </article>
  362. {/block:Quote}
  363.  
  364.  
  365. {block:Link}
  366. <article>
  367.  
  368. <h2><a href="{URL}">{Name}</a></h2>
  369. {block:Description}{Description}{/block:Description}
  370.  
  371. {block:IndexPage}<div class="overlay">
  372. <p>
  373. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  374. </p>
  375. </div>{/block:IndexPage}
  376.  
  377. {block:PermalinkPage}<div class="permalink_page">
  378. <p>
  379. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  380. </p>
  381. </div>{/block:PermalinkPage}
  382.  
  383. </article>
  384. {/block:Link}
  385.  
  386.  
  387.  
  388. {block:Conversation}
  389. <article>
  390.  
  391. {block:Title}<h1>{Title}</h1>{/block:Title}
  392. <p>{block:Lines}{block:Label}<strong>{Label}</strong> {/block:Label}{Line}<br />{/block:Lines}</p>
  393.  
  394. {block:IndexPage}<div class="overlay">
  395. <p>
  396. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  397. </p>
  398. </div>{/block:IndexPage}
  399.  
  400. {block:PermalinkPage}<div class="permalink_page">
  401. <p>
  402. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  403. </p>
  404. </div>{/block:PermalinkPage}
  405.  
  406. </article>
  407. {/block:Conversation}
  408.  
  409.  
  410.  
  411. {block:Audio}
  412. <article>
  413.  
  414. {block:AlbumArt}<p><img src="{AlbumArtURL}" /></p>{/block:AlbumArt}
  415. {AudioPlayer}
  416. <div class="audio_info">
  417. <p>{block:Artist}{Artist}{/block:Artist}{block:TrackName} &ndash; {TrackName}{/block:TrackName}{block:ExternalAudio} <a href="{ExternalAudioURL}">(donwload)</a>{/block:ExternalAudio}</p>
  418. </div>
  419. <div class="clear"></div>{block:Caption}{Caption}{/block:Caption}
  420.  
  421. {block:IndexPage}<div class="overlay">
  422. <p>
  423. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  424. </p>
  425. </div>{/block:IndexPage}
  426.  
  427. {block:PermalinkPage}<div class="permalink_page">
  428. <p>
  429. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:PlayCount} &sdot; <strong>{PlayCountWithLabel}</strong>{/block:PlayCount}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  430. </p>
  431. </div>{/block:PermalinkPage}
  432.  
  433. </article>
  434. {/block:Audio}
  435.  
  436.  
  437.  
  438. {block:Video}
  439. <article>
  440.  
  441. {Video-500}{block:Caption}<br />{Caption}{/block:Caption}
  442.  
  443. {block:IndexPage}<div class="overlay">
  444. <p>
  445. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  446. </p>
  447. </div>{/block:IndexPage}
  448.  
  449. {block:PermalinkPage}<div class="permalink_page">
  450. <p>
  451. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  452. </p>
  453. </div>{/block:PermalinkPage}
  454.  
  455. </article>
  456. {/block:Video}
  457.  
  458.  
  459.  
  460. {block:Answer}
  461. <article>
  462.  
  463. <img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-right:5px;" />
  464. {Asker} said:<br />
  465. {Question}<br />
  466. {Answer}
  467.  
  468. {block:IndexPage}<div class="overlay">
  469. <p>
  470. {block:Date}<a href="{Permalink}">posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong></a>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource} &sdot; <a href="{ReblogURL}">reblog</a>
  471. </p>
  472. </div>{/block:IndexPage}
  473.  
  474. {block:PermalinkPage}<div class="permalink_page">
  475. <p>
  476. {block:Date}posted on <strong>{DayOfMonth}{DayOfMonthSuffix} {Month}</strong>{block:Date}{block:RebloggedFrom} &sdot; via <strong><a href="{ReblogParentURL}">{ReblogParentName}</a></strong>{/block:RebloggedFrom}{block:ContentSource} &sdot; source: <strong><a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a></strong>{/block:ContentSource}{block:IfShowTags}{block:HasTags}<br />{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  477. </p>
  478. </div>{/block:PermalinkPage}
  479.  
  480. </article>
  481. {/block:Answer}
  482.  
  483. {block:PostNotes}{block:NoteCount}{PostNotes}{/block:NoteCount}{/block:PostNotes}
  484.    
  485. {/block:Posts}
  486. </section>
  487.      
  488. {block:IfShowPagination}<footer>{block:Pagination}{block:PreviousPage}<strong><a href="{PreviousPage}" style="left:0">&laquo;</a></strong>{/block:PreviousPage}{block:NextPage}<strong><a href="{NextPage}" style="right:0">&raquo;</a></strong>{/block:NextPage}{/block:Pagination}</footer>{/block:IfShowPagination}
  489.  
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement