Advertisement
rockatanskis

th0

Jun 15th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Hello again :D
  6. You know the rules about theme's right, aren't you?
  7. Always keeping the credit of the basecode owner:hoodclifford
  8. So I hopw you enjoy this theme!
  9. -Frida
  10. -->
  11.  
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#000000"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:link hover" content="#ddd"/>
  17. <meta name="color:border" content="#000000"/>
  18. <meta name="color:hoverlink text" content="#000000"/>
  19. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  20. <meta name="color:tooltip color" content="#6b6d6d"/>
  21. <meta name="color:title color" content="#000000"/>
  22. <meta name="color:blockquote color" content="#000000"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar2" content=""/>
  26.  
  27. <meta name="text:title text" content="title">
  28. <meta name="text:Link 1 URL" content="" />
  29. <meta name="text:Link 1" content="link 1" />
  30. <meta name="text:Link 2 URL" content="" />
  31. <meta name="text:Link 2" content="link 2" />
  32. <meta name="text:Link 3 URL" content="" />
  33. <meta name="text:Link 3" content="link 3" />
  34. <meta name="text:Link 4 URL" content="" />
  35. <meta name="text:Link 4" content="link 4" />
  36. <meta name="text:Link 5 URL" content="" />
  37. <meta name="text:Link 5" content="link 4" />
  38. <meta name="text:Link 6 URL" content="" />
  39. <meta name="text:Link 6" content="link 4" />
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. <head><title>{Title}</title>
  48. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52.  
  53.  
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. /*edit scrollbar*/
  59.  
  60. ::-webkit-scrollbar-thumb {
  61. height:auto;
  62. background-color:{color:scrollbar bg};
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:4px;
  67. width:5px;
  68. padding-right:2px;
  69. background-color:white;
  70. }
  71.  
  72. /*edit the body this is what post text looks like, background color, etc.*/
  73.  
  74. body {
  75. background:{color:background} url('https://40.media.tumblr.com/840a34c9e5d2ef3cffb18197766778a5/tumblr_npak2rsZ3B1uvgxnwo1_1280.png') no-repeat fixed;
  76. background-position:0px 100%;
  77. margin:0px;
  78. color:{color:text};
  79. font-family:helvetica;
  80. font-size:13px;
  81. line-height:100%;
  82. }
  83.  
  84.  
  85. float {position:fixed;
  86. z-index:999999999;}
  87.  
  88.  
  89. /*edit links*/
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. -moz-transition-duration:0.8s;
  97. -webkit-transition-duration:0.8s;
  98. -o-transition-duration:0.8s;
  99. }
  100.  
  101. /*edit link hover*/
  102.  
  103. a:hover {
  104. color:{color:link hover};
  105. outline:none;
  106. -moz-outline-style:none;
  107. text-decoration:none;
  108. }
  109.  
  110. img {
  111. border:none;
  112. }
  113.  
  114. blockquote {
  115. padding-left:5px;
  116. border-left:2px solid {color:blockquote color};
  117. -webkit-margin-start: 20px;
  118. -webkit-margin-end: 20px;
  119.  
  120.  
  121. }
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. h1 {
  129. font-size:20px;
  130. font-family: 'Permanent Marker', cursive;
  131. letter-spacing:1px;
  132. color:{color:text};
  133. }
  134.  
  135. h2 {
  136. font-size:20px;
  137. font-family: 'Permanent Marker', cursive;
  138. letter-spacing:1px;
  139. color:{color:text};
  140. }
  141.  
  142. /* this is the positioning of the whole entire sidebar*/
  143.  
  144. #sidebar {
  145. width:250px;
  146. position:fixed;
  147. margin-left:130px;
  148. margin-top:80px
  149. }
  150.  
  151. /*sidebar title*/
  152.  
  153. #title {
  154. color:{color:title color};
  155. font-family:arial;
  156. font-size:20px;
  157. text-transform:capitalize;
  158. text-align:justify;
  159. font-weight:bold;
  160. letter-spacing:0px;
  161. padding:4px;
  162. margin-top:53px;
  163. margin-bottom:3px;
  164. margin-left:-150px;
  165. position:fixed;
  166. text-align:left;
  167. line-height:90%;
  168. transform: rotate(-90deg);
  169. -ms-transform: rotate(-90deg);
  170. -webkit-transform: rotate(-90deg);
  171. -o-transform: rotate(-90deg);
  172. -moz-transform: rotate(-90deg);
  173.  
  174. }
  175.  
  176. /*sidebar links*/
  177.  
  178. #links {
  179. width:250px;
  180. margin-left:-40px;
  181. padding:5px;
  182. margin-bottom:-15px;
  183. font-family:arial;
  184. text-align:center;
  185. word-spacing:1.5px;
  186. font-size:9px;
  187. font-weight:bold;
  188. display:block;
  189. color:{color:link};
  190.  
  191. }
  192.  
  193. #links a {
  194. letter-spacing: 1px;
  195. padding:3px;
  196.  
  197. }
  198.  
  199. #links a:hover {
  200. color:{color:link hover};
  201. }
  202.  
  203. #description {
  204. width:250px;
  205. font-size:11px;
  206. padding:5px;
  207. text-align:justify;
  208. letter-spacing:0px;
  209. line-height:100%;
  210. margin-left:-40px;
  211. margin-top:-2px;
  212. }
  213.  
  214. /* this is the box that comes up when you hover over something with a title*/
  215.  
  216. #s-m-t-tooltip {
  217. max-width:300px;
  218. padding:5px 5px 5px 6px;
  219. margin:20px 0px 0px 20px;
  220. background-color:{color:tooltip color};
  221. font-family:arial;
  222. font-size:9px;
  223. letter-spacing:2px;
  224. text-transform:lowercase;
  225. font-weight:bold;
  226. color:#fff;
  227. z-index:999999999999999999999999999999999999;
  228. }
  229.  
  230. /*next page and previous page*/
  231.  
  232. #pagination {
  233. width:130px;
  234. margin-left: -95px;
  235. margin-top: -190px;
  236. position: relative;
  237. text-align: left;
  238. letter-spacing:1px;
  239. text-transform: lowercase;
  240. font-weight:bold;
  241. font-family: arial;
  242. font-size: 14px;
  243.  
  244.  
  245. }
  246.  
  247. #pagination a {
  248. padding:0 3px;
  249. }
  250.  
  251.  
  252. #entries {
  253. padding:20px;
  254. width:25px;
  255. margin-left:10px;
  256. padding-right:10px;
  257. margin-top:10px;
  258. margin-bottom: 10px;
  259. }
  260.  
  261. #post {
  262. width:500px;
  263. padding-bottom:20px;
  264. margin-right:-25px;
  265. }
  266.  
  267. .container {
  268. background-color:white;
  269. margin-left:550px;
  270. width: 550px;
  271. height: 100%;
  272. overflow: scroll;
  273. }
  274.  
  275.  
  276. /*time posted, note count, via and source*/
  277.  
  278. .postinfo {
  279. margin-top:20px;
  280. margin-bottom:1px;
  281. margin-left:-12px;
  282. padding-bottom:4px;
  283. width:500px;
  284. text-align:left;
  285. font-family:arial;
  286. text-transform:lowercase;
  287. font-size:10px;
  288.  
  289. }
  290.  
  291. .postinfo a {
  292. color:{color:link};
  293. }
  294.  
  295. .postinfo a:hover {
  296. color:{color:link hover};
  297. }
  298.  
  299. /*tags*/
  300.  
  301. .tags {
  302. width:500px;
  303. margin-top:4px;
  304. margin-left:-3px;
  305. padding:2px;
  306. font-family:arial;
  307. letter-spacing:0px;
  308. font-size:10px;
  309. text-align:left;
  310.  
  311. }
  312.  
  313. .tags a {
  314. color:{color:text};
  315. }
  316.  
  317. .tags a:hover {
  318. color:{color:link hover};
  319. }
  320.  
  321. .postnote {
  322. width:500px;
  323. margin-top:40px;
  324. font-family:arial;
  325. text-transform:lowercase;
  326. font-style:normal;
  327. letter-spacing:0px;
  328. font-size:10px;
  329. text-align:left;
  330. }
  331.  
  332. /*asks*/
  333.  
  334. #question {
  335. font-size:12px;
  336. font-style:none;
  337. font-family:arial;
  338. letter-spacing:0px;
  339. text-align:left;
  340. padding-top: 5px;
  341. padding-bottom: 15px;
  342. padding-left:10px;
  343. padding-right:10px;
  344. background:#e4eaea;
  345. color:#000 ;
  346.  
  347. }
  348.  
  349. #question a{
  350. color:#000;
  351.  
  352. }
  353.  
  354.  
  355.  
  356. /*audio player container*/
  357.  
  358. .playercontainer {
  359. text-align:left;
  360. padding:10px;
  361. padding-left:0px;
  362. background-color:#fff;
  363. width:500px;
  364. }
  365.  
  366. /*artist, song, etc.*/
  367.  
  368. .musicinfo {
  369. padding-top:7px;
  370. padding-left:50px;
  371. color:#000;
  372. text-align:justify;
  373. }
  374.  
  375. /*credit. only change this if you actually make the code your own*/
  376.  
  377. #credit {
  378. position:fixed;
  379. font-size:9px;
  380. color:#000;
  381. font-weight:bold;
  382. line-height:150%;
  383. letter-spacing:2px;
  384. right:2px;
  385. bottom:-1px;
  386. text-transform:lowercase;
  387. text-align:center;
  388. }
  389.  
  390. #credit a {
  391. letter-spacing: 0px;
  392. padding:3px;
  393. color:#000;
  394. }
  395.  
  396. #credit a:hover {
  397. background:#fff;
  398. color:{color:link hover};
  399. }
  400.  
  401. pre {
  402. white-space: pre-wrap;
  403. }
  404.  
  405.  
  406. {CustomCSS}</style></head><body>
  407.  
  408. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  409. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  410. <script>
  411.  
  412. (function($){
  413.  
  414. $(document).ready(function(){
  415.  
  416. $("a[title]").style_my_tooltips({
  417.  
  418. tip_follows_cursor:true,
  419.  
  420. tip_delay_time:50,
  421.  
  422. tip_fade_speed:600,
  423.  
  424. attribute:"title"
  425.  
  426. });
  427.  
  428. });
  429.  
  430. })(jQuery);
  431.  
  432. </script>
  433.  
  434.  
  435.  
  436.  
  437. <div id="float"><img STYLE="position:fixed; TOP:55px; LEFT:0px;" src="https://41.media.tumblr.com/34c7d3de67ea45c8a421f7d3282ede72/tumblr_npajozcqDo1uvgxnwo1_500.png"></div>
  438. <div id="sidebar">
  439. <div id="title">{text:title text}</div>
  440.  
  441. <div id="links">
  442. <a href="/">HOME</a>
  443. <a href="/ask">ASK</a>
  444. <a href="{text:link 1 URL}">{text:link 1}</a>
  445. <a href="{text:link 2 URL}">{text:link 2}</a>
  446. <a href="{text:link 3 URL}">{text:link 3}</a>
  447. <a href="{text:link 4 URL}">{text:link 4}</a>
  448. <a href="{text:link 5 URL}">{text:link 5}</a>
  449. <a href="{text:link 6 URL}">{text:link 6}</a>
  450. <a href="/archive">ARCHIVE</a>
  451. </div>
  452.  
  453. <div id="description"><p>Look; it'll be a hard day. But I guarantee you that 160 days ride that way, there's nothin but salt. <big>At least that way, you know, we might be able to - <i>together</i> - come across some kind of </big><b>REDEMPTION</b>.</p><p align=center><small><i>( indie max rockatansky. fury road based.<br>selective. multiverse & crossover. )</i></small></p></div>
  454.  
  455.  
  456. <div id="pagination">
  457. {block:Pagination}
  458. {block:PreviousPage}<a href="{PreviousPage}">« </a>- {/block:PreviousPage}
  459. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  460. {/block:Pagination}
  461. </div>
  462.  
  463.  
  464. </div>
  465.  
  466. <div class="container">
  467.  
  468. <div id="entries">{block:Posts}<div id="post">
  469.  
  470. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  471.  
  472. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  473.  
  474. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  475.  
  476. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  477.  
  478. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  479.  
  480. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  481.  
  482. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  483.  
  484.  
  485. {block:AudioPlayer}
  486. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  487.  
  488. {block:Answer}<div id="question"><h1>{Asker}</h1> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {Question}</div><br>{Answer}{/block:Answer}
  489.  
  490. {block:Date}<div class="postinfo"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>   {block:NoteCount}+ {NoteCount}{/block:NoteCount}   {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  491.  
  492. {block:HasTags}
  493. <div class="tags">
  494. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}</div>
  495. {/block:HasTags}
  496.  
  497. <div class="postnote">
  498. {block:PostNotes}{PostNotes}{/block:PostNotes}
  499. </div>
  500. </div>
  501. {/block:Posts}
  502.  
  503. </div>
  504.  
  505.  
  506. <!----CONTAINED--->
  507.  
  508.  
  509. </div></div></div></div>
  510. </div>
  511.  
  512. <div id="credit"><a href="http://todeserveyou.tumblr.com/">©</a></div>
  513.  
  514. </body>
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement