Advertisement
yonikee

tesla is cool

Feb 22nd, 2014
3,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.64 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <title>{Title}</title>
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <!-- custom -->
  11.  
  12. <meta name="if:Show Timestamp" content="1">
  13. <meta name="if:Show Date" content="1">
  14.  
  15. <meta name="if:Stretched Background" content="1">
  16. <meta name="if:Tiled Background" content="0">
  17. <meta name="if:Fixed Background" content="1">
  18.  
  19. <meta name="image:Background" content="">
  20.  
  21. <meta name="font:Body" content="Georgia">
  22. <meta name="color:Background" content="/"/>
  23. <meta name="color:Text" content="#111111"/>
  24. <meta name="color:Link Text Hover" content="#FFFFFF"/>
  25. <meta name="color:Link Background" content="FFFFFF"/>
  26. <meta name="color:Link Background Hover" content="#D00000"/>
  27.  
  28. {block:AskEnabled}
  29. <meta name="image:Ask" content="">
  30. {/block:AskEnabled}
  31. {block:SubmissionsEnabled}
  32. <meta name="image:Submit" content="">
  33. {/block:SubmissionsEnabled}
  34.  
  35. <meta name="if:Navigation Link 1" content="1">
  36. <meta name="text:Navigation Link 1 URL" content="">
  37. <meta name="text:Navigation Link 1 Text" content="">
  38. <meta name="image:Navigation 1" content="">
  39.  
  40. <meta name="if:Navigation Link 2" content="1">
  41. <meta name="text:Navigation Link 2 URL" content="">
  42. <meta name="text:Navigation Link 2 Text" content="">
  43. <meta name="image:Navigation 2" content="">
  44.  
  45. <meta name="if:Navigation Link 3" content="1">
  46. <meta name="text:Navigation Link 3 URL" content="">
  47. <meta name="text:Navigation Link 3 Text" content="">
  48. <meta name="image:Navigation 3" content="">
  49.  
  50. <meta name="if:Navigation Link 4" content="1">
  51. <meta name="text:Navigation Link 4 URL" content="">
  52. <meta name="text:Navigation Link 4 Text" content="">
  53. <meta name="image:Navigation 4" content="">
  54.  
  55. <meta name="if:Navigation Link 5" content="1">
  56. <meta name="text:Navigation Link 5 URL" content="">
  57. <meta name="text:Navigation Link 5 Text" content="">
  58. <meta name="image:Navigation 5" content="">
  59.  
  60. <meta name="if:Navigation Link 6" content="1">
  61. <meta name="text:Navigation Link 6 URL" content="">
  62. <meta name="text:Navigation Link 6 Text" content="">
  63. <meta name="image:Navigation 6" content="">
  64.  
  65. <meta name="if:Show post notes" content="1">
  66.  
  67. <!-- custom -->
  68. <style type="text/css">
  69. body {
  70.  
  71. margin: 0;
  72. background-color: {color:Background};
  73. background-image: url('{image:Background}');
  74. padding: 20px;
  75. font-family: {font:Body};
  76. font-size: 0.75em;
  77. color: {color:Text};
  78. }
  79.  
  80. {block:ifStretchedBackground}
  81. body {background-size: 100%;}
  82. {/block:ifStretchedBackground}
  83.  
  84. {block:ifNotTiledBackground}
  85. body {background-repeat: no-repeat;}
  86. {/block:ifNotTiledBackground}
  87.  
  88. {block:ifFixedBackground}
  89. body {background-attachment: fixed;}
  90. {/block:ifFixedBackground}
  91.  
  92. a {
  93. color: {color:Text};
  94. background: {color:Link Background};
  95. text-decoration: underline;
  96. }
  97.  
  98. a:hover {
  99. color: {color:Link Text Hover};
  100. background: {color:Link Background Hover};
  101. }
  102.  
  103. a:active,
  104. a:focus {
  105. outline: 0;
  106. }
  107.  
  108. a img { border-width: 0px; }
  109.  
  110. .clear {
  111. clear: both;
  112. }
  113.  
  114. #container {
  115. width: 770px;
  116. }
  117.  
  118. #left {
  119. float: left;
  120. width: 200px;
  121. }
  122.  
  123. #left a.h2 {
  124. text-transform: uppercase;
  125. font-size: 2em;
  126. line-height: 1em;
  127. color: {color:Text};
  128. text-decoration: none;
  129. }
  130.  
  131. #left a.h2:hover {
  132. color: {color:Text};
  133. text-decoration: none;
  134. }
  135.  
  136. #left .space {
  137. width: 100%;
  138. height: 20px;
  139. }
  140.  
  141. #left .space.small {
  142. width: 100%;
  143. height: 10px;
  144. }
  145.  
  146. #right {
  147. width: 500px;
  148. float: right;
  149. }
  150.  
  151. #right .post {
  152. margin: 0 0 50px 0;
  153. }
  154.  
  155. img {
  156. max-width: 100%;
  157. }
  158.  
  159. #right .post h3 {
  160. font-weight: normal;
  161. font-size: 1.5em;
  162. margin: 0;
  163. }
  164.  
  165. #right .post a.h3 {
  166. color: {color:Text};
  167. text-decoration: none;
  168. font-size: 1.5em;
  169. margin: 0;
  170. }
  171.  
  172. #right .post a.h3:hover {
  173. background: none;
  174. }
  175.  
  176. #right .post a.h3.link {
  177. text-decoration: underline;
  178. background: {color:Link Background};
  179. }
  180.  
  181. #right .post a.h3.link:hover {
  182. color: {color:Link Text Hover};
  183. background: {color:Link Background Hover};
  184. }
  185.  
  186. #right .post blockquote {
  187. border-left: 2px solid {color:Text};
  188. padding: 0 0 0 15px;
  189. margin-left: 0px;
  190. }
  191.  
  192. /* this is for chat */
  193. #right .post table {
  194. margin: 10px 0 0 0;
  195. border-collapse: collapse;
  196. }
  197.  
  198. #right .post table tr {
  199. margin: 1px 0;
  200. }
  201.  
  202. #right .post table tr td {
  203. padding: auto;
  204. vertical-align: top;
  205. }
  206.  
  207. #right .post table tr td.name {
  208. text-align: right;
  209. padding: 1px 15px;
  210. }
  211.  
  212. #right .post table tr td.words {
  213. width: 100%;
  214. text-align: left;
  215. padding: 1px;
  216. }
  217. /* that was for chat */
  218.  
  219. ol.notes {
  220. margin: 0 0 50px 0;
  221. padding: 0 0 0 0;
  222. }
  223.  
  224. ol.notes img {
  225. display: none;
  226. }
  227.  
  228. #right #footer {
  229. position: relative;
  230. right: 0px;
  231. text-align: right;
  232. }
  233.  
  234. #right #footer .credit {
  235. color: #9C9C9C;
  236. margin: 50px 0 0 0;
  237. }
  238.  
  239. #right #footer .credit a {color: #9C9C9C;}
  240. #right #footer .credit a:hover {color: {color:Text}; background: none; }
  241.  
  242. {CustomCSS}
  243. </style>
  244.  
  245. <link rel="shortcut icon" href="{Favicon}">
  246. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  247. <meta name="viewport" content="width=820" />
  248. </head>
  249. <body>
  250. <a href="http://www.tumblr.com/theme/106" class="install"></a>
  251. <div id="container">
  252. <div id="left">
  253. <position="fixed">
  254. <div class="space"></div>
  255. <div class="space small"></div>
  256. <a href="/" class="h2">{Title}</a>
  257. <div class="space"></div>
  258. {block:Description}{Description}{/block:Description}
  259.  
  260. <div class="navigation">
  261. {block:AskEnabled}<img src="{image:Ask}"> <a href="/ask">{AskLabel}</a><br>{/block:AskEnabled}
  262. {block:SubmissionsEnabled}<img src="{image:Submit}"> <a href="/submit">{SubmitLabel}</a><br>{/block:SubmissionsEnabled}
  263. {block:ifNavigationLink1}
  264. <img src="{image:Navigation 1}"> <a href="{text:Navigation Link 1 URL}">{text:Navigation Link 1 Text}</a><br>
  265. {/block:ifNavigationLink1}
  266. {block:ifNavigationLink2}
  267. <img src="{image:Navigation 2}"> <a href="{text:Navigation Link 2 URL}">{text:Navigation Link 2 Text}</a><br>
  268. {/block:ifNavigationLink2}
  269. {block:ifNavigationLink3}
  270. <img src="{image:Navigation 3}"> <a href="{text:Navigation Link 3 URL}">{text:Navigation Link 3 Text}</a><br>
  271. {/block:ifNavigationLink3}
  272. {block:ifNavigationLink4}
  273. <img src="{image:Navigation 4}"> <a href="{text:Navigation Link 4 URL}">{text:Navigation Link 4 Text}</a><br>
  274. {/block:ifNavigationLink4}
  275. {block:ifNavigationLink5}
  276. <img src="{image:Navigation 5}"> <a href="{text:Navigation Link 5 URL}">{text:Navigation Link 5 Text}</a><br>
  277. {/block:ifNavigationLink5}
  278. {block:ifNavigationLink6}
  279. <img src="{image:Navigation 6}"> <a href="{text:Navigation Link 6 URL}">{text:Navigation Link 6 Text}</a><br>
  280. {/block:ifNavigationLink6}
  281.  
  282. </div>
  283.  
  284. </div>
  285.  
  286. <div id="right">
  287. {block:Posts}
  288. <div class="post">
  289. {block:Text}
  290. {block:Title}<a href="{Permalink}" class="h3">{Title}</a>{/block:Title}
  291. {Body}{block:HasTags}
  292. #: {block:Tags}
  293. <a href="{TagURL}">{Tag}</a>,
  294. {/block:Tags}
  295. {/block:HasTags}
  296. {/block:Text}
  297.  
  298. {block:Link}
  299. <a href="{URL}" class="h3 link">{Name}</a>
  300. <p>{block:Description}{Description}{/block:Description}</p>
  301. {block:HasTags}
  302. #: {block:Tags}
  303. <a href="{TagURL}">{Tag}</a>,
  304. {/block:Tags}
  305. {/block:HasTags}
  306. {/block:Link}
  307.  
  308. {block:Photo}
  309. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  310. <p>{block:Caption}{Caption}{/block:Caption}</p>{block:HasTags}
  311. #: {block:Tags}
  312. <a href="{TagURL}">{Tag}</a>,
  313. {/block:Tags}
  314. {/block:HasTags}
  315. {/block:Photo}
  316.  
  317. {block:Quote}
  318. <h3>&#8220;{Quote}&#8221;</h3>
  319. <p>{block:Source}&mdash; {Source}{/block:Source}</p>{block:HasTags}
  320. #: {block:Tags}
  321. <a href="{TagURL}">{Tag}</a>,
  322. {/block:Tags}
  323. {/block:HasTags}
  324. {/block:Quote}
  325.  
  326. {block:Chat}
  327. {block:Title}<a href="#" class="h3">{Title}</a>{/block:Title}
  328. <table>
  329. {block:Lines}
  330. <tr>
  331. {block:Label}<td class="name">{Label}</td>{block:Label}
  332. <td class="words">{Line}</td>
  333. </tr>
  334. {/block:Lines}
  335. </table>{block:HasTags}
  336. #: {block:Tags}
  337. <a href="{TagURL}">{Tag}</a>,
  338. {/block:Tags}
  339. {/block:HasTags}
  340. {/block:Chat}
  341.  
  342. {block:Audio}
  343. {block:AudioEmbed}
  344. {AudioEmbed-500}{block:HasTags}
  345. #: {block:Tags}
  346. <a href="{TagURL}">{Tag}</a>,
  347. {/block:Tags}
  348. {/block:HasTags}
  349. {/block:AudioEmbed}
  350.  
  351. {block:AudioPlayer}
  352. {AudioPlayerBlack}
  353. {/block:AudioPlayer}
  354.  
  355. {block:Caption}{Caption}{/block:Caption}{block:HasTags}
  356. #: {block:Tags}
  357. <a href="{TagURL}">{Tag}</a>,
  358. {/block:Tags}
  359. {/block:HasTags}
  360. {/block:Audio}
  361.  
  362. {block:Video}
  363. {Video-500}
  364. {block:Caption}{Caption}{/block:Caption}{block:HasTags}
  365. #: {block:Tags}
  366. <a href="{TagURL}">{Tag}</a>,
  367. {/block:Tags}
  368. {/block:HasTags}
  369. {/block:Video}
  370. <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}{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}</p>
  371. </div>
  372.  
  373. {block:IfDisqusShortname}
  374. {block:Permalink}
  375. <div class="notecontainer" style="padding: 0 0 50px 0;">
  376. <div id="disqus_thread"></div>
  377. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  378. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  379. </div>
  380. {/block:Permalink}
  381. {/block:IfDisqusShortname}
  382. {block:IfShowPostNotes}{PostNotes}{/block:IfShowPostNotes}
  383.  
  384. {/block:Posts}
  385. <div id="footer">
  386. {block:Pagination}
  387. {block:PreviousPage}
  388. <a href="{PreviousPage}">{lang:Previous}</a>
  389. {/block:PreviousPage}
  390.  
  391. {block:JumpPagination length="10"}
  392. {block:CurrentPage}
  393. <span class="current_page">{PageNumber}</span>
  394. {/block:CurrentPage}
  395.  
  396. {block:JumpPage}
  397. <a class="jump_page" href="{URL}">{PageNumber}</a>
  398. {/block:JumpPage}
  399. {/block:JumpPagination}
  400.  
  401. {block:NextPage}
  402. <a href="{NextPage}" class="next">{lang:Next}</a>
  403. {/block:NextPage}
  404. {/block:Pagination}
  405. {block:PermalinkPagination}
  406. {block:NextPost}
  407. <a href="{NextPost}">{lang:Back}</a>
  408. {/block:NextPost}
  409. &nbsp; &bull; &nbsp;
  410. {block:PreviousPost}
  411. <a href="{PreviousPost}">{lang:Next}</a>
  412. {/block:PreviousPost}
  413. {/block:PermalinkPagination}
  414. <div class="credit">
  415. <a href="http://scum97.tumblr.com/tagged/yoni-theme">Just Plain Theme Edit</a> by Yoni Kee<br />
  416.  
  417. </div>
  418. </div>
  419. </div>
  420. <div class="clear"></div>
  421. </div>
  422. {block:IfDisqusShortname}
  423. <script type="text/javascript">
  424. //<![CDATA[
  425. (function() {
  426. var links = document.getElementsByTagName('a');
  427. var query = '?';
  428. for(var i = 0; i < links.length; i++) {
  429. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  430. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  431. }
  432. }
  433. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  434. })();
  435. //]]>
  436. </script>
  437. {/block:IfDisqusShortname}
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement