Advertisement
faluvtha

[#19] — Philosphy [RETIRED]

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