Advertisement
Guest User

CRANKED RELIC TUMBLR THEME

a guest
Nov 30th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.17 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6. THIS THEME WAS MADE BY
  7.  
  8.  /$$$$$$  /$$           /$$                          
  9. /$$__  $$|__/          | $$                          
  10. | $$  \__/ /$$  /$$$$$$ | $$$$$$$   /$$$$$$   /$$$$$$
  11. | $$$$    | $$ /$$__  $$| $$__  $$ /$$__  $$ /$$__  $$
  12. | $$_/    | $$| $$$$$$$$| $$  \ $$| $$  \__/| $$$$$$$$
  13. | $$      | $$| $$_____/| $$  | $$| $$      | $$_____/
  14. | $$      | $$|  $$$$$$$| $$$$$$$/| $$      |  $$$$$$$
  15. |__/      |__/ \_______/|_______/ |__/       \_______/
  16.                                                                                                                                                                                                                          
  17. • HTTP://FIEBRE.TUMBLR.COM - @Mercedes  
  18. • HTTP://FIEBRETHEMES.TUMBLR.COM - *Debaser theme*
  19.                        
  20.                                            DON'T DELETE THE CREDITS!  
  21.  
  22.  
  23. THIS THEME WAS EDITED BY
  24.  
  25. ▒█▀▀█ █▀▀█ █▀▀█ █▀▀▄ █░█ █▀▀ █▀▀▄   ▒█▀▀█ █▀▀ █░░ ░▀░ █▀▀
  26. ▒█░░░ █▄▄▀ █▄▄█ █░░█ █▀▄ █▀▀ █░░█   ▒█▄▄▀ █▀▀ █░░ ▀█▀ █░░
  27. ▒█▄▄█ ▀░▀▀ ▀░░▀ ▀░░▀ ▀░▀ ▀▀▀ ▀▀▀░   ▒█░▒█ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀
  28.  
  29.  
  30. http://crankedrelic.tumblr.com/
  31.  
  32.  
  33. -->
  34.  
  35.  
  36.  
  37. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  38. <head>
  39.  
  40. <meta name="color:Background" content="#fff" />
  41. <meta name="color:Text" content="#101010" />
  42. <meta name="color:Title" content="#000" />
  43. <meta name="color:Title Hover" content="#000" />
  44. <meta name="color:Navigation" content="#000" />
  45. <meta name="color:Navigation Hover" content="#000" />
  46.  
  47. <meta name="image:body background" content="" />
  48. <meta name="if:maximized body background" content="0" />
  49.  
  50. <meta name="font:Title" content="baskerville"/>
  51. <meta name="font:Body" content="baskerville"/>
  52. <meta name="text:body font size" content="12px"/>
  53. <meta name="text:title font size" content="16px"/>
  54.  
  55. <meta name="if:Faded Images When Hover" content="0" />
  56. <meta name="if:Bigger Images When Hover" content="0" />
  57. <meta name="if:Endless Scrolling" content="0" />
  58. <meta name="if:Show Archive Link" content="1"/>
  59. <meta name="if:Show Ask Link" content="1" />
  60. <meta name="if:Everything Big" content="0" />
  61. <meta name="if:Disable Photo Captions" content="0" />
  62.  
  63. <meta name="if:Show Custom Link1" content="1"/>
  64. <meta name="if:Show Custom Link2" content="1"/>
  65. <meta name="if:Show Custom Link3" content="1"/>
  66.  
  67. <meta name="text:Custom Link1" content="" />
  68. <meta name="text:Custom Link1 Title" content="Link1" />
  69. <meta name="text:Custom Link2" content="" />
  70. <meta name="text:Custom Link2 Title" content="Link2" />
  71. <meta name="text:Custom Link3" content="" />
  72. <meta name="text:Custom Link3 Title" content="Link3" />
  73.  
  74.  
  75. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  76. <link rel="icon" href="{Favicon}"/>
  77. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  78. <title>{Title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  79. {CustomCSS}
  80. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  81. <style type="text/css">body, a, {cursor:pointer}</style></a>
  82. <style type="text/css">
  83. a:hover{cursor:pointer}
  84.  
  85. body{ margin:0px; padding:0px; margin-top:0px; margin-bottom:0px; font-family: {font:body}; font-size:{text:body font size}; color:{color:text} ; background-color:{color:background}; background-image:url('{image:body background}') ; background-attachment: fixed;
  86.  
  87.  {block:ifmaximizedbodybackground}  -webkit-background-size: cover;
  88.   -moz-background-size: cover;
  89.   -o-background-size: cover;
  90.   background-size: cover; {/block:ifmaximizedbodybackground}  }
  91.  
  92.  
  93. {block:IfFadedImagesWhenHover}
  94. img{
  95. -webkit-transition: opacity 0.7s linear;
  96. opacity: 0.85;
  97. }
  98. img:hover {
  99. -webkit-transition: opacity 0.7s linear;
  100. opacity: 1;
  101. }
  102. {/block:IfFadedImagesWhenHover}
  103.  
  104. {block:IfBiggerImagesWhenHover}
  105. img:hover {-webkit-transform: scale(1.618); -webkit-transition-duration: 0.6s;}
  106. {/block:IfBiggerImagesWhenHover}
  107.  
  108. a {color: #000 ; text-decoration: none; }
  109.  
  110. a:hover { ;-webkit-transition-duration: 0.4s;}
  111.  
  112. a:active,a:focus {outline: 0;}
  113.  
  114. #contentcolumn{
  115. {Block:IfNotEverythingBig}width:300px;{/Block:IfNotEverythingBig}
  116. {Block:IfEverythingBig}width:600px;{/Block:IfEverythingBig}
  117. margin-left:150px;
  118. margin-top:100px;
  119. opacity:1;
  120. overflow:shown;
  121. font-size:{text:body font size};
  122. font-family:{text:body};
  123. text-align:center;
  124. position:absolute;
  125.  
  126. }
  127.  
  128. .notes {padding-left:25px; font-size:9px; overflow-x:hidden;}
  129. ol.notes { float:left; width:600px; height:300px; padding-left:5px; margin-top:10px; overflow:scroll; overflow-x:hidden; over-flow-y:scroll; list-style-type:none; font-weight:normal; font-size:9px; text-transform:none;}
  130. ol.notes li.note {padding-top:2px; opacity:.8; -moz-transition:0.1s ease-in; -webkit-transition:0.1s ease-in; -o-transition:0.1s ease-in; transition:0.1s ease-in;} ol.notes li.note:hover {opacity:1;} ol.notes li.note img.avatar {width:14px; height:14px;}
  131.  
  132. .logon { bottom:30px; right:30px; position:fixed;  background-color:#fff; text-align:center; padding:2px; font-size:10px; font-style:italic; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;}
  133.  
  134. #permalink{
  135. text-align:center;
  136. margin-left:0px;
  137. margin-right:-70px;
  138. margin-top:10px;
  139. font:10px baskerville;
  140. float:right;
  141. opacity:0;
  142. -webkit-transition-duration: 0.6s;
  143.  
  144. }
  145.  
  146. #rainbow:hover #permalink {display: block; opacity:0.8;}
  147.  
  148. #tit {
  149. letter-spacing:1px;
  150. text-transform:uppercase;
  151. font-style:;
  152. text-transform:;
  153. line-height:18px;
  154.  
  155.  
  156. }
  157. #cont {
  158. line-height:11px;
  159. margin-top:50px;
  160. }
  161. #audi {
  162. background-color : #000;
  163. height : 27px;
  164. margin-bottom : -10px;
  165. {Block:IfNotEverythingBig}width:300px;{/Block:IfNotEverythingBig}
  166. {Block:IfEverythingBig}width:600px;{/Block:IfEverythingBig}
  167. }
  168.  
  169. #rainbow {
  170.  
  171. margin-bottom:20px;
  172. margin-top:20px;
  173. line-height:11px;
  174.  
  175. }
  176.  
  177.  
  178. .camel {
  179. text-align:center;
  180.  
  181. letter-spacing:3px;
  182. font-style:;
  183. text-transform:uppercase;
  184. position:fixed;
  185. font-size:{text:title font size};
  186. font-family:{font:title};
  187. {Block:IfNotEverythingBig}width:300px;{/Block:IfNotEverythingBig}
  188. {Block:IfEverythingBig}width:600px;{/Block:IfEverythingBig}
  189. margin-left:150px;
  190. margin-top:20px;
  191. z-index:2;
  192.  
  193. }
  194.  
  195. .camel a {
  196. color: {color:title}
  197.  
  198. }
  199. .camel a:hover{
  200. color: {color:title hover}
  201.  
  202. }
  203. .apple {
  204. text-align:center;
  205. position:fixed;
  206. font-size:{text:body font size};
  207. font-family:{text:body};
  208. letter-spacing:1px;
  209. line-height:30px;
  210. text-transform:;
  211. {Block:IfNotEverythingBig}width:300px;{/Block:IfNotEverythingBig}
  212. {Block:IfEverythingBig}width:600px;{/Block:IfEverythingBig}
  213. font-style:;
  214. margin-top:60px;
  215. margin-left:150px;
  216. z-index:999999;
  217.  
  218.  
  219. }
  220. .apple a {
  221. color: {color:navigation};}
  222. .apple a:hover {
  223. color: {color:navigation hover};
  224. }
  225.  
  226. .leftcol {
  227. margin-left:10px;
  228. width:200px;
  229. top:50%;
  230. position:fixed;
  231. }
  232.  
  233.  
  234.  
  235. .photoset iframe { {Block:IfNotEverythingBig}width:300px;!important{/Block:IfNotEverythingBig}
  236. {Block:IfEverythingBig}width:600px;!important{/Block:IfEverythingBig} }
  237.  
  238. .panda {
  239. right:0px;
  240. bottom:25px;
  241. font:11px helvetica;
  242. text-transform:uppercase;
  243. line-height:11px;
  244. position:fixed;
  245. letter-spacing:1px;
  246. text-align:center;
  247. font-style:italic;
  248. -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);
  249. }
  250.  
  251. #page-wrap {
  252.      width: 800px;
  253.      margin: 0 auto;
  254. }
  255.  
  256. </style>
  257.  
  258.  
  259. <script src="http://static.tumblr.com/9ji9tiw/0uJmu1pte/masonry1.js"></script>
  260.  
  261. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
  262.  
  263. <script type="text/javascript">
  264. $(window).load(function () {
  265. $('#posts').masonry(),
  266. $('.masonryWrap').infinitescroll({
  267. navSelector : "div.navigation",
  268. // selector for the paged navigation (it will be hidden)
  269. nextSelector : ".navigation a#next",
  270. // selector for the NEXT link (to page 2)
  271. itemSelector : ".post",
  272. // selector for all items you'll retrieve
  273. bufferPx : 10000,
  274. extraScrollPx: 10000,
  275. loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading2.gif",
  276. loadingText : "<em></em>",
  277. },
  278. // call masonry as a callback.
  279. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  280. );
  281. });
  282. </script>
  283.  
  284. </head>
  285. <body>
  286.  <div id="page-wrap">
  287. <div class="vaca">
  288.  
  289.  
  290. <div class="apple">{Block:IfShowAskLink}<a href="mailto:crankedrelic@openmailbox.org">message</a>{/Block:IfShowAskLink} {Block:IfShowArchiveLink}<a href="/archive">archive</a>{/Block:IfShowArchiveLink}
  291. {Block:IfShowCustomLink1}<a href="{text:Custom Link1}">{text:Custom Link1 Title}</a>{/Block:IfShowCustomLink1} {Block:IfShowCustomLink2}<a href="{text:Custom Link2}">{text:Custom Link2 Title}</a>{/Block:IfShowCustomLink2} {Block:IfShowCustomLink3}<a href="{text:Custom Link3}">{text:Custom Link3 Title}</a>{/Block:IfShowCustomLink3} <a href="http://pastebin.com/he9DTALQ">theme</a></div>  <br>
  292. <div class="camel"><a href="/">{title}</a></div>
  293. </div>
  294.  
  295.  
  296. <div id="contentcolumn">
  297.  
  298.  
  299. {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
  300. {block:Posts}
  301.  
  302. <div id="rainbow">
  303. <div id="permalink">
  304.  
  305. <a href="{Permalink}">{24Hour}.{Minutes}{AmPm}<br>{MonthNumber}/{DayOfMonth}/{ShortYear}</a>
  306. </div>
  307.  
  308. {block:Text}
  309. <div id="tit">{block:Title}{Title}{/block:Title}</div>
  310. <div id="cont"><p align=center>{Body}</p></div>
  311. <div id="captionfoto">
  312. {block:RebloggedFrom} <small>reblogged from: {ReblogParentName}</small> {/block:RebloggedFrom}</div>
  313. {/block:Text}
  314.  
  315. {block:Photo}
  316. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> {Block:IfNotEverythingBig}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" width="300" >{/Block:IfNotEverythingBig}{Block:IfEverythingBig}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" width="600" >{/Block:IfEverythingBig}{LinkCloseTag}
  317. {Block:IfNotDisablePhotoCaptions}<div id="cont">{block:Caption} {Caption} {/block:Caption}</div>{/Block:IfNotDisablePhotoCaptions}
  318. {/block:Photo}
  319.  
  320. {block:Photoset}  <div class="photoset"> {Photoset-400} {Block:IfNotDisablePhotoCaptions}{block:Caption}<div id="cont"><p align=justify>{Caption}{/block:Caption}</p></div>{/Block:IfNotDisablePhotoCaptions}
  321.  
  322. {/block:Photoset}
  323.  
  324. {block:Quote}
  325. <center>"{Quote}"<br>
  326. {block:Source}{Source}{/block:Source}
  327. </center>{/block:Quote}
  328.  
  329. {block:Link}
  330. <div id="tit"><a href="{URL}">{Name}</a></div>
  331. <div id="cont">{block:Description}{Description}{/block:Description}</div>
  332. {/block:Link}
  333.  
  334. {block:Chat}
  335. {block:Title}<b>{Title}</b>{/block:Title}
  336. {block:Lines}{block:Label}<b>{Label}</b> {Line} <br>
  337. {/block:Label}{/block:Lines}
  338.  
  339. {/block:Chat}
  340.  
  341. {block:Audio}
  342. <div id="audi">{AudioPlayerBlack}</div><br>
  343. <center>{block:Caption}{Caption}{/block:Caption}</center>
  344. {/block:Audio}
  345.  
  346. {block:Answer}
  347. <div id="tit">"{Question}"</div> - {Asker} <br>
  348. {Answer}
  349.  
  350. {/block:answer}
  351.  
  352. {block:Video} <div class="post"> <div class="photoset">{Video-250}</div>
  353. {block:Caption}{Caption}{/block:Caption} <div class="permalink"><a href="{Permalink}">{timeago}</a></div></div>{/block:Video}
  354.  
  355.  
  356. </div>
  357.  
  358. {block:PostNotes}<div class="notes"> {block:Caption} {Caption} {/block:Caption}
  359. {block:NoteCount}{NoteCount} notes{/block:NoteCount} {block:HasTags}// {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}
  360. {PostNotes} </div>{/block:PostNotes}
  361.  
  362. {/block:posts}
  363. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  364. {block:IfNotEndlessScrolling}
  365. <center>{block:Pagination}
  366. {block:PreviousPage}
  367. <a href="{PreviousPage}">&larr;</a>
  368. {/block:PreviousPage}
  369.  
  370. {block:JumpPagination length="5"}
  371. {block:CurrentPage}
  372. <span class="current_page">{PageNumber}</span>
  373. {/block:CurrentPage}
  374.  
  375. {block:JumpPage}
  376. <a class="jump_page" href="{URL}">{PageNumber}</a>
  377. {/block:JumpPage}
  378. {/block:JumpPagination}
  379.  
  380. {block:NextPage}
  381. <a href="{NextPage}">&rarr;</a>
  382. {/block:NextPage}
  383. {/block:Pagination}</center>
  384. {/block:IfNotEndlessScrolling}
  385. <br>
  386. <br>
  387.  
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement