Advertisement
gardevoirs

Theme #13 ~ Porcelain|Steel (dark)

Sep 26th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.67 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6.  
  7. <!--
  8. Theme 13 - Porcelain|Steel
  9. theme coded by gardevoirs.tumblr.com || amorrtentia.tumblr.com
  10.  
  11. DO NOT REMOVE THE CREDITS
  12. DO NOT REMOVE THIS PART
  13. -->
  14.  
  15. <head>
  16.  
  17. <meta name="if:Infinite Scrolling" content="1">
  18. <meta name="if:Image Opacity" content="1">
  19. <meta name="if:500 Posts" content="0">
  20. <meta name="if:400 Posts" content="1">
  21. <meta name="if:Show Captions" content="0">
  22.  
  23. <meta name="color:Background" content="#494949">
  24. <meta name="color:Custom Title" content="#b9b2b3">
  25. <meta name="color:Menu Background" content="#868585">
  26. <meta name="color:Menu Links" content="#222222">
  27. <meta name="color:Wrap Background" content="#ffffff">
  28. <meta name="color:Tags" content="#999898">
  29. <meta name="color:Stats Link Hover" content="#65524b">
  30. <meta name="color:Chat Background" content="#5c5b5a">
  31. <meta name="color:Description Text" content="#a8a8a8">
  32. <meta name="color:Description Links" content="#3c0819">
  33. <meta name="color:Stats Link" content="#8b976f">
  34. <meta name="color:Posts Text" content="#b1aead">
  35. <meta name="color:Ask Border" content="#eeeeee">
  36. <meta name="color:Bold Text" content="#65524b">
  37. <meta name="color:Italic Text" content="#575152">
  38. <meta name="color:Posts Link" content="#828e92">
  39. <meta name="color:Posts Link Hover" content="#8b976f">
  40. <meta name="color:Posts Title" content="#8b976f">
  41. <meta name="color:Blockquote" content="#979090">
  42. <meta name="color:Pagination" content="#828e92">
  43.  
  44. <meta name="text:Custom Title" content="">
  45. <meta name="text:Link 1" content="">
  46. <meta name="text:Link 1 Title" content="">
  47. <meta name="text:Link 2" content="">
  48. <meta name="text:Link 2 Title" content="">
  49. <meta name="text:Link 3" content="">
  50. <meta name="text:Link 3 Title" content="">
  51. <meta name="text:Link 4" content="">
  52. <meta name="text:Link 4 Title" content="">
  53.  
  54. <meta name="image:Background" content="">
  55. <meta name="image:Sidebar" content="">
  56. <meta name="image:Wrap" content="">
  57.  
  58. <title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}"/>
  60. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Raleway:800' rel='stylesheet' type='text/css'>
  68.  
  69. <style type="text/css">
  70.  
  71. iframe#tumblr_controls{
  72. right:3px !important;
  73. position:fixed !important;
  74. opacity:0.7;
  75. }
  76.  
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {
  79. background-color:#424242;
  80. height:30px;
  81. border-radius: 5px;
  82. -moz-border-radius: 5px;
  83. -webkit-border-radius: 5px;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:10px;
  88. width:10px;
  89. background-color:{color:Background};
  90. }
  91.  
  92. body {
  93. background-image: url('{image:Background}');
  94. background-attachment: fixed;
  95. background-color:{color:Background};
  96. }
  97.  
  98. b, strong {
  99. font-style: bold;
  100. color:{color:Bold Text};
  101. }
  102.  
  103. i, em {
  104. font-style:italic;
  105. color:{color:Italic Text};
  106. }
  107.  
  108. #bar {
  109. width:1px;
  110. background-color:#eee;
  111. height:100%;
  112. top:0px;
  113. bottom:0px;
  114. left:370px;
  115. position:fixed;
  116. }
  117.  
  118. #image {
  119. width:auto;
  120. left:190px;
  121. top:220px;
  122. background-color:transparent;
  123. position:fixed;
  124. }
  125.  
  126. #imaage {
  127. width:160px;
  128. }
  129.  
  130.  
  131. #imaage img {
  132. width:160px;
  133. margin-bottom:-5px;
  134. }
  135.  
  136. #title {
  137. position:fixed;
  138. left:60px;
  139. width:220px;
  140. margin-top:250px;
  141. font-style:italic;
  142. color:{color:Custom Title};
  143. text-align:center;
  144. letter-spacing:1px;
  145. font-family:Georgia;
  146. font-size:20px;
  147. -webkit-transform: rotate(-90deg);
  148. }
  149.  
  150. #desc {
  151. text-align:center;
  152. width:160px;
  153. position:fixed;
  154. margin-top:5px;
  155. margin-left:-2px;
  156. font-family:Trebuchet ms;
  157. font-size:8px;
  158. color:{color:Description Text};
  159. }
  160.  
  161. #desc a{
  162. text-decoration:none;
  163. color:{color:Description Links};
  164. }
  165.  
  166. #link {
  167. width:5px;
  168. position:fixed;
  169. z-index:999;
  170. left:330px;
  171. top:200px;
  172. }
  173.  
  174. #tri {
  175. width: 0;
  176. height: 0;
  177. border-left: 8px solid transparent;
  178. border-right: 8px solid transparent;
  179. border-bottom: 24px solid #fff;
  180.  
  181. }
  182.  
  183. #tri2 {
  184. width: 0;
  185. height: 0;
  186. border-left: 5px solid transparent;
  187. border-right: 5px solid transparent;
  188. border-top: 15px solid #000;
  189.  
  190. }
  191.  
  192. #tri3 {
  193. width: 0;
  194. height: 0;
  195. border-left: 8px solid transparent;
  196. border-right: 8px solid transparent;
  197. border-bottom: 24px solid #000;
  198. z-index:-99999;
  199. }
  200.  
  201. #tri4 {
  202. width: 0;
  203. height: 0;
  204. border-left: 8px solid transparent;
  205. border-right: 8px solid transparent;
  206. border-top: 24px solid #fff;
  207. }
  208.  
  209. #tri5 {
  210. width: 0;
  211. height: 0;
  212. border-left: 8px solid transparent;
  213. border-right: 8px solid transparent;
  214. border-top: 24px solid #000;
  215. }
  216.  
  217. #imaage:hover #menu{
  218. opacity:.8;
  219. width: 100%;
  220. height: 100%;
  221. -webkit-transition: all 0.5s ease-out;
  222. -moz-transition: all 0.5s ease-out;
  223. -o-transition: all 0.5s ease-out;
  224. }
  225.  
  226. #menu {
  227. position:absolute;
  228. background-color:{color:Menu Background};
  229. float:left;
  230. width:100%;
  231. height:100%;
  232. opacity:0;
  233. -webkit-transition: all 0.5s ease-out;
  234. -moz-transition: all 0.5s ease-out;
  235. -o-transition: all 0.5s ease-out;
  236. }
  237.  
  238. #zeldas {
  239. background-color:transparent;
  240. padding-top:50px;
  241. padding-left:55px;
  242. }
  243.  
  244. #zeldas a{
  245. display:block;
  246. margin-bottom:2px;
  247. text-decoration:none;
  248. color:{color:Menu Links};
  249. font-family:'Raleway';
  250. font-size:10px;
  251. text-transform:uppercase;
  252. font-weight:bold;
  253. opacity:.8;
  254. }
  255.  
  256. #zeldas a:hover{
  257. margin-left:-10px;
  258. font-size:11px;
  259. opacity:1;;
  260. }
  261.  
  262. .cont {
  263. margin-top:60px;
  264. }
  265.  
  266. .wrap {
  267. width:370px;
  268. height:1000%;
  269. background-image: url('{image:Wrap}');
  270. background-color:{color:Wrap Background};
  271. position:fixed;
  272. margin-left:-10px;
  273. margin-top:-80px;
  274. margin-bottom:0px;
  275. z-index:-999;
  276. opacity:.8;
  277. }
  278.  
  279. .posts {
  280. {block:If500Posts}
  281. width:500px;
  282. {/block:If500Posts}
  283. {block:If400Posts}
  284. width:400px;
  285. {/block:If400Posts}
  286. margin-bottom:35px;
  287. padding:10px;
  288. font-family:Trebuchet ms;
  289. font-size: 10px;
  290. color:{color:Posts Text};
  291. letter-spacing: 1px;
  292. text-align: justify;
  293. overflow:hidden;
  294. margin-left:430px;
  295.  
  296. }
  297.  
  298. .posts a {
  299. text-decoration:none;
  300. color:{color:Posts Link};
  301. -webkit-transition: all 0.8s ease-out;
  302. -moz-transition: all 0.8s ease-out;
  303. transition: all 0.8s ease-out;
  304. }
  305.  
  306. .posts a:hover{
  307. color:{color:Posts Link Hover};
  308. -webkit-transition: all 0.8s ease-out;
  309. -moz-transition: all 0.8s ease-out;
  310. transition: all 0.8s ease-out;
  311. }
  312.  
  313. .posts h1 {
  314. font-family:consolas;
  315. font-size: 12px;
  316. color:{color:Posts Title};
  317. font-weight:normal;
  318. letter-spacing:2px;
  319. text-transform:uppercase;
  320. }
  321.  
  322. .posts blockquote {
  323. border-left:5px solid;
  324. border-left-color:{color:Blockquote};
  325. padding-left:5px;
  326. }
  327.  
  328. .posts img {
  329. {block:If500Posts}
  330. max-width:500px;
  331. {/block:If500Posts}
  332. {block:If400Posts}
  333. max-width:400px;
  334. {/block:If400Posts}
  335. opacity:1;
  336. {block:IfImageOpacity}
  337. opacity: .8;
  338. {/block:IfImageOpacity}
  339. margin-bottom:-3px;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. transition: all 0.5s ease-out;
  343. }
  344.  
  345. .posts img:hover {
  346. opacity: 1;
  347. -webkit-transition: all 0.5s ease-out;
  348. -moz-transition: all 0.5s ease-out;
  349. transition: all 0.5s ease-out;
  350. }
  351.  
  352. .photoset {
  353. opacity:1;
  354. {block:IfImageOpacity}
  355. opacity: .9;
  356. {/block:IfImageOpacity}
  357. -webkit-transition: all 0.5s ease-out;
  358. -moz-transition: all 0.5s ease-out;
  359. transition: all 0.5s ease-out;
  360. }
  361.  
  362. .photoset:hover {
  363. opacity: 1;
  364. -webkit-transition: all 0.5s ease-out;
  365. -moz-transition: all 0.5s ease-out;
  366. transition: all 0.5s ease-out;
  367. }
  368.  
  369. .audio img {
  370. width:70px;
  371. height:70px;
  372. float:left;
  373. opacity:1;
  374. border:1px solid #eee;
  375. padding:3px;
  376. }
  377.  
  378. .player1 {
  379. width:70px;
  380. height:70px;
  381. overflow:hidden;
  382. background-color:#fff;
  383. position:absolute;
  384. text-align:center;
  385. margin-top:4px;
  386. margin-left:4px;
  387. opacity:.3;
  388. -webkit-transition: all 0.8s ease-out;
  389. -moz-transition: all 0.8s ease-out;
  390. transition: all 0.8s ease-out;
  391. }
  392.  
  393. .player {
  394. width:10px;
  395. height:30px;
  396. padding-right:20px;
  397. z-index:999;
  398. margin-left:10px;
  399. padding-left:10px;
  400. margin-top:20px;
  401. overflow:hidden;
  402. -webkit-transition: all 0.8s ease-out;
  403. -moz-transition: all 0.8s ease-out;
  404. transition: all 0.8s ease-out;
  405. }
  406.  
  407. .player1:hover {
  408. opacity:.8;
  409. -webkit-transition: all 0.8s ease-out;
  410. -moz-transition: all 0.8s ease-out;
  411. transition: all 0.8s ease-out;
  412. }
  413.  
  414. .audiostats {
  415. margin-top:13px;
  416. margin-left:90px;
  417. height:66px;
  418. }
  419.  
  420. .quote {
  421. font-size:15px;
  422. font-family:Cambria;
  423. font-style:italic;
  424. color:{color:Posts Text};
  425. text-align:center;
  426. }
  427.  
  428. .quote2 {
  429. font-size:60px;
  430. float:left;
  431. margin-top:-15px;
  432. font-weight:bold;
  433. font-style:normal;
  434. font-family:Georgia;
  435. }
  436.  
  437. .ask {
  438. border-bottom:1px dotted {color:Ask Border};
  439. font-size:10px;
  440. z-index:999;
  441. }
  442.  
  443. .ask img{
  444. width:16px;
  445. height:16px;}
  446.  
  447. .ask u{
  448. text-transform:uppercase;
  449. font-family:"economica";
  450. font-size:12px;
  451. text-decoration:none;
  452. }
  453.  
  454. .askimg {
  455. text-transform:uppercase;
  456. }
  457.  
  458.  
  459. #pagination {
  460. color:{color:Pagination};
  461. width:160px;
  462. margin-left:0px;
  463. margin-top:20px;
  464. font-size:10px;
  465. font-family:calibri;
  466. text-align:center;
  467. }
  468.  
  469. #pagination a{
  470. text-decoration:none;
  471. color:{color:Pagination};
  472. padding:6px;
  473. padding-top:3px;
  474. padding-bottom:3px;
  475. }
  476.  
  477. .caption {
  478. padding-left:5px;
  479. }
  480.  
  481. #postinfo {
  482. font-family:"Archivo Narrow";
  483. font-size:10px;
  484. {block:If500Posts}
  485. width:520px;
  486. {/block:If500Posts}
  487. {block:If400Posts}
  488. width:420px;
  489. {/block:If400Posts}
  490. text-transform:uppercase;
  491. color:{color:Posts Text};
  492. text-align:center;
  493. margin-left:430px;
  494. background-color:transparent;
  495. padding-top:5px;
  496. padding-bottom:10px;
  497. margin-top:-30px;
  498. letter-spacing:1px;
  499. }
  500.  
  501. #postinfo a{
  502. text-decoration:none;
  503. font-family:arial;
  504. letter-spacing:0px;
  505. color:{color:Posts Link};
  506. }
  507.  
  508. #date {
  509. border-top:2px solid #eee;
  510. {block:If500Posts}
  511. width:520px;
  512. {/block:If500Posts}
  513. {block:If400Posts}
  514. width:420px;
  515. {/block:If400Posts}
  516. margin-left:430px;
  517. margin-bottom:30px;
  518. margin-top:-30px;
  519. padding:2px;
  520. {block:If500Posts}
  521. font-size:7px;
  522. {/block:If500Posts}
  523. {block:If400Posts}
  524. font-size:9px;
  525. {/block:If400Posts}
  526. font-family:Trebuchet ms;
  527. text-transform:uppercase;
  528. text-align:left;
  529. color:{color:Posts Text};
  530. -webkit-transition: all 0.8s ease;
  531. -moz-transition: all 0.8s ease;
  532. transition: all 0.8s ease;}
  533.  
  534. #date a{
  535. text-decoration:none;
  536. color:{color:Stats Link};
  537. -webkit-transition: all 0.8s ease-out;
  538. -moz-transition: all 0.8s ease-out;
  539. transition: all 0.8s ease-out;
  540. }
  541.  
  542. #date a:hover{
  543. color:{color:Stats Link Hover};
  544. -webkit-transition: all 0.8s ease-out;
  545. -moz-transition: all 0.8s ease-out;
  546. transition: all 0.8s ease-out;
  547. }
  548.  
  549. .reb{
  550. float:right;
  551. }
  552.  
  553. .tags {
  554. margin-left:430px;
  555. margin-bottom:34px;
  556. margin-top:-30px;
  557. text-transform:lowercase;
  558. font-style:italic;
  559. font-size:9px;
  560. font-family:calibri;
  561. {block:If400Posts}
  562. width:420px;
  563. {/block:If400Posts}
  564. {block:If500Posts}
  565. width:520px;
  566. {/block:If500Posts}
  567. opacity:1;
  568. -webkit-transition: all 0.8s ease-out;
  569. -moz-transition: all 0.8s ease-out;
  570. transition: all 0.8s ease-out;
  571. }
  572.  
  573. .tags a{
  574. color:{color:Tags};
  575. text-decoration:none;
  576. }
  577.  
  578. ol.notes {
  579. text-transform:lowercase;
  580. margin-left:15px;
  581. margin-top:15px;
  582. list-style-type:none;
  583. text-align:left;
  584. border:0px;
  585. padding:0px;
  586. }
  587.  
  588. ol.notes li.note {
  589. padding-bottom:6px;
  590. }
  591.  
  592. ol.notes li.note img.avatar {
  593. width: 15px;
  594. height:15px;
  595. padding-right:5px;
  596.  
  597. }
  598. #chii {
  599. right:7px;
  600. bottom:1px;
  601. position:fixed;
  602. opacity:.8;
  603. font-size:8px;
  604. font-family:calibri;
  605. text-transform:uppercase;
  606. letter-spacing:2px;
  607. }
  608.  
  609. #chii a{
  610. text-decoration:none;
  611. color:#000;
  612. }
  613.  
  614. #mor {
  615. position:fixed;
  616. left:0px;
  617. bottom:-50px;
  618. }
  619.  
  620. {CustomCSS}
  621. </style>
  622.  
  623. {/block:IfInfiniteScrolling}
  624.  
  625. </head>
  626.  
  627. <body>
  628.  
  629. <div id="chii">
  630. <a href="http://gardevoirs.tumblr.com" title="theme coded by">theme</a>
  631. </div>
  632.  
  633. <div id="title">
  634. {text:Custom Title}
  635. </div>
  636.  
  637. <div class="wrap">
  638. </div>
  639.  
  640. <div id="bar"></div>
  641.  
  642. <div id="image">
  643.  
  644. <div id="link">
  645. <a href="/" title="home">
  646.  
  647. <div id="tri3"><div style="margin-left:-8px;margin-top:-3px;">
  648. <div id="tri"></div>
  649. </div></div>
  650.  
  651. <div style="margin-top:-2px;"><div id="tri5"><div style="margin-left:-8px;margin-top:-24px;"><div id="tri4"><div style="margin-left:-5px;margin-top:-23px;"><div id="tri2"></div>
  652. </div></div></div></div></div></a></div>
  653.  
  654. <div id="imaage">
  655. <div id="menu">
  656. <div id="zeldas">
  657. <a href="/ask">ask</a>
  658. <a href="/archive">archive</a>
  659. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  660. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  661. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  662. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  663. </div></div>
  664.  
  665. <img src="{image:Sidebar}">
  666. </div>
  667.  
  668.  
  669. <div id="desc">
  670. {Description}
  671.  
  672. {block:IfNotInfiniteScrolling}
  673. <div id="pagination">
  674. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  675.  
  676. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  677. </div>
  678. {/block:IfNotInfiniteScrolling}
  679.  
  680. </div></div>
  681.  
  682.  
  683.  
  684.  
  685.  
  686. <div class="autopagerize_page_element">
  687.  
  688.  
  689. <div class="cont">
  690. {block:Posts}
  691.  
  692.  
  693. <div class="posts">
  694.  
  695.  
  696.  
  697. {block:Text}
  698.  
  699.  
  700. {block:Title}<h1>{Title}</h1>{/block:Title}
  701.  
  702. {Body}
  703. {/block:Text}
  704.  
  705.  
  706.  
  707. {block:Photo}
  708.  
  709. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  710. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  711.  
  712. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  713. {Caption}</div>
  714. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  715.  
  716.  
  717. {/block:Photo}
  718.  
  719. {block:Photoset}
  720.  
  721. <div class="photoset">{block:If500Posts}{Photoset-500}{/block:If500Posts}{block:If400Posts}{Photoset-400}{/block:If400Posts}</div>
  722. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  723.  
  724. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  725. {Caption}</div>
  726. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  727. {/block:Photoset}
  728.  
  729.  
  730. {block:Quote}
  731.  
  732. <div class="quote">
  733. <div class="quote2"><big>“</big></div> {Quote}
  734. </div>
  735. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  736. {/block:Quote}
  737.  
  738.  
  739. {block:Video}
  740.  
  741. {block:If500Posts}{Video-500}{/block:If500Posts}{block:If400Posts}{Video-400}{/block:If400Posts}<br>
  742. {PlayCountWithLabel}
  743. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  744.  
  745. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  746. {Caption}</div>
  747. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  748. {/block:Video}
  749.  
  750.  
  751. {block:Link}
  752.  
  753. <div align:"center"><h1><a href="{URL}" {Target}>{Name} →</a></h1></div>
  754. {block:Description}{Description}{/block:Description}
  755. {/block:Link}
  756.  
  757. {block:Chat}
  758.  
  759. {block:Lines}
  760. <div style="background-color:{color:Chat Background};margin-bottom:2px;padding:5px;padding-bottom:8px;line-height:10px;padding-bottom:7px;">
  761. {block:Label}
  762. <br><b>{Label}</b>
  763. {/block:Label}
  764. &nbsp;{Line}</div>
  765. {/block:Lines}
  766. {/block:Chat}
  767.  
  768.  
  769. {block:Audio}
  770.  
  771. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"alt=""></div>{/block:AlbumArt}
  772. <div class="player1"><div class="player">{AudioPlayerWhite}</div></div>
  773. <div class="audiostats">
  774. {block:TrackName}
  775. <b>Song:</b> {TrackName}
  776. {/block:TrackName}<br>
  777. {block:Artist}
  778. <b>Artist:</b> {Artist}
  779. {/block:Artist}<br>
  780. {block:Album}
  781. <b>Album:</b> {Album}
  782. {/block:Album}<br>
  783. {PlayCountWithLabel}</div>
  784. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  785.  
  786. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  787. {Caption}</div>
  788. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  789. {/block:Audio}
  790.  
  791.  
  792. {block:Answer}
  793.  
  794.  
  795. <div class="ask">
  796. <img src="{AskerPortraitURL-16}"> <u>{Asker}:</u> {Question}</div><br>
  797. {Answer}
  798. {/block:Answer}
  799. </div>
  800.  
  801. {block:IndexPage}
  802. <div id="date">
  803. posted <a href="{Permalink}">{TimeAgo}</a>, with {NoteCountWithLabel}
  804. <div class="reb">{block:RebloggedFrom}
  805. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> |
  806. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a> | {/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  807. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}, </a>{/block:Tags}</div>
  808. {/block:HasTags}
  809. {/block:IndexPage}
  810.  
  811.  
  812.  
  813.  
  814. {block:PermalinkPage}
  815. <div id="postinfo">
  816. {block:Date}
  817. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}{Block:NoteCount} - {NoteCountWithLabel}{/Block:NoteCount}
  818. {block:RebloggedFrom}
  819.    <br>via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;
  820. originally from: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  821. {/block:RebloggedFrom}
  822. {block:HasTags}<br>tagged: {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}
  823. {block:PostNotes} {PostNotes} {/block:PostNotes}
  824. </div>
  825. {/block:PermalinkPage}
  826.  
  827.  
  828. {/block:Posts}
  829. </div></div></div></div>
  830. </body>
  831. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement