Advertisement
octomoosey

the game

Nov 7th, 2015
3,885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.18 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#c4c4c4"/>
  12. <meta name="color:sidebar" content="#ffffff"/>
  13. <meta name="color:postbg" content="#000000"/>
  14. <meta name="color:text" content="#ffffff"/>
  15. <meta name="color:maintitle" content="#ffffff"/>
  16. <meta name="color:posttitle" content="#ebc700"/>
  17. <meta name="color:asktext" content="#000000"/>
  18. <meta name="color:askbackground" content="#ffffff"/>
  19. <meta name="color:description" content="#000000"/>
  20. <meta name="color:link" content="#ebc700"/>
  21. <meta name="color:linkhover" content="#aaaaaa"/>
  22. <meta name="color:nav" content="#ebc700"/>
  23. <meta name="color:navhover" content="#aaaaaa"/>
  24. <meta name="color:postinfo" content="#000000"/>
  25. <meta name="color:postinfohover" content="#aaaaaa"/>
  26. <meta name="color:hoverinfobg" content="#fff"/>
  27. <meta name="color:hoverinfotext" content="#000"/>
  28. <meta name="color:hoverinfoborder" content="#000"/>
  29. <meta name="color:scrollbar" content="#ffffff" />
  30. <meta name="color:borders" content="#ffffff"/>
  31. <meta name="color:selectiontext" content="#000000" />
  32. <meta name="color:selectionbg" content="#ebc700" />
  33. <meta name="color:bold" content="#ebc700" />
  34. <meta name="color:italic" content="#ebc700" />
  35.  
  36. <meta name="if:hide captions" content="0"/>
  37. <meta name="if:greyscale" content="0"/>
  38. <meta name="if:submit" content="1"/>
  39.  
  40. <meta name="font:bodyfont" content="Gibson">
  41. <meta name="text:bodyfontsize" content="11px" />
  42. <meta name="font:maintitlefont" content="Alternate Gothic">
  43. <meta name="text:maintitlefontsize" content="25px" />
  44. <meta name="font:posttitlefont" content="Gibson">
  45. <meta name="text:posttitlefontsize" content="15px" />
  46. <meta name="font:linkfont" content="Gibson">
  47. <meta name="text:linkfontsize" content="11px" />
  48. <meta name="font:boldfont" content="Gibson">
  49. <meta name="text:boldfontsize" content="11px" />
  50. <meta name="font:italicfont" content="Alternate Gothic">
  51. <meta name="text:italicfontsize" content="15px" />
  52. <meta name="font:navfont" content="Alternate Gothic">
  53. <meta name="text:navfontsize" content="18px" />
  54. <meta name="font:hoverfont" content="Alternate Gothic">
  55. <meta name="text:hoverfontsize" content="15px" />
  56. <meta name="font:askfont" content="Alternate Gothic">
  57.  
  58. <meta name="text:maintitle" content="main title"/>
  59. <meta name="text:ticker" content="UPDATES::ticker information goes here"/>
  60.  
  61. <meta name="text:link 1" content="link 1"/>
  62. <meta name="text:link 1 url" content="/"/>
  63. <meta name="text:link 2" content="link 2"/>
  64. <meta name="text:link 2 url" content="/"/>
  65. <meta name="text:link 3" content="link 3"/>
  66. <meta name="text:link 3 url" content="/"/>
  67. <meta name="text:link 4" content="link 4"/>
  68. <meta name="text:link 4 url" content="/"/>
  69. <meta name="text:link 5" content="link 5"/>
  70. <meta name="text:link 5 url" content="/"/>
  71.  
  72. <meta name="image:background" content=""/>
  73.  
  74. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75.  
  76. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  77.  
  78. <script>
  79. (function($){
  80. $(document).ready(function(){
  81. $("a[title]").style_my_tooltips({
  82. tip_follows_cursor:true,
  83. tip_delay_time:90,
  84. tip_fade_speed:600,
  85. attribute:"title"
  86. });
  87. });
  88. })(jQuery);
  89. </script>
  90.  
  91. <style type="text/css">
  92. #tumblr_lightbox {
  93. background-color:rgba(255, 255, 255, .9)!important;
  94. z-index:99999!important;}
  95.  
  96. #tumblr_lightbox img {
  97. opacity:0;}
  98.  
  99. #tumblr_lightbox_caption {
  100. font-weight:normal!important;
  101. text-shadow:none!important;}
  102.  
  103. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  104. -moz-box-shadow:none!important;
  105. -webkit-box-shadow:none!important;
  106. box-shadow:none!important;
  107. -moz-border-radius:0px!important;
  108. -webkit-border-radius:0px!important;
  109. border-radius:0px!important;
  110. opacity:1!important;}
  111.  
  112. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  113. opacity:.4!important;}
  114.  
  115. iframe#tumblr_controls {
  116. white-space:nowrap!important;
  117. top:10px!important;
  118. right:10px!important;
  119. position:fixed!important;
  120. opacity:.6!important;}
  121.  
  122. ::-webkit-scrollbar{
  123. height:3px;
  124. width:3px;
  125. background:inherit;}
  126.  
  127. ::-webkit-scrollbar-thumb {
  128. background:{color:scrollbar};}
  129.  
  130. ::-webkit-scrollbar-track {
  131. background:transparent;}
  132.  
  133. ::-moz-selection {
  134. color:{color:selectiontext};
  135. background:{color:selectionbg};}
  136.  
  137. ::selection {
  138. color:{color:selectiontext};
  139. background:{color:selectionbg};}
  140.  
  141. div[id$="Zy4yby-hide"], .static-only {
  142. display: none;}
  143.  
  144. body {
  145. background:{color:background};
  146. color:{color:text};
  147. font-family:{font:bodyfont};
  148. font-size: {text:bodyfontsize};
  149. font-weight:normal;
  150. position:relative;
  151. text-align:left;
  152. background-attachment:fixed;
  153. background-image:url('{image:background}');
  154. background-repeat:no-repeat;
  155. background-position: bottom left;
  156. margin:0;
  157. line-height:150%;}
  158.  
  159. blockquote {
  160. padding-left:10px;
  161. border-left:1px solid {color:borders};
  162. margin:15px 30px 0 10px;
  163. text-align:left;}
  164.  
  165. .caption blockquote {
  166. margin:15px 30px 0 10px;}
  167.  
  168. blockquote img {
  169. max-width:100%;}
  170.  
  171. img {
  172. max-width:100%;
  173. height:auto;}
  174.  
  175. .caption img {
  176. max-width:100%;
  177. height:auto;}
  178.  
  179. .posts img {
  180. margin-top:5px;
  181. margin-bottom:5px;}
  182.  
  183. pre {
  184. white-space: pre-wrap;
  185. white-space: -moz-pre-wrap;
  186. white-space: -pre-wrap;
  187. white-space: -o-pre-wrap;
  188. word-wrap: break-word;}
  189.  
  190. a {
  191. font-family:{font:linkfont};
  192. font-size: {text:linkfontsize};
  193. color:{color:link};
  194. text-decoration:none;
  195. letter-spacing:2px;
  196. cursor:help;
  197. -webkit-transition: all 0.7s ease;
  198. transition: all 0.7s ease;
  199. -moz-transition: all 0.7s ease;
  200. -o-transition: all 0.7s ease;}
  201.  
  202. a:hover {
  203. letter-spacing:1px;
  204. text-decoration:none;
  205. color:{color:linkhover};
  206. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  207.  
  208. p {
  209. margin:10px 0;}
  210.  
  211. p:first-of-type {
  212. margin-top:0;
  213. padding-top:0;}
  214.  
  215. p:last-of-type {
  216. margin-bottom:0;
  217. padding-bottom:0;}
  218.  
  219. b, strong {
  220. font-family:{font:boldfont};
  221. font-size: {text:boldfontsize};
  222. color:{color:bold};}
  223.  
  224. i, em {
  225. font-family:{font:italicfont};
  226. font-size: {text:italicfontsize};
  227. color:{color:italic};
  228. letter-spacing:1.5px;}
  229.  
  230. small, big {
  231. font-size:1em;}
  232.  
  233. h1 {
  234. font-family:{font:posttitlefont};
  235. font-size:{text:posttitlefontsize};
  236. color:{color:posttitle};}
  237.  
  238. h2, h3, h4 {
  239. font-size:1em;
  240. color:{color:posttitle};
  241. margin:0;
  242. padding:0;}
  243.  
  244. {block:IfGreyscale}
  245.  
  246. img {
  247. -webkit-filter:grayscale(100%);
  248. -webkit-transition: all 0.9s ease-in-out;
  249. -moz-transition: all 0.9s ease-in-out;
  250. -o-transition: all 0.9s ease-in-out;
  251. -ms-transition: all 0.9s ease-in-out;
  252. transition: all 0.9s ease-in-out;}
  253.  
  254. img:hover {
  255. -webkit-filter:none;}
  256.  
  257. .html_photoset {
  258. -webkit-filter: grayscale(100%);
  259. -webkit-transition: all 0.9s ease-in-out;
  260. -moz-transition: all 0.9s ease-in-out;
  261. -o-transition: all 0.9s ease-in-out;
  262. -ms-transition: all 0.9s ease-in-out;
  263. transition: all 0.9s ease-in-out;}
  264.  
  265. .html_photoset:hover {
  266. -webkit-filter: none;}
  267.  
  268. {/block:IfGreyscale}
  269.  
  270. .caption {
  271. margin-top:15px;
  272. {block:ifhidecaptions}
  273. {block:indexpage}
  274. display:none;
  275. {/block:indexpage}
  276. {/block:ifhidecaptions}}
  277.  
  278. #entries {
  279. position:absolute;
  280. right:50px;
  281. top:30px;
  282. margin-bottom:30px;
  283. width:470px;
  284. background:transparent;
  285. z-index:999;}
  286.  
  287. .posts {
  288. width: 400px;
  289. margin-top:20px;
  290. padding:10px;
  291. margin-left:20px;
  292. border:6px double {color:borders};
  293. text-align:justify;
  294. background-color:{color:postbg};
  295. color:{color:text};}
  296.  
  297. #sidebar {
  298. position:fixed;
  299. height:100%;
  300. background:{color:sidebar};
  301. right:560px;
  302. width:120px;
  303. bottom:0px;}
  304.  
  305. #lline {
  306. position:fixed;
  307. height:100%;
  308. background:{color:sidebar};
  309. right:682px;
  310. width:2px;
  311. bottom:0px}
  312.  
  313. #rline {
  314. position:fixed;
  315. height:100%;
  316. background:{color:sidebar};
  317. right:556px;
  318. width:2px;
  319. bottom:0px;}
  320.  
  321. #description {
  322. z-index:999999999999999;
  323. position:absolute;
  324. bottom:10px;
  325. padding:10px;
  326. text-align:justify;
  327. font-size:10px;
  328. line-height:120%;
  329. font-family:{font:body font};
  330. color:{color:description};}
  331.  
  332. #ticker {
  333. position:fixed;
  334. width:100px;
  335. border-bottom:1px solid {color:description};
  336. padding-bottom:2px;}
  337.  
  338. #maintitle {
  339. bottom:30px;
  340. letter-spacing:2px;
  341. font-family:{font:maintitlefont};
  342. font-size: {text:maintitlefontsize};
  343. position:fixed;
  344. right:700px;
  345. text-align:right;
  346. color:{color:maintitle};
  347. font-style:italic;
  348. width:400px;}
  349.  
  350. #links {
  351. display:block;}
  352.  
  353. #links a {
  354. display:block;
  355. font-family:{font:navfont};
  356. font-size: {text:navfontsize};
  357. margin-top:10px;
  358. color:{color:nav};
  359. text-align:right;
  360. font-weight:normal;
  361. text-transform:uppercase;
  362. letter-spacing:1px;
  363. margin-bottom:15px;}
  364.  
  365. #links a:hover {
  366. opacity:0.7;
  367. color:{color:navhover};
  368. letter-spacing:2px;}
  369.  
  370. #titlequote {font-size:10px;}
  371.  
  372. #source {margin-top:10px;}
  373.  
  374. .playerbuttonbg {
  375. position: absolute;
  376. left: 15px;
  377. top: 17px;
  378. width: 30px;
  379. height: 30px;
  380. background-color: #000;
  381. padding: 10px;
  382. opacity: 0.4;
  383. filter: alpha(opacity=40);
  384. -moz-opacity: 0.4;
  385. -khtml-opacity: 0.4;
  386. transition: opacity .7s ease-in-out;
  387. -moz-transition: opacity .7s ease-in-out;
  388. -webkit-transition: opacity .7s ease-in-out;}
  389.  
  390. .playerbuttonbg:hover {
  391. opacity: 1;
  392. filter: alpha(opacity=100);
  393. -moz-opacity: 1;
  394. -khtml-opacity: 1;}
  395.  
  396. .newplayerbutton {
  397. position: relative;
  398. width: 30px;
  399. height: 30px;
  400. overflow: hidden;}
  401.  
  402. .playerbuttonhug {
  403. position: absolute;
  404. top: -30px;
  405. left: -10px;}
  406.  
  407. .tumblr_audio_player {
  408. height: 90px;
  409. width: 270px;}
  410.  
  411. .audioimgwrapper {
  412. position: absolute;
  413. overflow: hidden;
  414. width: 80px;
  415. height: 80px;}
  416.  
  417. .trackdetails {
  418. width: 140px;
  419. padding:10px;
  420. display:inline-block;
  421. margin-left: 90px;
  422. min-height: 75px;}
  423.  
  424. .audiowrapper {
  425. position: relative;
  426. display:inline-block;}
  427.  
  428. .question {
  429. padding:15px;
  430. margin-bottom:15px;
  431. border:1px solid {color:borders};
  432. color:{color:asktext};
  433. background:{color:askbackground};}
  434.  
  435. .asker {
  436. font-family:{font:askfont};
  437. font-size:25px;
  438. line-height:30px;
  439. text-align:center;}
  440.  
  441. .lquo {
  442. font-size:25px;
  443. float:left;}
  444.  
  445. .rquo {
  446. font-size:25px;
  447. float:right;}
  448.  
  449. .answer {
  450. color:{color:text};
  451. border:0;}
  452.  
  453. .chat {
  454. margin:0;
  455. padding:0;
  456. list-style:none;}
  457.  
  458. .l {
  459. padding-bottom:15px;
  460. margin-top:15px;
  461. border-bottom:1px solid {color:borders};}
  462.  
  463. .label {
  464. font-weight:bold;
  465. color:{color:title};
  466. display:inline-block;}
  467.  
  468. .l:first-of-type {
  469. margin-top:0;}
  470.  
  471. .l:last-of-type {
  472. padding-bottom:0;
  473. border:0;}
  474.  
  475. #date {
  476. display:inline-block;
  477. width:428px;
  478. margin-left:20px;
  479. text-align:right;
  480. margin-top:0px;
  481. margin-bottom:0px;}
  482.  
  483. #date a {
  484. letter-spacing:0px;
  485. font-size:9px;
  486. line-height:9px;
  487. text-transform:lowercase;
  488. color: {color:postinfo};
  489. -webkit-transition: all 0.7s ease;
  490. transition: all 0.7s ease;
  491. -moz-transition: all 0.7s ease;
  492. -o-transition: all 0.7s ease;}
  493.  
  494. #date a:hover {
  495. letter-spacing:1px;
  496. color:{color:postinfohover};
  497. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  498.  
  499. #permalink {
  500. padding-left:20px;}
  501.  
  502. #permalink a {
  503. display:inline-block;
  504. margin-right:5px;}
  505.  
  506. #permalink a:hover {
  507. color:{color:linkhover};}
  508.  
  509. #permalink span {
  510. display:block;}
  511.  
  512. .tags {
  513. text-align:right;
  514. margin-left:20px;
  515. width:428px;
  516. font-size:9px;
  517. line-height:9px;
  518. margin-top:0px;
  519. margin-bottom:10px;
  520. -webkit-transition: all 0.7s ease;
  521. transition: all 0.7s ease;
  522. -moz-transition: all 0.7s ease;
  523. -o-transition: all 0.7s ease;}
  524.  
  525. .tags a {
  526. color: {color:postinfo};
  527. letter-spacing:0px;
  528. width:250px;
  529. font-size:9px;
  530. -webkit-transition: all 0.7s ease;
  531. transition: all 0.7s ease;
  532. -moz-transition: all 0.7s ease;
  533. -o-transition: all 0.7s ease;}
  534.  
  535. .tags a:hover {
  536. letter-spacing:1px;
  537. color:{color:postinfohover};
  538. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  539.  
  540. .pagenotes {
  541. margin-top:15px;
  542. padding-top:15px;
  543. padding-left:20px;
  544. text-transform:lowercase;
  545. font-size:8px;
  546. letter-spacing:1px;}
  547.  
  548. .pagenotes a {
  549. border:0;}
  550.  
  551. ol.notes {
  552. list-style-type:none;
  553. text-align:left;
  554. padding:20px;
  555. margin:0px;}
  556.  
  557. ol.notes a {
  558. color:{color:description};}
  559.  
  560. ol.notes a:hover {
  561. color:{color:linkhover};}
  562.  
  563. ol.notes li.note {
  564. display:block;
  565. padding:0;
  566. margin:5px 0;}
  567.  
  568. ol.notes li.note img.avatar {
  569. display:none!important;}
  570.  
  571. a.more_notes_link {
  572. display:block;
  573. text-align:left;
  574. border:0;
  575. color:{color:title};}
  576.  
  577. #s-m-t-tooltip {
  578. max-width:300px;
  579. border-radius: 0px;
  580. padding:4px;
  581. margin:10px 10px 5px 0px;
  582. color:{color:hoverinfotext};
  583. border:1px solid {color:hoverinfoborder};
  584. font-size:10px;
  585. letter-spacing:1px;
  586. background:{color:hoverinfobg};
  587. font-family:{font:hoverfont};
  588. font-size: {text:hoverfontsize};
  589. z-index:99999;}
  590.  
  591. #credit {
  592. z-index:999999999;
  593. bottom:5px;
  594. right:5px;
  595. opacity:0.5;
  596. position:fixed;
  597. padding:5px;}
  598.  
  599. </style></head>
  600. <body>
  601.  
  602. <div id="lline"></div><div id="rline"></div>
  603. <div id="sidebar">
  604. <div id="maintitle">{text:maintitle}</div>
  605. <div id="description">{description} <br><br> {block:Pagination}
  606. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  607. {/block:NextPage}
  608. {/block:Pagination}
  609. <br><br>
  610. <div id="ticker"><marquee behavior="scroll" direction="left" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();">{text:ticker}</marquee></div>
  611. <br><br>
  612. <div id="links">
  613. <a href="/">index</a>
  614. <a href="/ask">queries</a>
  615. {block:ifsubmit}<a href="/submit">submit</a>{/block:ifsubmit}
  616. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  617. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  618. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  619. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  620. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  621. </div></div></div>
  622.  
  623. <div id="entries">
  624. {block:Posts}
  625. <div class="posts">
  626.  
  627. {block:Quote}
  628. <div id="titlequote">{Quote}</div>
  629. {block:Source}<div id="source">{Source}</div>{/block:Source}
  630. {/block:Quote}
  631.  
  632. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  633.  
  634. {block:Link}
  635. <div id="title"><a href="{URL}">{Name}</a></div>
  636. {block:Description}{Description}{/block:Description}
  637. {/block:Link}
  638.  
  639. {block:Chat}
  640. {block:Title}<div id="title">{Title}</div>{/block:Title}
  641. <ol class="chat">
  642. {block:Lines}
  643. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  644. {/block:Lines}
  645. </ol>
  646. {/block:Chat}
  647.  
  648. {block:Photo}
  649. <div class="media"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  650. {/block:Photo}
  651.  
  652. {block:Photoset}<div class="media">{photoset}</div>{/block:Photoset}
  653.  
  654. {block:Video}<div class="media">{Video-250}</div>{/block:Video}
  655.  
  656. {block:AudioPlayer}
  657. <div class="audiowrapper">
  658. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  659. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  660. </div></div></div><div class="trackdetails">
  661. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  662. </div></div>{/block:AudioPlayer}
  663.  
  664. {block:Answer}
  665. <div class="question"><span class="lquo">&ldquo;</span>{Question}<span class="rquo">&bdquo;</span><div class="asker">from {Asker}</div></div><div class="answer">{Answer}</div>
  666. {/block:Answer}
  667.  
  668. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  669.  
  670. {block:Date}
  671. <div id="date">
  672. {block:Date}
  673. <a href="{Permalink}">Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm}</a> {/block:Date}
  674. <a href="{Permalink}">with {NoteCountWithLabel}</a>
  675. {block:RebloggedFrom}
  676. <a href="{ReblogParentURL}">via: {ReblogParentName}</a>
  677. <a href="{ReblogRootURL}">source: {ReblogRootName} </a>
  678. {/block:RebloggedFrom}
  679. <a href="{ReblogURL}">reblog</a>
  680. </div>
  681. {/block:Date}
  682. <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  683.  
  684. {block:PostNotes}
  685. <div class="pagenotes">
  686. <div id="title">{notecountwithlabel}</div>{PostNotes}</div>
  687. {/block:PostNotes}
  688.  
  689. {/block:Posts}
  690. </div>
  691. </div></div>
  692. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://31.media.tumblr.com/ce8b580be9fa9afaa442fdb216c9b293/tumblr_inline_nj1tziQKpe1ronkfd.png"></a></div>
  693.  
  694. {block:ContentSource}
  695. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  696. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  697. {/block:SourceLogo}
  698. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  699. {/block:ContentSource}
  700.  
  701. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement