Advertisement
bridgetowakanda

ILLUSTRIOUS - 07. IR

Dec 20th, 2020
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css2?family=Marck+Script&display=swap" rel="stylesheet">
  2. <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
  3. <link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css2?family=Notable&display=swap" rel="stylesheet">
  5. <link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
  6. <link rel="preconnect" href="https://fonts.gstatic.com">
  7. <link href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap" rel="stylesheet">
  8.  
  9. <html>
  10.  
  11. <!--
  12. THEME 07. - ILLUSTRIOUS
  13. INTERSTELLAR RESOURCES
  14. PLEASE MESSAGE IF YOU HAVE ANY ISSUES
  15.  
  16.  
  17. SKELETON CODE BY
  18. https://fratdadbase.tumblr.com/
  19. -->
  20.  
  21.  
  22.  
  23. <head>
  24.  
  25. <!------------------------------ SCRIPTS ----------------------------->
  26. <!----------------------------- TOOLTLIP ----------------------------->
  27.  
  28.  
  29. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title]").style_my_tooltips({
  36. tip_follows_cursor:true,
  37. tip_delay_time:200,
  38. tip_fade_speed:500
  39. });
  40. });
  41. })(jQuery);
  42. </script>
  43.  
  44.  
  45.  
  46. <title>{Title}</title>
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />
  51. {/block:Description}
  52.  
  53.  
  54. <meta name="image:body" content=""/>
  55. <meta name="image:info" content=""/>
  56. <meta name="image:header1" content=""/>
  57. <meta name="image:sidebox" content=""/>
  58.  
  59.  
  60. <meta name="color:background" content="#f7f7f7" />
  61. <meta name="color:post" content="#ffffff" />
  62. <meta name="color:font" content="#1e1e1e1" />
  63. <meta name="color:bold" content="#373737"/>
  64. <meta name="color:italic" content="#656565"/>
  65. <meta name="color:links" content="#000000" />
  66. <meta name="color:linkshover" content="#333333"/>
  67. <meta name="color:bold" content="#000000"/>
  68. <meta name="color:italic" content="#000000"/>
  69. <meta name="color:underline" content="#ffffff"/>
  70. <meta name="color:underlinebg" content="#000000"
  71. <meta name="color:header1" content=""/>
  72. <meta name="color:header2" content="#000000"/>
  73. <meta name="color:header3" content="#000000"/>
  74. <meta name="color:header4" content="#ffffff"/>
  75. <meta name="color:header4background" content="#000000"/>
  76. <meta name="color:header4border" content="#222222"/>
  77. <meta name="color:title" content="#333333"/>
  78. <meta name="color:infobg" content="#eeeeee"/>
  79. <meta name="color:infolink" content="#222222"/>
  80. <meta name="color:infohover" content="#333333"/>
  81. <meta name="color:question" content="#eeeeee"/>
  82. <meta name="color:tags" content="#000000" />
  83. <meta name-"color:tagshover" content="#232323"/>
  84.  
  85.  
  86. <meta name="text:LinkOneTitle" content="title here" />
  87. <meta name="text:LinkOneUrl" content="url here" />
  88. <meta name="text:LinkTwoTitle" content="title here" />
  89. <meta name="text:LinkTwoUrl" content="url here" />
  90. <meta name="text:sidebox" content="You can put whatever <i>text</i> you would like here. I should <b>probably</b> do a meta tag for this so that it will be <u>easier</u> for the user to type in whatever they want. I wonder how <b>far I can</b> make this go and if it will cut off at some point." />
  91.  
  92. </head>
  93.  
  94. <style type="text/css">
  95.  
  96. /* SCROLL BAR */
  97.  
  98. ::-webkit-scrollbar {
  99. width: 2px;
  100. height: 2px;
  101. }
  102. ::-webkit-scrollbar-button {
  103. width: 0px;
  104. height: 0px;
  105. }
  106. ::-webkit-scrollbar-thumb {
  107. background: transparent;
  108. border: 0px none transparent;
  109. border-radius: 50px;
  110. }
  111. ::-webkit-scrollbar-thumb:hover {
  112. background: transparent;
  113. }
  114. ::-webkit-scrollbar-thumb:active {
  115. background: transparent;
  116. }
  117. ::-webkit-scrollbar-track {
  118. background: transparent;
  119. border: 0px none transparent;
  120. border-radius: 0px;
  121. }
  122. ::-webkit-scrollbar-track:hover {
  123. background: transparent;
  124. }
  125. ::-webkit-scrollbar-track:active {
  126. background: transparent;
  127. }
  128. ::-webkit-scrollbar-corner {
  129. background: transparent;
  130. }
  131.  
  132.  
  133. /* BODY */
  134.  
  135. body {
  136. background-color: {color:background};
  137. background-image: url('{image:body}');
  138. background-repeat: no-repeat;
  139. font-family: 'Fira Mono', monospace;
  140. font-size: 12px;
  141. color: {color:font};
  142. word-spacing: 0px;
  143. letter-spacing: 1px;
  144. text-align: justify;
  145. }
  146.  
  147.  
  148. #container {
  149. position:absolute;
  150. background-color: transparent;
  151. padding: 15px;
  152. width: 410px;
  153. margin-top:0px;
  154. margin-left: 750px;
  155. height:100%;
  156. overflow:auto;
  157. overflow-x:hidden;
  158. z-index: 9999;
  159. border: 0px solid #f3f3f3;
  160. border-radius: 0px;
  161. }
  162.  
  163. #container img {
  164. height:auto;
  165. max-width:100%;
  166. }
  167.  
  168.  
  169.  
  170.  
  171. .posts {
  172. width:400px;
  173. margin-bottom:40px;
  174. background-color: {color:post};
  175. padding: 5px;
  176. border-bottom: 0px solid #ebebeb;
  177. border-radius: 0px;
  178. }
  179.  
  180. .sidebox {
  181. position: fixed;
  182. background-color: {color:background};
  183. padding: 5px;
  184. width: 200px;
  185. height: 350px;
  186. margin-left: 450px;
  187. margin-top: 130px;
  188. overflow: auto;
  189. text-align: justify;
  190. border-bottom: 3px double {color:blockquote};
  191.  
  192. }
  193.  
  194. /* IMAGE DECOR */
  195.  
  196.  
  197.  
  198. #s-m-t-tooltip {
  199. max-width:400px;
  200. margin:15px;
  201. padding:2px 8px;
  202. background: {color:bold};
  203. background-image:url('');
  204. background-repeat:repeat;
  205. background-attachment:fixed;
  206. border-left: 3px solid {color:italic};
  207. border-right: 3px solid {color:italic};
  208. color:{color:text};
  209. text-shadow:1px 1px 0px #000,
  210. z-index:99999999999999999999999999999999999999999999999999999999999999;
  211. font-size:9px;
  212. letter-spacing:2px;
  213. font-style:bold;
  214. letter-spacing:2px;
  215. font-family: calibri;
  216. text-transform:uppercase;
  217. }
  218.  
  219.  
  220. /* FONT DECOR */
  221.  
  222.  
  223. h1 {
  224. font-family: 'Notable', sans-serif;
  225. font-size: 15px;
  226. text-align:center;
  227. text-transform:uppercase;
  228. color: {color:header1};
  229. background-image: url('{image:header1}');
  230. background-position:left;
  231. background-repeat:repeat;
  232. background-attachment:fixed;
  233. -webkit-background-clip: text;
  234. -webkit-text-fill-color: transparent;
  235.  
  236. }
  237.  
  238. h2 {
  239. text-align:center;
  240. text-transform:uppercase;
  241. color: {color:header2};
  242. font-family: 'Righteous', cursive;
  243. letter-spacing: 1px;
  244. font-size: 25px;
  245. }
  246.  
  247. h3 {
  248. text-align:center;
  249. text-transform:uppercase;
  250. color: {color:header3};
  251. font-family: 'VT323', monospace;
  252. font-size: 12px;
  253. }
  254.  
  255. h4 {
  256. text-align: center;
  257. text-transform: uppercase;
  258. color: {color:header4};
  259. font-family: courier;
  260. font-weight: bold;
  261. font-size: 15px;
  262. padding-top: 5px;
  263. padding-bottom: 5px;
  264. background-color: {color:header4background};
  265. border-left: 4px solid {color:header4border};
  266. border-right: 4px solid {color:header4border};
  267. }
  268.  
  269. t, title {
  270. text-align: right;
  271. font-size: 18px;
  272. font-family: georgia;
  273. color: {color:title};
  274. text-transform: uppercase;
  275.  
  276. }
  277.  
  278. b, bold, strong {
  279. text-align:center;
  280. text-transform:uppercase;
  281. color: {color:bold};
  282. font-family: 'Righteous', cursive;
  283. font-size: 13px;
  284. }
  285.  
  286. i, italic, em {
  287. text-align:center;
  288. text-transform:uppercase;
  289. color: {color:italic};
  290. font-family: 'Marck Script', cursive;
  291. text-transform: lowercase;
  292. font-size: 20px;
  293. }
  294.  
  295. u, underline {
  296. color: {color:underline};
  297. background-color: {color:underlinebg};
  298. padding: 2px;
  299. }
  300.  
  301. code {
  302. size: 11px;
  303. font-family: courier;
  304. text-transform: uppercase;
  305. }
  306.  
  307. small {
  308. size: 10px;
  309. }
  310.  
  311. sub {
  312. size: 9px;
  313. }
  314.  
  315.  
  316. blockquote {
  317. border-left: 2px solid #000000;
  318. padding: 5px;
  319. margin:0px 0px 5px 5px;
  320. }
  321.  
  322. blockquote blockquote {
  323. border-left: 1px groove #000000;
  324. padding: 5px;
  325. margin:0px 0px 5px 5px;
  326. }
  327.  
  328. blockquote img {
  329. max-width:100%;
  330. height:100%;
  331. }
  332.  
  333. .chat ul {
  334. list-style: none;
  335. margin: 0;
  336. padding: 10;
  337. }
  338.  
  339. .chat li {
  340. border-radius: 0.2em;
  341. border: 1px solid rgba(0, 0, 0, 0.05);
  342. box-shadow: 1px 1px 1px rgb(255, 255, 255) inset;
  343. margin-bottom: 2%;
  344. padding: 2%;
  345. width: 50%;
  346. }
  347.  
  348. .chat .odd {
  349. float: left;
  350. background: rgb(236, 236, 236);
  351. padding-bottom: 10px;
  352. }
  353. .chat .even {
  354. float: right;
  355. background: rgb(166, 230, 255);
  356. padding-bottom: 10px;
  357. }
  358.  
  359.  
  360. /* LINKS DECOR */
  361.  
  362. a {
  363. text-decoration: none;
  364. color: {color:links};
  365. font-family: 'Roboto', sans-serif;
  366. text-transform: uppercase;
  367. font-size: 9px;
  368. -webkit-transition: all 0.6s ease-in-out;
  369. -moz-transition: all 0.6s ease-in-out;
  370. -o-transition: all 0.6s ease-in-out;
  371. -ms-transition: all 0.6s ease-in-out;
  372. transition: all 0.6s ease-in-out;
  373. }
  374.  
  375. a:hover {
  376. color: {color:linkshover};
  377. -webkit-transition: all 0.6s ease-in-out;
  378. -moz-transition: all 0.6s ease-in-out;
  379. -o-transition: all 0.6s ease-in-out;
  380. -ms-transition: all 0.6s ease-in-out;
  381. transition: all 0.6s ease-in-out;
  382. }
  383.  
  384.  
  385.  
  386. .navigation a {
  387. font-family: 'VT323', monospace;
  388. color: #000000;
  389. font-size: 15px;
  390. font-weight: 400px;
  391. display: inline-block;
  392. text-align: justify;
  393. -webkit-transition: all 0.6s ease-in-out;
  394. -moz-transition: all 0.6s ease-in-out;
  395. -o-transition: all 0.6s ease-in-out;
  396. -ms-transition: all 0.6s ease-in-out;
  397. transition: all 0.6s ease-in-out;
  398. }
  399.  
  400. .navigation a:hover {
  401. color: #777777;
  402. -webkit-transition: all 0.6s ease-in-out;
  403. -moz-transition: all 0.6s ease-in-out;
  404. -o-transition: all 0.6s ease-in-out;
  405. -ms-transition: all 0.6s ease-in-out;
  406. transition: all 0.6s ease-in-out;
  407. }
  408.  
  409.  
  410.  
  411. .credit {
  412. position: absolute;
  413. left: 95%;
  414. top: 95%;
  415. width: auto;
  416. height: auto;
  417. }
  418.  
  419. .credit a {
  420. font-size: 15px;
  421. color: {color:navigation};
  422. -webkit-transition: all 0.6s ease-in-out;
  423. -moz-transition: all 0.6s ease-in-out;
  424. -o-transition: all 0.6s ease-in-out;
  425. -ms-transition: all 0.6s ease-in-out;
  426. transition: all 0.6s ease-in-out;
  427. }
  428.  
  429. .credit a:hover {
  430. color: {color:navigation hover};
  431. -webkit-transition: all 0.6s ease-in-out;
  432. -moz-transition: all 0.6s ease-in-out;
  433. -o-transition: all 0.6s ease-in-out;
  434. -ms-transition: all 0.6s ease-in-out;
  435. transition: all 0.6s ease-in-out;
  436. }
  437.  
  438. .tags {
  439. text-align:center;
  440. background-color:transparent;
  441. padding-bottom:6px;
  442. padding-top:4px;
  443. opacity: .5;
  444. word-spacing: 0px;
  445. letter-spacing: 0px;
  446. }
  447.  
  448.  
  449. .tags a {
  450. color: {color:tags};
  451. font-family: courier new;
  452. text-decoration:none;
  453. text-transform:lowercase;
  454. -webkit-transition: all 0.6s ease-in-out;
  455. -moz-transition: all 0.6s ease-in-out;
  456. -o-transition: all 0.6s ease-in-out;
  457. -ms-transition: all 0.6s ease-in-out;
  458. transition: all 0.6s ease-in-out;
  459. }
  460.  
  461.  
  462. .tags a:hover {
  463. color: {color:tagshover};
  464. letter-spacing: 0px;
  465. -webkit-transition: all 0.6s ease-in-out;
  466. -moz-transition: all 0.6s ease-in-out;
  467. -o-transition: all 0.6s ease-in-out;
  468. -ms-transition: all 0.6s ease-in-out;
  469. transition: all 0.6s ease-in-out;
  470. }
  471.  
  472. .info {
  473. font-size:8px;
  474. text-align:center;
  475. background-color:{color:infobg};
  476. background-image: url('{image:info}');
  477. padding-top:10px;
  478. padding-bottom: 10px;
  479. border-bottom: 0px solid #000000;
  480. word-spacing: 0px;
  481. letter-spacing: 0px;
  482. }
  483.  
  484. .info a {
  485. font-size:15px;
  486. color:{color:infolink};
  487. text-decoration:none;
  488. text-transform:normal;
  489. -webkit-transition: all 0.6s ease-in-out;
  490. -moz-transition: all 0.6s ease-in-out;
  491. -o-transition: all 0.6s ease-in-out;
  492. -ms-transition: all 0.6s ease-in-out;
  493. transition: all 0.6s ease-in-out;
  494. }
  495. .info a:hover {
  496. color:{color:infohover};
  497. -webkit-transition: all 0.6s ease-in-out;
  498. -moz-transition: all 0.6s ease-in-out;
  499. -o-transition: all 0.6s ease-in-out;
  500. -ms-transition: all 0.6s ease-in-out;
  501. transition: all 0.6s ease-in-out;
  502. }
  503. }
  504.  
  505.  
  506. /* ASK DECOR */
  507.  
  508. #asker {
  509. text-transform:uppercase;
  510. padding-bottom:5px;
  511. font-family: 'VT323', monospace;
  512. text-align:center;
  513. font-size: 15px;
  514. line-height: 16px;
  515. color: {color:bold};
  516. }
  517.  
  518. #asker a {
  519. text-transform:uppercase;
  520. padding-bottom:5px;
  521. font-family: 'VT323', monospace;
  522. text-align:center;
  523. font-size: 15px;
  524. line-height: 16px;
  525. color: {color:bold};
  526. -webkit-transition: all 0.6s ease-in-out;
  527. -moz-transition: all 0.6s ease-in-out;
  528. -o-transition: all 0.6s ease-in-out;
  529. -ms-transition: all 0.6s ease-in-out;
  530. transition: all 0.6s ease-in-out;
  531. }
  532.  
  533. #asker a:hover {
  534. text-transform:uppercase;
  535. padding-bottom:5px;
  536. font-family: 'VT323', monospace;
  537. text-align:center;
  538. font-size: 15px;
  539. line-height: 16px;
  540. color: {color:bold};
  541. opacity: .5;
  542. -webkit-transition: all 0.6s ease-in-out;
  543. -moz-transition: all 0.6s ease-in-out;
  544. -o-transition: all 0.6s ease-in-out;
  545. -ms-transition: all 0.6s ease-in-out;
  546. transition: all 0.6s ease-in-out;
  547. }
  548.  
  549. #question {
  550. text-transform: None;
  551. font-family: calibri;
  552. font-size: 12px;
  553. padding: 2px;
  554. background-color: {color:question};
  555. }
  556.  
  557. #header {
  558. text-align:center;
  559. font-size:10px;
  560. margin-top:40px;
  561. }
  562.  
  563. #pagination {
  564. position:fixed;
  565. text-align:center;
  566. top: 510px;
  567. left: 630px;
  568. z-index: 999999;
  569. }
  570.  
  571.  
  572. /* NOTE */
  573.  
  574.  
  575.  
  576. .notecontainer {
  577. background-color: transparent;
  578. border: 0px solid transparent;
  579. width:380px;
  580. padding: 0px;
  581. text-transform:uppercase;
  582. font-style:normal;
  583. font-size: 10px;
  584. height: 150px;
  585. overflow: auto;
  586. margin-left: 50px;
  587. text-align:left;
  588.  
  589. }
  590. .note {
  591. background-color: transparent;
  592. border: 1px solid transparent;
  593. width:280px;
  594. padding: 0px;
  595. text-transform:uppercase;
  596. font-style:normal;
  597. font-size: 10px;
  598. height: auto;
  599. overflow: auto;
  600. margin-left: -25px;
  601. text-align:left;
  602.  
  603. }
  604.  
  605. .note li {
  606. list-style-type:none;
  607. padding: 10px;
  608. text-align:left;
  609. margin:0px;
  610. -moz-transition-duration:0.5s;
  611. -webkit-transition-duration:0.5s;
  612. -o-transition-duration:0.5s;}
  613.  
  614. .note img.avatar {
  615. margin-right: 10px;
  616. width: 25px;
  617. height: 25px;}
  618.  
  619.  
  620.  
  621. </style>
  622.  
  623.  
  624.  
  625.  
  626.  
  627. <body>
  628.  
  629. <div class="sidebox">
  630. <center>
  631. <a href="/" title="home">01.</a>
  632. <a href="/ask" title="ask">02.</a>
  633. <a href="/{text:LinkOneUrl}" title="{text:LinkOneTitle}">03.</a>
  634. <a href="/{text:LinkTwoUrl}" title="{text:LinkTwoTitle}" >04.</a>
  635. </center>
  636.  
  637. <p><img src="{image:sidebox}">
  638.  
  639. <br><h1>Title Here</h1>
  640.  
  641.  
  642. <br><br>
  643.  
  644. {text:sidebox}
  645.  
  646.  
  647.  
  648.  
  649. </div>
  650.  
  651.  
  652. <div id="colorboard"></div>
  653.  
  654.  
  655.  
  656. <div class="credit">
  657. <a href="https://interstellarresources.tumblr.com">☾</a>
  658. </div>
  659.  
  660.  
  661. <div id="pagination">{block:Pagination}
  662. {block:PreviousPage}<a href="{PreviousPage}" style="margin-left: -290px;">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  663. {/block:NextPage}
  664. {/block:Pagination}</div>
  665.  
  666. <div id="container">
  667.  
  668. {block:Posts}
  669.  
  670. <div class="posts">
  671.  
  672. {block:Text}{block:Title}<t>{Title}</t>{/block:Title}{Body}{/block:Text}
  673.  
  674. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  675. {/block:Photo}
  676.  
  677. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  678.  
  679. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  680.  
  681. {block:Video}
  682. <div class="video">{Video-250}</div>
  683. {/block:Video}
  684.  
  685. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  686.  
  687.  
  688. {block:Quote}<t>"{Quote}"</t><br>{block:Source}<i><center>{Source}</center></i>{/block:Source}{/block:Quote}
  689.  
  690.  
  691. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  692.  
  693.  
  694. {block:Chat}
  695. {block:Title}
  696. <h1>{Title}</h1>{/block:Title}<br>
  697. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  698. {Line}</li>{/block:Lines}</ul>
  699. {/block:Chat}
  700.  
  701.  
  702.  
  703. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  704.  
  705.  
  706. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  707.  
  708.  
  709. {block:Answer}<center>
  710. <div id="asker" style="word-wrap: break-word; max-width: 100%; margin-bottom: -10px; font-family: 'VT323', monospace; color: {color:bold}; font-size: 15px; text-transform: uppercase;">{asker} asked</div></center><br>
  711. <div id="question" style="word-wrap: break-word; max-width: 100%; text-align: justify;">{Question}</div>
  712. <div id="answer" style="margin-top: 20px;">{Answer}</div>
  713. {/block:Answer}
  714.  
  715.  
  716. <div class="info">
  717.  
  718. {block:Date}
  719. <a href="{Permalink}"style="font-size: 15px; font-family: 'VT323', monospace;" title="{TimeAgo}, {ShortMonth} {DayOfMonthWithZero} with {NoteCount} notes ">{ShortMonth} {DayOfMonthWithZero} </a>
  720. {/block:Date}
  721.  
  722.  
  723. &nbsp;&nbsp;&nbsp;
  724.  
  725. <a href="{ReblogURL}" style="font-size:15px; font-family: 'VT323', monospace;" title="reblog"> Reblog </a>
  726.  
  727.  
  728.  
  729. {block:NoRebloggedFrom}
  730. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  731. {/block:NoRebloggedFrom}
  732.  
  733.  
  734. {block:ContentSource}
  735. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  736. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  737. {/block:SourceLogo}
  738. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  739. {/block:ContentSource}
  740.  
  741. </div>
  742.  
  743.  
  744.  
  745. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"> &nbsp;#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  746. </div>
  747.  
  748. {/block:Posts}
  749.  
  750. <div class="notecontainer">
  751. {block:PostNotes}{PostNotes}{/block:PostNotes}
  752. </div>
  753.  
  754. </div>
  755. </body>
  756. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement