Advertisement
overdosage

Dead Pixel

Jul 19th, 2013
2,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 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.  
  4. <!-- DEAD PIXEL THEME BY OVERDOSAGE AT OVERDOSED THEMES -->
  5.  
  6. <head>
  7.  
  8. <meta name="color:Background" content="#fff" />
  9. <meta name="color:Text" content="#000" />
  10.  
  11. <meta name="if:Faded Images" content="" />
  12. <meta name="if:Endless Scrolling" content="0" />
  13. <meta name="if:Hide Photo Permalink" content="1" />
  14. <meta name="if:Show Description" content="1" />
  15. <meta name="if:Archive Link" content="1" />
  16. <meta name="if:Ask Link" content="1" />
  17. <meta name="if:RSS Link" content="1" />
  18. <meta name="if:400px" content="1" />
  19. <meta name="if:500px" content="0" />
  20. <meta name="if:250px" content="0" />
  21.  
  22.  
  23. <meta name="font:Title" content=" 'BebasNeueRegular' " />
  24. <meta name="font:Body" content="Arial" />
  25. <meta name="font:Right Sidebar" content="Arial" />
  26. <meta name="font:Post Titles" content=" 'BebasNeueRegular' "/>
  27.  
  28. <meta name="text:Title Font Size" content="25" />
  29. <meta name="text:Body Font Size" content="11" />
  30.  
  31. <meta name="text:Right Sidebar Font Size" content="11" />
  32. <meta name="text:Archive Title" content="Archive" />
  33. <meta name="text:RSS Title" content="Subscribe" />
  34. <meta name="text:Ask Title" content="Message" />
  35.  
  36. <meta name="text:Space Between Posts" content="10" />
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PostSummary} ({PostSummary}){/block:PostSummary}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  51. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  52. <script type="text/javascript" charset="utf-8">
  53. var $j = jQuery.noConflict();
  54. $j(function() {
  55. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  56. $j("img").lazyload({
  57. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  58. effect: "fadeIn",
  59. });
  60. });
  61. </script>
  62.  
  63. {block:IndexPage}
  64. <script type="text/javascript">
  65. $(window).load(function(){
  66. $("p").remove(":contains('Source:')");
  67. $("p").remove(":contains('(via')");
  68. });
  69. </script>
  70. {/block:IndexPage}
  71.  
  72. <style type="text/css">
  73. @import url(http://static.tumblr.com/jw8fmba/pXhlt5pzb/bebasneue.css);
  74. html,body{
  75. color:{color:Text};
  76. background-color:{color:Background};
  77. background-position:center;
  78. font-family:{font:Body};
  79. font-size:{text:Body Font Size}px;
  80. margin-top:25px;
  81. text-align:justify;
  82. }
  83.  
  84. #leftsidebar{
  85. position: fixed;
  86. top: 100px;
  87. left:25px;
  88. float:right;
  89. width:250px;
  90. height:100%;
  91. padding-top:10px;
  92. background:transparent;
  93. text-align:left;
  94. }
  95.  
  96. #rightsidebar{
  97. right:25px; text-align:right;
  98. bottom:25px;
  99. position:fixed;
  100. font-family:{font:Right Sidebar};
  101. font-size:{text:Right Sidebar Font Size}px;
  102. background:transparent;
  103. }
  104.  
  105. #wrap{
  106. margin:auto;
  107. {block:IndexPage}
  108. {block:If250px}width:250px;{/block:If250px}
  109. {block:If400px}width:400px;{/block:If400px}
  110. {block:If500px}width:500px;{/block:If500px}
  111. {/block:IndexPage}
  112. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  113. z-index:1;
  114. }
  115.  
  116. #entry{
  117. margin-bottom:{text:Space Between Posts}px;
  118. {block:IndexPage}
  119. {block:If250px}width:250px;{/block:If250px}
  120. {block:If400px}width:400px;{/block:If400px}
  121. {block:If500px}width:500px;{/block:If500px}
  122. {/block:IndexPage}
  123. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  124. text-align:justify;
  125. }
  126.  
  127.  
  128. {block:IfFadedImages}
  129. img{
  130. border:none;
  131. -webkit-transition: opacity 0.2s linear;
  132. opacity: 1;
  133. }
  134. img:hover{
  135. -webkit-transition: opacity 0.2s linear;
  136. opacity: .7;
  137. }
  138. {/block:IfFadedImages}
  139.  
  140. a:active {
  141. COLOR: {color:text};
  142. text-decoration:none;
  143. }
  144. a:link {
  145. COLOR:{color:text};
  146. text-decoration:none;
  147. }
  148. a:visited {
  149. COLOR: {color:text};
  150. text-decoration:none;
  151. }
  152. $("img").lazyload();
  153. a:hover {
  154. COLOR: {color:text};
  155. text-decoration:none;
  156. }
  157.  
  158.  
  159. .blogtitle{
  160. font-family:{font:Title};
  161. font-size:{text:Title Font Size}px;
  162. }
  163.  
  164. .posttitle{
  165. font-family:{font:Post Titles};
  166. font-size:17px;
  167. line-height:15px;
  168. }
  169.  
  170. .description{
  171. width:200px;
  172. }
  173.  
  174. .navigation{
  175. text-transform:lowercase;
  176. }
  177. .permalink {
  178. width: 100px;
  179. text-align: right;
  180. position: absolute;
  181. margin-left: -110px;
  182. -webkit-transition-duration: .2s;
  183. opacity: 0;
  184. }
  185.  
  186. {block:IndexPage}
  187. #entry:hover .permalink{
  188. opacity: 1;
  189. }
  190. {/block:IndexPage}
  191.  
  192. .audio{
  193. {block:IndexPage}
  194. {block:If250px}width:250px;{/block:If250px}
  195. {block:If400px}width:400px;{/block:If400px}
  196. {block:If500px}width:500px;{/block:If500px}
  197. {/block:IndexPage}
  198. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  199. background-color:#000;
  200. }
  201.  
  202. .pagination{
  203. margin-bottom:15px;
  204. font-size:8pt;
  205. font-style:normal;
  206. text-align:center;
  207. }
  208.  
  209. ol.notes li.note img.avatar {
  210. display:none;
  211. height:0px;
  212. width:0px;
  213. }
  214. ol.notes {
  215. display:none;
  216. }
  217.  
  218. </style>
  219.  
  220. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
  221.  
  222.  
  223. <style type="text/css">{CustomCSS]</style>
  224. </head>
  225.  
  226.  
  227. <body>
  228.  
  229.  
  230. <div id="wrap">
  231.  
  232. <div id="leftsidebar">
  233. <div class="blogtitle"><a href="/">{title}</a></div>
  234. </div>
  235.  
  236. <div id="rightsidebar">
  237. <div class="navigation">
  238. {block:IfArchiveLink}<a href="/archive">{text:Archive Title}</a><BR>{/block:IfArchiveLink}
  239. {block:IfAskLink}{block:AskEnabled}<a href="/ask">{text:Ask Title}</a><BR>{/block:AskEnabled}{/block:IfAskLink}
  240. {block:IfRSSLink}<a href="/rss">{text:RSS Title}</a><BR>{/block:IfRSSLink}
  241. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><BR> {/block:Pages}{/block:HasPages}
  242. </div>
  243. <p>
  244. {block:IfShowDescription}{block:Description}<div class="description">{Description}</div>{/block:Description}{/block:IfShowDescription}
  245. </div>
  246.  
  247.  
  248. {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
  249.  
  250. {block:Posts}
  251. <a href="{Permalink}"></a><span class="tags"></span>
  252. <div id="align">
  253.  
  254. {block:Text}
  255. <div id="entry">
  256. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  257. {block:Title}
  258. <div class="posttitle">{Title}</div>
  259. {/block:Title}
  260. {Body}
  261. </div>
  262. {/block:Text}
  263.  
  264. {block:Photo}<div id="entry">
  265.  
  266. {block:IfNotHidePhotoPermalink}<div class="permalink"><a href="{Permalink}">{FormattedNoteCount}</a></div>{/block:IfNotHidePhotoPermalink}
  267.  
  268. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  269. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  270. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}{block:If250px}width="250"{/block:If250px}{block:If400px}width="400"{/block:If400px}{block:If500px}width="500"{/block:If500px}{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  271. {block:IndexPage}</a>{/block:IndexPage}
  272. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  273. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  274.  
  275. </div>
  276. {/block:Photo}
  277.  
  278. {block:Photoset}
  279. <div id="entry">
  280. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  281. {block:IndexPage}
  282. {block:If250px}{Photoset-250}{/block:If250px}
  283. {block:If400px}{Photoset-400}{/block:If400px}
  284. {block:If500px}{Photoset-500}{/block:If500px}
  285. {/block:IndexPage}
  286. {block:PermalinkPage}
  287. {Photoset-500}
  288. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  289. {/block:Photoset}
  290.  
  291.  
  292. {block:Quote}<div id="entry">
  293. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  294.  
  295. "{Quote}"
  296. {block:PermalinkPage}<BR>
  297. — <i>{Source}</i>{/block:PermalinkPage}
  298. </div>
  299. {/block:Quote}
  300.  
  301. {block:Link}<div id="entry">
  302. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  303.  
  304. <div class="posttitle"><a href="{URL}" class="link" {Target}><u>{Name}</u></a></div>{block:Description}<P>{Description}</p>{/block:Description}
  305. </div>{/block:Link}
  306.  
  307. {block:Chat}
  308. <div id="entry">
  309. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  310. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}<br>
  311. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  312. </div>
  313. {/block:Chat}
  314.  
  315. {block:Audio} <div id="entry">
  316. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  317. <div class="audio">{AudioPlayerBlack}</div>
  318. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}
  319. </div>
  320. {/block:Audio}
  321.  
  322. {block:video}<div id="entry">
  323. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  324. {block:IndexPage}
  325. {block:If250px}{Video-250}{/block:If250px}
  326. {block:If400px}{Video-400}{/block:If400px}
  327. {block:If500px}{Video-500}{/block:If500px}
  328. {/block:IndexPage}
  329.  
  330. {block:permalinkpage}
  331. {Video-500}
  332. {block:Caption}{Caption}{/block:Caption}
  333. {/block:permalinkpage}
  334. </div>{/block:Video}
  335.  
  336. {block:Answer} <div id="entry">
  337. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  338. <b>{Asker}</b>: {Question}
  339. {Answer}
  340. </div>
  341. {/block:Answer}
  342.  
  343.  
  344. {block:PermalinkPage}{block:HasTags}#{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}{/block:PermalinkPage}
  345.  
  346. {block:IndexPage}<div style="opacity:.2; position:fixed; right:2px; bottom:2px; font-size:9px;"><a href="http://overdosage.tumblr.com/">&copy;</a></div>{/block:IndexPage}
  347.  
  348. {/block:Posts}
  349.  
  350. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  351.  
  352. {block:PostNotes}{PostNotes}{/block:PostNotes}
  353.  
  354.  
  355. {block:IfNotEndlessScrolling}
  356.  
  357. {block:Pagination}
  358. <div class="pagination">
  359. {block:JumpPagination length="10"}
  360. {block:CurrentPage}
  361. <big><b>{PageNumber}</big></b>&nbsp;
  362. {/block:CurrentPage}
  363.  
  364. {block:JumpPage}
  365. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  366. {/block:JumpPage}
  367. {/block:JumpPagination}
  368. </div>
  369. {/block:Pagination}
  370.  
  371. {/block:IfNotEndlessScrolling}
  372.  
  373. </div>
  374. </div>
  375. </body>
  376. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement