Advertisement
jcegers

DEFEATED

May 24th, 2015
4,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.12 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <script src="//use.edgefonts.net/open-sans.js"></script>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!-----------
  13.  
  14.  
  15. T H E M E S B Y
  16.  
  17. ░░░▒█ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀█
  18. ░▄░▒█ ▒█░░░ ▒█▀▀▀ ▒█░▄▄ ▒█▀▀▀ ▒█▄▄▀ ░▀▀▀▄▄
  19. ▒█▄▄█ ▒█▄▄█ ▒█▄▄▄ ▒█▄▄█ ▒█▄▄▄ ▒█░▒█ ▒█▄▄▄█
  20.  
  21. I N F O R M A T I O N
  22.  
  23. — JCEGERS' THEME #14: DEFEATED
  24. — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
  25. — GRID THEME BASECODE BY @b0rn-to-be-wild-themes
  26. — HAVE A QUESTION? MESSAGE TO @jcegers or @jcethemes
  27.  
  28. T E R M S O F U S E / R U L E S
  29.  
  30. — DON'T MOVE OR DELETE THE CREDIT! JUST LEAVE IT WHERE IT IS!
  31. AFTER ALL MY THEMES ARE FREE! SO RESPECT THAT!
  32. — DO NOT STEAL ANY PART OF MY CODE
  33. — DO NOT USE AS A BASECODE
  34. — DO NOT TWEAK IT UNTIL IT IS UNRECOGNIZABLE
  35.  
  36. T H A N K Y O U!
  37.  
  38.  
  39. ------------->
  40.  
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  43.  
  44. <!-- DEFAULT VARIABLES -->
  45.  
  46.  
  47. <script type="text/javascript">
  48. jQuery(document).ready(function() {
  49. jQuery(".sidebarlinks").hide();
  50. //toggle the componenet with class msg_body
  51. jQuery(".blogtitle").click(function()
  52. {
  53. jQuery(this).next(".sidebarlinks").slideToggle(500);
  54. });});
  55. </script>
  56.  
  57. <meta name="image:Sidebar" content="" />
  58.  
  59. <meta name="color:Background" content="#fffffF" />
  60. <meta name="color:Title" content="#121212" />
  61. <meta name="color:Title Hover" content="#121212" />
  62. <meta name="color:Text" content="#1212120" />
  63. <meta name="color:Link" content="#999999" />
  64. <meta name="color:Link BG" content="#ffffff" />
  65. <meta name="color:Hover" content="#cccccc" />
  66. <meta name="color:Borders" content="#dcdcdc" />
  67. <meta name="color:Post BG" content="#fafafa" />
  68. <meta name="color:Description" content="#333333" />
  69. <meta name="color:chat 1" content="#f8f8f8" />
  70. <meta name="color:chat 2" content="#cfcfcf" />
  71. <meta name="color:Bold" content="#121212"/>
  72. <meta name="color:Italic" content="#ddd"/>
  73.  
  74. <meta name="if:Hover Description" content="1"/>
  75. <meta name="if:Show Caption" content="1"/>
  76.  
  77. <meta name="text:Title" content="Title"/>
  78.  
  79. <meta name="text:Link 1" content="Link 1" />
  80. <meta name="text:Link 1 url" content="/" />
  81. <meta name="text:Link 2" content="Link 2" />
  82. <meta name="text:Link 2 url" content="/" />
  83. <meta name="text:Link 3" content="Link 3" />
  84. <meta name="text:Link 3 url" content="/" />
  85. <meta name="text:Link 4" content="Link 4" />
  86. <meta name="text:Link 4 url" content="/" />
  87.  
  88. <!-- END DEFAULT VARIABLES -->
  89.  
  90.  
  91. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("a[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:30,
  98. tip_fade_speed:300,
  99. attribute:"title"
  100. });
  101. });
  102. })(jQuery);
  103. </script>
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108.  
  109. /* CSS */
  110.  
  111. #s-m-t-tooltip{
  112. position:absolute;
  113. margin-top:25px;
  114. z-index:99999999999999999;
  115. font:9px 'open-sans';
  116. letter-spacing:0.5px;
  117. text-transform:uppercase;
  118. padding:3px;
  119. color:{color:text};
  120. background:{color:Background};
  121. }
  122.  
  123.  
  124. ::-webkit-scrollbar-thumb:vertical {background-color:{color:bold};}
  125. ::-webkit-scrollbar-button:horizontal {display:none;}
  126. ::-webkit-scrollbar {background-color:#ffffff; width:5px;}
  127.  
  128. body {
  129. background:{color:Background};
  130. font-family: 'open-sans';
  131. color:{color:Text};
  132. font-size:9px;
  133. line-height:12px;
  134. margin-left:0px;
  135. }
  136.  
  137. h1 {
  138. font-size:15px;
  139. line-height:14px;
  140. color:{color:Title};
  141. font-family:'open-sans';
  142. font-weight:bold;
  143. }
  144.  
  145. h2 {
  146. font-size:9px;
  147. line-height:14px;
  148. color:{color:Text};
  149. font-family: 'open-sans';
  150. font-weight: normal;
  151. }
  152.  
  153. blockquote {
  154. padding:0px 0px 2px 5px;
  155. margin:0px 0px 2px 10px;
  156. border-left: 1px solid {color:Borders};
  157. }
  158.  
  159.  
  160.  
  161. a {
  162. color:{color:link};
  163. text-decoration:none;
  164. -moz-transition-duration: 0.5s;
  165. -o-transition-duration: 0.5s;
  166. -webkit-transition-duration: 0.5s;
  167. transition-duration: 0.5s;}
  168.  
  169. a:hover {
  170. color:{color:hover};
  171. text-decoration:none;}
  172.  
  173. b, strong {color:{color:Bold};}
  174.  
  175. i, em {color:{color:Italic};}
  176.  
  177. ol.notes {
  178. list-style-type: none;
  179. padding:0px;
  180. }
  181.  
  182. ol.notes li.note {
  183. padding:3px;
  184. }
  185.  
  186. small {font-size:9px;}
  187. big {font-size:11px;}
  188.  
  189. pre {
  190. {block:PermalinkPage}
  191. width:490px;
  192. {/block:PermalinkPage}
  193. width:100%;
  194. text-align: left;
  195. word-wrap: break-word;
  196. color:{color:Text};
  197. }
  198.  
  199. /* Sidebar */
  200.  
  201. #sidebar {
  202. position:fixed;
  203. width:90px;
  204. background:transparent;
  205. z-index:99999;
  206. margin-top:20px;
  207. margin-bottom:5px;
  208. margin-left:105px;
  209. text-align:center;
  210. z-index:999;
  211. }
  212.  
  213. .sidebarimage {
  214. position:relative;
  215. background-image:{image:header};
  216. margin:5px 5px;
  217. border:0px {color:Borders} solid;
  218. }
  219.  
  220. .sidebarimage img {
  221. width:70px;
  222. border-radius:5px;
  223. opacity:0.9;
  224. -moz-transition-duration:1s;
  225. -webkit-transition-duration:1s;
  226. -o-transition-duration:1s;
  227. }
  228.  
  229. .sidebarimage img:hover {
  230. opacity:1;
  231. -moz-transition-duration:1s;
  232. -webkit-transition-duration:1s;
  233. -o-transition-duration:1s;
  234. }
  235.  
  236. .blogtitle {
  237. color:{color:Title};
  238. width:72px;
  239. margin:0px 10px;
  240. text-transform:uppercase;
  241. font-weight:bold;
  242. font-family:'open-sans';
  243. font-size:14px;
  244. letter-spacing:0.5px;
  245. line-height:14px;
  246. }
  247.  
  248. .blogtitle a {
  249. color:{color:Title};
  250. }
  251.  
  252. .blogtitle a:hover {
  253. color:{color:Title Hover};
  254. }
  255.  
  256. #sidebar:hover .description {
  257. {block:ifHoverDescription}
  258. opacity:1;
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. {/block:ifHoverDescription}
  263. }
  264.  
  265. .sidebarlinks {
  266. border-top:1px solid {color:borders};
  267. width:90px;
  268. margin-top:6px;
  269. padding-top:5px;
  270. margin-left:0px;
  271. }
  272.  
  273. .sidebarlinks a {
  274. display:block;
  275. color:{color:Link};
  276. margin-top:0px;
  277. padding:3px;
  278. text-transform:uppercase;
  279. font-family: 'open-sans';
  280. font-size:9px;
  281. line-height:10px;
  282. letter-spacing:0.5px;
  283. text-align:center;
  284. -webkit-transition: all .7s ease-in-out;
  285. -moz-transition: all .7s ease-in-out;
  286. -o-transition: all .7s ease-in-out;
  287. transition: all .7s ease-in-out;
  288. }
  289.  
  290. .sidebarlinks a:hover{
  291. color:{color:Hover};
  292. background:{color:Link BG};
  293. -webkit-transition: all .7s ease-in-out;
  294. -moz-transition: all .7s ease-in-out;
  295. -o-transition: all .7s ease-in-out;
  296. transition: all .7s ease-in-out;
  297. }
  298.  
  299. .description {
  300. color:{color:Description};
  301. font-family: 'open-sans';
  302. border-top:1px solid {color:borders};
  303. width:90px;
  304. margin-top:5px;
  305. padding-top:5px;
  306. margin-left:0px;
  307. padding-bottom:5px;
  308. font-size:9px;
  309. letter-spacing:0.5px;
  310. line-height:11px;
  311. text-align:center;
  312. {block:ifHoverDescription}
  313. opacity:0;
  314. -moz-transition-duration:1s;
  315. -webkit-transition-duration:1s;
  316. -o-transition-duration:1s;
  317. {/block:ifHoverDescription}
  318. }
  319.  
  320. .description b {
  321. font-weight:bold;
  322. color:{color:bold};
  323. font-style:none;
  324. }
  325.  
  326. /*Posts and entries*/
  327.  
  328. #container{
  329. position:relative;
  330. width:1100px;
  331. min-height:600px;
  332. margin-top:25px;
  333. margin-left:250px;
  334. }
  335.  
  336. .entry {
  337. float:left;
  338. display:block;
  339. margin-left:80px;
  340. margin-top:20px;
  341. margin-bottom:50px;
  342. overflow:hidden;
  343. width:250px;
  344. padding-right:10px;
  345. padding-left:10px;
  346. padding-bottom:10px;
  347. z-index:0;
  348. text-align:left;
  349. {block:PermalinkPage}
  350. width:500px;
  351. margin-left:180px;
  352. {/block:PermalinkPage}
  353. background:{color:Post BG};
  354. -webkit-transition: all .7s ease;
  355. -moz-transition: all .7s ease;
  356. -o-transition: all .7s ease;
  357. transition: all .7s ease;
  358. border:1px solid {color:Borders};
  359. }
  360.  
  361. .entry:hover{
  362. -webkit-transition: all .7s ease;
  363. -moz-transition: all .7s ease;
  364. -o-transition: all .7s ease;
  365. transition: all .7s ease;
  366. }
  367.  
  368. #posts {
  369. width:900px;
  370. margin-top:15px;
  371. z-index:99;
  372. margin-left:5px;
  373. background:transparent;
  374. margin-right:auto;
  375. position:relative;
  376. overflow-y: hidden;
  377. -webkit-animation: fadeInDown 2s;
  378. -moz-animation: fadeInDown 2s;
  379. -ms-animation: fadeInDown 2s;
  380. }
  381.  
  382. {block:ifShowCaption}
  383. .caption {
  384. width:100%;
  385. margin-top:5px;
  386. {block:ifNotShowCaption}
  387. {block:PermalinkPage}
  388. width:100%;
  389. margin-top:5px;
  390. {/block:PermalinkPage}
  391. {/block:ifNotShowCaption}
  392. }
  393. {/block:ifShowCaption}
  394.  
  395. /* Ask */
  396.  
  397. .ask img {
  398. float:left;
  399. border-radius:0px;
  400. margin:0px 10px 0px 0px;
  401. border-radius:5px;
  402. margin-bottom:3px;
  403. }
  404.  
  405. .question {
  406. padding:10px;
  407. width:100%;
  408. margin-left:-10px;
  409. min-height:35px;
  410. text-transform:none;
  411. font-size:9px;
  412. letter-spacing:0.5px;
  413. border-bottom:1px solid {color:borders};
  414. text-align:left;
  415. }
  416.  
  417. .asker {
  418. text-transform:uppercase;
  419. font-family:'open-sans';
  420. font-size:10px;
  421. letter-spacing:0.5px;
  422. text-align:left;
  423. font-weight:bold;
  424. margin-top:-5px;
  425. }
  426.  
  427. .answer {
  428. padding:5px;
  429. text-align:left;
  430. font-size:9px;
  431. text-transform:none;
  432. letter-spacing:0.5px;
  433. margin-top:-5px;
  434. width:240px;
  435. {block:PermalinkPage}
  436. width:490px;
  437. {/block:PermalinkPage}
  438. }
  439.  
  440.  
  441. /* Quote */
  442.  
  443. .quote {
  444. font-size:20px;
  445. line-height:15px;
  446. font-family: 'open-sans';
  447. color:{color:Italic};
  448. height:auto;
  449. margin-top:15px;
  450. margin-bottom:5px;
  451. padding:5px;
  452. text-align:center;
  453. letter-spacing:1px;
  454. }
  455. .source{
  456. font-size:12px;
  457. line-height:12px;
  458. font-family: 'open-sans';
  459. color:{color:Italic};
  460. height:auto;
  461. margin-top:15px;
  462. margin-bottom:5px;
  463. padding:5px;
  464. text-align:right;
  465. letter-spacing:1px;}
  466. }
  467.  
  468. /* Chat */
  469.  
  470. .chat ul {
  471. display:block;
  472. list-style:none;
  473. margin-left:-50px;
  474. }
  475.  
  476. /* chat lines style */
  477. .chat li {
  478. padding:3px;
  479. display:block;
  480. }
  481.  
  482. /* odd lines style */
  483. .chat .odd {
  484. background:{color:chat 1};
  485. }
  486.  
  487. /* even lines style */
  488. .chat .even {
  489. background:{color:chat 2};
  490. }
  491.  
  492.  
  493. /* Post info */
  494.  
  495. .info {
  496. height:auto;
  497. line-height:11px;
  498. padding:5px;
  499. float:center;
  500. margin-top:0px;
  501. text-align:left;
  502. font-size:9px;
  503. letter-spacing:0.5px;
  504. background-color: transparent;
  505. color:{color:Link};
  506. border-bottom:1px solid {color:Borders};
  507. margin-bottom:10px;
  508. margin:0px 10px 10px -10px;
  509. width:270px;
  510. {block:PermalinkPage}
  511. width:520px;
  512. {block:PermalinkPage}
  513. text-transform:uppercase;
  514. }
  515.  
  516. .info b:hover {
  517. color:{color:Hover};
  518. text-decoration:none;
  519. -moz-transition-duration: 0.5s;
  520. -o-transition-duration: 0.5s;
  521. -webkit-transition-duration: 0.5s;
  522. transition-duration: 0.5s;
  523. }
  524.  
  525. .info a {
  526. margin-left:3px;
  527. margin-right:3px;
  528. font-size:9px;
  529. color:{color:Link};
  530. }
  531.  
  532. .info a:hover {
  533. background:{color:Link BG};
  534. color:{color:Hover};
  535. }
  536.  
  537. .tags {
  538. margin:5px 5px -5px;
  539. width:244px;
  540. padding:3px;
  541. {block:PermalinkPage}
  542. width:500px;
  543. {block:PermalinkPage}
  544. border:0px solid {color:Borders};
  545. margin-left:0px;
  546. margin-top:3px;
  547. text-transform:none;
  548. font-size:9px;
  549. color:{color:Text};
  550. font-style:none;
  551. }
  552.  
  553. .tags a {
  554. margin:0px 0px;
  555. color:{color:Link};
  556. }
  557.  
  558. .tags a:hover {
  559. color:{color:link bg};
  560. }
  561.  
  562. /* Pagination */
  563.  
  564. .pagenavi {
  565. position:fixed;
  566. width:140px;
  567. left:85px;
  568. padding:5px;
  569. bottom:7px;
  570. text-align:center;
  571. opacity:0.6;
  572. -moz-transition-duration:1s;
  573. -webkit-transition-duration:1s;
  574. -o-transition-duration:1s;
  575. }
  576.  
  577. .pagenavi:hover {
  578. opacity:1;
  579. -moz-transition-duration:1s;
  580. -webkit-transition-duration:1s;
  581. -o-transition-duration:1s;
  582. }
  583.  
  584. .pagenavi a {
  585. font-family:'open-sans';
  586. font-size:13px;
  587. letter-spacing:0px;
  588. line-height:11px;
  589. font-weight:bold;
  590. text-transform:uppercase;
  591. letter-spacing:0.5px;
  592. text-shadow:1px 1px {color:link bg};
  593. color:{color:link};
  594. padding-right:10px;
  595. }
  596.  
  597. .pagenavi a:hover {
  598. color:{color:hover};
  599. }
  600.  
  601. /* Credits */
  602.  
  603. #credits {
  604. position:fixed;
  605. right:5px;
  606. bottom:5px;
  607. width:30px;
  608. opacity:0.9;
  609. }
  610.  
  611. #credits a {
  612. color:{color:Link};
  613. }
  614.  
  615. #credits a:hover {
  616. color:{color:Hover};
  617. }
  618.  
  619. /* END CSS */
  620.  
  621.  
  622. {CustomCSS}
  623. </style>
  624.  
  625.  
  626.  
  627. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  628.  
  629. <script src="jquery.style-my-tooltips.js"></script>
  630.  
  631. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  632.  
  633. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  634.  
  635. <script>
  636. (function($){
  637. $(document).ready(function(){
  638. $("[title]").style_my_tooltips({
  639. tip_follows_cursor:true,
  640. tip_delay_time:200,
  641. tip_fade_speed:300
  642. }
  643. );
  644. });
  645. })(jQuery);
  646. </script>
  647.  
  648. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  649. </script>
  650. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  651. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  652.  
  653. <script type="text/javascript">
  654.  
  655.  
  656.  
  657. $(window).load(function () {
  658. $('.posts').masonry(),
  659. $('.masonryWrap').infinitescroll({
  660. navSelector : "div#navigation",
  661. // selector for the paged navigation (it will be hidden)
  662. nextSelector : "div#navigation a#nextPage",
  663. // selector for the NEXT link (to page 2)
  664. itemSelector : ".entry",
  665. // selector for all items you'll retrieve
  666. bufferPx : 10000,
  667. extraScrollPx: 11000,
  668. loadingImg : "",
  669. loadingText : "<em></em>",
  670. },
  671. // call masonry as a callback.
  672. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  673. );
  674. });
  675. </script>
  676. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script>
  677.  
  678.  
  679.  
  680. </head>
  681.  
  682.  
  683.  
  684. <!-- HTML -->
  685.  
  686. <body>
  687.  
  688. <div id="credits">
  689. <a href="http://jcegers.tumblr.com" title="Theme">JCE</a></div>
  690.  
  691. <div id="sidebar">
  692.  
  693. <div class="sidebarimage"><a href="/" title="home"><img src="{image:Sidebar}"></a></div>
  694.  
  695. <div class="blogtitle"><a href="#" style="cursor:help">{text:Title}</a></div>
  696. <div class="sidebarlinks">
  697. <a href="{text:Link 1 url}">{text:Link 1}</a>
  698. <a href="{text:Link 2 url}">{text:Link 2}</a>
  699. <a href="{text:Link 3 url}">{text:Link 3}</a>
  700. <a href="{text:Link 4 url}">{text:Link 4}</a>
  701. </div>
  702.  
  703. <div class="description">{description}</div>
  704.  
  705. </div>
  706.  
  707.  
  708. <!-- pagination -->
  709. <div class="pagenavi">
  710. {block:Pagination}
  711.  
  712. {block:NextPage}
  713. <a href="{NextPage}">next</a>
  714. {/block:NextPage}
  715.  
  716. {block:PreviousPage}
  717. <a href="{PreviousPage}">back</a>
  718. {/block:PreviousPage}
  719. {/block:Pagination}
  720. </div>
  721.  
  722.  
  723. <!-- POSTS -->
  724.  
  725. <div id="container">
  726. <div class="posts">
  727.  
  728. {block:Posts}
  729.  
  730. <div class="entry">
  731. <div class="content">
  732.  
  733. <!-- Date -->
  734. {block:Date}
  735. <div class="info">
  736. <a href="{Permalink}" title="{timeago}"><b>{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</b></a>
  737. {block:IndexPage}|
  738. <a href="{ReblogURL}" target="_blank">reblog</a>
  739. {/block:IndexPage}
  740.  
  741. {block:NoteCount}
  742. | {NoteCountWithLabel}
  743. {/block:NoteCount}
  744.  
  745. <!-- Reblogged from -->
  746. {block:PermalinkPage}
  747. {block:RebloggedFrom}|
  748. <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  749. {block:ContentSource}|
  750. <a href="{SourceURL}" target=blank>source</a>
  751. {/block:ContentSource}
  752. {/block:PermalinkPage}
  753. </div>
  754. {/block:Date}
  755.  
  756. <!-- Text -->
  757. {block:Text}
  758. {block:Title}
  759. <a href="{Permalink}">
  760. <h1>{Title}</h1></a>
  761. {/block:Title}
  762. <h2>{Body}</h2>
  763. {/block:Text}
  764.  
  765. <!-- Photo -->
  766. {block:Photo}
  767. {block:IndexPage}
  768. <img src="{PhotoURL-250}"
  769. </a>{/block:IndexPage}
  770. {block:PermalinkPage}
  771. <a href="{permalink}">
  772. <img src="{PhotoURL-500}"
  773. width="500"/></a>{/block:PermalinkPage}
  774. {/block:Photo}
  775.  
  776. <!-- Photoset -->
  777. {block:Photoset}
  778. {block:IndexPage}
  779. {Photoset-250}
  780. {/block:IndexPage}
  781. {block:PermalinkPage}
  782. {Photoset-500}
  783. {/block:PermalinkPage}
  784. {/block:Photoset}
  785.  
  786. <!-- Quote -->
  787. {block:Quote}
  788. <div class="quote">
  789. " {Quote} "
  790. {block:Source}
  791. <div class="source">-{Source}
  792. </div>{/block:Source}</div>
  793. {/block:Quote}
  794.  
  795. <!-- Link -->
  796. {block:Link}
  797. <center>
  798. <a href="{URL}"
  799. class="linkpost"
  800. target="_blank">
  801. <h1>{Name} &raquo; <h1></a>
  802. </center>
  803. {block:Description}
  804. <h2>{Description}</h2>
  805. {/block:Description}
  806. {/block:Link}
  807.  
  808. <!-- Chat -->
  809. {block:Chat}
  810. <div class="chat">
  811. <ul>
  812. {block:Lines}
  813. <li class="{Alt}">
  814. {block:Label}<b>{Label}</b>{/block:Label}
  815. {Line}
  816. </li>
  817. {/block:Lines}
  818. </ul>
  819. </div>
  820. {/block:Chat}
  821.  
  822. <!-- Audio -->
  823. {block:Audio}
  824. {AudioPlayerWhite}
  825. <br>{block:Artist}
  826. Artist: {Artist}
  827. {/block:Artist}
  828. <br>{block:Title}
  829. Artist: {Title}
  830. {/block:Title}
  831. <br>{block:Album}
  832. Artist: {Album}
  833. {/block:Album}<br>
  834. {/block:Audio}
  835.  
  836. <!-- Video -->
  837. {block:Video}
  838. {block:IndexPage}
  839. {Video-250}
  840. {/block:IndexPage}
  841. {block:PermalinkPage}
  842. {Video-500}
  843. {/block:PermalinkPage}
  844. {/block:Video}
  845.  
  846. <!-- Ask -->
  847. {block:Answer}
  848. <div class="ask"><img src="{AskerPortraitURL-48}"></div>
  849. <div class="question">
  850. <div class="asker">{Asker}:</div>
  851. {Question}</div>
  852. <div class="answer">
  853. {Answer}</div>
  854. {/block:Answer}
  855.  
  856. <!-- Caption -->
  857.  
  858. {block:ifShowCaption}
  859. {block:Caption}
  860. <div class="caption">{Caption}</div>
  861. {/block:Caption}
  862. {/block:ifShowCaption}
  863.  
  864. {block:ifNotShowCaption}
  865. {block:PermalinkPage}
  866. {block:Caption}
  867. <div class="caption">{Caption}</div>
  868. {/block:Caption}
  869. {/block:PermalinkPage}
  870. {/block:ifNotShowCaption}
  871.  
  872. <!-- Tags -->
  873. <div class="tags">
  874. {block:HasTags}
  875. <b>TAGS:</b>
  876. {block:Tags}<a href="{TagURL}">
  877. #{Tag}</a>&nbsp;
  878. {/block:Tags}
  879. {/block:HasTags}
  880. </div>
  881.  
  882. <!-- Permalink page -->
  883. {block:PermalinkPage}
  884. {block:PostNotes}
  885. {PostNotes}
  886. {/block:PostNotes}
  887. {/block:PermalinkPage}
  888.  
  889. <!-- Other -->
  890. {block:ContentSource}
  891. <!-- {SourceURL}
  892. {block:SourceLogo}
  893. <img src="{BlackLogoURL}"
  894. width="{LogoWidth}"
  895. height="{LogoHeight}"
  896. alt="{SourceTitle}" />
  897. {/block:SourceLogo}
  898. {block:NoSourceLogo}
  899. {SourceLink}
  900. {/block:NoSourceLogo} -->
  901. {/block:ContentSource}
  902.  
  903. </div></div>
  904.  
  905. {/block:Posts}
  906.  
  907. <!-- END POSTS -->
  908.  
  909. </div></div>
  910.  
  911. <!-- END CONTAINER -->
  912.  
  913. </body>
  914. </html>
  915.  
  916. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement