Advertisement
expiry

DREAM THEME by EXPIRY

Feb 1st, 2013
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.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. <head>
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  5.  
  6. <!--
  7. DREAM by EXPIRY.TUMBLR.COM
  8. ALL I ASK IS THAT YOU DO NOT DELETE THE CREDIT
  9. THANK YOU AND ENJOY THE THEME!
  10. -->
  11.  
  12. <title>{title}</title>
  13. <meta name="color:Background" content="#FFFFFF"/>
  14. <meta name="color:Text" content="#555555"/>
  15. <meta name="color:Links" content="#000000"/>
  16.  
  17. <meta name="font:Body" content="Arial"/>
  18.  
  19. <meta name="text:Font Size" content="12"/>
  20. <meta name="text:Post Gaps" content="25"/>
  21.  
  22. <meta name="image:Background" content=""/>
  23.  
  24. <meta name="text:Permalink Word" content="Permalink"/>
  25.  
  26. <meta name="if:Show Captions" content="0"/>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29.  
  30.  
  31. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  32.  
  33. <script type="text/javascript" charset="utf-8">
  34. var $j = jQuery.noConflict();
  35. $j(function() {
  36. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  37. $j("img").lazyload({
  38. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  39. effect: "fadeIn",
  40. });
  41. });
  42. </script>
  43.  
  44. {block:IndexPage}
  45. <script type="text/javascript">
  46. $(window).load(function(){
  47. $("p").remove(":contains('Source:')");
  48. $("p").remove(":contains('(via')");
  49. });
  50. </script>
  51. {/block:IndexPage}
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {background-color: #000; height:200px;}
  57. ::-webkit-scrollbar-thumb:horizontal {background-color: #000; height:10px !important;}
  58. ::-webkit-scrollbar { height:10px; width:7px; background-color:#fff;
  59. }
  60. #tumblr_controls{
  61. position:fixed !important;
  62. }
  63.  
  64.  
  65.  
  66. body{
  67. font-family: {font:Body};
  68. font-size: {text:Font Size}px;
  69. line-height: 13px ;
  70. color:{color:text};
  71. background-color:{color:Background};
  72. background-size:cover;
  73. background-image:url({image:Background});
  74. background-attachment:fixed;
  75. background-repeat:repeat;
  76.  
  77. }
  78. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  79. a{
  80. text-decoration:none;
  81. color:{color:links};
  82. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  83. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  84. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  85. transition: all 0.3s ease-out;
  86. }
  87. a:hover{
  88. text-decoration:underline;
  89. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  90. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  91. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  92. transition: all 0.3s ease-out;
  93. }
  94. a img{
  95. border:0px;
  96. }
  97. .header
  98. {margin:auto;padding:15px; background:#fff;width:410px;position:fixed;margin-top:-30px;margin-left:-21px;border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;z-index:99999;}
  99.  
  100.  
  101. #content{border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;
  102. background:#fff;
  103. padding:20px;
  104. margin:auto;
  105. width:400px;
  106. }
  107.  
  108. .blogtitle{
  109. text-align:left;
  110. font-weight:bold;
  111. text-transform:capitalize;
  112. line-height:10px;
  113. font-size:12px;
  114. }
  115. .blogtitle a:hover{
  116. text-decoration:none;
  117. }
  118. .nav {
  119. text-transform:capitalize;
  120. text-align:right;
  121. margin-top:-13px;
  122. }
  123. .player{
  124. width:400px;
  125. overflow:hidden;
  126. background:#000;
  127. }
  128. h2{
  129. text-transform:uppercase;
  130. font-size:12pt;
  131. }
  132.  
  133. .permalink{
  134. margin:10px 0px 25px 0px;
  135. text-align:center;
  136. font-size:8pt;
  137. }
  138.  
  139.  
  140. #entry{
  141. margin-bottom:{text:Post Gaps}px;
  142. width:400px;
  143. }
  144. #entry img{
  145. max-width:400px;
  146. }
  147.  
  148. #entry img:hover{
  149. opacity:0.7;
  150. }
  151.  
  152. div.video embed,
  153. div.post div.video object {
  154. width:400px !important;
  155. height:200px !important;
  156. }
  157. ol.notes {
  158. padding: 0px;
  159. margin: 20px 0px 0px 0px;
  160. list-style-type: none;
  161. }
  162. ol.notes li.note {
  163. padding: 5px;
  164. }
  165. ol.notes li.note img.avatar {
  166. vertical-align: -4px;
  167. margin-right: 10px;
  168. opacity:1;
  169. width: 20px;
  170. height: 20px;
  171. }
  172. ol.notes li.note span.action {
  173. font-weight: normal;
  174. }
  175. ol.notes li.note span.action a {
  176. font-style:italic;
  177. }
  178.  
  179. {CustomCSS}
  180.  
  181. </style>
  182.  
  183. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  184.  
  185. </head>
  186.  
  187. <body>
  188.  
  189.  
  190.  
  191. <div id="content">
  192. <div class="header">
  193. <div class="blogtitle"><a href="/">{Title}</a></div>
  194. <div class="nav"><a href="/archive">Archive</a>&nbsp; <a href="{RSS}">RSS</a>&nbsp; {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp; {/block:Pages}{/block:HasPages}{block:AskEnabled}<a href="/ask">Ask</a>&nbsp;{/block:AskEnabled}<a href="http://expiry.tumblr.com/">theme</a></div>
  195. </div>
  196. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  197. <br><br><br>
  198. <div style="line-height:35px;text-align:center;height:40px;width:40px;background:#fff;bottom:0px;right:0px;position:fixed;font-family:arial;font-size:40px;opacity:0.5;"><a href="http://expiry.tumblr.com/">ℯ</a></div>
  199. {block:Posts}
  200. <div id="entry">
  201.  
  202.  
  203. {block:Text}
  204. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  205. {Body}
  206. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  207. {/block:Text}
  208.  
  209. {block:Photo}
  210.  
  211. {block:IndexPage}
  212. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"/</a>{/block:IndexPage}
  213.  
  214. {block:permalinkPage}
  215. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}{/block:permalinkPage}
  216.  
  217. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  218. {/block:Photo}
  219.  
  220. {block:Photoset}
  221. <center>{Photoset-400}</center>
  222. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  223. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  224. {/block:Photoset}
  225.  
  226. {block:Quote}
  227. "{Quote}"
  228. {block:Source}<div style="text-align:right;"><p>&mdash; <b>{Source}</b></p></div>{/block:Source}
  229. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  230. {/block:Quote}
  231.  
  232. {block:Link}
  233. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  234. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  235. {/block:Link}
  236.  
  237. {block:Chat}
  238. {block:Title}<b>{Title}</b>{/block:Title}
  239. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  240. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  241. {/block:Chat}
  242.  
  243. {block:Audio}
  244. <div class="player">{AudioPlayerBlack}</div>
  245. {block:Caption}{Caption}{/block:Caption}
  246. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  247. {/block:Audio}
  248.  
  249. {block:Answer}
  250. {Asker} asked: {Question}
  251. {Answer}
  252. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  253. {/block:answer}
  254.  
  255. {block:Video}
  256. <div class="video">{Video-400}</div>
  257. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  258. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{text:Permalink Word}</a></div>{/block:IndexPage}
  259. {/block:Video}
  260.  
  261.  
  262.  
  263. {block:PermalinkPage}
  264. {block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  265. {/block:HasTags}{/block:PermalinkPage}
  266.  
  267. {block:PostNotes}{PostNotes}{/block:PostNotes}
  268.  
  269.  
  270. </div>
  271. {/block:Posts}
  272. </div>
  273.  
  274.  
  275.  
  276.  
  277. </div>
  278.  
  279. </body>
  280. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement