Advertisement
jcegers

DEFEATED 2.0

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