Advertisement
faluvtha

[#21] — Anesis

Aug 24th, 2012
5,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.05 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. <!-- Themes by Faluvtha@tumblr.com
  4.  
  5. -------[ Anesis Themes ]-------
  6.  
  7. ———————————————--- RULES! ---—————————————————————
  8.  
  9. - Do not remove credit!
  10. - Do not use this code as your base.
  11. - Do not claim as your own.
  12. - If you have a special customization about the codes, I won't help you unless you know what you have to do.
  13. - You can edit it likely and whatever you want but leave the credit alone.
  14. - If you have any problems regarding customization , code or anything else. Feel free to put a lovely message at Fukuo@tumblr
  15.  
  16. ———————————————--- THANK YOU! ---——————————————————
  17.  
  18. -->
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28. <meta name="if:Bigger Post" content="1"/>
  29. <meta name="if:Show Caption" content="0"/>
  30. <meta name="if:Infinite Scrolling" content="0"/>
  31. <meta name="image:Sidebar Picture" content="http://fc09.deviantart.net/fs70/f/2011/195/3/c/fem___dixon_by_iumazark-d3regcs.jpg"/>
  32. <meta name="image:Left Background" content="http://24.media.tumblr.com/tumblr_luvtrlZDsC1qiav1uo4_250.jpg"/>
  33. <meta name="image:Background" content="http://subtlepatterns.com/patterns/pinstripe.png"/>
  34. <meta name="color:Background" content="#eee" />
  35. <meta name="color:Post" content="#fff" />
  36. <meta name="color:Sidebar Background" content="#ffffff" />
  37. <meta name="color:Body" content="#777777" />
  38. <meta name="color:Description text" content="#000000" />
  39. <meta name="color:Blockquote" content="#eeeeee" />
  40. <meta name="color:Border Blockquote" content="#777777" />
  41. <meta name="color:Title" content="#ffffff"/>
  42. <meta name="color:Title background" content="#000000"/>
  43. <meta name="color:Title Post" content="#e07392"/>
  44. <meta name="color:Title background Post" content="#eeeeee"/>
  45. <meta name="color:Ask background" content="#eeeeee"/>
  46. <meta name="color:Links" content="#111111" />
  47. <meta name="color:Links Hover" content="#aaa" />
  48. <meta name="color:Bold text" content="#101010" />
  49. <meta name="color:Italic text" content="#101010" />
  50. <meta name="color:Chat Odd" content="#FBFBFB"/>
  51. <meta name="color:Chat Even" content="#F0F0F0"/>
  52. <meta name="color:Scrollbar" content="#000000" />
  53. <meta name="color:Scrollbar Background" content="#f7f7f7" />
  54. <meta name="color:Left Background" content="#f7f7f7" />
  55. <meta name="color:Menu Border" content="#777777" />
  56. <meta name="color:Menu Border Hover" content="#e07392" />
  57. <meta name="color:Menu Text Background" content="#ffffff" />
  58. <meta name="color:Menu Text Background Hover" content="#000000" />
  59. <meta name="color:Menu Background" content="#e07392" />
  60. <meta name="color:Menu Background Hover" content="#ffffff" />
  61. <meta name="color:Permalink Background" content="#eeeeee"/>
  62. <meta name="color:Permalink Background Hover" content="#ffffff"/>
  63. <meta name="color:Permalink Font" content="#a7a7a7"/>
  64. <meta name="color:Permalink Font Hover" content="#f7f7f7"/>
  65. <meta name="text:Font" content="calibri"/>
  66. <meta name="text:Font Size" content="11"/>
  67. <meta name="text:Line height" content="11.5"/>
  68. <meta name="text:Custom Link One" content=""/>
  69. <meta name="text:Custom Link One URL" content=""/>
  70. <meta name="text:Custom Link Two" content=""/>
  71. <meta name="text:Custom Link Two URL" content=""/>
  72. <meta name="text:Custom Link Three" content=""/>
  73. <meta name="text:Custom Link Three URL" content=""/>
  74. <meta name="text:Custom Link Four" content=""/>
  75. <meta name="text:Custom Link Four URL" content=""/>
  76.  
  77. <style type="text/css">
  78. {customCSS}
  79.  
  80. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  81.  
  82. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  83.  
  84. ::-webkit-scrollbar {width: 4px;}
  85.  
  86. ::-webkit-scrollbar-track-piece
  87. {background-color: {color:Scrollbar Background};}
  88.  
  89. ::-webkit-scrollbar-thumb:vertical
  90. {width:4px;
  91. background-color: {color:Scrollbar};}
  92.  
  93.  
  94. body{
  95. font-family: {text:Font};
  96. font-size: {text:Font size}px;
  97. line-height:{text:Line height}px;
  98. background-color:{color:Background};
  99. background-image:url('{image:Background}');
  100. background-position: fixed;
  101. background-attachment:fixed;
  102. background-repeat:repeat;}
  103.  
  104. li {list-style-type: square;}
  105.  
  106. a
  107. {text-decoration:none;
  108. color:{color:Links};}
  109.  
  110. a:link, a:visited, a:active
  111. {text-decoration:none;
  112. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  113. }
  114. a:hover{
  115. color:{color:Links hover};
  116. text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  117. }
  118.  
  119. .post a
  120. {text-decoration:none;
  121. color:{color:Links};
  122. border-bottom:0px solid #ccc;
  123. padding-bottom:10px;
  124. }
  125.  
  126.  
  127. .post a:hover{
  128. padding-bottom:1px;
  129. border-bottom:1px solid {color:Links hover};
  130. text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  131. }
  132.  
  133. blockquote{
  134. padding:5px;
  135. margin-top:5px;
  136. margin-bottom:5px;
  137. border-left:1px dashed {color:border blockquote};
  138. background-color:{color:blockquote};
  139. }
  140.  
  141. #sidebar
  142. {position:fixed;
  143. bottom:250px;
  144. left:230px;
  145. width:250px;
  146. padding:7px;
  147. text-align:center;
  148. font-family:consolas;
  149. font-size:8px;
  150. background-color:{color:Sidebar Background};}
  151.  
  152. #side {
  153. background-image:url('{image:Left background}');
  154. background-position: fixed;
  155. background-attachment:fixed;
  156. background-repeat:repeat;
  157. background-color:{color:Left Background};
  158. background-attachment:fixed;
  159. width:215px;
  160. height:100%;
  161. top:0;
  162. left:0px;
  163. z-index:1;
  164. position:fixed;
  165. }
  166.  
  167. #icon {
  168. position:fixed;
  169. left:69px;
  170. top:100px;
  171. }
  172.  
  173. .titles {
  174. font-size:17px;
  175. font-style:italic;
  176. font-weight:lighter;
  177. font-family:georgia;
  178. text-align:right;
  179. padding-left:10px;
  180. border-right:55px solid {color:Title Post};
  181. background-color:{color:Title Background Post};
  182. padding:6px;
  183. }
  184.  
  185.  
  186. #title {
  187. font-family:cambria;
  188. font-size:22px;
  189. font-weight:lighter;
  190. line-height:40px;
  191. background-color:{color:Title background};
  192. text-transform:none;
  193. letter-spacing:-1px;
  194. margin-bottom:0px;
  195. color:{color:Title};
  196. }
  197.  
  198. #description {
  199. color:{color:description text};
  200. text-align:justify;
  201. font-family: {text:Font};
  202. font-size: {text:Font size}px;
  203. width:250px;
  204. margin-top:7px;
  205. }
  206.  
  207. #posts{
  208. {block:IndexPage}
  209. width:430px;
  210. margin-left:510px;
  211. {/block:IndexPage}
  212. {block:PermalinkPage}
  213. width:530px;
  214. margin-left:510px;
  215. {/block:PermalinkPage}
  216. }
  217.  
  218. .post {
  219. {block:IndexPage}
  220. {block:IfBiggerPost}
  221. width:500px;
  222. {/block:IfBiggerPost}
  223. {block:IfNotBiggerPost}
  224. width:400px;
  225. {block:IfNotBiggerPost}
  226. {/block:IndexPage}
  227. {block:PermalinkPage}
  228. width:500px;
  229. {/block:PermalinkPage}
  230. padding:5px;
  231. margin-top:10px;
  232. margin-bottom:5px;
  233. padding:8px;
  234. background-color:{color:Post};
  235. color:{color:Body};
  236. moz-border-radius:10px 10px 10px 10px;
  237. -webkit-border-radius:10px 10px 10px 10px;
  238. border-radius:10px 10px 10px 10px;
  239. }
  240.  
  241.  
  242. .post img {
  243. max-width:100%;
  244. moz-border-radius:10px 10px 10px 10px;
  245. -webkit-border-radius:10px 10px 10px 10px;
  246. border-radius:10px 10px 10px 10px;
  247. }
  248.  
  249. .chats .chat {
  250. background: {color:Chat Odd};
  251. padding: 5px;
  252. margin-bottom:0px;
  253. }
  254.  
  255. .chats .chat.even {
  256. background: {color:Chat Even};
  257. }
  258.  
  259. #menu{
  260. position:fixed;
  261. width:200px;
  262. padding:5px;
  263. margin-top:200px;
  264. margin-left:0px;
  265. z-index:3;
  266. padding:8px;
  267. }
  268.  
  269. .menu {
  270. float:left;
  271. width:65px;
  272. display:inline-block;
  273. height:8px;
  274. margin-bottom:6px;
  275. margin-left:5px;
  276. text-align:center;
  277. background-color: {color:menu background};
  278. padding-bottom:12px;
  279. padding-top:8px;
  280. padding-right:10px;
  281. padding-left:10px;
  282. text-decoration:none;
  283. color:{color:menu text background};
  284. font-family:consolas;
  285. font-size:8px;
  286. text-transform:uppercase;
  287. text-align:center;
  288. letter-spacing:2px;
  289. border-left:4px solid {color:menu border};
  290. border-right:4px solid {color:menu border};
  291. -webkit-transition: all 0.7s ease;
  292. -moz-transition: all 0.7s ease;
  293. -o-transition: all 0.7s ease;}
  294.  
  295. .menu:hover{
  296. letter-spacing:5px;
  297. border-left:4px solid {color:menu border hover};
  298. border-right:4px solid {color:menu border hover};
  299. background-color: {color:menu background hover};
  300. color:{color:menu text background hover};
  301. -webkit-transition: all 0.7s ease;
  302. -moz-transition: all 0.7s ease;
  303. -o-transition: all 0.7s ease;}
  304.  
  305. b, em, strong{
  306. color: {color:Bold text};
  307. font-weight:bold;
  308. }
  309.  
  310. i, em {
  311. color: {color:Italic text};
  312. font-weight:lighter;
  313. font-style:italic;
  314. }
  315.  
  316. .cover {
  317. width:200px;
  318. position:relative;
  319. z-index:1
  320. }
  321.  
  322. .playbutton {
  323. width:20px;
  324. height: 30px;
  325. overflow: hidden;
  326. position:relative;
  327. z-index:100;
  328. margin: 15px 24px 13px 16px;
  329. }
  330.  
  331.  
  332. .playbox {
  333. background-color: #ffffff;
  334. position: absolute;
  335. z-index: 1000;
  336. margin-top:80px;
  337. margin-left:70px;
  338. -webkit-border-radius:100px;
  339. -moz-border-radius: 100px; border-radius: 100px;}
  340.  
  341. .audioplayer {
  342. position:absolute;
  343. margin-left:200px;
  344. margin-top:-140px;
  345. padding-bottom:7px;
  346. }
  347.  
  348. .artist , .track , .play {
  349. width:150px;
  350. margin-top:-7px;
  351. margin-left:10px;
  352. padding:5px;
  353. background-color: {color:Blockquote};
  354. }
  355.  
  356. .source{
  357. font-style:italic;
  358. margin-left:25px;
  359. margin:5px;
  360. }
  361.  
  362.  
  363. .ask{
  364. padding:5px;
  365. background-color: {color:Ask background};
  366. font-family:calibri;
  367. font-size:9.5px;
  368. }
  369.  
  370.  
  371. .asker {
  372. margin-top:8px;
  373. font-size:8px;
  374. font-family:consolas;
  375. text-transform: uppercase;
  376. margin-left:25px;
  377. letter-spacing: 1px;
  378. }
  379.  
  380. .askera {
  381. margin-top:8px;
  382. margin-left:45px;
  383. -moz-border-radius:5px;
  384. border-radius:5px;
  385. -o-border-radius:5px;
  386. }
  387.  
  388. .uh {
  389. color: {color:Ask Background};
  390. margin-top:-18px;
  391. font-size:40px;
  392. margin-left:10px;
  393. }
  394.  
  395.  
  396. .links{
  397. text-align:center;
  398. font-family:georgia;
  399. font-style:oblique;
  400. font-size:11px;
  401. padding:13px;
  402. border-bottom:1px dashed {color:border blockquote};
  403. }
  404.  
  405. .sa{
  406. font-size:17px;
  407. font-style:italic;
  408. font-weight:lighter;
  409. font-family:georgia;
  410. text-align:right;
  411. padding-left:10px;
  412. border-right:55px solid {color:Title Post};
  413. background-color:{color:Title Background Post};
  414. padding:6px;
  415. }
  416.  
  417. .si {
  418. font-size:17px;
  419. font-style:italic;
  420. font-weight:lighter;
  421. font-family:georgia;
  422. text-align:right;
  423. padding-left:10px;
  424. border-right:55px solid {color:Title Post};
  425. background-color:{color:Title Background Post};
  426. padding:6px;
  427. }
  428.  
  429. .pagination {
  430. text-align:center;
  431. left:80px;
  432. bottom:40px;
  433. position:fixed;
  434. bottom:10px;
  435. font-size:22px;
  436. z-index:9999999;
  437. }
  438.  
  439. #permalinks{
  440. width:500px;
  441. z-index:999;
  442. padding:8px;
  443. color:{color:Body};
  444. }
  445.  
  446. #permalinks li {list-style-type:none;}
  447.  
  448. #permalinks img {
  449. width:10px;
  450. border-radius:6px;
  451. opacity:0.5;
  452. margin:5px;
  453. }
  454.  
  455. #source {
  456. font-family:consolas;
  457. text-transform:uppercase;
  458. font-size:8px;
  459. opacity:0;
  460. position:absolute;
  461. margin-top:-60px;
  462. {block:IfBiggerPost}
  463. margin-left:530px;
  464. {/block:IfBiggerPost}
  465. {block:IfNotBiggerPost}
  466. margin-left:430px;
  467. {block:IfNotBiggerPost}
  468. text-align:center;
  469. padding:8px;
  470. width:90px;
  471. background-color: {color:Permalink Background};
  472. -webkit-transition: all 0.7s ease;
  473. -moz-transition: all 0.7s ease;
  474. -o-transition: all 0.7s ease;
  475. }
  476.  
  477. .post:hover #source {
  478. moz-border-radius:10px 10px 10px 10px;
  479. -webkit-border-radius:10px 10px 10px 10px;
  480. border-radius:10px 10px 10px 10px;
  481. margin-top:60px;
  482. background-color: {color:Permalink Background Hover};
  483. opacity:1;
  484. }
  485.  
  486. #source img {
  487. margin-top:6px;
  488. display:inline-block;
  489. width:20px;
  490. height:20px;
  491. margin-right:6px;
  492. border:2px solid;
  493. border-color:{Blockquote};
  494. moz-border-radius:3px 3px 3px 3px;
  495. -webkit-border-radius:3px 3px 3px 3px;
  496. border-radius:3px 3px 3px 3px;
  497. }
  498.  
  499. #permalink {
  500. font-family:consolas;
  501. text-transform:uppercase;
  502. font-size:8px;
  503. opacity:0;
  504. position:absolute;
  505. margin-top:70px;
  506. {block:IfBiggerPost}
  507. margin-left:530px;
  508. {/block:IfBiggerPost}
  509. {block:IfNotBiggerPost}
  510. margin-left:430px;
  511. {block:IfNotBiggerPost}
  512. text-align:center;
  513. padding:8px;
  514. width:90px;
  515. background-color: {color:Permalink Background};
  516. -webkit-transition: all 0.7s ease;
  517. -moz-transition: all 0.7s ease;
  518. -o-transition: all 0.7s ease;
  519. }
  520.  
  521. .post:hover #permalink {
  522. moz-border-radius:10px 10px 10px 10px;
  523. -webkit-border-radius:10px 10px 10px 10px;
  524. border-radius:10px 10px 10px 10px;
  525. margin-top:0px;
  526. background-color: {color:Permalink Background Hover};
  527. opacity:1;
  528. }
  529.  
  530. a.permalink {
  531. color: {color:Permalink Font};
  532. }
  533.  
  534. a.permalink:hover {
  535. color: {color:Permalink Font Hover};
  536. }
  537.  
  538.  
  539. #credit {
  540. position:fixed;
  541. bottom:6px;
  542. right:6px;
  543. font-family:garamond;
  544. font-size:13px;
  545. font-weight:lighter;
  546. text-transform:uppercase;}
  547.  
  548. #credit a{
  549. color:{color:links};
  550. text-decoration:none;
  551. opacity:0.6;
  552. }
  553.  
  554. #credit a:hover {
  555. color:{color:links};
  556. text-decoration:none;
  557. opacity:1;
  558. }
  559.  
  560. </style>
  561.  
  562. {block:IfInfiniteScrolling}
  563. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  564. {/block:IfInfiniteScrolling}
  565.  
  566. </head>
  567. <body>
  568.  
  569. <div id="side">
  570. <div id="icon"><img src="{PortraitURL-96}" style="height:70px;width:70px;border:5px solid {color:Title Post};"></img></div>
  571. <div id="menu">
  572. <a href="/" class="menu">home</a>
  573. <a href="/ask" class="menu">message</a>
  574. <a href="/archive" class="menu">archive</a>
  575. {block:IfCustomLinkOne}<a href="{text:Custom Link One URL}" class="menu">{text:Custom Link One}</a>{/block:IfCustomLinkOne}
  576. {block:IfCustomLinkTwo}<a href="{text:Custom Link Two URL}" class="menu">{text:Custom Link Two}</a>{/block:IfCustomLinkTwo}
  577. {block:IfCustomLinkThree}<a href="{text:Custom Link Three URL}" class="menu">{text:Custom Link Three}</a>{/block:IfCustomLinkThree}
  578. {block:IfCustomLinkFour}<a href="{text:Custom Link Four URL}" class="menu">{text:Custom Link Four}</a>{/block:IfCustomLinkFour}
  579. <a href="http://faluvtha.tumblr.com" class="menu">theme</a>
  580. </div>
  581.  
  582. </div>
  583. <div id="sidebar">
  584. <div id="title">{title}</div>
  585. <img src="{image:Sidebar Picture}"width="250px">
  586. <div id="description">
  587. <div style="float:left; font-size: 28px; margin-top:8px;margin-right:5px;">❞</div>
  588. {description}
  589. </div>
  590.  
  591. {block:IfNotInfiniteScrolling}
  592. <div class="pagination">
  593. {block:previouspage}
  594. <a href="{previouspage}" title="previous page">«</a>
  595. {/block:previouspage}
  596. {block:nextpage}
  597. <a href="{nextpage}" title="next page">»</a>
  598. {/block:nextpage}
  599. <br>
  600. <br>
  601. <center>
  602. <i>{currentpage} / {totalpages}</center></i>
  603. </div>
  604. {/block:IfNotInfiniteScrolling}
  605. </div>
  606.  
  607. <div id="posts">
  608.  
  609. {block:IfInfiniteScrolling}
  610. <div class="autopagerize_page_element">
  611. {/block:IfInfiniteScrolling}
  612.  
  613. {block:Posts}
  614.  
  615. <div class="post">
  616.  
  617. {block:IndexPage}
  618. <div id="permalink">
  619. + <a href="{Permalink}" class="permalink"> {NoteCountWithLabel} | {24Hour}:{Minutes}{AmPm} </a>
  620. </div>
  621.  
  622. <div id="source">
  623. <a href="{reblogURL}" class="permalink">+ reblog</a>
  624. <br>
  625. <div style="margin-top:3px;margin-bottom:3px;border-bottom:1px dotted {color:border blockquote};"></div>
  626. {block:RebloggedFrom} <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-30}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-30}"></a>{/block:RebloggedFrom}
  627. </div>
  628.  
  629. {block:IndexPage}
  630.  
  631. {block:Text}
  632. {block:Title}
  633. <div class="titles"><a href="{Permalink}">{Title}</a></div>
  634. {/block:Title}
  635. {Body}
  636. {/block:Text}
  637.  
  638. {block:Photo}
  639. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag} {/block:PermalinkPage}
  640. {block:IndexPage}
  641. {block:IfBiggerPost}
  642. {LinkOpenTag}
  643. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  644. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>
  645. {linkCloseTag}
  646. {/block:IfBiggerPost}
  647.  
  648.  
  649. {block:IfNotBiggerPost}
  650. {LinkOpenTag}
  651. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  652. <img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>
  653. {linkCloseTag}
  654. {/block:IfNotBiggerPost}
  655. {/block:IndexPage}
  656.  
  657. {block:IfShowCaption}
  658. {block:Caption}{Caption}{/block:Caption}
  659. {/block:IfShowCaption}
  660.  
  661. {block:IfNotShowCaption}{block:PermalinkPage}
  662. {block:Caption}{Caption}{/block:Caption}
  663. {block:PermalinkPage}{/block:IfNotShowCaption}
  664. {/block:Photo}
  665.  
  666. {block:Photoset}
  667. {block:PermalinkPage}{Photoset-500} {/block:PermalinkPage}
  668. {block:IndexPage}
  669. {block:IfBiggerPost}
  670. {Photoset-500}
  671. {/block:IfBiggerPost}
  672.  
  673. {block:IfNotBiggerPost}
  674. {Photoset-400}
  675. {/block:IfNotBiggerPost}
  676. {/block:IndexPage}
  677. {block:IfShowCaption}
  678. {block:Caption}{Caption}{/block:Caption}
  679. {/block:IfShowCaption}
  680.  
  681. {block:IfNotShowCaption}{block:PermalinkPage}
  682. {block:Caption}{Caption}{/block:Caption}
  683. {block:PermalinkPage}{/block:IfNotShowCaption}
  684. {/block:Photoset}
  685.  
  686. {block:Quote}
  687. <div class="links">❝{Quote}❞</div>
  688. {block:Source}
  689. <div class="source"> — {Source} </div>
  690. {/block:Source}
  691. {/block:Quote}
  692.  
  693. {block:Link}
  694. <div class="sa">
  695. &rarr; <a href="{URL}" {Target}>{Name}</a>
  696. </div>
  697. {block:Description}
  698. {Description}
  699. {/block:Description}{/block:Link}
  700.  
  701. {block:Chat}
  702. {block:Title}
  703. <div class="si">{Title}</div>
  704. {/block:Title}
  705. <div class="chats">
  706. {block:Lines}
  707. <div class="chat {Alt}">{block:Label}<i>{Label}</i>{/block:Label} {Line}</div>
  708. {/block:Lines}
  709. </div>
  710. {/block:Chat}
  711.  
  712. {block:Audio}
  713. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  714. {block:AlbumArt}
  715. <img src="{AlbumArtURL}" class="cover">
  716. {/block:AlbumArt}
  717.  
  718. <div class="audioplayer">
  719. <div class="artist"> {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}</div> <br /> <div class="track"><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div> <br /> <b> <div class="play">Plays: </b> {PlayCountWithLabel} </div> </div>
  720.  
  721. {/block:Audio}
  722.  
  723. {block:Video}
  724. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  725. {block:IndexPage}
  726. {block:IfBiggerPost}
  727. {video-500}
  728. {/block:IfBiggerPost}
  729.  
  730. {block:IfNotBiggerPost}
  731. {video-400}
  732. {/block:IfNotBiggerPost}
  733. {/block:IndexPage}
  734. {block:IfShowCaption}
  735. {block:Caption}{Caption}{/block:Caption}
  736. {/block:IfShowCaption}
  737.  
  738. {block:IfNotShowCaption}{block:PermalinkPage}
  739. {block:Caption}{Caption}{/block:Caption}
  740. {block:PermalinkPage}{/block:IfNotShowCaption}
  741. {/block:Video}
  742.  
  743. {block:Answer}
  744. <div class="ask">{Question}</div>
  745. <div style="margin-left:45px;margin-top:5px;"><img src="{AskerPortraitURL-16}" style="padding:2px; border:1px solid #ccc;"></div><div style="margin-left:75px;margin-top:-20px;font-family:consolas;font-size:8px;text-transform:uppercase;">{asker}</div>
  746. <div class="uh">◥</div>
  747. <br>
  748. <br>
  749. <br>
  750. {Answer}
  751. {/block:Answer}
  752. </div>
  753.  
  754. {block:PermalinkPage}
  755. <div id="permalinks">
  756. {block:Date}
  757. <center><span style="text-transform:uppercase; font-size:15px;margin-top:5px;margin-bottom:5px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</span></center><br/>{/block:Date}
  758. <div style="border-bottom:1px dotted {color:border blockquote};"></div>
  759. <br>
  760. {block:RebloggedFrom}<b>original:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  761. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  762. {block:HasTags} {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  763. <div style="border-bottom:1px solid {color:border blockquote};margin-bottom:5px;"></div>
  764. <i>navigate</i>:
  765. <a href="/">index</a> , <a href="/random">random</a> , <a href="{reblogURL}">reblog</a>
  766. <div style="border-bottom:1px solid {color:border blockquote};margin-top:5px;"></div>
  767. {block:PostNotes}
  768. {PostNotes}
  769. {/block:PostNotes}
  770. </div>
  771. {/block:PermalinkPage}
  772. {/block:Posts}
  773. </div>
  774.  
  775.  
  776. <!-- DO NOT REMOVE -->
  777. <div id="credit">
  778. <a href="http://faluvtha.tumblr.com">✂</a>
  779. </div>
  780.  
  781. </body>
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement