thehiddenwill-themes

Theme 16.

Aug 4th, 2013
1,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!-----------------------------------------------------------------------
  4.  
  5. THEME 16.
  6. @thehiddenwill-themes.tumblr.com
  7.  
  8. ------------------------------------------------------------------------->
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  12. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <meta name="text:Link 1" content=""/>
  17. <meta name="text:Link 1 URL" content=""/>
  18. <meta name="text:Link 2" content=""/>
  19. <meta name="text:Link 2 URL" content=""/>
  20. <meta name="text:Link 3" content=""/>
  21. <meta name="text:Link 3 URL" content=""/>
  22. <meta name="text:Link 4" content=""/>
  23. <meta name="text:Link 4 URL" content=""/>
  24. <meta name="text:Header" content=""/>
  25. <meta name="image:Background" content=""/>
  26. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  27. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  28. </script>
  29. <style type="text/css">
  30.  
  31.  
  32. @font-face {font-family: 'pix';font-style: normal;font-weight: normal;
  33. src: local('pix'), url('http://static.tumblr.com/s4afcug/sJzmj12zk/pix-webfont.woff') format('woff');}
  34.  
  35. ::-webkit-scrollbar {background-color:#000; height:8px; width:4px}
  36. ::-webkit-scrollbar-thumb:vertical {border:1px solid #000; background-color:#fff; height:5px}
  37. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff; height:8px!important}
  38.  
  39. .photo {
  40. filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  41. filter: gray; /* IE6-9 */
  42. -webkit-filter: grayscale(0.7);
  43. -webkit-transition: all 0.5s ease-in-out;
  44. -moz-transition: all 0.5s ease-in-out;
  45. -o-transition: all 0.5s ease-in-out;
  46. -ms-transition: all 0.5s ease-in-out;
  47. transition: all 0.5s ease-in-out;
  48. }
  49.  
  50. .photo:hover{
  51. filter: none;
  52. -webkit-filter: grayscale(0);
  53. -webkit-transition: all 0.7s ease-in-out;
  54. -moz-transition: all 0.7s ease-in-out;
  55. -o-transition: all 0.7s ease-in-out;
  56. }
  57.  
  58. #cred{
  59. position:fixed;
  60. bottom:15px;
  61. right:15px;
  62. width:10px;
  63. height:10px;}
  64.  
  65. #cred a{
  66. color:#000;
  67. font: 10px courier;
  68. text-align:center;
  69. padding:3px;
  70. display:block;
  71. text-transform:uppercase;
  72. text-decoration:none;}
  73.  
  74.  
  75. iframe#tumblr_controls {margin-top:4px;position: fixed!important;z-index: 9999;opacity:0;-webkit-filter: invert(100%);-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  76. iframe#tumblr_controls:hover {opacity:1;-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  77.  
  78. :-moz-selection {
  79. background: #eee;
  80. color: #000;
  81. }
  82.  
  83. ::selection {
  84. background: #eee;
  85. color: #000;
  86. }
  87.  
  88. iframe.photoset{
  89. {block:IndexPage}
  90. width:150px!important;
  91. {/block:IndexPage}
  92. }
  93.  
  94.  
  95. body {
  96. color: #000;
  97. background: #fff url({image:Background});
  98. font-family: courier;
  99. font-size: 10px;
  100. line-height: 1.5em;
  101. }
  102.  
  103. p {margin:0 0 .75em 0;}
  104. p:last-child {margin:0;}
  105.  
  106.  
  107. a {
  108. cursor:help;
  109. color: #000;
  110. text-decoration:none;
  111. }
  112.  
  113.  
  114. a:hover { cursor: help;
  115. color: #000000; text-decoration:line-through;}
  116.  
  117.  
  118. blockquote {
  119. width:90%;
  120. margin-left:5px;
  121. margin-bottom:5px;
  122. margin-top:5px;
  123. padding-left:5px;
  124. padding-top:0px;
  125. padding-bottom:0px;
  126. border-left:4px solid #000;
  127. }
  128.  
  129.  
  130. pre {
  131. width:90%;
  132. white-space:pre-wrap;
  133. word-wrap:break-word;
  134. background:#fff;
  135. padding:5px;
  136. }
  137.  
  138. b, strong {
  139. color:#000;
  140. font-weight:bold;
  141. }
  142.  
  143. i, em {
  144. color:#000;
  145. font-style:italic;
  146. }
  147.  
  148. h1 {
  149. font-family: georgia;
  150. margin-top:-2px;
  151. margin-bottom:5px;
  152. font-size: 12px;
  153. font-style:italic;
  154. line-height: 1.5em;
  155. font-weight: normal;
  156. }
  157.  
  158.  
  159. h2 {
  160. font-family:georgia;
  161. font-size:12px;
  162. text-align:center;
  163. font-weight:400;
  164. font-style:italic;
  165. margin-top:-96px;
  166. }
  167.  
  168. h3 {
  169. font-family:georgia; font-style:italic; text-transform:lowercase; text-align:center; font-size: 12px; font-weight: none;
  170. }
  171.  
  172. h3:first-letter {float:center; display:inline-block; font-family:cambria; font-size:20px; font-style:italic; text-transform:uppercase; background:#fff; color:#000;}
  173.  
  174. h4 {
  175. text-align:right;
  176. font-family:courier;
  177. font-size:10px;
  178. text-transform:lowercase;
  179.  
  180. padding-right:3px;
  181. font-weight:400;
  182. font-style:normal;
  183. }
  184.  
  185. h69 {
  186. opacity:0.1;
  187. font:113px georgia;
  188. margin-left:10px;
  189. margin-top:-10px;
  190. color:#000;
  191. z-index:-999999;
  192. line-height:90%;
  193. }
  194.  
  195. ul {
  196. margin: 0px 1.5em .75em;}
  197.  
  198.  
  199. li {
  200. margin-left:15px;
  201. list-style-type: hiragana;
  202. }
  203.  
  204. .box img {
  205. display: block;
  206. max-width: 100%;}.m-i {
  207. display: block;
  208. line-height: 1px!important;
  209. }
  210.  
  211.  
  212. .menu-picture {
  213. line-height: 100%;
  214. display: inline-block;
  215. line-height: 0px!important;
  216. }
  217.  
  218.  
  219. .post-link{
  220. font-family: consolas;
  221. letter-spacing:1px;
  222. font-size: 8px;
  223. text-transform:uppercase;
  224. line-height: 8px;
  225. text-align:right;
  226. }
  227.  
  228.  
  229. .menu-picture {
  230. line-height: 100%;display: inline-block;
  231. }
  232.  
  233. .tagged { padding:5px; margin:5px; text-align: left; font-family:pix; text-transform:lowercase; line-height: 8px; letter-spacing:1px; font-size: 8px;}
  234.  
  235. .text { padding: 5px;}
  236.  
  237.  
  238. p.question {
  239. margin-bottom: .375em;
  240. }
  241.  
  242.  
  243. .response {
  244. font-family:georgia;
  245. font-style:italic;
  246. font-family:8px;
  247. background: #FFF;
  248. color:#000;
  249. border:4px double #000;
  250. padding: 5px;
  251. margin-bottom: .75em;
  252. }
  253.  
  254. .asker {
  255. font-style:normal;
  256. font-size: 8px;
  257. font-family: cambria;
  258. text-transform: uppercase;
  259. letter-spacing: 1px;
  260. }
  261.  
  262. .answer {
  263. text-align: center;
  264. }
  265.  
  266. .post {
  267. position: relative;
  268. {block:IndexPage}
  269. width:150px;
  270. {/block:IndexPage}
  271. {block:PermalinkPage}
  272. width:400px;
  273. right:0px;
  274. margin-top:-5px;
  275. {/block:PermalinkPage}
  276. float:left;
  277. background: #fff;
  278. padding:5px;
  279. margin:15px;
  280. border:4px double #000;
  281. -webkit-box-shadow: 6px 6px 0px -1px #000;
  282. box-shadow: 6px 6px 0px -1px #000;
  283. }
  284.  
  285. .box {position: relative;}
  286.  
  287. #side {
  288. position: fixed!important;
  289. text-align: center;
  290. top:130px;
  291. right:840px;
  292. width:70px;
  293. padding:0px;
  294. background: transparent;
  295. }
  296.  
  297. #description{
  298. background-color:#fff;
  299. border:4px double #000;
  300. padding:10px;
  301. -webkit-box-shadow: 6px 6px 0px -1px #000;
  302. box-shadow: 6px 6px 0px -1px #000;
  303. font-family:MS Gothic;
  304. font-size:10px;
  305. text-shadow:2px 2px 0px #ccc, 0px 2px 0px #ccc;
  306. -webkit-transition:all 0.4s ease-in-out;
  307. -moz-transition:all 0.4s ease-in-out;
  308. -o-transition:all 0.4s ease-in-out;
  309. transition:all 0.4s ease-in-out;
  310.  
  311. }
  312.  
  313. #description:hover{
  314. text-shadow:2px 0px 0px #ccc, 2px 0px 0px #ccc;
  315.  
  316. }
  317.  
  318.  
  319. #description:first-letter {
  320. float:left;
  321. display:inline-block;
  322. padding:7px;
  323. margin-right:5px;
  324. font-family:cambria;
  325. font-size:20px;
  326. font-style:italic;
  327. text-transform:uppercase;
  328. background:#000;
  329. color:#fff;}
  330.  
  331. #description{
  332.  
  333. width:150px;
  334. height:48px;
  335. text-align:center;
  336. overflow-y:auto;}
  337. }
  338.  
  339.  
  340.  
  341. #description::-webkit-scrollbar {background-color:#000; height:8px; width:4px}
  342.  
  343. #description::-webkit-scrollbar-thumb {
  344. background: #fff;
  345. border:1px solid #000;
  346. }
  347.  
  348. ul {
  349. margin: 0px 0em .75em;
  350. }
  351.  
  352. li {
  353. margin: 0.75em 30px;
  354. list-style-type: hiragana;
  355. }
  356.  
  357.  
  358. #content {
  359. margin: 10px auto 0;
  360. }
  361.  
  362. #content {
  363. width:180px;
  364. margin-top:40px;
  365. margin-right:495px;
  366. }
  367.  
  368. .perma-a { text-align: right; text-transform: uppercase; padding:5px; padding-top:10px;}
  369. p.menu-m {margin: .375em;}
  370.  
  371. .box iframe {max-width: 100%;}
  372. .text img {max-width: 100%;}
  373. img {display: block;}
  374. .box img {display: block;}
  375.  
  376. .post-info-data{text-align:center; text-transform:lowercase; font-family:courier; font-size:10px; font-style:none;}
  377. .notes img{display:none;float:left;margin-right:.75em}
  378. ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px}
  379. ol.notes {font-family:consolas; font-size:8px; padding-right:5px; padding-left:5px; height:100px;overflow-y:scroll;overflow-x:hidden;}
  380.  
  381. #s-m-t-tooltip {
  382. z-index:9999;
  383. background:#000;
  384. border:0px solid #000;
  385. line-height:11px;
  386. font:8px consolas;
  387. text-align:center;
  388. letter-spacing:1px;
  389. color:#fff;
  390. max-width:150px;
  391. word-wrap:break-word;
  392. padding:1px 10px 1px 10px;
  393. display:block;
  394. margin:25px 0 0 15px;
  395. -webkit-border-radius: 50px;
  396. -moz-border-radius: 50px;
  397. border-radius: 50px;
  398. }
  399.  
  400. #musicart {
  401. position: absolute;
  402. height: 40px;
  403. width: 40px;
  404. }
  405.  
  406. #musicart img {
  407. height: 40px;
  408. width: 40px;
  409. -moz-border-radius: 35px;
  410. -webkit-border-radius: 35px;
  411. border-radius: 35px;
  412. }
  413.  
  414. #player {
  415. opacity: 1;
  416. -webkit-transition: all 0.6s ease-in-out;
  417. -moz-transition: all 0.6s ease-in-out;
  418. -o-transition: all 0.6s ease-in-out;
  419. }
  420.  
  421. #entry:hover #player {
  422. opacity: 1;
  423. }
  424.  
  425. #top1 {
  426. height:35px;
  427. width: 150%;
  428. position:fixed!important;
  429. top:-4px;
  430. right: -15px;
  431. opacity:1;
  432. background-color:#fff;
  433. border:4px double #000;
  434. z-index:999;
  435. }
  436.  
  437. #musicart {
  438. position: absolute;
  439. height: 40px;
  440. width: 40px;
  441. }
  442.  
  443. #musicart img {
  444. height: 40px;
  445. width: 40px;
  446. -moz-border-radius: 35px;
  447. -webkit-border-radius: 35px;
  448. border-radius: 35px;
  449. }
  450.  
  451. #player {
  452. opacity: 1;
  453. -webkit-transition: all 0.6s ease-in-out;
  454. -moz-transition: all 0.6s ease-in-out;
  455. -o-transition: all 0.6s ease-in-out;
  456. }
  457.  
  458. #entry:hover #player {
  459. opacity: 1;
  460. }
  461.  
  462. #border {
  463. position: fixed!important;
  464. top: 90px;
  465. right:690px;
  466. }
  467.  
  468.  
  469. </style>
  470. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  471. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  472. <script>
  473. (function($){
  474. $(document).ready(function(){
  475. $("[title]").style_my_tooltips();
  476. });
  477. })(jQuery);
  478. </script>
  479.  
  480. </head>
  481. <body>
  482.  
  483. <div id="cred"><a title="credit" href="http://thehiddenwill-themes.tumblr.com">C</a></div>
  484.  
  485.  
  486. <div id="top1"></div>
  487.  
  488. <div id="border">
  489. <div style="width:0px;height:550px;border:4px double #000; "></div></div>
  490.  
  491.  
  492. <div style="z-index:1000;font-size:24px; font-family:georgia;
  493. font-style:italic; line-height: 25px; position: fixed!important; top:4px;right:495px;"><font color="#000"<br>{text:Header}</font></div>
  494.  
  495.  
  496. <div id="contain" class="clearfix">
  497. <div id="side">
  498. <div class="text">
  499. {block:IfShowTitle}<h1><a href="/">{Title}</a></h1>{/block:IfShowTitle}
  500. <div id="description">
  501. {Description}
  502.  
  503. <select style=" width:145px; -webkit-appearance: none; margin-top:10px; border: 4px double; padding: 3px; color: #000; background-color: #fff; font-family: MS Gothic; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onchange="location.href=this.options[this.selectedIndex].value;">
  504. <option value="/">NAVIGATE</option>
  505. <option value="{text:Link 1 URL}"> {text:Link 1}</option>
  506. <option value="{text:Link 2 URL}"> {text:Link 2}</option>
  507. <option value="{text:Link 3 URL}"> {text:Link 3}</option>
  508. <option value="{text:Link 4 URL}"> {text:Link 4}</option>
  509. </select>
  510.  
  511.  
  512. </div>
  513. </div>
  514. </div>
  515.  
  516. <div id="content">
  517. <div class="autopagerize_page_element"/>
  518. {block:Posts}
  519. <div class="post">
  520.  
  521. {block:Text}
  522. <div class="text">
  523. {block:Title}<h3>{Title}</h3>{/block:Title}
  524. {Body}
  525. <!-- permalink --> {block:IndexPage}
  526. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  527. <!-- /permalink --> {/block:IndexPage}
  528. </div>
  529. {/block:Text}
  530.  
  531. {block:Quote}
  532. <div style="color: #000; font-size: 30px; line-height: 30px; float: left; font-family: georgia;">
  533. ❝</div>
  534. <div style="font-size:12px; letter-spacing: 1px; line-height:120%; font-family: georgia; font-style: italic; margin-left: 20px; padding:5px; padding-left: 10px;">
  535. {Quote}
  536. </div>
  537. {block:Source}
  538. <div style="text-align: right; margin-top: 10px; font-size: 10px; text-transform: lowercase; font-family: courier; line-height: 10px; letter-spacing: 1px;"> {Source}</div>
  539. {/block:Source}
  540.  
  541. <!-- permalink --> {block:IndexPage}
  542. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  543. <!-- /permalink --> {/block:IndexPage}
  544. {/block:Quote}
  545.  
  546. {block:Link}
  547. <div class="text link">
  548. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  549. {block:Description}{Description}{/block:Description}
  550. <!-- permalink --> {block:IndexPage}
  551. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  552. <!-- /permalink --> {/block:IndexPage}
  553. </div>
  554. {/block:Link}
  555.  
  556. {block:Chat}
  557. <div class="text chat">
  558. <ul class="conversation">
  559. {block:Lines}
  560. <li class="line {Alt}">
  561. {block:Label}<span class="person">{Label}</span>{/block:Label}
  562. <span class="person-said">{Line}</span>
  563. </li>
  564. {/block:Lines}
  565. </ul>
  566. <!-- permalink --> {block:IndexPage}
  567. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  568. <!-- /permalink --> {/block:IndexPage}
  569. </div>
  570. {/block:Chat}
  571.  
  572. {block:Audio}
  573.  
  574. <div id="musicart">
  575. {block:AlbumArt}
  576. <img src="{AlbumArtURL}">
  577. {/block:AlbumArt}
  578. </div>
  579.  
  580.  
  581. <div id="player"><div style="position: absolute; margin-top: -5px; margin-left: -5px; padding: 12px 11px 11px 12px; background: #FFF; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;">
  582. <div style="width: 27px; height: 27px; overflow: hidden;">
  583. {AudioPlayerWhite}
  584. </div></div></div>
  585.  
  586. <div style="text-transform:lowercase; margin-left: 52px; line-height: 10px;">
  587. <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}
  588. <br>
  589. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  590. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  591. {PlayCountWithLabel}<br>
  592. </div>
  593.  
  594. <!-- permalink --> {block:IndexPage}
  595. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  596. <!-- /permalink --> {/block:IndexPage}
  597. {/block:Audio}
  598.  
  599.  
  600. {block:Answer}
  601. <div class="text answer">
  602. <div class="response">
  603. <p class="question">{Question}</p>
  604. <div class="asker"><p>@{Asker}</p></div></div>
  605. {Answer}
  606. <!-- permalink --> {block:IndexPage}
  607. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a> </p>
  608. <!-- /permalink --> {/block:IndexPage}
  609. </div>
  610. {/block:Answer}
  611.  
  612. {block:Photoset}
  613. <div class="photoset">
  614. <div class="box">
  615. {block:IndexPage}<center><div class="photo"{Photoset-250}</center>{/block:IndexPage}
  616. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  617. </div>
  618. {block:IndexPage}{block:IfShowCaptions} {block:Caption}<div class="caption">{Caption}</div>{/block:Caption} {/block:IfShowCaptions}{/block:IndexPage}
  619. <!-- permalink --> {block:IndexPage}
  620. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  621. <!-- /permalink --> {/block:IndexPage}
  622. </div>
  623. {/block:Photoset}
  624.  
  625. {block:Video}
  626. <div class="video">
  627. <div class="box">
  628. <center>{Video-250}</center>
  629. </div>
  630. {block:IndexPage}{block:IfShowCaptions}
  631. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  632. {/block:IfShowCaptions}{/block:IndexPage}
  633. <!-- permalink --> {block:IndexPage}
  634. <p class="post-link perma-a"><a href="{Permalink}" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></p>
  635. <!-- /permalink --> {/block:IndexPage}
  636. </div>
  637. {/block:Video}
  638.  
  639. {block:Photo}
  640. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-400}" width="100%"title="{NoteCountWithLabel}" <div class="photo"></a>{LinkCloseTag}
  641. {/block:Photo}
  642.  
  643. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  644. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  645. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  646.  
  647. {block:PermalinkPage}
  648. <div id="post-info" class="text">
  649. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  650. {block:HasTags}
  651. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  652. {/block:HasTags}
  653. <p class="post-info-data">
  654. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  655. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  656. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  657. {block:PostNotes}
  658. {PostNotes}
  659. {/block:PostNotes}
  660. </div>
  661. {/block:PermalinkPage}
  662.  
  663. </div> <!-- end single post -->
  664. {block:ContentSource}
  665. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  666. {/block:ContentSource}
  667. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  668. {/block:Posts}
  669. </div>
  670. </div><!-- end content -->
  671.  
  672. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment