Advertisement
rockatanskis

th5

Jul 1st, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="image:Updates image" content=""/>
  14. <meta name="text:Watching" content=""/>
  15. <meta name="text:Reading" content=""/>
  16. <meta name="text:Listening to" content=""/>
  17. <meta name="text:More updates" content=""/>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script type="text/javascript">
  21. $(document).ready(function () {
  22. $("#clk").toggle(function() {
  23. $("#upd").show();
  24. }, function() {
  25. $("#upd").hide();
  26. });
  27. });
  28. </script>
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#bbb1b1"/>
  32. <meta name="color:Link" content="#953933"/>
  33. <meta name="color:scrollbar" content="#999999">
  34. <meta name="color:title" content="#4f5257">
  35. <meta name="color:Link Hover" content="#ff7300"/>
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="text:sidebartitle" content="">
  39.  
  40. <meta name="text:link 1" content="Link 1"/>
  41. <meta name="text:link 1 url" content="/"/>
  42. <meta name="text:link 2" content="Link 2"/>
  43. <meta name="text:link 2 url" content="/"/>
  44. <meta name="text:link 3" content="Link 3"/>
  45. <meta name="text:link 3 url" content="/"/>
  46. <meta name="text:link 4" content="Link 4"/>
  47. <meta name="text:link 4 url" content="/"/>
  48. <meta name="text:link 5" content="Link 5"/>
  49. <meta name="text:link 5 url" content="/"/>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  54.  
  55. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  56.  
  57. <style>
  58. div#qTip {
  59. padding: 3px;
  60. display: none;
  61. text-align: center;
  62. position: absolute;
  63. font-size:7px;
  64. margin-left:10px;
  65. margin-top:-2px;
  66. line-height:9px;
  67. font-family:arial;
  68. z-index: 1000;
  69. border: 1px solid #cacaca;
  70. background-color:#fff;
  71. color: #9b9b9b;
  72. text-transform:uppercase;
  73. letter-spacing: 2px;
  74. }
  75. </style>
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. iframe#tumblr_controls {
  81. white-space:nowrap;
  82. -webkit-filter: invert(100%);
  83. -moz-filter: invert(100%);
  84. -o-filter: invert(100%);
  85. -ms-filter: invert(100%);
  86. filter: invert(100%);
  87. opacity:.2;transition: .8s ease-in-out;
  88. -webkit-transition: .8s ease-in-out;
  89. -moz-transition: .8s ease-in-out;
  90. -o-transition: .8s ease-in-out;
  91. }
  92.  
  93. h1 {
  94. font-weight:normal;
  95. font-size:25px;
  96. font-style:normal;
  97. line-height:100%;
  98. letter-spacing:0px;
  99. text-transform:normal;
  100. font-family: 'Rock Salt';
  101. color:{color:text};
  102. }
  103.  
  104. h2 {
  105. font-size:25px;
  106. line-height:100%;
  107. letter-spacing:0px;
  108. color:{color:text};
  109. font-family: 'Rock Salt';
  110. padding:5px;
  111. padding-bottom:2px;
  112. }
  113.  
  114.  
  115. blockquote {
  116. border-left:2px solid {color:text};
  117. padding-left:5px;
  118. margin:5px;
  119. }
  120.  
  121. body {
  122. background:#e6eeee;
  123. margin:0px;
  124. color:{color:text};
  125. font-family:trebuchet ms;
  126. font-size:12px;
  127. line-height:100%;
  128. }
  129.  
  130. a {
  131. text-decoration:none;
  132. text-shadow: 0px 0px 2px #fff;
  133. outline:none;
  134. -moz-outline-style:none;
  135. color:{color:link};
  136. -moz-transition-duration:0.5s;
  137. -webkit-transition-duration:0.5s;
  138. -o-transition-duration:0.5s;
  139. }
  140.  
  141. #float {position:fixed;
  142. TOP:20px;
  143. LEFT:750px;
  144. z-index:-100; }
  145.  
  146. #text {position:fixed;
  147. top:0px;
  148. LEFT:200px;
  149. z-index:105; }
  150.  
  151. a:hover {
  152. text-decoration:none;
  153. outline:none;
  154. -moz-outline-style:none;
  155. color:{color:link hover};
  156. }
  157.  
  158. img {
  159. border:none;
  160. }
  161.  
  162. blockquote {
  163. padding-left:5px;
  164. border-left:2px solid;
  165. }
  166.  
  167. blockquote blockquote {
  168. padding-left:5px;
  169. border-left:2px solid;
  170. }
  171.  
  172. #post {
  173. width:500px;
  174. padding-bottom:30px;
  175. margin-top:30px;
  176. }
  177.  
  178. #entries {
  179. padding:50px;
  180. width:500px;
  181. margin-left:200px;
  182. margin-top:280px;
  183. margin-bottom:40px;
  184. position:absolute;
  185. }
  186.  
  187. #background {
  188. background:#8dbfbf;
  189. margin-left:200px;
  190. margin-top:0px;
  191. width:600px;
  192. height:100%;
  193. position:fixed;
  194. z-index:-90;
  195. }
  196.  
  197. #asker {font-size:20px;}
  198.  
  199. b, strong {
  200. font-weight:bold;
  201. color:#262626;
  202. text-shadow: 0px 0px 8px #fff;}
  203.  
  204.  
  205. #sidebar {
  206. color:#ffffff;
  207. position:fixed;
  208. width:120px;
  209. height:auto;
  210. margin-top:250px;
  211. margin-left:815px;
  212. text-align:left;
  213. }
  214.  
  215. #sidebarimage img {
  216. width:200px;
  217. margin-top:-10px;
  218. margin-bottom:0px;
  219. margin-left:-9px;
  220. }
  221.  
  222. #links {
  223. position:fixed;
  224. font-family: 'Handlee';
  225. margin-top:450px;
  226. margin-left:40px;
  227. font-size:11px;
  228. text-transform:uppercase;
  229. text-align:right;
  230. line-height:150%;;
  231. -webkit-transform: rotate(-90deg);
  232. -moz-transform: rotate(-90deg);
  233. }
  234.  
  235. #links a{
  236. line-height:150%;
  237. margin-top:4px;
  238. margin-left:5px;
  239. color:#000;
  240. text-decoration:none;
  241. -moz-transition-duration:.2s;
  242. -webkit-transition-duration:.2s;
  243. -o-transition-duration:.2s;
  244. }
  245.  
  246. #links a:hover {
  247. color:#fff;
  248. width:60px;
  249. -moz-transition-duration:0.2s;
  250. -webkit-transition-duration:0.2s;
  251. -o-transition-duration:0.2s;
  252. }
  253.  
  254. #description {
  255. position:fixed;
  256. width:120px;
  257. font-family:trebuchet ms;
  258. margin-top:45px;
  259. margin-left:-9px;
  260. text-align:justify;
  261. font-size:10px;
  262. color:#252525;
  263. letter-spacing:0px;
  264. line-height:130%;
  265. -moz-transition-duration:1s;
  266. -webkit-transition-duration:1s;
  267. -o-transition-duration:1s;
  268. }
  269.  
  270. #description a {
  271. color:{color:link};
  272. }
  273.  
  274. #description a:hover {
  275. color:{color:link hover};
  276. }
  277.  
  278. .sidebartitle {
  279. width:210px;
  280. text-align:center;
  281. position:fixed;
  282. font-family:arial;
  283. line-height:120%;
  284. margin-left:-13px;
  285. font-size:13px;
  286. margin-top:10px;
  287. color:{color:title};
  288. }
  289.  
  290. #pagination {
  291. font-family: 'Handlee';
  292. width:120px;
  293. font-size:13px;
  294. margin-top:25px;
  295. margin-left:0px;
  296. letter-spacing:1px;
  297. font-style:italic;
  298. text-align:left;
  299. }
  300.  
  301. #pagination a {
  302. color:#262626;
  303. }
  304.  
  305. #info {
  306. font-family:arial;
  307. width:493px;
  308. margin-top:5px;
  309. padding-top:1px;
  310. font-size:7px;
  311. background:#e6eeee;
  312. padding:4px;
  313. color:{color:text};
  314. text-transform:uppercase;
  315. font-style:normal;
  316. text-align:left;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. #info a {
  323. color:{color:link};
  324. font-style:normal;
  325. }
  326.  
  327. #info a:hover {
  328. color:{color:link hover};
  329. }
  330.  
  331. .tags {
  332. font-family:calibri;
  333. font-style:normal;
  334. width:495px;
  335. text-transform:normal;
  336. font-style:normal;
  337. line-height:120%;
  338. padding-left:5px;
  339. font-size:10px;
  340. text-align:left;
  341. padding-top:5px;
  342. padding-bottom:15px;
  343. -moz-transition-duration:0.2s;
  344. -webkit-transition-duration:0.2s;
  345. -o-transition-duration:0.2s;
  346. }
  347. .tags a{
  348. color:{color:link};
  349. -moz-transition-duration:0.2s;
  350. -webkit-transition-duration:0.2s;
  351. -o-transition-duration:0.2s;
  352. }
  353. .tags a:hover{
  354. color:{color:link hover};
  355. -moz-transition-duration:0.2s;
  356. -webkit-transition-duration:0.2s;
  357. -o-transition-duration:0.2s;
  358. }
  359.  
  360. .audio{
  361. background-color:#e5e5e5;
  362. height:65px;
  363. overflow:hidden;
  364. }
  365.  
  366. #ask {
  367. float:left;
  368. color:{color:text};}
  369.  
  370. #credit {
  371. font-size:9px;
  372. font-family:cambria;
  373. font-style:italic;
  374. letter-spacing:1px;
  375. -moz-transition-duration:0.5s;
  376. -webkit-transition-duration:0.5s;
  377. -o-transition-duration:0.5s;
  378. }
  379.  
  380. #credit a {
  381. background-color:#fff;
  382. padding:5px;
  383. border:1px solid #e9e9e9;
  384. position:fixed;
  385. right:15px;
  386. bottom:10px
  387. }
  388.  
  389. #credit a:hover {
  390. color:#fff;
  391. background-color:#191919;
  392. }
  393.  
  394. /*UPDATES*/
  395. #crown img{
  396. position:fixed;
  397. width:50px;
  398. margin-top:-55px;
  399. right:75px;} /*distance between the image and the left side of your screen*/
  400.  
  401. #upd{
  402. padding:13px;
  403. width:120px; /*tab width, to make it bigger just increase the number... you'll probably need to change the position of the image then, see above*/
  404. display: block;
  405. text-align:center;
  406. font-size:10px;
  407. z-index:9999999;
  408. position:fixed;
  409. bottom:30px; /*if you want to move the tab to the left upper corner, just replace EVERY 'bottom' with 'top'. ALL OF THEM.*/
  410. right:10px; /*same as above, to move it to the right corner replace EVERY 'left' with 'right'*/
  411. display:none;}
  412. #upd img{
  413. max-width:150px;}
  414.  
  415. #clk {
  416. width:40px;
  417. display:block;
  418. position:fixed;
  419. color:#000; /*this is where you can change the color of the text in the button; it's set to white now, use colorpicker.com or something to choose a new one!*/
  420. text-align:center;
  421. right:10px;
  422. bottom:10px;
  423. z-index:9999999;
  424. padding:5px;
  425. background-color:#fff; /*this is where you can change the color of the button - same as above!*/
  426. -webkit-user-select: none;
  427. -khtml-user-select: none;
  428. -moz-user-select: none;
  429. -ms-user-select: none;
  430. user-select: none;}
  431.  
  432. {CustomCSS}</style></head><body>
  433.  
  434. <div id="links"><p><a href="/">home</a> <a href="/ask">ask</a> <a href="{text:link 1 url}">{text:link 1}</a> <a href="{text:link 2 url}">{text:link 2}</a> <a href="{text:link 3 url}">{text:link 3}</a> <a href="{text:link 4 url}">{text:link 4}</a> <a href="/archive">archive</a>
  435. </p>
  436. </div>
  437.  
  438. <div id="sidebar">
  439.  
  440.  
  441. <div id="description"><p>Look; it'll be a hard day. But I guarantee you that <i>one hundred and sixty</i> days ride that way... there's nothin but <i>salt</i>. At least that way, you know... we might be able to, &nbsp; <big><I>t o g e t h e r</I></big>, come across some kind of &nbsp;<b>R&nbsp;&nbsp;E&nbsp;&nbsp;D&nbsp;&nbsp;E&nbsp;&nbsp;M&nbsp;&nbsp;P&nbsp;&nbsp;T&nbsp;&nbsp;I&nbsp;&nbsp;O&nbsp;&nbsp;N</b>.</p><p align=center>indie max rockatansky.<br>written by max.</p>
  442.  
  443. <div id="pagination"><p>
  444. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}">NEXT</a><br />{/block:NextPage}{/block:Pagination}</div></center></p></div>
  445. </div></div></div>
  446.  
  447. <div class=“container”>
  448.  
  449. <div id="entries">{block:Posts}<div id="post">
  450.  
  451. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  452.  
  453. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  454.  
  455. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  456.  
  457. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  458.  
  459. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  460.  
  461. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  462.  
  463. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  464. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  465.  
  466. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  467.  
  468. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <div id="asker">{Asker}:</div><br> ❛ {Question} ❜<br><br>{Answer}{/block:Answer}
  469.  
  470. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  471. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  472.  
  473. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  474. </div>
  475.  
  476.  
  477. {block:HasTags}
  478. <div class="tags">
  479. ↳ <i>filed under:</i>{block:Tags} &nbsp; ◘<a href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  480. {/block:HasTags}
  481. <div class="postnote">
  482. {block:PostNotes}{PostNotes}{/block:PostNotes}
  483. </div>
  484. </div>
  485. {/block:Posts}
  486.  
  487. </div></div>
  488. <div id="float"></div>
  489.  
  490. <div id="text"><img src="http://static.tumblr.com/fbxr6e0/yYlnqbqmd/ph3.png"></div>
  491. <div id="background"></div>
  492.  
  493. <div id="upd">
  494.  
  495. <!-------------------------INSERT UPDATES HERE----------------------->
  496.  
  497. <b>theme:</b> <a href="http://hollywhoodthemes.tumblr.com">hollywhood</a><br><b>theme edit:</b> <a href="http://rockatanskis.tumblr.com">rockatanskis</a>
  498.  
  499. <!---------------------------------END-------------------------------->
  500. </div>
  501. <div id="clk">CREDIT</div>
  502.  
  503. </body>
  504.  
  505. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement