Advertisement
olympianthemes

UNFORGIVING, Theme #5

Jul 23rd, 2013
1,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---------------
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. THEME #5 - "UNFORGIVING" by CREMATA
  11.  
  12. Rules and Regulations:
  13.  
  14. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  15.  
  16. #2: DO NOT redistribute this theme/page,
  17.  
  18. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. ---------------->
  26.  
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head>
  29. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  30.  
  31. <title>{Title}</title>
  32.  
  33. <meta charset="utf-8">
  34.  
  35. <meta name="description" content="{MetaDescription}" />
  36.  
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  45.  
  46. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  47.  
  48.  
  49.  
  50. <!---------- DEFAULT VARIABLES ---------->
  51.  
  52. <meta name="color:Accent" content="#a40101">
  53. <meta name="color:Sidebar BG" content="#202020">
  54. <meta name="color:Sidebar Text" content="#EEEEEE">
  55. <meta name="color:Sidebar IMG Border" content="#FFFFFF">
  56. <meta name="color:Post Container" content="#FAFAFA">
  57. <meta name="color:Upper Bar BG" content="#FFFFFF">
  58. <meta name="color:Title" content="#202020">
  59. <meta name="color:Upper Links" content="#202020">
  60. <meta name="color:Text" content="#202020">
  61. <meta name="color:Entry BG" content="#FFFFFF">
  62. <meta name="color:Post Info Link" content="#EFEFEF">
  63. <meta name="color:Tags" content="#a40101">
  64. <meta name="color:Background" content="#EFEFEF">
  65. <meta name="color:Tags Hover" content="#AAAAAA">
  66.  
  67.  
  68. <meta name="image:Background" content="http://static.tumblr.com/kamm2qy/Wb3mq4g0s/tiny_grid.png">
  69. <meta name="image:Sidebar" content="http://static.tumblr.com/kamm2qy/ZJ5mqcmwv/sidebar.png">
  70.  
  71. <meta name="if:Infinite Scroll" content="">
  72. <meta name="if:WhitePlayer" content="">
  73. <meta name="if:400px Posts" content="">
  74. <meta name="if:Grayscale" content="">
  75. <meta name="if:Image Transparency" content="">
  76.  
  77. <meta name="text:Link 1" content="">
  78. <meta name="text:Link 1 URL" content="">
  79. <meta name="text:Link 2" content="">
  80. <meta name="text:Link 2 URL" content="">
  81. <meta name="text:Link 3" content="">
  82. <meta name="text:Link 3 URL" content="">
  83. <meta name="text:Link 4" content="">
  84. <meta name="text:Link 4 URL" content="">
  85.  
  86.  
  87. </head>
  88. <style type="text/css">
  89. body {
  90. padding: 0px;
  91. margin: 0px;
  92. list-style: none;
  93. background-color: {color:Background};
  94. background-attachment: fixed;
  95. background-image:url('{image:Background}');
  96. }
  97.  
  98. a {
  99. text-decoration: none;
  100. color: black;
  101. }
  102.  
  103. b,i,strong,em {
  104. color: {color:Accent};
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb:vertical {
  108. height: 15px;
  109. background-color: #ddd;
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb:horizontal {
  113. height: 5px;
  114. width: 7px;
  115. background-color: #ddd;
  116. }
  117.  
  118. ::-webkit-scrollbar {
  119. width: 10px;
  120. background-color: transparent;
  121. }
  122.  
  123. #side {
  124. float: left;
  125. position: fixed;
  126. width: 500px;
  127. height: 100%;
  128. background-color: {color:Sidebar BG};
  129. margin: auto;
  130. padding: 20px;
  131. font-family: cambria;
  132. font-size: 10px;
  133. letter-spacing: 0px;
  134. color: {color:Sidebar Text};
  135. }
  136.  
  137. .sideimg img {
  138. margin: auto;
  139. display: block;
  140. width: 460px;
  141. padding: 20px;
  142. height: 400px;
  143. background-color: {color:Sidebar IMG Border};
  144. }
  145.  
  146. .infocontain {
  147. display: block;
  148. height: 200px;
  149. padding: 10px 40px;
  150. }
  151.  
  152. .infocontain img {
  153. float: left;
  154. width: 48px;
  155. height: 48px;
  156. padding: 5px;
  157. background-color: {color:Sidebar IMG Border};
  158. margin: 0px 5px 5px 0px;
  159. }
  160.  
  161. .icon {
  162. float: left;
  163. width: 56px;
  164. }
  165.  
  166. #desc {
  167. display: inline-block;
  168. margin-left: 10px;
  169. border-left: 1px solid {color:Sidebar Text};
  170. padding-left: 8px;
  171. min-height: 58px;
  172. max-height: 220px;
  173. overflow: auto;
  174. width: 300px;
  175. }
  176.  
  177. #container {
  178. {block:IfNot400pxPosts}width: 600px;{/block:IfNot400pxPosts}
  179. {block:If400pxPosts}width: 500px;{/block:If400pxPosts}
  180. margin-left: 560px;
  181. height: 100%;
  182. background-color: {color:Post Container};
  183. padding-top: 130px;
  184. margin-bottom: 80px;
  185. }
  186.  
  187. #upperbar {
  188. display: block;
  189. padding: 20px;
  190. background-color: {color:Upper Bar BG};
  191. opacity: 0.9;
  192. position: fixed;
  193. {block:IfNot400pxPosts}width: 560px;{/block:IfNot400pxPosts}
  194. {block:If400pxPosts}width: 460px;{/block:If400pxPosts}
  195. margin-left: 560px;
  196. }
  197. }
  198.  
  199. #upperbar:hover {
  200. opacity: 1;
  201. }
  202.  
  203. .title {
  204. margin: auto;
  205. text-align: center;
  206. padding-bottom: 4px;
  207. border-bottom: 1px solid #AAA;
  208. font-family: Montserrat;
  209. font-size: 20px;
  210. color: {color:Title};
  211. margin-bottom: 7px;
  212. text-transform: uppercase;
  213. letter-spacing: 5px;
  214.  
  215. }
  216.  
  217. .links {
  218. display: block;
  219. text-align: center;
  220. }
  221.  
  222. .links a {
  223. margin: 0px 10px;
  224. font-family: cambria;
  225. font-size: 10px;
  226. color: {color:Upper Links};
  227. }
  228.  
  229. /* START POST CODE */
  230.  
  231. #posts {
  232. font-family: cambria;
  233. font-size: 10px;
  234. color: {color:Text};
  235. text-align: justify;
  236. }
  237.  
  238. #entries {
  239. {block:IfNot400pxPosts}width: 500px;{/block:IfNot400pxPosts}
  240. {block:If400pxPosts}width: 400px;{/block:If400pxPosts}
  241. padding: 20px;
  242. margin: auto;
  243. background-color: {color:Entry BG};
  244. transform-style: preserve-3d;
  245. }
  246.  
  247. #entries a {
  248. color: {color:Accent};
  249. webkit-transition: all 0.3s ease-in-out;
  250. -moz-transition: all 0.3s ease-in-out;
  251. -o-transition: all 0.3s ease-in-out;
  252. -ms-transition: all 0.3s ease-in-out;
  253. transition: all 0.3s ease-in-out;
  254. }
  255.  
  256. #entries a:hover {
  257. color: #CCC;
  258. }
  259.  
  260.  
  261.  
  262.  
  263. {block:IfNotInfiniteScroll}
  264.  
  265. .pagination {
  266. display: block;
  267. text-align: center;
  268. margin-top: 10px;
  269. margin-left: -5px;
  270. }
  271.  
  272. .pagination a {
  273. padding: 5px;
  274. color: #AAA;
  275. display: block;
  276. font-family: cambria;
  277. webkit-transition: all 0.3s ease-in-out;
  278. -moz-transition: all 0.3s ease-in-out;
  279. -o-transition: all 0.3s ease-in-out;
  280. -ms-transition: all 0.3s ease-in-out;
  281. transition: all 0.3s ease-in-out;
  282. }
  283.  
  284. .pagination a:hover {
  285. color: {color:Accent};
  286. }
  287.  
  288. {/block:IfNotInfiniteScroll}
  289.  
  290. /* TEXT POSTS */
  291.  
  292. .ttitle {
  293. font-family: Montserrat;
  294. font-size: 18px;
  295. text-transform: uppercase;
  296. color: {color:Accent};
  297. text-align: center;
  298. }
  299.  
  300. blockquote {
  301. margin-left: 0px;
  302. padding: 2px 7px 2px 7px;
  303. border-left: 5px solid {color:Accent};
  304. {block:IfNot400pxPosts}width: 480px;{/block:IfNot400pxPosts}
  305. {block:If400pxPosts}width: 380px;{/block:If400pxPosts}
  306. }
  307.  
  308. /* PHOTO POSTS */
  309.  
  310. .photo img {
  311. {block:IfImageTransparency}opacity: 0.8;{/block:IfImageTransparency}
  312. {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
  313. webkit-transition: all 0.3s ease-in-out;
  314. -moz-transition: all 0.3s ease-in-out;
  315. -o-transition: all 0.3s ease-in-out;
  316. -ms-transition: all 0.3s ease-in-out;
  317. transition: all 0.3s ease-in-out;
  318. }
  319.  
  320. .photo img:hover {
  321. {block:IfImageTransparency}opacity: 1;{/block:IfImageTransparency}
  322. {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
  323. }
  324.  
  325. .photoset {
  326. {block:IfImageTransparency}opacity: 0.8;{/block:IfImageTransparency}
  327. {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
  328. webkit-transition: all 0.3s ease-in-out;
  329. -moz-transition: all 0.3s ease-in-out;
  330. -o-transition: all 0.3s ease-in-out;
  331. -ms-transition: all 0.3s ease-in-out;
  332. transition: all 0.3s ease-in-out;
  333. }
  334.  
  335. .photoset:hover {
  336. {block:IfImageTransparency}opacity: 1;{/block:IfImageTransparency}
  337. {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
  338. }
  339.  
  340. /* LINK POSTS */
  341.  
  342. .link h3 {
  343. display: block;
  344. text-align: center;
  345. font-family: Montserrat;
  346. font-size: 18px;
  347. text-transform: uppercase;
  348. }
  349.  
  350. .link h3 a {
  351.  
  352. color: {color:Accent};
  353. }
  354.  
  355. /* MUSIC POSTS */
  356.  
  357. .audio {
  358. display: block;
  359. }
  360.  
  361. .album {
  362. z-index: 1;
  363. width: 150px;
  364. height: 150px;
  365. text-align: left;
  366. background-color:url('{AlbumArt}');
  367. display: block;
  368. }
  369.  
  370. .album img {
  371. z-index: 1;
  372. width: 150px;
  373. height: 150px;
  374. text-align: left;
  375. }
  376.  
  377. .button {
  378. width: 25px;
  379. height: 28px;
  380. overflow: hidden;
  381. z-index: 1000;
  382. }
  383.  
  384. .music {
  385. {block:IfWhitePlayer}background-color: #FFF;{/block:IfWhitePlayer}
  386. {block:IfNotWhitePlayer}background-color: #000;{/block:IfNotWhitePlayer}
  387. position: absolute;
  388. padding: 15px 18px 15px 18px;
  389. z-index: 1000;
  390. margin: 25px 28px 0px 44px;
  391. margin-top: 47px;
  392. opacity: 0.3;
  393. webkit-transition: all 0.3s ease-in-out;
  394. -moz-transition: all 0.3s ease-in-out;
  395. -o-transition: all 0.3s ease-in-out;
  396. -ms-transition: all 0.3s ease-in-out;
  397. transition: all 0.3s ease-in-out;
  398. }
  399.  
  400. .music:hover {
  401. opacity: 0.8;
  402.  
  403. }
  404.  
  405. .audioinfo {
  406. float: right;
  407. {block:IfNot400pxPosts}width: 330px;{block:IfNot400pxPosts}
  408. {block:If400pxPosts}width: 230px;{block:If400pxPosts}
  409. padding: 10px;
  410. {block:IfNotWhitePlayer}background-color: #202020;{/block:IfNotWhitePlayer}
  411. {block:IfWhitePlayer}background-color: #FFFFFF;{/block:IfWhitePlayer}
  412. height: 130px;
  413. overflow: auto;
  414. }
  415.  
  416. .track {
  417. color: {color:Accent};
  418. font-family: Montserrat;
  419. font-size: 18px;
  420. text-align: center;
  421. display: block;
  422. text-transform: uppercase;
  423. padding: 10px;
  424. overflow: auto;
  425. display: block;
  426. }
  427.  
  428. .other {
  429. background-color: transparent;
  430. font-family: roboto condensed;
  431. font-size: 10px;
  432. {block:IfNotWhitePlayer}color: #EEE;{/block:IfNotWhitePlayer}
  433. {block:IfWhitePlayer}color:#202020;{/block:IfWhitePlayer}
  434. text-transform: uppercase;
  435. text-align: center;
  436. }
  437.  
  438. /* QUOTE POSTS */
  439.  
  440. .quote {
  441. font-family: Parisienne;
  442. font-size: 24px;
  443. color: {color:Accent};
  444. text-align: center;
  445. }
  446.  
  447. .source {
  448. font-family: Montserrat;
  449. font-size: 12px;
  450. display: block;
  451. text-align: center;
  452. }
  453.  
  454. .source a:hover {
  455. color: #AAA;
  456. }
  457.  
  458. /* ASK POSTS */
  459.  
  460. .question {
  461. display: block;
  462. padding: 10px;
  463. text-align: center;
  464. font-family: cambria;
  465. font-size: 10px;
  466. font-style: italic;
  467. color: {color:Accent};
  468. background-color: transparent;
  469. }
  470.  
  471. .answer {
  472. display: block;
  473. text-align: justify;
  474. font-size: 8px;
  475. text-transform: uppercase;
  476. }
  477.  
  478. .asker img {
  479. width: 36px;
  480. height: 36px;
  481. display: block;
  482. text-align: center;
  483. margin: auto;
  484. padding: 10px;
  485. background-color: {color:Accent};
  486. }
  487.  
  488. /* CHAT POSTS */
  489.  
  490. .chat .convo li {
  491. list-style: none;
  492. text-align: justify;
  493. margin-top: 5px;
  494. }
  495.  
  496. .chat h2 {
  497. font-family: 'roboto condensed';
  498. font-size: 20px;
  499. text-align: center;
  500. display: block;
  501. color: {color:Accent};
  502. text-transform: uppercase;
  503. }
  504.  
  505. .line_odd .label {
  506. color: {color:Accent};
  507. text-transform: uppercase;
  508. border-bottom: 1px dotted #AAAAAA;
  509. padding: 2px;
  510. }
  511.  
  512. .line_even .label {
  513. color: #BBBBBB;
  514. text-transform: uppercase;
  515. border-bottom: 1px dotted #AAAAAA;
  516. padding: 2px;
  517. }
  518.  
  519. /* POST INFO DESIGNS */
  520.  
  521. #postinfo {
  522. display: block;
  523. padding: 10px;
  524. background-color: {color:Accent};
  525. margin-top: 30px;
  526. margin: auto;
  527. text-align: center;
  528. {block:IfNot400pxPosts}width: 520px;{/block:IfNot400pxPosts}
  529. {block:If400pxPosts}width: 420px;{/block:If400pxPosts}
  530. }
  531.  
  532. .date {
  533. font-family: Montserrat;
  534. font-size: 16px;
  535. color: {color:Post Info Link};
  536. }
  537.  
  538. .date a {
  539. font-family: Montserrat;
  540. font-size: 14px;
  541. color: {color:Post Info Link};
  542. text-transform: uppercase;
  543. webkit-transition: all 0.3s ease-in-out;
  544. -moz-transition: all 0.3s ease-in-out;
  545. -o-transition: all 0.3s ease-in-out;
  546. -ms-transition: all 0.3s ease-in-out;
  547. transition: all 0.3s ease-in-out;
  548. }
  549.  
  550. .date a:hover {
  551. color: #AAA;
  552. }
  553.  
  554. .rebloginfo {
  555. display: block;
  556. font-family: roboto condensed;
  557. font-size: 10px;
  558. color: {color:Post Info Link};
  559. text-transform: uppercase;
  560. }
  561.  
  562. .rebloginfo a {
  563. margin-right: 10px;
  564. font-family: roboto condensed;
  565. font-size: 10px;
  566. color: {color:Post Info Link};
  567. text-align: uppercase;
  568. webkit-transition: all 0.3s ease-in-out;
  569. -moz-transition: all 0.3s ease-in-out;
  570. -o-transition: all 0.3s ease-in-out;
  571. -ms-transition: all 0.3s ease-in-out;
  572. transition: all 0.3s ease-in-out;
  573. }
  574.  
  575. .rebloginfo a:hover {
  576. color:#AAA;
  577. }
  578.  
  579. #tags {
  580. display: block;
  581. {block:IfNot400pxPosts}width: 520px;{/block:IfNot400pxPosts}
  582. {block:If400pxPosts}width: 420px;{/block:If400pxPosts}
  583. padding: 10px;
  584. margin: auto;
  585. height: auto;
  586. margin-bottom: 80px;
  587. text-align: left;
  588. }
  589.  
  590. #tags a {
  591. display: inline-block;
  592. margin-right: 10px;
  593. font-family: roboto condensed;
  594. color: {color:Tags};
  595. text-transform: uppercase;
  596. webkit-transition: all 0.3s ease-in-out;
  597. -moz-transition: all 0.3s ease-in-out;
  598. -o-transition: all 0.3s ease-in-out;
  599. -ms-transition: all 0.3s ease-in-out;
  600. transition: all 0.3s ease-in-out;
  601. }
  602.  
  603. #tags a:hover {
  604. color: {color:Tags Hover};
  605. }
  606.  
  607. </style>
  608. <body>
  609. <div id="side">
  610. <div class="sideimg"><img src="{image:Sidebar}" /></div>
  611. <div class="infocontain">
  612. <div class="icon"><a href="/"><img src="{PortraitURL-48}" /></a><br>
  613. <div class="pagination">
  614. {block:IfNotInfiniteScroll}{block:Pagination}
  615. {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  616.  
  617. {/block:Pagination}{/block:IfNotInfiniteScroll}
  618. </div>
  619. </div>
  620. <div id="desc">
  621. {Description}
  622. </div>
  623.  
  624. </div>
  625. </div>
  626.  
  627. <div id="upperbar">
  628. <div class="title">{Title}</div>
  629. <div class="links">
  630. <a href="/">Home</a>
  631. <a href="/ask">Message</a>
  632. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  633. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  634. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  635. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  636. <a href="http://cremata.tumblr.com">Credit</a>
  637. </div>
  638. </div>
  639. <div id="container">
  640.  
  641.  
  642. <div id="posts">
  643. {block:Posts}
  644. <div id="postinfo">
  645. <div class="date">{block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year} ; {TimeAgo}</a>{/block:Date} {block:NoteCount} ; {NoteCountWithLabel}{/block:NoteCount}
  646. </div>
  647. <div class="rebloginfo">{block:RebloggedFrom}Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  648. </div>
  649. <div id="entries">
  650.  
  651.  
  652. {block:Text}
  653. {block:Title}<div class="ttitle"><b>{Title}</b></div>{/block:Title}
  654. {Body}
  655. {/block:Text}
  656.  
  657. {block:Photo}
  658. <div class="photo"><center><a href="{Permalink}">{block:IfNot400pxPosts}<img src="{PhotoURL-500}" />{/block:IfNot400pxPosts}{block:If400pxPosts}<img src="{PhotoURL-400}">{/block:If400pxPosts}</a></center></div>
  659. {block:Caption}{Caption}{/block:Caption}
  660. {/block:Photo}
  661.  
  662. {block:Photoset}
  663. <div class="photoset">{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}</div>
  664. {block:Caption}{Caption}{/block:Caption}
  665. {/block:Photoset}
  666.  
  667. {block:Link}
  668. <div class="link"> <a href="{URL}"><h3>{Name}</h3></a></div>
  669. {block:Description}{Description}{/block:Description}
  670. {/block:Link}
  671.  
  672. {block:Audio}
  673. <div class="audio">
  674. <div class="music"><div class="button">{block:AudioPlayer}{block:IfWhitePlayer}{AudioPlayerWhite}{/block:IfWhitePlayer}{block:IfNotWhitePlayer}{AudioPlayerBlack}{/block:IfNotWhitePlayer}{/block:AudioPlayer}</div></div>
  675. <div class="audioinfo">
  676. <div class="track">{block:TrackName}{TrackName}{/block:TrackName}
  677. <div class="other">
  678. {block:Artist}{Artist}{/block:Artist}<br>
  679. {block:Album}{Album}{/block:Album}<br>
  680. {block:PlayCount}{PlayCount} Plays{/block:PlayCount}
  681. </div>
  682. </div>
  683.  
  684. </div>
  685. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  686. </div>
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. {Video-500}
  691. {block:Caption}{Caption}{/block:Caption}
  692. {/block:Video}
  693.  
  694. {block:Quote}<div class="quote">"{Quote}"</div> <div class="source">-{Source}</div>{/block:Quote}
  695.  
  696. {block:Answer}
  697. <div class="question"><div class="asker"><img src="{AskerPortraitURL-24}" /></div><br />{Asker} asked: {Question}</div>
  698. <div class="answer">{Answer}</div>
  699. {/block:Answer}
  700.  
  701. {block:Chat}
  702. <div class="chat">
  703. {block:Title}<h2>{Title}</h2>{/block:Title}
  704. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  705. {Line}</li>{/block:Lines}</ul>
  706. </div>
  707. {/block:Chat}
  708.  
  709.  
  710.  
  711.  
  712. {block:PostNotes}{PostNotes}{/block:PostNotes}
  713.  
  714.  
  715.  
  716. <!-- {block:ContentSource}
  717. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  718. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  719. {/block:SourceLogo}
  720. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  721. {/block:ContentSource} -->
  722. </div>
  723.  
  724. <div id="tags">
  725. {block:HasTags}{block:Tags}✖ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  726. </div>
  727.  
  728.  
  729. {/block:Posts}
  730. </div>
  731.  
  732.  
  733. </div>
  734.  
  735.  
  736.  
  737.  
  738. </body>
  739. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement