Advertisement
gasphard-ulliel

001: Lionheart

Dec 31st, 2012
5,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.75 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5.  
  6. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  7. <script src="/path/to/jquery.masonry.min.js"></script>
  8.  
  9. <!--DEFAULT VARIABLES-->
  10. <meta name="if:Caption" content="1">
  11. <meta name="if:MusicCaption" content="0">
  12. <meta name="if:Grayscale" content="0">
  13. <meta name="if:EndlessScrolling" content="0">
  14. <meta name="if:HoverTag" content="1">
  15. <meta name="if:AudioPlayerWhite" content="1">
  16. <meta name="image:Background" content="http://static.tumblr.com/qdohxsb/lQJmfwp1a/gplaypattern.png">
  17. <meta name="image:Sidebar" content="">
  18. <meta name="text:Font Size" content="12px">
  19. <meta name="text:Post Font" content="Cambria">
  20. <meta name="text:Tag Font" content="Cambria">
  21. <meta name="text:Tag Font Size" content="9px">
  22. <meta name="text:Tag Symbol" content="#">
  23. <meta name="text:Text Align" content="justify">
  24.  
  25. <!--DEFAULT COLORS-->
  26. <meta name="color:Background" content="#fff">
  27. <meta name="color:Blockquote" content="#000">
  28. <meta name="color:Border" content="#000">
  29. <meta name="color:Hover" content="#000">
  30. <meta name="color:Links" content="#000">
  31. <meta name="color:Notes" content="#000">
  32. <meta name="color:Pagination" content="#fff">
  33. <meta name="color:Post Title" content="#fff">
  34. <meta name="color:Posts" content="#fff">
  35. <meta name="color:Scrollbar" content="#000">
  36. <meta name="color:Scrollbar Background" content="#fff">
  37. <meta name="color:Sidelinks" content="#000">
  38. <meta name="color:Sidelinks Text" content="#fff">
  39. <meta name="color:Sidebar" content="#000">
  40. <meta name="color:Text" content="#000">
  41. <meta name="color:Title" content="#000">
  42. <meta name="color:Title Background" content="#fff">
  43.  
  44. <!--DEFAULT LINKS-->
  45. <meta name="text:Link01" content="http://">
  46. <meta name="text:Link02" content="http://">
  47. <meta name="text:Link03" content="http://">
  48. <meta name="text:Link04" content="http://">
  49. <meta name="text:Link05" content="http://">
  50. <meta name="text:Link06" content="http://">
  51. <meta name="text:Link07" content="http://">
  52. <meta name="text:Link08" content="http://">
  53. <meta name="text:Title01" content="link 01">
  54. <meta name="text:Title02" content="link 02">
  55. <meta name="text:Title03" content="link 03">
  56. <meta name="text:Title04" content="link 04">
  57. <meta name="text:Title05" content="link 05">
  58. <meta name="text:Title06" content="link 06">
  59. <meta name="text:Title07" content="link 07">
  60. <meta name="text:Title08" content="link 08">
  61.  
  62. <head>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:description}
  68. <meta name="description" content="{MetaDescription}"/>
  69. {/block:description}
  70.  
  71.  
  72. <script type="text/javascript"
  73. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  74.  
  75. <script type="text/javascript" src="http://static.tumblr.com/qdohxsb/ABDmfuocd/linktitle.js"></script>
  76.  
  77. <script>
  78. $().ready(function() {
  79. $("[title]").style_my_tooltips({
  80. tip_follows_cursor: "on",
  81. tip_delay_time: 200
  82. });
  83. });
  84. </script>
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. #s-m-t-tooltip{
  90. position:fixed;
  91. max-width:300px;
  92. padding:2px 4px 2px 4px;
  93. background:{color:Border};
  94. z-index:10000000000;
  95. display:inline-block;
  96. font-family:{text:Tag Font};
  97. font-size: {text:Tag Font Size};
  98. font-style: italic;
  99. line-height:16px;
  100. color:{color:Notes};
  101. }
  102.  
  103. /*BASIC*/
  104.  
  105. body {
  106. background-color: {color:Background};
  107. background-image: url('{image:Background}');
  108. background-attachment: fixed;
  109. font-family: {text:Post Font};
  110. font-size: {text:Font Size};
  111. text-align: {text:Text Align};
  112. }
  113.  
  114. a:link, a:active, a:visited {
  115. color: {color:Links};
  116. text-decoration: none;
  117. transition: all 0.6s ease-out;
  118. -webkit-transition: all 0.6s ease-out;
  119. -moz-transition: all 0.6s ease-out;
  120. -o-transition: all 0.6s ease-out;
  121. }
  122.  
  123. a:hover {
  124. color: {color:Hover};
  125. transition: all 0.6s ease-out;
  126. -webkit-transition: all 0.6s ease-out;
  127. -moz-transition: all 0.6s ease-out;
  128. -o-transition: all 0.6s ease-out;
  129. }
  130.  
  131. ::selection {
  132. color: {color:Background};
  133. background-color: {color:Hover};
  134. }
  135.  
  136. ::-moz-selection {
  137. color: {color:Background};
  138. background-color: {color:Hover};
  139. }
  140.  
  141. ::-webkit-selection {
  142. color: {color:Background};
  143. background-color: {color:Hover};
  144. }
  145.  
  146. ::-webkit-scrollbar-thumb {
  147. background-color: {color:Scrollbar};
  148. }
  149.  
  150. ::-webkit-scrollbar {
  151. width: 10px;
  152. background-color: {color:Scrollbar Background};
  153. }
  154.  
  155. /*SIDEBAR*/
  156.  
  157. #container {
  158. position: fixed;
  159. margin-left: -10px;
  160. margin-top: -10px;
  161. width: 310px;
  162. height: 110%;
  163. background-color: {color:Sidebar};
  164. border-right: 2px solid {color:Border};
  165. }
  166.  
  167. .title {
  168. margin-top: 30px;
  169. margin-left: 30px;
  170. font-size: 18px;
  171. text-transform: uppercase;
  172. text-align: center;
  173. width: 240px;
  174. letter-spacing: 2px;
  175. padding: 5px;
  176. color: {color:Title};
  177. background-color: {color:Title Background};
  178. }
  179.  
  180. .sidebar {
  181. margin-top: 5px;
  182. margin-left: 30px;
  183. position: auto;
  184. width: 250px;
  185. min-height: 0px;
  186. }
  187.  
  188. .desc {
  189. margin-top: 5px;
  190. margin-left: 30px;
  191. width: 250px;
  192. color: {color:Text};
  193. font-style: italic;
  194. padding-bottom: 5px;
  195. border-bottom: 1px solid {color:Sidelinks};
  196. }
  197.  
  198. #linkbox {
  199. margin-top: 10px;
  200. margin-left: 30px;
  201. position: auto;
  202. width: 250px;
  203. }
  204.  
  205. .links {
  206. width: 250px;
  207. text-align: center;
  208. }
  209.  
  210. .links a {
  211. display: inline-block;
  212. padding: 3px 5px 2px 5px;
  213. margin-left: 1px;
  214. margin-right: 1px;
  215. margin-bottom: 4px;
  216. background-color: {color:Sidelinks};
  217. color: {color:Sidelinks Text};
  218. text-transform: uppercase;
  219. font-size: {text:Tag Font Size};
  220. font-family: {text:Tag Font};
  221. border-bottom: 1px solid {color:Sidelinks};
  222. }
  223.  
  224. .links a:hover {
  225. color: {color:Sidelinks Text};
  226. border-bottom: 1px solid {color:Border};
  227. }
  228.  
  229. /*PAGINATION*/
  230.  
  231. .pagination {
  232. position: auto;
  233. margin-top: 10px;
  234. margin-left: 30px;
  235. width: 250px;
  236. text-align: center;
  237. color: {color:Pagination};
  238. font-size: 10px;
  239. }
  240.  
  241. .pagination a {
  242. color: {color:Pagination};
  243. margin-left: 5px;
  244. margin-right: 5px;
  245. transition: all 0.6s ease-out;
  246. -webkit-transition: all 0.6s ease-out;
  247. -moz-transition: all 0.6s ease-out;
  248. -o-transition: all 0.6s ease-out;
  249. }
  250.  
  251. .pagination a:hover {
  252. color: {color:Border};
  253. text-decoration: none;
  254. border-bottom: none;
  255. transition: all 0.6s ease-out;
  256. -webkit-transition: all 0.6s ease-out;
  257. -moz-transition: all 0.6s ease-out;
  258. -o-transition: all 0.6s ease-out;
  259. }
  260.  
  261. /*POSTS*/
  262.  
  263. #posts {
  264. margin-left: 300px;
  265. background-color: {color:Background};
  266. margin-top: 0px;
  267. margin-bottom: 0px;
  268. height: 100%;
  269. position: relative;
  270. width: 630px;
  271. }
  272.  
  273. .postz {
  274. margin-top: 20px;
  275. margin-bottom: 20px;
  276. width: 540px;
  277. margin-left: 40px;
  278. height: auto;
  279. float: left;
  280. position: relative;
  281. background-color: {color:Posts};
  282. opacity: 1;
  283. border: 2px solid {color:Border};
  284. }
  285.  
  286. .entry {
  287. background-color: transparent;
  288. color: {color:Text};
  289. width: 500px;
  290. text-align: justify;
  291. float: left;
  292. z-index: 999;
  293. line-height: 14px;
  294. padding: 0px;
  295. margin-bottom: 5px;
  296. padding: 20px;
  297. -webkit-transition: all 0.6s ease-out;
  298. -moz-transition: all 0.6s ease-out;
  299. -o-transition: all 0.6s ease-out;
  300. position: relative;
  301. }
  302.  
  303. .entry h1{
  304. color: {color:Post Title};
  305. text-transform: uppercase;
  306. font-size: 18px;
  307. font-weight: normal;
  308. letter-spacing: 2px;
  309. text-align: center;
  310. line-height: 110%;
  311. }
  312.  
  313. .entry h2{
  314. text-transform: none;
  315. text-decoration: none;
  316. letter-spacing: 1px;
  317. text-align: center;
  318. font-weight:normal;
  319. font-size: 14px;
  320. }
  321.  
  322. .entry blockquote {
  323. color: {color:Text};
  324. margin-right: 0px;
  325. margin-left: 0px;
  326. padding-left: 5px;
  327. border-left: 5px solid {color:Blockquote};
  328. text-align: justify;
  329. max-width: 100%;
  330. }
  331.  
  332. .entry img {
  333. max-width: 500px;
  334. padding: 0px;
  335. {block:ifgrayscale}-webkit-filter: grayscale(100%);
  336. -moz-filter: grayscale(100%);
  337. -ms-filter: grayscale(100%);
  338. -o-filter: grayscale(100%);{/block:ifgrayscale}
  339. -webkit-transition: all 0.7s ease-in-out;
  340. -moz-transition: all 0.7s ease-in-out;
  341. -o-transition: all 0.7s ease-in-out;
  342. }
  343.  
  344. .postz:hover .entry img {
  345. {block:ifgrayscale}-webkit-filter: grayscale(0%);
  346. -moz-filter: grayscale(0%);
  347. -ms-filter: grayscale(0%);
  348. -o-filter: grayscale(0%);{/block:ifgrayscale}
  349. -webkit-transition: all 0.7s ease-in-out;
  350. -moz-transition: all 0.7s ease-in-out;
  351. -o-transition: all 0.7s ease-in-out;
  352. }
  353.  
  354. .photo {
  355. max-width: 500px;
  356. padding: 0px;
  357. {block:ifgrayscale}-webkit-filter: grayscale(100%);
  358. -moz-filter: grayscale(100%);
  359. -ms-filter: grayscale(100%);
  360. -o-filter: grayscale(100%);{/block:ifgrayscale}
  361. -webkit-transition: all 0.7s ease-in-out;
  362. -moz-transition: all 0.7s ease-in-out;
  363. -o-transition: all 0.7s ease-in-out;
  364. }
  365.  
  366. .postz:hover .photo {
  367. {block:ifgrayscale}-webkit-filter: grayscale(0%);
  368. -moz-filter: grayscale(0%);
  369. -ms-filter: grayscale(0%);
  370. -o-filter: grayscale(0%);{/block:ifgrayscale}
  371. -webkit-transition: all 0.7s ease-in-out;
  372. -moz-transition: all 0.7s ease-in-out;
  373. -o-transition: all 0.7s ease-in-out;
  374. }
  375.  
  376. .ask {
  377. text-align: center;
  378. font-style: italic;
  379. padding-bottom: 5px;
  380. border-bottom: 1px solid {color:Hover};
  381. }
  382.  
  383. .answer {
  384. padding: 0px 0px 0px 0px;
  385. margin-left: 0px;
  386. text-align: justify;
  387. margin-top: 5px;
  388. }
  389.  
  390. .chat {
  391. text-align: justify;
  392. line-height: 100%;
  393. }
  394.  
  395. .chat b {
  396. color: {color:hover};
  397. }
  398.  
  399. .audioplay {
  400. height: 30px;
  401. margin-top: 38px;
  402. margin-left: 38px;
  403. height: 28px;
  404. width: 28px;
  405. opacity: 0.7;
  406. overflow:hidden;
  407. float:left;
  408. position: absolute;
  409. z-index: 1002;
  410. }
  411.  
  412. .audiodesc {
  413. color: {color:Text};
  414. text-align: center;
  415. width: 385px;
  416. overflow: hidden;
  417. margin-left: 110px;
  418. margin-top: 6px;
  419. display: block;
  420. position: absolute;
  421. line-height: 20px;
  422. padding: 5px;
  423. }
  424.  
  425. .albumart {
  426. z-index: 1001;
  427. width: 100px;
  428. height: 100px;
  429. overflow: hidden;
  430. text-align: left;
  431. position: absolute;
  432. }
  433.  
  434. .albumart2 {
  435. z-index: 1000;
  436. width: 100px;
  437. height: 100px;
  438. overflow: hidden;
  439. }
  440.  
  441. .dates {
  442. opacity: 1;
  443. margin-left: 130px;
  444. width: 340px;
  445. font-size: {text:Tag Font Size};
  446. font-family: {text:Tag Font};
  447. text-align: center;
  448. color: {color:Notes};
  449. position: relative;
  450. padding: 5px 10px 5px 10px;
  451. background-color: {color:Border};
  452. text-transform: uppercase;
  453. letter-spacing: 0px;
  454. margin-top: -30px;
  455. line-height: 12px;;
  456. -webkit-transition: all 0.6s ease-out;
  457. -moz-transition: all 0.6s ease-out;
  458. -o-transition: all 0.6s ease-out;
  459. float: left;
  460. }
  461.  
  462. .dates a {
  463. color: {color:notes};
  464. -webkit-transition: all 0.6s ease-out;
  465. -moz-transition: all 0.6s ease-out;
  466. -o-transition: all 0.6s ease-out;
  467. }
  468.  
  469. .dates a:hover {
  470. color: {color:Posts};
  471. -webkit-transition: all 0.6s ease-out;
  472. -moz-transition: all 0.6s ease-out;
  473. -o-transition: all 0.6s ease-out;
  474. }
  475.  
  476. .permalink {
  477. position: relative;
  478. text-align: left;
  479. padding: 0px 0px 0px 5px;
  480. background-color: transparent;
  481. width: 220px;
  482. border-left: 10px solid {color:Border};
  483. text-transform: uppercase;
  484. {block:IfHoverTag}margin-left: 400px;
  485. opacity: 0;
  486. color: transparent;{/block:IfHoverTag}
  487. {block:IfNotHoverTag}margin-left: 547px;
  488. opacity: 1;
  489. color: {color:Notes};{/block:IfNotHoverTag}
  490. letter-spacing: 0px;
  491. font-size: {text:Tag Font Size};
  492. font-family: {text:Tag Font};
  493. margin-top: -2px;
  494. z-index: 1000;
  495. -webkit-transition: all 0.6s ease-out;
  496. -moz-transition: all 0.6s ease-out;
  497. -o-transition: all 0.6s ease-out;
  498. }
  499.  
  500. .postz:hover .permalink {
  501. {block:IfHoverTag}margin-left: 547px;
  502. opacity: 1;{/block:IfHoverTag}
  503. -webkit-transition: all 0.6s ease-out;
  504. -moz-transition: all 0.6s ease-out;
  505. -o-transition: all 0.6s ease-out;
  506. }
  507.  
  508. .permalink a {
  509. {block:IfHoverTag}color: transparent;{/block:IfHoverTag}
  510. {block:IfNotHoverTag}color: {color:Notes};{/block:IfNotHoverTag}
  511. -webkit-transition: all 0.4s ease-out;
  512. -moz-transition: all 0.4s ease-out;
  513. -o-transition: all 0.4s ease-out;
  514. }
  515.  
  516. .postz:hover .permalink a {
  517. {block:IfHoverTag}color: {color:Notes};{/block:IfHoverTag}
  518. -webkit-transition: all 0.4s ease-out;
  519. -moz-transition: all 0.4s ease-out;
  520. -o-transition: all 0.4s ease-out;
  521. }
  522.  
  523. .permalink a:hover {
  524. color: {color:Posts};
  525. -webkit-transition: all 0.3s ease-out;
  526. -moz-transition: all 0.3s ease-out;
  527. -o-transition: all 0.3s ease-out;
  528. }
  529.  
  530. ol.notes{
  531. padding: 0px;
  532. text-align: left;
  533. list-style-type: none;
  534. }
  535.  
  536. ol.notes li.notes{
  537. padding: 0px;
  538. text-align: left;
  539. }
  540.  
  541. .permalink2 {
  542. font-size: 10px;
  543. padding-bottom:5px;
  544. padding-top:0px;
  545. margin-bottom:10px;
  546. line-height:110%;
  547. color: {color:notes};
  548. text-transform: uppercase;
  549. text-align: center;
  550. position: relative;
  551. margin-left: 20px;
  552. float: left;
  553. width: 520px;
  554. height: auto;
  555. padding-left: 20px;
  556. padding-right: 20px;
  557. }
  558.  
  559. /*CREDIT*/
  560.  
  561. .credit {
  562. position: fixed;
  563. color: {color: Scrollbar Background};
  564. background-color: {color:Scrollbar};
  565. bottom: 5px;
  566. right: 10px;
  567. text-transform: uppercase;
  568. font-family: calibri;
  569. border-radius: 200px;
  570. padding: 4px 8px 4px 8px;
  571. font-size: 16px;
  572. opacity: 0.5;
  573. -webkit-transition: all 0.5s ease-out;
  574. -moz-transition: all 0.5s ease-out;
  575. -o-transition: all 0.5s ease-out;
  576. }
  577.  
  578. .credit:hover {
  579. opacity: 1;
  580. -webkit-transition: all 0.5s ease-out;
  581. -moz-transition: all 0.5s ease-out;
  582. -o-transition: all 0.5s ease-out;
  583. }
  584.  
  585. .credit a {
  586. color: {color:Background};
  587. }
  588.  
  589. .credit a:hover {
  590. color: {color:Hover};
  591. border: none;
  592. }
  593.  
  594. /*TUMBLR CONTROL*/
  595.  
  596. iframe#tumblr_controls {
  597. position: fixed !important;
  598. right:2px !important;
  599. opacity: 0.3;
  600. width: auto;
  601. border-radius: 10px;
  602. -webkit-transition: all 0.8s ease-in-out;
  603. -moz-transition: all 0.8s ease-in-out;
  604. -o-transition: all 0.8s ease-in-out;
  605. }
  606.  
  607. iframe#tumblr_controls:hover {
  608. -webkit-transition: all 0.8s ease-in-out;
  609. -moz-transition: all 0.8s ease-in-out;
  610. -o-transition: all 0.8s ease-in-out;
  611. opacity: 1;
  612. border-radius: 5px;
  613. }
  614.  
  615. /*
  616.  
  617. LIONHEART THEME ©GASPHARD-ULLIEL.TUMBLR.COM
  618.  
  619. Please do not:
  620. → Move or remove the credit. Moving to a page must be done with permission from the maker.
  621. → Claim as your own. You may edit as much as you wish but it doesn't mean the theme is yours.
  622. → Take a chunk of the code and use it in your/other thememaker's code, unless permitted and credited.
  623. → Use as a base code.
  624.  
  625. */
  626.  
  627. </style>
  628.  
  629. {Custom CSS}
  630. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  631. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  632. {/block:IfEndlessScrolling}
  633.  
  634. </head>
  635.  
  636. <body>
  637.  
  638. <div id="container">
  639. <div class="title">{Title}</div>
  640. <div class="sidebar"><img src="{image:Sidebar}" width="250"></div>
  641. <div class="desc">{Description}</div>
  642. <div id="linkbox">
  643. <div class="links">
  644. <a href="/">refresh</a>
  645. <a href="/ask">message</a>
  646. {block:IfLink01}<a href="{text:link01}">{text:title01}</a>{/block:IfLink01}
  647. {block:IfLink02}<a href="{text:link02}">{text:title02}</a>{/block:IfLink02}
  648. {block:IfLink03}<a href="{text:link03}">{text:title03}</a>{/block:IfLink03}
  649. {block:IfLink04}<a href="{text:link04}">{text:title04}</a>{/block:IfLink04}
  650. {block:IfLink05}<a href="{text:link05}">{text:title05}</a>{/block:IfLink05}
  651. {block:IfLink06}<a href="{text:link06}">{text:title06}</a>{/block:IfLink06}
  652. {block:IfLink07}<a href="{text:link07}">{text:title07}</a>{/block:IfLink07}
  653. {block:IfLink08}<a href="{text:link08}">{text:title08}</a>{/block:IfLink08}
  654. </div>
  655. </div>
  656. {block:IfNotEndlessScrolling}
  657. {block:Pagination}
  658. <div class="pagination">
  659. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  660. {block:JumpPagination length="5"}
  661. {block:CurrentPage}<span class="current_page" style="margin-left: 5px; margin-right: 5px; color: {color:links}"><b>{PageNumber}</b></span>{/block:CurrentPage}
  662. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  663. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  664. </div>
  665. {/block:Pagination}{/block:IfNotEndlessScrolling}
  666. </div>
  667.  
  668. <div id="posts">
  669.  
  670. {block:Posts}
  671.  
  672. <div class="postz">
  673.  
  674. <div class="entry">
  675.  
  676. {block:Text}
  677. {block:Title}<h1>{Title}</h1>{/block:Title}
  678. {Body}
  679. {/block:Text}
  680.  
  681. {block:Photo}
  682. <div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}</div>
  683. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  684. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  685. {Caption}
  686. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  687. {/block:Photo}
  688.  
  689. {block:Photoset}
  690. <div class="photo">{Photoset-500}</div>
  691. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  692. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  693. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  694. {/block:Photoset}
  695.  
  696. {block:Quote}
  697. <div style="font-size: 14px; text-align:center; color: {color:Hover}">"{Quote}"</div>
  698. {block:Source}
  699. <p align="right">{Source}{/block:Source}</p>
  700. {/block:Quote}
  701.  
  702. {block:Link}
  703. <div style="font-size: 14px; text-align:center; text-transform: uppercase;"><a href="{URL}" {Target}>{Name}</a></div>
  704. {block:Description}
  705. {Description}
  706. {/block:Description}
  707. {/block:Link}
  708.  
  709. {block:Chat}
  710. {block:Title}<h1>{Title}</h1>{/block:Title}
  711. <div class="chat">{block:Lines}
  712. {block:Label}
  713. <b>{Label}</b>
  714. {/block:Label}
  715. {Line}<br/>
  716. {/block:Lines}</div>
  717. {/block:Chat}
  718.  
  719. {block:Video}
  720. <div class="photo">{Video-500}</div>
  721. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  722. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  723. {Caption}
  724. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  725. {/block:Video}
  726.  
  727. {block:Audio}
  728. <div class="audiodesc">
  729. <div style="font-size: 16px; text-transform: uppercase; border-bottom: 1px solid {color:hover};">
  730. {block:TrackName}
  731. {TrackName}
  732. {/block:TrackName}
  733. {block:Artist}
  734. - {Artist}
  735. {/block:Artist}</div>
  736. <div style="font-style: italic; font-size: 12px; text-transform: lowercase; line-height: 13px; margin-top: 2px;">{block:Album}
  737. from {Album}
  738. {/block:Album}
  739. {block:PlayCount}
  740. with {PlayCount} plays
  741. {/block:PlayCount}</div></div>
  742. {block:IfAudioPlayerWhite}<div class="audioplay">{AudioPlayerWhite}</div>{/block:IfAudioPlayerWhite}
  743. {block:IfNotAudioPlayerWhite}<div class="audioplay">{AudioPlayerBlack}</div>{/block:IfNotAudioPlayerWhite}
  744. {block:AlbumArt}
  745. <div class="albumart"><img src="{AlbumArtURL}" width="100" height="100"></div>
  746. {/block:AlbumArt}
  747. <div class="albumart2"><img src="http://24.media.tumblr.com/tumblr_md46tfaw9F1rfymxfo1_400.jpg" width="100" height="100"></div>
  748. {block:IfMusicCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfMusicCaption}
  749. {/block:Audio}
  750.  
  751.  
  752. {block:Answer}
  753. <div class="ask">{Asker} asked: {Question}</div>
  754. <div class="answer">{Answer}</div>
  755. {/block:Answer}
  756.  
  757. </div>
  758.  
  759. {block:HasTags}<div class="permalink">{block:Tags}<a href="{TagURL}">{text:Tag Symbol}{Tag}</a><br> {/block:Tags}</div>{/block:HasTags}
  760.  
  761. </div>
  762.  
  763.  
  764. {block:IndexPage}
  765. {block:Date}<div class="dates">Posted at <a href="{Permalink}">{12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  766. {/block:IndexPage}
  767.  
  768. {block:PermalinkPage}
  769. <div class="permalink2">
  770. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}
  771. {block:RebloggedFrom}<br>
  772. reblogged from: <a href="{ReblogRootURL}">{ReblogRootName}</a> via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  773. {block:PostNotes}
  774. {PostNotes}{/block:PostNotes}
  775. {/block:PermalinkPage}
  776.  
  777. {/block:Posts}
  778.  
  779. </div></div>
  780.  
  781.  
  782. {block:ContentSource}
  783. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  784. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  785. {/block:SourceLogo}
  786. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  787. {/block:ContentSource}
  788.  
  789. <div class="credit"><a href="http://gasphard-ulliel.tumblr.com" title="theme by gasphard-ulliel">❦</a></div>
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement