Advertisement
officialheelys

new times edit

Dec 3rd, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "https://www.w3.org/TR/html4/strict.dtd">
  3.  
  4. <html lang="en">
  5. <head>
  6.  
  7. <!--
  8. Designed by
  9.  
  10. _|_|_| _|_| _|_|_|_| _|_| _| _|_|
  11. _| _| _|_|_|_| _| _|_|_|_| _|_|
  12. _| _| _| _| _| _|
  13. _|_|_| _|_|_| _|_| _|_|_| _|
  14. _|
  15. _|
  16.  
  17. _| _| _|
  18. _| _| _|_|_| _|_|_| _|_|_|
  19. _| _| _| _| _| _| _| _| _| _|
  20. _| _| _| _| _| _| _| _| _| _|
  21. _| _| _|_|_| _|_|_| _| _| _|
  22.  
  23. Found at justplaintheme.tumblr.com.
  24. -->
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  27. <title>{Title}</title>
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29. <!-- custom -->
  30. <meta name="text:Disqus shortname" content="" />
  31.  
  32. <meta name="if:Show People I Follow" content="0">
  33. <meta name="if:Show Timestamp" content="1">
  34. <meta name="if:Show Date" content="1">
  35. <meta name="if:Show Search" content="1">
  36.  
  37. <meta name="font:Body" content="Georgia">
  38. <meta name="color:Background" content="#FFFFFF"/>
  39. <meta name="color:Text" content="#111111"/>
  40. <meta name="color:Link Text Hover" content="#FFFFFF"/>
  41. <meta name="color:Link Background Hover" content="#D00000"/>
  42.  
  43. <meta name="if:Show post notes" content="1">
  44. <meta name="if:Endless scrolling" content="0">
  45.  
  46. <!-- custom -->
  47. <style type="text/css">
  48. body {
  49. margin: 0;
  50. padding: 20px;
  51. background: {color:Background};
  52. background-image: url('https://i.imgur.com/Cr9x1yG.jpg'); background-repeat: no-repeat;
  53. background-attachment: fixed;
  54. background-position: left;
  55. background-size: cover;
  56. font-family: times;
  57. font-size: .85em;
  58. color: {color:Text};
  59. }
  60.  
  61. a {
  62. color: {color:Text};
  63. text-decoration: underline;
  64. }
  65.  
  66. a:hover {
  67. color: black;
  68. background:;
  69. }
  70.  
  71. a:active,
  72. a:focus {
  73. outline: 0;
  74. }
  75.  
  76. a img { border-width: 0px; }
  77.  
  78. .clear {
  79. clear: both;
  80. }
  81.  
  82. #container {
  83. width: 775px;
  84. }
  85.  
  86. #left {
  87. float: left;
  88. width: 150px;
  89. }
  90.  
  91. #left a.h2 {
  92. text-transform: uppercase;
  93. font-size: 2em;
  94. line-height: 1em;
  95. color: {color:Text};
  96. text-decoration: none;
  97. }
  98.  
  99. #left a.h2:hover {
  100. color: {color:Text};
  101. background: none;
  102. text-decoration: none;
  103. }
  104.  
  105. #left .space {
  106. width: 100%;
  107. height: 20px;
  108. }
  109.  
  110. #left .space.small {
  111. width: 100%;
  112. height: 10px;
  113. }
  114.  
  115. #right {
  116. width: 500px;
  117. float: right;
  118. }
  119.  
  120. #right .post {
  121. margin: 0 0 50px 0;
  122. }
  123.  
  124. img {
  125. max-width: 800%;
  126. }
  127.  
  128. #right .post h3 {
  129. font-weight: normal;
  130. font-size: 1.5em;
  131. margin: 0;
  132. }
  133.  
  134. #right .post a.h3 {
  135. color: {color:Text};
  136. text-decoration: none;
  137. font-size: 1.5em;
  138. margin: 0;
  139. }
  140.  
  141. #right .post a.h3:hover {
  142. background: none;
  143. }
  144.  
  145. #right .post a.h3.link {
  146. text-decoration: underline;
  147. }
  148.  
  149. #right .post a.h3.link:hover {
  150. color: {color:Link Text Hover};
  151. background: {color:Link Background Hover};
  152. }
  153.  
  154. #right .post blockquote {
  155. border-left: 2px solid {color:Text};
  156. padding: 0 0 0 15px;
  157. margin-left: 0px;
  158. }
  159.  
  160.  
  161. /* this is for chat */
  162. #right .post table {
  163. margin: 10px 0 0 0;
  164. border-collapse: collapse;
  165. }
  166.  
  167. #right .post table tr {
  168. margin: 1px 0;
  169. }
  170.  
  171. #right .post table tr td {
  172. padding: auto;
  173. vertical-align: top;
  174. }
  175.  
  176. #right .post table tr td.name {
  177. text-align: right;
  178. padding: 1px 15px;
  179. }
  180.  
  181. #right .post table tr td.words {
  182. width: 100%;
  183. text-align: left;
  184. padding: 1px;
  185. }
  186. /* that was for chat */
  187.  
  188. ol.notes {
  189. margin: 0 0 50px 0;
  190. padding: 0 0 0 0;
  191. }
  192.  
  193. ol.notes img {
  194. display: none;
  195. }
  196.  
  197. #right #footer {
  198. position: relative;
  199. right: 0px;
  200. text-align: right;
  201. }
  202.  
  203. #right #footer .credit {
  204. color: #9C9C9C;
  205. margin: 50px 0 0 0;
  206. }
  207.  
  208. #right #footer .credit a {color: #9C9C9C;;}
  209. #right #footer .credit a:hover {color: {color:Text}; background: none; }
  210.  
  211.  
  212. a.install {
  213. width: 96px;
  214. height: 20px;
  215. background: url(https://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  216. display: block;
  217. position: absolute;
  218. top: 26px;
  219. right: 3px;
  220. }
  221.  
  222.  
  223. {CustomCSS}
  224. </style>
  225.  
  226. {block:IfEndlessScrolling}
  227. {block:IndexPage}
  228. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  229. <script type="text/javascript" src="https://static.tumblr.com/thpaaos/sZQkv2j7g/infinitescroll.js"></script>
  230. <script type="text/javascript">
  231. var jQis = jQuery.noConflict();
  232. jQis(function($){
  233. // Infinite Scroll plugin
  234. // copyright: Paul Irish &amp; dirkhaim
  235. // license: cc-wrapped GPL : https://creativecommons.org/licenses/GPL/2.0/
  236. $('ul.allposts').infinitescroll({
  237. debug : false,
  238. nextSelector : "a.next",
  239. text : "",
  240. donetext : "{lang:No more posts}.",
  241. navSelector : "div#footer",
  242. contentSelector : "div#right",
  243. itemSelector : "div#right > .post"
  244. });
  245. });
  246. </script>
  247. {/block:IndexPage}
  248. {/block:IfEndlessScrolling}
  249.  
  250. <link rel="shortcut icon" href="{Favicon}">
  251. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  252. <meta name="viewport" content="width=820" />
  253. </head>
  254. <body>
  255.  
  256. <a href="https://www.tumblr.com/theme/106" class="install"></a>
  257. <div id="container">
  258. <div id="left">
  259. {block:Description}<a href="/"><img src="https://i.imgur.com/G2IOVIO.jpg"></a>
  260. <br>{Description}{/block:Description}
  261. {block:HasPages}
  262. <br/><br/>
  263. {block:Pages}&bull; <a href="{URL}">{Label}</a><br/>{/block:Pages}
  264. <br/><br/>
  265. {/block:HasPages}
  266. &bull; <a href="/">Find your way home</a><br>
  267. {block:AskEnabled}&bull; <a href="/ask">Boîte de réception</a><br/>{/block:AskEnabled}
  268. {block:SubmissionsEnabled}&bull; <a href="/submit">Soumettre un article</a>{/block:SubmissionsEnabled}<br>
  269. &bull; <a href="/archive">Archiver</a>
  270. <div class="space"></div>
  271. <div class="space small"></div>
  272. <a href="/" class="h2">{Title}</a>
  273. <a href="/"><img src="https://appstickers-cdn.appadvice.com/1159796002/819100302/cff8ce421639252a5b09fd64990309f6-1.png" width="175"></a>
  274. <div class="space"></div>
  275. {block:IfShowPeopleIFollow}
  276. {block:Following}
  277. <p style="text-transform:uppercase;">{lang:Following}:</p>
  278. {block:Followed}<a href="{FollowedURL}">{FollowedTitle}</a><br />{/block:Followed}
  279. {/block:Following}
  280. {/block:IfShowPeopleIFollow}
  281. {block:IfShowSearch}
  282. <div class="space"></div>
  283. <form action="/search" method="get">
  284. <input type="text" class="search-query" name="q" value="{SearchQuery}" /> <input type="submit" class="search-button" value="{lang:Search}"/>
  285. </form>
  286. {/block:IfShowSearch}
  287. </div>
  288.  
  289. <div id="right" width="800">
  290. {block:Posts}
  291. <div class="post" width="1000">
  292. {block:Text}
  293. {block:Title}<a href="{Permalink}" class="h3">{Title}</a>{/block:Title}
  294. {Body}
  295. {/block:Text}
  296.  
  297. {block:Link}
  298. <a href="{URL}" class="h3 link">{Name}</a>
  299. <p>{block:Description}{Description}{/block:Description}</p>
  300. {block:Link}
  301.  
  302. {block:Photo}
  303. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  304. <p>{block:Caption}{Caption}{/block:Caption}</p>
  305. {/block:Photo}
  306.  
  307. {block:Quote}
  308. <h3>&#8220;{Quote}&#8221;</h3>
  309. <p>{block:Source}&mdash; {Source}{/block:Source}</p>
  310. {/block:Quote}
  311.  
  312. {block:Chat}
  313. {block:Title}<a href="#" class="h3">{Title}</a>{/block:Title}
  314. <table>
  315. {block:Lines}
  316. <tr>
  317. {block:Label}<td class="name">{Label}</td>{block:Label}
  318. <td class="words">{Line}</td>
  319. </tr>
  320. {/block:Lines}
  321. </table>
  322. {/block:Chat}
  323.  
  324. {block:Audio}
  325. {block:AudioEmbed}
  326. {AudioEmbed-500}
  327. {/block:AudioEmbed}
  328.  
  329. {block:AudioPlayer}
  330. {AudioPlayerBlack}
  331. {/block:AudioPlayer}
  332.  
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:Audio}
  335.  
  336. {block:Video}
  337. {Video-500}
  338. {block:Caption}{Caption}{/block:Caption}
  339. {/block:Video}
  340.  
  341.  
  342. <a href="{Permalink}">{block:Date}{block:IfShowTimestamp}{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;{block:IfShowDate}&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{/block:IfShowDate}{block:Date}{block:IfShowPostNotes}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}{/block:IfShowPostNotes}{block:Date}{block:IfDisqusShortname}&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="{Permalink}#disqus_thread" style="text-transform:lowercase;">{lang:View comments}</a>{/block:IfDisqusShortname}</a>{/block:Date}
  343. <div id="tags">{block:HasTags}
  344. {block:Tags}
  345. <a href="{TagURL}">#{Tag}</a>
  346. {/block:Tags}
  347. {/block:HasTags}</div>
  348.  
  349.  
  350. </p>
  351. {/block:Permalink}
  352. </div>
  353.  
  354.  
  355.  
  356. {block:IfShowPostNotes}{PostNotes}{/block:IfShowPostNotes}
  357. {/block:Posts}
  358. <div id="footer">
  359. {block:Pagination}
  360. {block:PreviousPage}
  361. <a href="{PreviousPage}">{lang:Previous}</a>
  362. {/block:PreviousPage}
  363.  
  364. {block:JumpPagination length="10"}
  365. {block:CurrentPage}
  366. <span class="current_page">{PageNumber}</span>
  367. {/block:CurrentPage}
  368.  
  369. {block:JumpPage}
  370. <a class="jump_page" href="{URL}">{PageNumber}</a>
  371. {/block:JumpPage}
  372. {/block:JumpPagination}
  373.  
  374. {block:NextPage}
  375. <a href="{NextPage}" class="next">{lang:Next}</a>
  376. {/block:NextPage}
  377. {/block:Pagination}
  378. {block:PermalinkPagination}
  379. {block:NextPost}
  380. <a href="{NextPost}">{lang:Back}</a>
  381. {/block:NextPost}
  382. &nbsp; &bull; &nbsp;
  383. {block:PreviousPost}
  384. <a href="{PreviousPost}">{lang:Next}</a>
  385. {/block:PreviousPost}
  386. {/block:PermalinkPagination}
  387. <div class="credit">
  388. <a href="https://justplaintheme.tumblr.com">Just Plain Theme</a> by <a href="https://petervidani.com">Peter Vidani</a><br />
  389. {lang:Powered by Tumblr 2}
  390. </div>
  391. </div>
  392. </div>
  393. <div class="clear"></div>
  394. </div>
  395. {block:IfDisqusShortname}
  396. <script type="text/javascript">
  397. //<![CDATA[
  398. (function() {
  399. var links = document.getElementsByTagName('a');
  400. var query = '?';
  401. for(var i = 0; i < links.length; i++) {
  402. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  403. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  404. }
  405. }
  406. document.write('<script charset="utf-8" type="text/javascript" src="https://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  407. })();
  408. //]]>
  409. </script>
  410. {/block:IfDisqusShortname}
  411. </body>
  412. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement