Advertisement
aryasnark

aryasnark - Theme 13

Nov 5th, 2014
3,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6.  
  7. THEME 13 by ARYASNARK
  8.  
  9. Copyright © Aryasnark 2014 All Rights Reserved. No part of this website may be reproduced without my express consent.
  10.  
  11. -->
  12.  
  13. <head>
  14. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  20.  
  21. <meta name="color:background" content="#ffffff">
  22. <meta name="color:title" content ="#3b3b3b">
  23. <meta name="color:text" content="#3b3b3b">
  24. <meta name="color:tags" content="#d4d4d4">
  25. <meta name="color:tags hover" content="#3b3b3b">
  26. <meta name="color:link" content="#3b3b3b">
  27. <meta name="color:link hover" content="#3b3b3b">
  28. <meta name="color:sidelink" content="#3b3b3b">
  29. <meta name="color:sidelink hover" content="#3b3b3b">
  30. <meta name="color:border" content="#dddddd">
  31. <meta name="color:scrollbar" content="#dddddd">
  32. <meta name="color:scrollbar bg" content="#ffffff">
  33.  
  34. <meta name="if:400px" content="1"/>
  35. <meta name="if:500px" content="0"/>
  36. <meta name="if:show captions" content="1"/>
  37. <meta name="text:link 1 title" content=""/>
  38. <meta name="text:link 1" content=""/>
  39. <meta name="text:link 2 title" content=""/>
  40. <meta name="text:link 2" content=""/>
  41. <meta name="text:link 3 title" content=""/>
  42. <meta name="text:link 3" content=""/>
  43. <meta name="text:link 4 title" content=""/>
  44. <meta name="text:link 4" content=""/>
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar{
  49. width:11px;
  50. height:11px;
  51. }
  52.  
  53. ::-webkit-scrollbar-track {
  54. background-color:{color:scrollbar bg};
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb{
  58. border:5px solid {color:scrollbar bg};
  59. background-color:{color:scrollbar};
  60. }
  61.  
  62. ::-webkit-scrollbar-track-piece {
  63. height:30px;
  64. width: 30px;
  65. }
  66.  
  67.  
  68. body {
  69. margin:0px;
  70. padding:0px;
  71. font-size:10px;
  72. font-family:'Lato', sans-serif;
  73. font-weight:300;
  74. background:{color:background};
  75. line height:175%;
  76. letter-spacing:1px;
  77. }
  78.  
  79. a:link, a, a:active, a:visited {
  80. text-decoration:none;
  81. color:{color:link};
  82. transition-duration: 0.6s;
  83. -moz-transition-duration: 0.6s;
  84. -webkit-transition-duration: 0.6s;
  85. -o-transition-duration: 0.6s;
  86. }
  87. a:hover {
  88. color:{color:link hover};
  89. transition-duration: 0.6s;
  90. -moz-transition-duration: 0.6s;
  91. -webkit-transition-duration: 0.6s;
  92. -o-transition-duration: 0.6s;
  93. }
  94.  
  95. p { margin-bottom:10px; }
  96.  
  97. p img {
  98. max-width:400px;
  99. {block:if500px}
  100. max-width:500px;
  101. {/block:if500px}
  102. }
  103.  
  104. .text img {
  105. max-width:400px;
  106. height:auto;
  107. {block:if500px}
  108. max-width:500px;
  109. {/block:if500px}
  110. }
  111.  
  112. /*HEADER*/
  113.  
  114. .header {
  115. top:0;
  116. margin:50px auto;
  117. width:400px;
  118. background:transparent;
  119. overflow: hidden;
  120. text-align:left;
  121. {block:if500px}
  122. width:500px;
  123. {/block:if500px}
  124. transition-duration: 0.6s;
  125. -moz-transition-duration: 0.6s;
  126. -webkit-transition-duration: 0.6s;
  127. -o-transition-duration: 0.6s;
  128. }
  129.  
  130. .header h2 {
  131. position:relative;
  132. text-transform:lowercase;
  133. color:{color:title};
  134. letter-spacing:3px;
  135. font-size:24px;
  136. float:center;
  137. text-align:left;
  138. padding:0px;
  139. font-weight:300;
  140. line-height:175%;
  141. width:400px;
  142. margin-bottom:-2px;
  143. {block:if500px}
  144. width:500px;
  145. {/block:if500px}
  146. transition-duration: 0.6s;
  147. -moz-transition-duration: 0.6s;
  148. -webkit-transition-duration: 0.6s;
  149. -o-transition-duration: 0.6s;
  150. }
  151.  
  152. .header h2 a {
  153. color:{color:title};
  154. padding-bottom:5px;
  155. padding-right:1px;
  156. border-bottom:1px solid {color:border};
  157. }
  158.  
  159. .header h2 a:hover {
  160. border-bottom:1px solid {color:text};
  161. padding-right:25px;
  162. }
  163.  
  164. .header nav {
  165. display: inline-block;
  166. position:relative;
  167. float:center;
  168. margin-top:0px !important;
  169. margin-bottom:5px;
  170. width:100%;
  171. color:{color:sidelink};
  172. transition-duration: 0.6s;
  173. -moz-transition-duration: 0.6s;
  174. -webkit-transition-duration: 0.6s;
  175. -o-transition-duration: 0.6s;
  176. }
  177.  
  178. .header nav:hover {
  179. color:{color:sidelink hover};
  180. transition-duration: 0.6s;
  181. -moz-transition-duration: 0.6s;
  182. -webkit-transition-duration: 0.6s;
  183. -o-transition-duration: 0.6s;
  184. }
  185.  
  186. .header nav a {
  187. color:{color:sidelink};
  188. letter-spacing:1px;
  189. font-weight:300;
  190. padding:5px 0px 5px 0px;
  191. font-size:10px;
  192. text-transform:lowercase;
  193. text-decoration:none;
  194. transition-duration: 0.6s;
  195. -moz-transition-duration: 0.6s;
  196. -webkit-transition-duration: 0.6s;
  197. -o-transition-duration: 0.6s;
  198. }
  199.  
  200. .header nav a:hover {
  201. color:{color:sidelink hover};
  202. }
  203.  
  204. .header nav a:hover {
  205. text-decoration:underline;
  206. }
  207.  
  208.  
  209. .header desc {
  210. position:relative;
  211. float:center;
  212. display:inline-block;
  213. font-size:10px;
  214. letter-spacing:1px;
  215. line-height:175%;
  216. padding:20px 0px 20px 15px;
  217. margin-bottom:-7px;
  218. border-left:1px solid {color:border};
  219. transition-duration: 0.6s;
  220. -moz-transition-duration: 0.6s;
  221. -webkit-transition-duration: 0.6s;
  222. -o-transition-duration: 0.6s;
  223. }
  224.  
  225. #sideline:before {content: "";
  226. height:1px;
  227. width:20px;
  228. display:inline-block;
  229. margin-right:10px;
  230. margin-left:0px;
  231. margin-bottom:2px;
  232. background-color:{color:border};
  233. transition-duration: 0.6s;
  234. -moz-transition-duration: 0.6s;
  235. -webkit-transition-duration: 0.6s;
  236. -o-transition-duration: 0.6s;
  237. }
  238.  
  239. .header nav:hover #sideline:before {
  240. background-color:{color:text};
  241. width:35px;
  242. }
  243.  
  244. .header desc:hover {
  245. border-left:1px solid {color:text};
  246. transition-duration: 0.6s;
  247. -moz-transition-duration: 0.6s;
  248. -webkit-transition-duration: 0.6s;
  249. -o-transition-duration: 0.6s;
  250. }
  251.  
  252.  
  253. /*POSTS*/
  254.  
  255. #entry {
  256. margin:auto;
  257. margin-top:180px;
  258. {block:permalinkpage}
  259. margin-top:80px;
  260. {/block:permalinkpage}
  261. width:440px;
  262. {block:if500px}
  263. width:550px;
  264. {/block:if500px}
  265. }
  266.  
  267. .post {
  268. position:relative;
  269. overflow:hidden;
  270. text-align:center;
  271. margin-top:20px;
  272. padding-left:20px;
  273. padding-bottom:0px;
  274. width:400px;
  275. {block:if500px}
  276. width:500px;
  277. {/block:if500px}
  278. }
  279.  
  280. .date {
  281. position:absolute;
  282. font-size:9px;
  283. font-style:none;
  284. text-align:center;
  285. letter-spacing:1px;
  286. line-height:150%;
  287. text-transform:uppercase;
  288. font-weight:300;
  289. top:47%;
  290. margin-left:-215px;
  291. width:400px;
  292. color:{color:text};
  293. -ms-transform: rotate(-90deg);
  294. -moz-transform: rotate(-90deg);
  295. -o-transform: rotate(-90deg);
  296. -webkit-transform: rotate(-90deg);
  297. transform: rotate(-90deg);
  298. transition-duration: 0.6s;
  299. -moz-transition-duration: 0.6s;
  300. -webkit-transition-duration: 0.6s;
  301. -o-transition-duration: 0.6s;
  302. {block:if500px}
  303. margin-left:-260px;
  304. width:500px;
  305. font-size:10px;
  306. {/block:if500px}
  307. }
  308.  
  309. .date a {
  310. color:{color:text};
  311. padding:5px;
  312. border-bottom:1px solid transparent;
  313. }
  314.  
  315. .perminfo {
  316. width:400px;
  317. margin-left:0px;
  318. text-align:left;
  319. margin-bottom:200px;
  320. margin-top:10px;
  321. line-height:200%;
  322. text-transform:none;
  323. {block:PermalinkPage}
  324. margin-bottom:50px;
  325. {/block:PermalinkPage}
  326. font-size:9px;
  327. {block:if500px}
  328. width:500px;
  329. {/block:if500px}
  330. }
  331.  
  332. .perminfo a {
  333. color:{color:link};
  334. }
  335. .perminfo a:hover {
  336. color:{color:link hover};
  337. text-decoration:underline;
  338. }
  339.  
  340. #info {
  341. width:400px;
  342. margin-left:20px;
  343. text-align:left;
  344. margin-bottom:200px;
  345. margin-top:0px;
  346. text-transform:uppercase;
  347. {block:PermalinkPage}
  348. margin-bottom:100px;
  349. {/block:PermalinkPage}
  350. font-size:8px;
  351. {block:if500px}
  352. width:500px;
  353. {/block:if500px}
  354. }
  355.  
  356. .tags {
  357. font-size:7px;
  358. font-style:none;
  359. text-align:left;
  360. letter-spacing:2px;
  361. line-height:225%;
  362. text-transform:uppercase;
  363. padding-top:10px;
  364. font-weight:400;
  365. color:{color:tags};
  366. transition-duration: 0.3s;
  367. -moz-transition-duration: 0.3s;
  368. -webkit-transition-duration: 0.3s;
  369. -o-transition-duration: 0.3s;
  370. }
  371.  
  372. .tags a {
  373. color:{color:tags};
  374. margin:5px;
  375. border-bottom:1px solid transparent;
  376. }
  377.  
  378. .tags a:hover {
  379. color:{color:tags hover};
  380. border-bottom:1px solid transparent;
  381. }
  382.  
  383. .caption {
  384. font-size:10px;
  385. display:block;
  386. padding:3px 0px 3px 10px;
  387. margin-top:10px;
  388. margin-bottom:0px;
  389. text-transform:none;
  390. border-left:1px solid {color:border};
  391. line-height:175%;
  392. color:{color:text};
  393. transition-duration: 0.6s;
  394. -moz-transition-duration: 0.6s;
  395. -webkit-transition-duration: 0.6s;
  396. -o-transition-duration: 0.6s;
  397. }
  398. .caption:hover {
  399. border-left:1px solid {color:text};
  400. }
  401. .caption img {
  402. max-width:360px;
  403. {block:if500px}
  404. max-width:460px;
  405. {/block:if500px}
  406. }
  407. .caption a {
  408. border-bottom:1px solid {color:text};
  409. }
  410.  
  411. blockquote {
  412. padding-left:0px;
  413. margin-left:10px;
  414. border-left:1px solid transparent;
  415. }
  416.  
  417. h1 {
  418. text-transform:lowercase;
  419. color:{color:title};
  420. letter-spacing:3px;
  421. font-size:24px;
  422. text-align:left;
  423. font-weight:300;
  424. margin-bottom:-17px;
  425. padding:0px 0px 5px 0px;
  426. {block:indexpage}
  427. width:400px;
  428. white-space:nowrap;
  429. overflow:hidden;
  430. text-overflow:ellipsis;
  431. {block:if500px}
  432. width:500px;
  433. {/block:if500px}
  434. {/block:indexpage}
  435. transition-duration: 0.6s;
  436. -moz-transition-duration: 0.6s;
  437. -webkit-transition-duration: 0.6s;
  438. -o-transition-duration: 0.6s;
  439. }
  440. h1 a {
  441. color:{color:title};
  442. }
  443.  
  444. .desc {
  445. font-size:10px;
  446. letter-spacing:1px;
  447. line-height:175%;
  448. padding:20px 0px 15px 20px;
  449. text-align:left;
  450. {block:indexpage}
  451. border-left:1px solid {color:border};
  452. {/block:indexpage}
  453. transition-duration: 0.6s;
  454. -moz-transition-duration: 0.6s;
  455. -webkit-transition-duration: 0.6s;
  456. -o-transition-duration: 0.6s;
  457. }
  458.  
  459. .desc a {
  460. color:{color:link};
  461. transition-duration: 0.6s;
  462. -moz-transition-duration: 0.6s;
  463. -webkit-transition-duration: 0.6s;
  464. -o-transition-duration: 0.6s;
  465. }
  466.  
  467. .desc a:hover {
  468. color:{color:link hover};
  469. text-decoration:underline;
  470. transition-duration: 0.6s;
  471. -moz-transition-duration: 0.6s;
  472. -webkit-transition-duration: 0.6s;
  473. -o-transition-duration: 0.6s;
  474. }
  475.  
  476. .desc:hover {
  477. {block:indexpage}
  478. border-left:1px solid {color:text};
  479. {/block:indexpage}
  480. }
  481.  
  482. #line:before {content: "";
  483. height:1px;
  484. width:30px;
  485. display:inline-block;
  486. margin-right:10px;
  487. margin-left:0px;
  488. margin-bottom:6px;
  489. background-color:{color:border};
  490. transition-duration: 0.6s;
  491. -moz-transition-duration: 0.6s;
  492. -webkit-transition-duration: 0.6s;
  493. -o-transition-duration: 0.6s;
  494. }
  495.  
  496. h1:hover #line:before {
  497. background-color:{color:text};
  498. }
  499.  
  500. #pagination {
  501. width:440px;
  502. bottom:0px;
  503. margin-bottom:110px;
  504. margin-top:-100px;
  505. font-size:11px;
  506. text-align:center;
  507. text-transform:uppercase;
  508. letter-spacing:3px;
  509. {block:if500px}
  510. width:540px;
  511. {/block:if500px}
  512. transition-duration: 0.6s;
  513. -moz-transition-duration: 0.6s;
  514. -webkit-transition-duration: 0.6s;
  515. -o-transition-duration: 0.6s;
  516. }
  517. #pagination a {
  518. color:{color:link};
  519. letter-spacing:3px;
  520. padding:5px 0px 5px 0px;
  521. margin:0px 10px 0 10px;
  522. border-bottom:1px solid transparent;
  523. }
  524.  
  525. #pagination a:hover {
  526. color:{color:link hover};
  527. border-bottom:1px solid {color:text};
  528. }
  529.  
  530. .quote {
  531. font-size:10px;
  532. font-style:none;
  533. text-align:left;
  534. letter-spacing:1px;
  535. line-height:175%;
  536. padding:20px 0px 15px 20px;
  537. margin-top:-15px;
  538. {block:if500px}
  539. margin-top:-19px;
  540. {/block:if500px}
  541. text-transform:none;
  542. {block:indexpage}
  543. border-left:1px solid {color:border};
  544. {/block:indexpage}
  545. transition-duration: 0.6s;
  546. -moz-transition-duration: 0.6s;
  547. -webkit-transition-duration: 0.6s;
  548. -o-transition-duration: 0.6s;
  549. }
  550. .quote:hover {
  551. {block:indexpage}
  552. border-left:1px solid {color:text};
  553. {/block:indexpage}
  554. }
  555.  
  556. .source {
  557. font-size:9px;
  558. text-transform:uppercase;
  559. letter-spacing:2.5px;
  560. text-align:left;
  561. padding:0px 0px 5px 0px;
  562. line-height:200%;
  563. color:{color:text};
  564. font-weight:700;
  565. {block:indexpage}
  566. width:400px;
  567. white-space:nowrap;
  568. overflow:hidden;
  569. text-overflow:ellipsis;
  570. {block:if500px}
  571. width:500px;
  572. {/block:if500px}
  573. {/block:indexpage}
  574. {block:if500px}
  575. padding-bottom:10px;
  576. {/block:if500px}
  577. }
  578. .source:hover #qline:before {
  579. background-color:{color:text};
  580. }
  581. .source a {
  582. color:{color:link hover};
  583. text-decoration:none;
  584. }
  585. .source a:hover {
  586. color:{color:link hover};
  587. }
  588.  
  589. #qline:before {content: "";
  590. height:1px;
  591. width:30px;
  592. display:inline-block;
  593. margin-right:10px;
  594. margin-left:0px;
  595. margin-bottom:3px;
  596. background-color:{color:border};
  597. transition-duration: 0.6s;
  598. -moz-transition-duration: 0.6s;
  599. -webkit-transition-duration: 0.6s;
  600. -o-transition-duration: 0.6s;
  601. }
  602.  
  603. .asker {
  604. font-size:9px;
  605. text-transform:uppercase;
  606. letter-spacing:2.5px;
  607. text-align:left;
  608. padding:5px 0px 5px 0px;
  609. line-height:150%;
  610. color:{color:text};
  611. font-weight:700;
  612. {block:if500px}
  613. padding-bottom:10px;
  614. {/block:if500px}
  615. }
  616.  
  617. .asker a {
  618. color:{color:text};
  619. }
  620. .asker:hover #qline:before {
  621. background-color:{color:text};
  622. }
  623.  
  624. .asked {
  625. font-size:10px;
  626. font-style:none;
  627. text-align:left;
  628. letter-spacing:1px;
  629. line-height:175%;
  630. font-weight:300;
  631. padding:0px 0px 5px 0px;
  632. text-transform:uppercase;
  633. }
  634.  
  635. .asked:hover #qline:before {
  636. background-color:{color:text};
  637. }
  638.  
  639. .answer {
  640. font-size:10px;
  641. font-style:none;
  642. text-align:left;
  643. letter-spacing:1px;
  644. line-height:175%;
  645. padding:5px 0px 5px 20px;
  646. margin-top:-11px;
  647. text-transform:none;
  648. border-left:1px solid {color:border};
  649. transition-duration: 0.6s;
  650. -moz-transition-duration: 0.6s;
  651. -webkit-transition-duration: 0.6s;
  652. -o-transition-duration: 0.6s;
  653. }
  654. .answer:hover {
  655. border-left:1px solid {color:text};
  656. }
  657.  
  658. .answer a {
  659. text-decoration:underline;
  660. }
  661. .answer a:hover {
  662. text-decoration:underline;
  663. }
  664.  
  665. .answer img {
  666. max-width:380px;
  667. {block:ifsingle}
  668. {block:if500px}
  669. width:480px;
  670. {/block:if500px}
  671. {/block:ifsingle}
  672. }
  673.  
  674. .playbutton {
  675. width:20px;
  676. height:30px;
  677. overflow:hidden;
  678. position:relative;
  679. opacity:0.7;
  680. z-index:100;
  681. margin:9px 18px 7px 10px;
  682. }
  683.  
  684. .playbox {
  685. margin-top:14px;
  686. margin-left:13px;
  687. opacity:0.7;
  688. position: absolute;
  689. }
  690.  
  691. .audiodata {
  692. font-size:10px;
  693. letter-spacing:2px;
  694. color:{color:text};
  695. padding:6px 10px 10px 10px;
  696. text-transform:uppercase;
  697. line-height:150%;
  698. height:55px;
  699. width:305px;
  700. margin-top:0px;
  701. margin-left:75px;
  702. text-align:right;
  703. {block:if500px}
  704. width:405px;
  705. {/block:if500px}
  706. }
  707.  
  708.  
  709.  
  710. ol.notes {
  711. margin-top:10px;
  712. padding-bottom:1%;
  713. width:360px;
  714. list-style-type:lower-roman;
  715. text-align:left;
  716. text-transform:lowercase;
  717. line-height:200%;
  718. font-size:9px;
  719. {block:if500px}
  720. width:460px;
  721. {/block:if500px}
  722. }
  723.  
  724. ol.notes a {
  725. color:{color:link};
  726. }
  727. ol.notes a:hover {
  728. color:{color:link hover};
  729. text-decoration:underline;
  730. }
  731.  
  732. ol.notes li.note{
  733. padding:1%;
  734. }
  735.  
  736. ol.notes li.note img.avatar{
  737. width:0px;
  738. height:0px;
  739. }
  740.  
  741. #credit {
  742. bottom:0;
  743. right:0;
  744. text-align:center;
  745. font-size:7px;
  746. letter-spacing:3px;
  747. opacity:0.3;
  748. line-height:250%;
  749. position:fixed;
  750. padding:5px;
  751. }
  752.  
  753. </style></head>
  754. <body>
  755. <div class="header">
  756. <h2><a href="/">{Title}</a></h2>
  757. <desc>{Description}</desc>
  758. <nav>
  759. <a href="/ask" id="sideline">ask</a>,
  760. <a href="/archive">archive</a>{block:iflink1},
  761. <a href="{text:link 1}">{text:link 1 title}</a>,{/block:iflink1}
  762. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>,{/block:iflink2}
  763. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>,{/block:iflink3}
  764. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  765.  
  766.  
  767. </nav>
  768. </div>
  769.  
  770. <div id="entry">
  771.  
  772. {block:Posts}
  773.  
  774. <div class="post">
  775.  
  776. {block:Text}
  777.  
  778. {block:IndexPage}
  779. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  780. {/block:IndexPage}
  781.  
  782. {block:Title}<h1><a href="{Permalink}" id="line">{Title}</a></h1>{/block:Title}
  783.  
  784. <div class="desc">{Body}</div>
  785. {/block:Text}
  786.  
  787.  
  788. {block:Photo}
  789.  
  790. {block:IndexPage}
  791. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  792. {/block:IndexPage}
  793.  
  794. {block:if400px}
  795. <center><a href="{Permalink}"><img src="{PhotoURL-400}"></a></center>
  796. {/block:if400px}
  797. {block:if500px}
  798. <center><a href="{Permalink}"><img src="{PhotoURL-500}"></a></center>
  799. {/block:if500px}
  800.  
  801.  
  802. {/block:Photo}
  803.  
  804.  
  805. {block:Photoset}
  806.  
  807. {block:IndexPage}
  808. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  809. {/block:IndexPage}
  810.  
  811. {block:if400px}
  812. {Photoset-400}
  813. {/block:if400px}
  814. {block:if500px}
  815. {Photoset-500}
  816. {/block:if500px}
  817.  
  818. {/block:Photoset}
  819.  
  820. {block:Quote}
  821.  
  822. {block:IndexPage}
  823. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  824. {/block:IndexPage}
  825.  
  826. {block:Source}
  827. <div class="source"><div id="qline">{Source}</div></div>
  828. {/block:Source}
  829.  
  830.  
  831. <div class="quote">‟{Quote}”</div>
  832.  
  833. {/block:Quote}
  834.  
  835.  
  836. {block:Link}
  837.  
  838. {block:IndexPage}
  839. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  840. {/block:IndexPage}
  841.  
  842. <h1><div id="line"><a href="{URL}" {Target}>{Name}</a></div></h1>
  843.  
  844. <div class="desc">{block:Description}
  845. {Description}
  846. {/block:Description}</div>
  847. {/block:Link}
  848.  
  849.  
  850. {block:Chat}
  851.  
  852. {block:IndexPage}
  853. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  854. {/block:IndexPage}
  855.  
  856. {block:Title}<h1 id="line">{Title}</h1>{/block:Title}
  857.  
  858. <div class="desc">
  859. {block:Lines}
  860. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  861. {/block:Lines}
  862. </div>
  863. {/block:Chat}
  864.  
  865. {block:Audio}
  866.  
  867. {block:IndexPage}
  868. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  869. {/block:IndexPage}
  870.  
  871. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  872. <div class="audiodata"><br>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br><b>{Artist}</b>{/block:Artist}</div>
  873.  
  874. {/block:Audio}
  875.  
  876.  
  877.  
  878. {block:Video}
  879.  
  880. {block:IndexPage}
  881. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  882. {/block:IndexPage}
  883.  
  884. {block:if400px}
  885. {Video-400}
  886. {/block:if400px}
  887. {block:if500px}
  888. {Video-500}
  889. {/block:if500px}
  890. {/block:Video}
  891.  
  892.  
  893. {block:Answer}
  894.  
  895. {block:IndexPage}
  896. <div class="date">{block:Date}<a href="{Permalink}">-{DayOfMonthwithZero}{MonthNumberWithZero}{ShortYear}-</a>{/block:Date}</div>
  897. {/block:IndexPage}
  898.  
  899.  
  900.  
  901.  
  902. <div class="asked">{Question}</div>
  903. <div class="asker"><div id="qline">{Asker}</div></div>
  904. <div class="answer">{Answer}</div>
  905.  
  906. {/block:Answer}
  907.  
  908.  
  909. </div>
  910.  
  911. <div id="info">
  912. {block:Caption}
  913. {block:ifshowcaptions}
  914. <div class="caption">{Caption}</div>
  915. {/block:ifshowcaptions}
  916. {/block:Caption}
  917. {block:indexpage}
  918. <div class="tags">{block:HasTags}{block:Tags}<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:indexpage}
  919.  
  920.  
  921. {block:PermalinkPage}
  922. <div class="perminfo">
  923. {block:Date}Posted on the {DayOfMonthwithZero}{DayOfMonthSuffix} of {Month}, {Year}{/block:Date}&nbsp;{block:NoteCount}with {NoteCountwithLabel}{/block:NoteCount}<br>
  924. {block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a> &nbsp; {/block:ContentSource} {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  925. {block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  926. </div>
  927. {/block:PermalinkPage}
  928.  
  929. </div>
  930. {/block:Posts}
  931.  
  932.  
  933.  
  934. {block:PermalinkPage}
  935. {block:PostNotes}
  936. <div id="notes">{PostNotes}</div>
  937. {/block:PostNotes}
  938. {/block:permalinkpage}
  939.  
  940. <div id="pagination">
  941. {block:IndexPage}
  942. {block:Pagination}
  943. {block:PreviousPage}
  944. <a href="{PreviousPage}">&larr; regress</a>
  945. {/block:PreviousPage}
  946. {block:NextPage}
  947. <a href="{NextPage}">progress &rarr;</a>
  948. {/block:NextPage}
  949. {/block:Pagination}
  950. {/block:IndexPage}
  951. </div>
  952.  
  953. <div id="credit"><br><a href="http://aryasnark.tumblr.com"><img src="http://static.tumblr.com/ktebk5j/b3on1bt0e/logo.png" height="23"></a></div>
  954.  
  955. </div>
  956.  
  957. </div>
  958.  
  959. </body>
  960. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement