Advertisement
fiebremeh

Debaser theme

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