Advertisement
Guest User

theme thing

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