Advertisement
tezx

Ahvnae theme (Updated: 18/1/2014)

Jul 15th, 2013
5,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.54 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. <!--AHVNAE THEME BY LNOCHI. PLEASE DON'T REMOVE CREDIT!
  6. Sidebar image credit: LNOCHI.TUMBLR.COM /DO NOT CLAIM AS YOUR OWN/
  7. -->
  8.  
  9. <head>
  10.  
  11. <meta name="color:Background" content="#fff">
  12. <meta name="color:Hover" content="#c4c4c4"/>
  13. <meta name="color:Title" content="#ffffff"/>
  14. <meta name="color:Title BG" content="#1e1e1f"/>
  15. <meta name="color:Post Background" content="#ffffff">
  16. <meta name="color:Post Border" content="#dedede">
  17. <meta name="color:MP Border" content="#a8a8a8">
  18. <meta name="color:Post Text" content="#a8a8a8">
  19. <meta name="color:Post Bold" content="#8e8e8e">
  20. <meta name="color:Post Italic" content="#cc0319">
  21. <meta name="color:Post Link" content="#cc0319">
  22. <meta name="color:Post Blockquote" content="#96cce7">
  23. <meta name="color:Post Title" content="#575757">
  24. <meta name="color:Sidebar Text" content="#a8a8a8">
  25. <meta name="color:Sidebar Bold" content="#8e8e8e">
  26. <meta name="color:Sidebar Italic" content="#8e8e8e">
  27. <meta name="color:Sidebar Underline" content="#8e8e8e">
  28. <meta name="color:Sidebar Strikethrough" content="#8e8e8e">
  29. <meta name="color:Sidebar Link" content="#575757">
  30. <meta name="color:Sidebar Background" content="#f7f7f7">
  31. <meta name="color:Scrollbar" content="#cccccc"/>
  32. <meta name="color:Scrollbar BG" content="#cccccc"/>
  33. <meta name="color:Question" content="#a7a7a7"/>
  34. <meta name="color:Ques BG" content="#a7a7a7"/>
  35. <meta name="image:Background" content="">
  36. <meta name="image:Sidebar" content="http://static.tumblr.com/12daf2f8dc808a235fa6a0d832cb39b9/aqoekwn/Z4dmpywm0/tumblr_static_untitled-2.jpg">
  37. <meta name="if:Small Cursor" content="1"/>
  38. <meta name="if:Show Captions" content="0">
  39. <meta name="if:Photo Fading" content="0">
  40. <meta name="if:Infinite Scroll" content="1">
  41. <meta name="text:URL 1" content="http://">
  42. <meta name="text:URL 2" content="http://">
  43. <meta name="text:URL 3" content="http://">
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  46.  
  47. <title>{Title}</title>
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50.  
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}"/>
  53. {/block:Description}
  54.  
  55. <style type="text/css">
  56. {CustomCSS}
  57.  
  58. a:link, a:active, a:visited{
  59. color: {color:Link}
  60. text-decoration:none;
  61. -webkit-transition-duration:0.8s;
  62. }
  63.  
  64. a:hover{
  65. color:{color:Hover};
  66. }
  67.  
  68. {block:ifsmallcursor}*, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;} {/block:ifsmallcursor}
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {
  71. background-color:{color:Scrollbar};
  72. height:10px;
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:0px;
  77. width:6px;
  78. background-color:{color:Scrollbar BG};
  79. }
  80.  
  81. body {
  82. background-image: url('{image:Background}');
  83. background-attachment: fixed;
  84. background-color: {color:Background};
  85. {block:ifsmallcursor}cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;{/block:ifsmallcursor}
  86. }
  87.  
  88. #header {
  89. z-index:444;
  90. position: fixed;
  91. left:0px;
  92. top: -10px;
  93. background: url({image:Header}) repeat;
  94. height: 75px;
  95. width: 1500px;
  96. position: fixed;
  97. opacity:1;
  98. }
  99.  
  100. #sidebarbg {
  101. position: fixed;
  102. width:210px;
  103. height:110%;
  104. left: 247px;
  105. top: -10px;
  106. background-color:{color:Sidebar Background};
  107. }
  108.  
  109. #sidebar {
  110. position: fixed;
  111. left: 252px;
  112. top: 150px;
  113. }
  114.  
  115. #desc {
  116. width: 160px;
  117. height: auto;
  118. padding: 10px;
  119. padding-left:10px;
  120. font-family: calibri;
  121. font-size: 10px;
  122. text-decoration: none;
  123. color: {color:Sidebar Text};
  124. text-align: justify;
  125. line-height: 12px;
  126. z-index:444;
  127. }
  128.  
  129. #desc h2 {
  130. width: 160px;
  131. height: auto;
  132. padding: 10px;
  133. padding-left:10px;
  134. margin-top:40px;
  135. font-family: calibri;
  136. font-size: 10px;
  137. text-decoration: none;
  138. color: {color:Sidebar Text};
  139. text-align: justify;
  140. line-height: 12px;
  141. z-index:444;
  142. }
  143.  
  144. #desc i, em {
  145. color: {color:Sidebar Italic};
  146. }
  147.  
  148. #desc b, em {
  149. color: {color:Sidebar Bold};
  150. }
  151.  
  152. #desc u, em {
  153. color: {color:Sidebar Underline};
  154. }
  155.  
  156. #desc s, em {
  157. color: {color:Sidebar Strikethrough};
  158. }
  159.  
  160. #desc a {
  161. text-decoration: none;
  162. color: {color:Sidebar Link};
  163. }
  164.  
  165. #desc a:hover {
  166. text-decoration: none;
  167. color: {color:Hover};
  168. }
  169.  
  170. #desc img {
  171. background-color:#FFF;
  172. padding:10px;
  173. max-width: 160px;
  174. margin-bottom:3px;
  175. {block:IfPhotoFading}opacity: .8;
  176. {/block:IfPhotoFading}
  177. -webkit-transition: all 0.5s ease-in-out;
  178. -moz-transition: all 0.5s ease-in-out;
  179. -o-transition: all 0.5s ease-in-out;
  180. -ms-transition: all 0.5s ease-in-out;
  181. transition: all 0.5s ease-in-out;
  182. }
  183.  
  184. #desc img:hover {
  185. opacity: 1;
  186. }
  187.  
  188. #sidebar2 {
  189. position: fixed;
  190. left: 90px;
  191. top: 80px;
  192. }
  193.  
  194. #desc2 {
  195. width: 100px;
  196. height: auto;
  197. padding: 6px;
  198. padding-left: 6px;
  199. z-index: 444;
  200. }
  201.  
  202. #titled {
  203. position: fixed;
  204. left: 247px;
  205. top: 119px;
  206. opacity:.8;
  207. }
  208.  
  209. #title {
  210. height: auto;
  211. background-color: {color:Title BG};
  212. color:{color:Title};
  213. text-align:center;
  214. width:210px;
  215. font-family:georgia;
  216. font-size:13px;
  217. letter-spacing:-1px;
  218. padding-bottom:3px;
  219. padding-top:3px;
  220. padding-right:-5px;
  221. }
  222.  
  223. #linkbar {
  224. position: fixed;
  225. z-index:444;
  226. left: 245px;
  227. top: 383px;
  228. opacity:.8;
  229. }
  230.  
  231. #linku {
  232. height: auto;
  233. width:210px;
  234. background-color: {color:Title BG};
  235. text-transform:uppercase;
  236. color:{color:Sidebar Link};
  237. text-align:center;
  238. font-family:georgia;
  239. font-size:9px;
  240. padding-bottom:5px;
  241. padding-top:7px;
  242. padding-left:10px;
  243. }
  244.  
  245. #linku a {
  246. padding-right:20px;
  247. color:{color:Sidebar Link};
  248. }
  249.  
  250. {block:IfNotInfiniteScroll}
  251. #pag {
  252. color:{color:Sidebar Link};
  253. font-size: 20px;
  254. font-family: calibri;
  255. letter-spacing: 2px;
  256. text-transform:uppercase;
  257. text-decoration:none;
  258. text-align:center;
  259. position:fixed;
  260. bottom:20px;
  261. right:320px;
  262. }
  263.  
  264. #pag a {
  265. font-size:20px;
  266. text-decoration:none;
  267. background-color:transparent;
  268. color:{color:Post Link};
  269. padding:2px 2px 4px 4px;
  270. }
  271.  
  272. #pag a:hover {
  273. color:{color:Hover};
  274. }
  275. {/block:IfNotInfiniteScroll}
  276.  
  277. #posts {
  278. {block:IndexPage}width: 400px;{/block:IndexPage}
  279. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  280. float: left;
  281. margin-left: 460px;
  282. margin-top:53px;
  283. margin-bottom:20px;
  284. }
  285.  
  286. .entry {
  287. background-color: {color:Post Background};
  288. {block:IndexPage}width: 400px;{/block:IndexPage}
  289. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  290. padding: 10px;
  291. position: relative;
  292. {block:IndexPage}float: left;{/block:IndexPage}
  293. margin: 20px;
  294. font-family: calibri;
  295. letter-spacing: 1px;
  296. border:1px solid {color:Post Border};
  297. {block:IndexPage}font-size: 10px;{/block:IndexPage}
  298. {block:PermalinkPage}font-size: 10px;{/block:PermalinkPage}
  299. color: {color:Post Text};
  300. text-align: justify;
  301. {block:PermalinkPage}margin-left: margin-left: 120px;px;{/block:PermalinkPage}
  302. }
  303.  
  304. .entry .permalink{
  305. width:412px;
  306. height:auto;
  307. margin-left:-11px;
  308. margin-top:10px;
  309. background-color:{color:Post Background};
  310. opacity:1;
  311. padding-top:7px;
  312. padding-left:8px;
  313. padding-bottom:3px;
  314. position:absolute;
  315. text-align:center;
  316. font-family:trebuchet ms;
  317. font-size:7px;
  318. text-transform:uppercase;
  319. border-bottom:1px solid {color:Post Border};
  320. border-left:1px solid {color:Post Border};
  321. border-right:1px solid {color:Post Border};
  322. border-top:1px solid {color:Post Border};
  323. line-height:10px;
  324. -webkit-transition: all .7s ease-in-out;
  325. -moz-transition: all .7s ease-in-out;
  326. -o-transition: all .7s ease-in-out;
  327. -ms-transition: all .7s ease-in-out;
  328. transition: all .7s ease-in-out;
  329. }
  330.  
  331. .permalink a {
  332. color: {color:Post Link};
  333. }
  334.  
  335. .permalink a:hover {
  336. color: {color:Hover};
  337. }
  338.  
  339. .entry b, strong {
  340. color: {color:Post Bold};
  341. }
  342.  
  343. .entry i, em {
  344. color: {color:Post Italic};
  345. }
  346.  
  347. .entry a {
  348. color: {color:Post Link};
  349. text-decoration: none;
  350. }
  351.  
  352. .entry h1 {
  353. font-family:trebuchet ms;
  354. letter-spacing:3px;
  355. font-size:8px;
  356. color: {color:Post Title};
  357. font-weight: none;
  358. font-style: none;
  359. text-transform: uppercase;
  360. text-align: center;
  361. margin-bottom: -3px;
  362. margin-left:1px;
  363. }
  364.  
  365. .entry h1 a:hover {
  366. color: {color:Hover};
  367. }
  368.  
  369. .entry img {
  370. {block:IndexPage}max-width: 400px;{/block:IndexPage}
  371. {block:PermalinkPage}max-width: 400px;{/block:PermalinkPage}
  372. margin-bottom: -2px;
  373. {block:IfPhotoFading}opacity: .8;
  374. {/block:IfPhotoFading}
  375. -webkit-transition: all 0.5s ease-in-out;
  376. -moz-transition: all 0.5s ease-in-out;
  377. -o-transition: all 0.5s ease-in-out;
  378. -ms-transition: all 0.5s ease-in-out;
  379. transition: all 0.5s ease-in-out;
  380. }
  381.  
  382. .entry img:hover {
  383. opacity: 1;
  384. }
  385.  
  386. .photo {
  387. {block:IfPhotoFading}opacity: .8;
  388. {/block:IfPhotoFading}
  389. margin-bottom: -2px;
  390. -webkit-transition: all 0.5s ease-in-out;
  391. -moz-transition: all 0.5s ease-in-out;
  392. -o-transition: all 0.5s ease-in-out;
  393. -ms-transition: all 0.5s ease-in-out;
  394. transition: all 0.5s ease-in-out;
  395. }
  396.  
  397. .photo:hover {
  398. opacity: 1;
  399. }
  400.  
  401. a:hover {
  402. color: {color:Hover};
  403. }
  404.  
  405. .entry h2 {
  406. font-family: georgia;
  407. font-size: 11px;
  408. color: {color:Post Blockquote};
  409. font-weight: normal;
  410. font-style: italic;
  411. text-transform: none;
  412. letter-spacing: 0px;
  413. text-align: left;
  414. }
  415.  
  416. .quote {
  417. font-family: georgia;
  418. font-size: 20px;
  419. color: {color:Post Bold};
  420. float: left;
  421. margin-top: -1px;
  422. margin-right: 5px;
  423. }
  424.  
  425. .quest {
  426. background-color: {color:Ques BG};
  427. padding: 5px;
  428. color: {color:Question};
  429. }
  430.  
  431. chatt {
  432. color: {color:Ques BG};
  433. margin-top: -10px;
  434. font-size: 25px;
  435. margin-left: 10px;
  436. }
  437.  
  438. .askerr {
  439. margin-top: -17px;
  440. font-family: trebuchet ms;
  441. font-size: 7px;
  442. text-transform: uppercase;
  443. margin-left: 33px;
  444. letter-spacing: 1px;
  445. }
  446.  
  447. a:hover {
  448. color:{color:Hover};
  449. text-decoration: none;
  450. webkit-transition: all 0.3s linear;
  451. -webkit-transition: all 0.3s linear;
  452. -moz-transition: all 0.3s linear;
  453. transition: all 0.3s linear;
  454. }
  455.  
  456. .audio img {
  457. max-width: 50px;
  458. float: left;
  459. margin-right: 5px;
  460. border: 5px solid {color:MP Border};
  461. }
  462.  
  463. .player {
  464. background-color: {color:MP Border};
  465. height: 25px;
  466. width: 25px;
  467. padding: 5px;
  468. margin-left: 85px;
  469. margin-top: 10px;
  470. overflow: hidden;
  471. position: absolute;
  472. margin-left: 13px;
  473. margin-top: 13px;
  474. opacity: .5;
  475. transition: 0.5s;
  476. -moz-transition: 0.5s;
  477. -webkit-transition: 0.5s;
  478. -o-transition: 0.5s;
  479. }
  480.  
  481. .player:hover {
  482. opacity: .9;
  483. }
  484.  
  485. #audio{
  486. margin-top:90px;
  487. margin-left:86px;
  488. position:absolute;
  489. -webkit-border-radius: 60px;
  490. border-radius: 60px;
  491. -moz-border-radius: 60px;
  492. height: 80px;
  493. width:80px;
  494. overflow: hidden;
  495. background-color:#ffffff;
  496. text-align: center;
  497. opacity: 0.8;
  498. filter:alpha(opacity=0.8);
  499. }
  500.  
  501.  
  502. #credit {
  503. position:fixed;
  504. bottom:10px;
  505. right:10px;
  506. width:30px;
  507. height:10px;
  508. }
  509.  
  510. #credit a {
  511. font-family:calibri;
  512. font-size:8px;
  513. text-transform:uppercase;
  514. letter-spacing:1px;
  515. color:{color:Post Link};
  516. text-decoration:none;
  517. }
  518.  
  519. #credit a:hover {
  520. color: {color:Hover};
  521. -webkit-transition: all .5s ease-in-out;
  522. -moz-transition: all .5s ease-in-out;
  523. -o-transition: all .5s ease-in-out;
  524. }
  525.  
  526. .permalink {
  527. font-family: calibri;
  528. font-size: 10px;
  529. color: {color:Post Text};
  530. text-transform: ;
  531. text-align: center;
  532. width: 400px;
  533. float: left;
  534. margin-left: 10px;
  535. }
  536.  
  537. .permalink b {
  538. color: {color:Post Bold};
  539. font-weight: normal;
  540. }
  541.  
  542. .permalink a {
  543. color: {color:Post Link};
  544. text-decoration: none;
  545. }
  546.  
  547. #date {
  548. color: {color:Sidebar Italic};
  549. }
  550.  
  551. ol.notes {
  552. position: relative;
  553. z-index:444;
  554. padding: 0px;
  555. margin: 10px 0px;
  556. margin-left:10px;
  557. list-style-type: none;
  558. background: transparent;
  559. border: 0px;
  560. letter-spacing: 1px;
  561. }
  562.  
  563. ol.notes li.note {
  564. position: relative;
  565. padding: 1px;
  566. margin-left:5px;
  567. text-align: left;
  568. letter-spacing: 1px;
  569. }
  570.  
  571. .notes img{
  572. width: 20px;
  573. position: relative;
  574. top: 1px;
  575. opacity: 1;
  576. margin-left:10px;
  577. }
  578.  
  579. iframe#tumblr_controls {
  580. position: fixed !important;
  581. right:0px !important;
  582. -moz-transition: all 0.8s ease-out;
  583. -webkit-transition: opacity 0.7s linear;
  584. -webkit-transition: all 0.8s ease-out;
  585. transition: all 0.8s ease-out;
  586. opacity: 0.5;}
  587.  
  588. iframe#tumblr_controls:hover {
  589. -webkit-transition: opacity 0.7s linear;
  590. -moz-transition: all 0.4s ease-out;
  591. -webkit-transition: all 0.4s ease-out;
  592. transition: all 0.4s ease-out;
  593. opacity: 1;}
  594.  
  595. div#qTip {
  596. display: none;
  597. text-align:left;
  598. position:absolute;
  599. letter-spacing:2px;
  600. text-transform:uppercase;
  601. font-weight:bold;
  602. z-index:99;
  603. font-family:trebuchet ms;
  604. font-size:7px;
  605. padding:2px 3px;
  606. line-height:13px;
  607. color:{color:Sidebar Text};
  608. background:#FFFFFF;
  609. box-shadow:2px 2px 5px; #000;
  610. border-radius:2px;
  611. }
  612.  
  613. </style>
  614.  
  615. {block:IndexPage}
  616. {block:ifInfiniteScroll}
  617. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  618. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  619. {/block:ifInfiniteScroll}
  620. {/block:IndexPage}
  621.  
  622. </head>
  623. <body>
  624.  
  625. <div id="sidebarbg"></div>
  626. <div id="header"></div>
  627. <div id="titled">
  628. <div id="title">
  629. <i>{Title}</i>
  630. </div></div>
  631. <div id="sidebar">
  632. <div id="desc">
  633. {block:IfSidebarImage}<a href="/"><img src="{image:Sidebar}" width="160" height="auto"/></a><br />{/block:IfSidebarImage}
  634.  
  635. <div id="linkbar">
  636. <div id="linku">
  637. <a href="/" title="index">I</a>
  638. <a href="/ask" title="message">II</a>
  639. <a href="/archive" title="archive">III</a>
  640. <a href="{text:URL 1}">IV</a>
  641. <a href="{text:URL 2}">V</a>
  642. <a href="{text:URL 3}">VI</a>
  643. </div></div>
  644.  
  645. <h2>{Description}</h2>
  646.  
  647. </div>
  648. </div></div>
  649.  
  650. <div id="sidebar2">
  651. <div id="desc2">
  652.  
  653. {block:IfNotInfiniteScroll}
  654. {block:pagination}
  655. <div id="pag" align="center">
  656. {block:PreviousPage}
  657. <a href="{PreviousPage}">ยซ</a>
  658. {/block:PreviousPage}
  659.  
  660. {block:NextPage}
  661. <a href="{NextPage}">ยป</a>
  662. {/block:NextPage}
  663. </div>
  664. {/block:pagination}
  665. {/block:IfNotInfiniteScroll}
  666. </div>
  667. </div>
  668. </div></div>
  669.  
  670. <div id="credit">
  671. <a href="http://lnochi.tumblr.com">Theme</a></div>
  672.  
  673. <div id="posts">
  674. {block:Posts}
  675.  
  676. <div class="entry">
  677.  
  678. {block:Text}
  679. {block:Title}<h1><span class="title">{Title}</span></h1>{/block:Title}
  680. <span class="entrytext">{Body}</span></a>
  681. {block:IndexPage}
  682. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  683. <br/>
  684. </div>
  685. {/block:IndexPage}
  686. {/block:Text}
  687.  
  688. {block:Photo}
  689. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="">{LinkCloseTag}</center>
  690. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  691. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  692. {Caption}
  693. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  694. {block:IndexPage}
  695. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  696. </div>
  697. {/block:IndexPage}
  698. {/block:Photo}
  699.  
  700. {block:Photoset}
  701. <div class="photo">{block:IndexPage}{Photoset-400}{/block:IndexPage}
  702. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</div>
  703. {block:IndexPage}
  704. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  705. <br/>
  706. </div>
  707. {/block:IndexPage}
  708. {/block:Photoset}
  709.  
  710. {block:Quote}
  711. <div class="quote">&#10077;</div>
  712. <h2>{Quote}</h2>
  713. {block:Source}<div style="text-align: right; padding-right: 2px; font-family: trebuchet ms; font-size:7px; text-transform: uppercase; letter-spacing: 1px;">- {Source}</div>{/block:Source}
  714. {block:IndexPage}
  715. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  716. <br/>
  717. </div>
  718. {/block:IndexPage}
  719. {/block:Quote}
  720.  
  721. {block:Link}
  722. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  723. {block:Description}{Description}{/block:Description}
  724. {block:IndexPage}
  725. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  726. <br/>
  727. </div>
  728. {/block:IndexPage}
  729. {/block:Link}
  730.  
  731. {block:Chat}
  732. {block:Title}<h1>{Title}</h1>{/block:Title}
  733. {block:Lines}
  734. {block:Label}
  735. <b>{Label}</b>
  736. {/block:Label}
  737. {Line}<br />
  738. {/block:Lines}
  739. {block:IndexPage}
  740. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  741. <br/>
  742. </div>
  743. {/block:IndexPage}
  744. {/block:Chat}
  745.  
  746. {block:Audio}
  747. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  748. <div class="player">{AudioPlayerWhite}</div>
  749. <div style="font-size: 8px; margin-top: 4px; margin-left: 10px; text-transform: uppercase; line-height: 18px; letter-spacing:1px; font-family:trebuchet ms;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div>
  750. {block:IndexPage}
  751. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  752. <br/>
  753. </div>
  754. {/block:IndexPage}
  755. {/block:Audio}
  756.  
  757. {block:Video}
  758. {block:IndexPage}{Video-400}{/block:IndexPage}
  759. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  760. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  761. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  762. {Caption}
  763. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  764. {block:IndexPage}
  765. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  766. <br/>
  767. </div>
  768. {/block:IndexPage}
  769. {/block:Video}
  770.  
  771. {block:Answer}
  772. <div class="quest">{question}</div>
  773. <div class="chatt">โ—ฅ</div>
  774. <div class="askerr">{asker}</div>
  775. {answer}
  776. {block:IndexPage}
  777. <div class="permalink">Posted: <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> with {notecount} notes - <a href="{ReblogURL}" target="_blank">reblog?</a></span></a>
  778. <br/>
  779. </div>
  780. {/block:IndexPage}
  781. {/block:Answer}
  782.  
  783. </div>
  784.  
  785. {block:PermalinkPage}
  786. <div class="permalink">
  787. <center><div id="date">{block:Date}Posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}origin: <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  788. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  789. {block:PostNotes}
  790. {PostNotes}
  791. {/block:PostNotes}
  792. </div>
  793. {/block:PermalinkPage}
  794.  
  795. {/block:Posts}
  796. </div>
  797.  
  798. </body>
  799. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement