Advertisement
Perfect-Nicholas

Theme #23 - Sébastien

Dec 25th, 2013
6,922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.87 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme 23 by llermans (tumblr.com) --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Via" content="#838282"/>
  12. <meta name="color:Text" content="#252525"/>
  13. <meta name="color:Link" content="#252525"/>
  14. <meta name="color:Link Hover" content="#424242"/>
  15. <meta name="color:Sidebar Links" content="#000000"/>
  16. <meta name="color:Sidebar Background" content="#f8f8f8">
  17. <meta name="color:scrollbar" content="#e4e4e4">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="if:400px posts" content="1"/>
  21. <meta name="if:title" content=""/>
  22.  
  23. <meta name="text:link 1" content="Link1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. #s-m-t-tooltip {
  69. color:{color:text};
  70. font-size:10px;
  71. border-bottom:2px solid #e4e4e4;
  72. font-style: italic;
  73. font-family: times;
  74. margin:12px 0px 0px 12px;
  75. padding:3px 5px;
  76. max-width:350px;
  77. background-color:{color:sidebar background};
  78. text-transform:lowercase;
  79. letter-spacing: 1px;
  80. z-index:999; }
  81.  
  82.  
  83. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  84. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  85. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  86.  
  87. body {
  88. background:{color:background};
  89. margin:0px;
  90. color:{color:text};
  91. font-family:helvetica;
  92. font-size:11px;
  93. line-height:15px;
  94. }
  95.  
  96. a {
  97. text-decoration:none;
  98. outline:none;
  99. -moz-outline-style:none;
  100. color:{color:link};
  101. -moz-transition-duration:0.8s;
  102. -webkit-transition-duration:0.8s;
  103. -o-transition-duration:0.8s;
  104. }
  105.  
  106. a:hover {
  107. text-decoration:none;
  108. outline:none;
  109. -moz-outline-style:none;
  110. color:{color:link hover};
  111. }
  112.  
  113. h1 {
  114. line-height:10px;
  115. }
  116.  
  117. img {
  118. border:none;
  119. }
  120.  
  121. blockquote {
  122. padding: 5px 0 5px 20px;
  123. border-left: 1px solid #030303;
  124. margin-left: 30px;
  125. }
  126.  
  127. blockquote blockquote {
  128. padding-left:5px;
  129. border-left:1px solid;
  130. }
  131.  
  132. blockquote img {
  133. {block:ifNot400pxposts}
  134. max-width:440px!important;
  135. {/block:ifNot400pxposts}
  136. {block:if400pxposts}
  137. max-width:340px!important;
  138. {/block:if400pxposts}
  139. }
  140.  
  141. #title {
  142. width:200px;
  143. padding:0px 0px 8px 0px;
  144. font-size:20px;
  145. font-style:italic;
  146. font-family:justus, georgia, arial, times;
  147. text-align:center;
  148. word-spacing: 2px;
  149. line-height:90%;
  150. text-transform:lowercase;
  151. }
  152.  
  153. #post {
  154. {block:ifNot400pxposts}
  155. width:500px;
  156. {/block:ifNot400pxposts}
  157. {block:if400pxposts}
  158. width:400px;
  159. {/block:if400pxposts}
  160. {block:permalinkpage}
  161. padding-bottom:20px!important;
  162. {/block:permalinkpage}
  163. padding-bottom:100px;
  164. }
  165.  
  166. #entries {
  167. padding:10px;
  168. {block:ifNot400pxposts}
  169. width:500px;
  170. {/block:ifNot400pxposts}
  171. {block:if400pxposts}
  172. width:400px;
  173. {/block:if400pxposts}
  174. margin-left:500px;
  175. margin-top:40px;
  176. }
  177.  
  178. #sidebar {
  179. margin-top: 170px;
  180. background-color: transparent;
  181. height: 110%;
  182. overflow: hidden;
  183. top: 1px;
  184. width:200px;
  185. position:fixed;
  186. margin-left:200px;
  187. }
  188.  
  189. #sidebarimage {
  190. width: 200px;
  191. padding:10px 0px 10px 0px;
  192. }
  193.  
  194. #sidebarimage img {
  195. width:200px;
  196. }
  197.  
  198. #links {
  199. width:200px;
  200. font-size:5px;
  201. line-height:14px;
  202. padding:4px 0px 8px 0px;
  203. font-style:italic;
  204. font-family:justus, georgia, arial, times;
  205. text-align:center;
  206. word-spacing: 27px;
  207. text-transform:lowercase;
  208. display:inline-block;
  209. }
  210.  
  211. #links a {
  212. letter-spacing:2px;
  213. color:{color:sidebar links};
  214. border-radius:100%;
  215. padding-right:1px;
  216. padding-left:3px;
  217. padding-top:1px;
  218. padding-bottom:1px;
  219. background:{color:sidebar links};
  220. -webkit-transition: all 0.5s ease-in-out;
  221. -moz-transition: all 0.5s ease-in-out;
  222. -o-transition: all 0.5s ease-in-out;
  223. -ms-transition: all 0.5s ease-in-out;
  224. transition: all 0.5s ease-in-out;
  225. }
  226.  
  227. #links a:hover {
  228. color:{color:background};
  229. border:1px solid {color:sidebar links};
  230. background:{color:background};
  231. padding-right:1px;
  232. padding-left:3px;
  233. padding-top:1px;
  234. padding-bottom:1px;
  235. border-radius:100%;
  236. -webkit-transition: all 0.5s ease-in-out;
  237. -moz-transition: all 0.5s ease-in-out;
  238. -o-transition: all 0.5s ease-in-out;
  239. -ms-transition: all 0.5s ease-in-out;
  240. transition: all 0.5s ease-in-out;
  241. }
  242.  
  243. #description {
  244. text-align:justify;
  245. background:{color:Sidebar Background};
  246. width:184px;
  247. font-size:9px;
  248. font-family:helvetica;
  249. letter-spacing: 1px;
  250. word-spacing:1px;
  251. line-height:11px;
  252. margin-left: 0px;
  253. padding:8px;
  254. border-bottom:1px solid #e4e4e4;
  255. }
  256.  
  257. #description a {
  258. padding:8px;
  259. }
  260.  
  261. #pagination {
  262. font-family:helvetica;
  263. width:200px;
  264. margin-left:-8px;
  265. font-size:9px;
  266. margin-top:13px;
  267. margin-bottom:40px;
  268. padding-left:5px;
  269. text-transform:lowercase;
  270. word-spacing:15px;
  271. letter-spacing:1px;
  272. text-align:center;
  273.  
  274. }
  275.  
  276. #pagination a {
  277. color:{color:link};
  278. }
  279.  
  280. #info {
  281. {block:ifNot400pxposts}
  282. width:500px;
  283. {/block:ifNot400pxposts}
  284. {block:if400pxposts}
  285. width:400px;
  286. {/block:if400pxposts}
  287. padding:5px;
  288. font-weight:bold;
  289. font-size:10px;
  290. padding-top:10px;
  291. text-align:center;
  292. margin-top:5px;
  293. }
  294.  
  295. .tags {
  296. padding:5px;
  297. font-weight:normal!important;
  298. }
  299.  
  300. .tags a {
  301. text-decoration:underline;
  302. }
  303.  
  304. #asker {
  305. margin-left:5px;
  306. font-family:times;
  307. font-style:italic;
  308. font-size:20px;
  309. padding-top:5px;
  310. }
  311.  
  312. #question {
  313. background:{color:Sidebar Background};
  314. padding:12px;
  315. font-size:11px;
  316. word-spacing:2px;
  317. text-align:justify;
  318. font-family:justus, arial, times;
  319. }
  320.  
  321. #quote {
  322. {block:ifNot400pxposts}
  323. width:500px;
  324. {/block:ifNot400pxposts}
  325. {block:if400pxposts}
  326. width:400px;
  327. {/block:if400pxposts}
  328. padding:0px 0px 8px 0px;
  329. font-family:helvetica;
  330. text-align:justify;
  331. word-spacing: 2px;
  332. line-height:130%;
  333. font-size:12px;
  334. text-transform:lowercase;
  335. }
  336.  
  337. #source {
  338. padding:10px 0px 8px 0px;
  339. font-size:11px;
  340. border-top:1px solid #eee;
  341. font-style:oblique;
  342. font-family:justus, georgia, arial, times;
  343. text-align:center;
  344. word-spacing: 2px;
  345. line-height:110%;
  346. text-transform:lowercase;
  347. }
  348.  
  349. #linkpost {
  350. {block:ifNot400pxposts}
  351. width:500px;
  352. {/block:ifNot400pxposts}
  353. {block:if400pxposts}
  354. width:400px;
  355. {/block:if400pxposts}
  356. padding:0px 0px 8px 0px;
  357. font-size:23px;
  358. font-style:oblique;
  359. font-family:justus, georgia, arial, times;
  360. text-align:center;
  361. word-spacing: 2px;
  362. line-height:90%;
  363. text-transform:lowercase;
  364. font-weight:lighter;
  365. }
  366.  
  367. .top audio{
  368. border:1px solid #ffffff;
  369. }
  370.  
  371. .audio {
  372. margin-bottom:10px;
  373. }
  374.  
  375. .audio-player{
  376. height:27px;
  377. width:26px;
  378. margin-top: 28px;
  379. margin-left: 27px;
  380. overflow:hidden;
  381. opacity:0.6;
  382. border: 3px solid #f9f9f9;
  383. position:absolute;
  384. z-index:2;
  385. border-radius:100%;
  386. -webkit-transition: all .4s linear;
  387. }
  388.  
  389. .audio-player:hover {
  390. opacity:1;
  391. }
  392.  
  393. .audio-album {
  394. position:absolute;
  395. width:84px;
  396. box-shadow:2px 2px 2px #666;
  397. }
  398.  
  399. .audio-info {
  400. height: 30px;
  401. margin-left:105px;
  402. padding:15px 10px 42px 20px;
  403. text-align:left;
  404. background: {color:Sidebar Background};
  405. border-left:1px solid {color:text};
  406. font-family:cambria;
  407. font-size:9px;
  408. line-height:150%;
  409. letter-spacing: 1px;
  410. font-weight:200;
  411. }
  412.  
  413. #caption {
  414. font-size:12px;
  415. border-left: 0px solid white;
  416. font-style:normal;
  417. }
  418.  
  419. #cap {
  420. padding: 5px;
  421. margin-top: 5px;
  422. }
  423.  
  424.  
  425.  
  426. .caption img {
  427. {block:ifNot500pxPost}
  428. max-width:345px!important;
  429. {/block:ifNot500pxPost}
  430. {block:if500pxPost}
  431. max-width:445px!important;
  432. {/block:if500pxPost}
  433. }
  434.  
  435. .via {
  436. position:absolute;
  437. width:100px;
  438. font-family:justus,arial, times;
  439. font-size:11px;
  440. margin-top:20px;
  441. font-weight:lighter;
  442. {block:permalinkpage}
  443. {block:ifNot400pxposts}
  444. margin-left:540px;
  445. opacity:1;
  446. {/block:ifNot400pxposts}
  447. {block:if400pxposts}
  448. margin-left:440px;
  449. opacity:1;
  450. {/block:if400pxposts}
  451. {/block:permalinkpage}
  452. {block:indexpage}
  453. {block:ifNot400pxposts}
  454. margin-left:540px;
  455. opacity:0;
  456. {/block:ifNot400pxposts}
  457. {block:if400pxposts}
  458. margin-left:440px;
  459. opacity:0;
  460. {/block:if400pxposts}
  461. {/block:indexpage}
  462. -webkit-transition: all 0.5s ease-in-out;
  463. -moz-transition: all 0.5s ease-in-out;
  464. -o-transition: all 0.5s ease-in-out;
  465. -ms-transition: all 0.5s ease-in-out;
  466. transition: all 0.5s ease-in-out;
  467. }
  468.  
  469.  
  470. .via a {
  471. color:{color:via};
  472. }
  473.  
  474. .bordervia {
  475. margin-top:5px;
  476. line-height:110%;
  477. }
  478.  
  479. .bordervia a {
  480. color:{color:via};
  481. padding-left:5px;
  482. border-left:3px solid {color:sidebar links};
  483. -webkit-transition: all 0.5s ease-in-out;
  484. -moz-transition: all 0.5s ease-in-out;
  485. -o-transition: all 0.5s ease-in-out;
  486. -ms-transition: all 0.5s ease-in-out;
  487. transition: all 0.5s ease-in-out;
  488. }
  489.  
  490. .bordervia a:hover {
  491. margin-top:5px;
  492. line-height:110%;
  493. border-left:10px solid {color:sidebar links};
  494. padding-left:5px;
  495. -webkit-transition: all 0.5s ease-in-out;
  496. -moz-transition: all 0.5s ease-in-out;
  497. -o-transition: all 0.5s ease-in-out;
  498. -ms-transition: all 0.5s ease-in-out;
  499. transition: all 0.5s ease-in-out;
  500. }
  501.  
  502. #post:hover .via {
  503.  
  504. opacity:1;
  505.  
  506. }
  507.  
  508.  
  509. .user_1 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  510. .user_2 .label{color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  511. .user_3 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  512. .user_4 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  513. .user_5 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  514. .user_6 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  515. .user_7 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  516. .user_8 .label{color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  517. .user_9 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  518. .user_10 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  519. .user_11 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  520. .user_12 .label {color:{color:text}; border-bottom:1px double {color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  521. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  522.  
  523. ol.notes {
  524. display:block;
  525. padding-bottom:2%;
  526. text-align:left;
  527. list-style-type:none;
  528. padding:25px 0;
  529. }
  530.  
  531. ol.notes li.note{
  532. padding:2%;
  533. }
  534.  
  535. ol.notes li.note img.avatar{
  536. width:0px;
  537. height:0px;
  538. }
  539.  
  540. .pagenotes {
  541. width:400px;
  542. text-align:left;
  543.  
  544. }
  545.  
  546. /* Credits */
  547.  
  548. .cl-effect-1 a::before,
  549. .cl-effect-1 a::after {
  550. display: inline-block;
  551. opacity: 0;
  552. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  553. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  554. transition: transform 0.3s, opacity 0.2s;
  555. }
  556.  
  557. .cl-effect-1 a::before {
  558. margin-right: 10px;
  559. content: '['; -webkit-transform: translateX(20px);
  560. -moz-transform: translateX(20px);
  561. transform: translateX(20px);
  562. }
  563.  
  564. .cl-effect-1 a::after {
  565. margin-left: 10px;
  566. content: ']';
  567. -webkit-transform: translateX(-20px);
  568. -moz-transform: translateX(-20px);
  569. transform: translateX(-20px);
  570. }
  571.  
  572. .cl-effect-1 a:hover::before,
  573. .cl-effect-1 a:hover::after,
  574. .cl-effect-1 a:focus::before,
  575. .cl-effect-1 a:focus::after {
  576. opacity: 1;
  577. -webkit-transform: translateX(0px);
  578. -moz-transform: translateX(0px);
  579. transform: translateX(0px);
  580. }
  581.  
  582. #credit {
  583. position:fixed;
  584. right:10px;
  585. bottom:10px;
  586. text-transform:uppercase;
  587. font:7px 'times';
  588. letter-spacing:1px;
  589. padding:5px;
  590. text-shadow:2px 1px #eee;
  591. -webkit-transition: all 0.3s ease;
  592. -moz-transition: all 0.3s ease;
  593. -ms-transition: all 0.3s ease;
  594. -o-transition: all 0.3s ease;
  595. transition: all 0.3s ease;
  596. }
  597.  
  598. #credit:hover {
  599. text-shadow:1px 1px #68BF50;
  600. -webkit-transition: all 0.3s ease;
  601. -moz-transition: all 0.3s ease;
  602. -ms-transition: all 0.3s ease;
  603. -o-transition: all 0.3s ease;
  604. transition: all 0.3s ease;
  605. }
  606.  
  607.  
  608. {CustomCSS}</style></head><body>
  609.  
  610. <div id="sidebar">
  611.  
  612. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  613.  
  614. {block:iftitle}<div id="title">{title}</div>{/block:iftitle}
  615.  
  616. <div id="links">
  617. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">•</a>{/block:iflink1}
  618. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">•</a>{/block:iflink1}
  619. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">•</a>{/block:iflink3}
  620. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">•</a>{/block:iflink4}
  621. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">•</a>{/block:iflink5}
  622. </a>
  623.  
  624. </div>
  625.  
  626. <div id="description">{description}</div>
  627.  
  628. <div id="pagination">
  629. {block:Pagination}
  630. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  631. {block:JumpPagination length="3"}
  632. {block:CurrentPage}<span class="current_page">{PageNumber}</span>
  633. {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  634. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  635. {/block:Pagination}</div>
  636.  
  637. </div>
  638.  
  639. <div id="entries">{block:Posts}<div id="post">
  640.  
  641. <div class="via">
  642. + <a href="{Permalink}">
  643. {NoteCount}</a> Notes <br/>
  644.  
  645. <div class="bordervia">
  646. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a></div>
  647. <div class="bordervia">
  648. <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  649. </div>
  650.  
  651. </div>
  652.  
  653.  
  654. {block:ContentSource}
  655. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  656. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  657. {/block:SourceLogo}
  658. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  659. {/block:ContentSource}
  660.  
  661. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  662.  
  663. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/>
  664. </center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}<div class="cap"><span class="caption">{Caption}</span></div>{/block:Caption}{/block:Photo}
  665.  
  666. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}<div id="cap"><span class="caption">{Caption}</span></div>{/block:Caption}{/block:Photoset}
  667.  
  668. {block:Quote}<div id="quote">{Quote}</div>{block:Source} <div id="source">by {Source}</div>{/block:Source}{/block:Quote}
  669.  
  670. {block:Link}<h1><div id="linkpost"><a href="{URL}" {Target}>{Name}</a></div></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  671.  
  672. {block:Chat}<h1>{block:Title}{Title}{/block:Title}</h1>
  673. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></p>{/block:Chat}
  674.  
  675. {block:Audio}<section class="top audio">
  676. <div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}" style="width:84px;">{/block:AlbumArt}
  677. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">
  678. {block:TrackName}{TrackName}<br>{/block:TrackName}
  679. {block:Artist}{Artist} <br>{/block:Artist}
  680. {block:PlayCount} {FormattedPlayCount} plays{/block:PlayCount}<br>
  681. </div></div>{/block:Audio}
  682.  
  683. {block:Video}{block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Video}
  684.  
  685. {block:Answer}<div id="asker"><a href="{Askerurl}"><img src="{AskerPortraitURL-24}" width="24" style="border-radius:100%;"></a><span style="margin-left:5px;">{Asker} said:</div><div id="question">{Question}</div><br>{block:ifNot400pxposts}<div style="font-size:11px; width:495px;margin-left:5px;">{Answer}</div>{/block:ifNot400pxposts}{block:if400pxposts}<div style="font-size:11px; width:395px;margin-left:5px;">{Answer}</div>{/block:if400pxposts}{/block:Answer}
  686.  
  687. <div id="info">
  688. {block:Date}{ShortMonth} {DayOfMonthWithZero} @ {12Hour}:{Minutes} {CapitalAmPm}{/block:Date}
  689. <br/>
  690. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  691. </div> </div>
  692.  
  693. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  694. {/block:Posts}</div>
  695.  
  696. <div id="credit"><div class="cl-effect-1">
  697. <a href="http://llermans.tumblr.com">
  698. LLMNS
  699. </a></div></div>
  700.  
  701. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement