Advertisement
losavestheworld

pumpkin theme | themes by lo

Mar 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 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. <!-------
  5.  
  6. THEMES BY LO
  7. http://lo-html.tumblr.com/
  8. http://paradisedan.tumblr.com/
  9.  
  10. feel free to use my themes
  11. strictly do not remove credits or you will be reported
  12. send a message if i can help you with anything
  13.  
  14. all the love,
  15. lo <3
  16.  
  17. <!------>
  18.  
  19. <head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}" />
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  23.  
  24. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  25.  
  26. <meta name="color:Background" content="#fff" />
  27. <meta name="color:Text" content="#666666"/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="color:Scrollbar" content="#666666"/>
  31.  
  32. <meta name="color:Light Accents" content="#eee"/>
  33. <meta name="color:Link" content="#c27a25"/>
  34. <meta name="color:Link Hover" content="#ad2f63"/>
  35.  
  36. <meta name="color:Title" content="#666666"/>
  37.  
  38. <meta name="color:Sidebar Link" content="#c27a25"/>
  39. <meta name="color:Sidebar Link Hover" content="#ad2f63"/>
  40.  
  41. <meta name="text:Link 1" content="index"/>
  42. <meta name="text:Link 1 url" content="/"/>
  43. <meta name="text:Link 2" content="ask"/>
  44. <meta name="text:Link 2 url" content="/ask"/>
  45. <meta name="text:link 3" content="archive"/>
  46. <meta name="text:Link 3 url" content="/archive"/>
  47. <meta name="text:Link 4" content="link 4"/>
  48. <meta name="text:Link 4 url" content="/"/>
  49. <meta name="text:Link 5" content="link 5"/>
  50. <meta name="text:Link 5 url" content="/"/>
  51. <meta name="text:Link 6" content="link 6"/>
  52. <meta name="text:Link 6 url" content="/"/>
  53.  
  54.  
  55. <!--post width options-->
  56. <meta name="if:250px" content="1"/>
  57. <meta name="if:400px" content="0"/>
  58. <meta name="if:500px" content="0"/>
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. /* follow/dashboard buttons */
  64. iframe#tumblr_controls {
  65. right:2px !important;
  66. position: fixed !important;
  67. -webkit-transition: opacity 0.7s linear;
  68. opacity: 0.16;
  69. -webkit-transition: all 0.8s ease-out;
  70. -moz-transition: all 0.8s ease-out;
  71. transition: all 0.8s ease-out;
  72. -webkit-filter: invert(100%);
  73. }
  74. iframe#tumblr_controls:hover {
  75. -webkit-transition: opacity 0.7s linear;
  76. opacity: 0.16;
  77. -webkit-transition: all 0.4s ease-out;
  78. -moz-transition: all 0.4s ease-out;
  79. transition: all 0.4s ease-out;
  80. -webkit-filter: invert(100%);
  81. }
  82.  
  83. /* basic styles */
  84. body {
  85. color: {color:Text};
  86. background-color: {color:Background};
  87. background-image: url({image:Background});
  88. font: 11px consolas;
  89. line-height: 16px;
  90. }
  91. a {
  92. text-decoration: none;
  93. color: {color:Link};
  94. }
  95. a:hover {
  96. color:{color:Link Hover};
  97. cursor: help;
  98. }
  99. h1 {
  100. font-size: 12px;
  101. color: {color:Title};
  102. }
  103. /* scrollbar */
  104. ::-webkit-scrollbar {
  105. width: 3px;
  106. height: 5px;
  107. background: {color:Background};
  108. }
  109. ::-webkit-scrollbar-thumb {
  110. background: {color:Scrollbar};
  111. border-radius: 16px;
  112. border-top: 5px solid {color:Background};
  113. }
  114. /* post customizations */
  115. #content { /* for the whole column of posts */
  116. {block:IndexPage}
  117. {block:if250px} /* post widths */
  118. width: 250px;
  119. {/block:if250px}
  120. {block:if400px}
  121. width: 400px;
  122. {/block:if400px}
  123. {block:if500px}
  124. width: 500px;
  125. {/block:if500px}
  126. {/block:IndexPage}
  127. {block:PermalinkPage}
  128. width: 400px;
  129. {/block:PermalinkPage}
  130. position: relative;
  131. margin-left: 300px;
  132. margin-top: 60px;
  133. }
  134. .entry { /* for individual posts */
  135. margin-bottom: 60px;
  136. }
  137.  
  138. /* permalinks */
  139. #perma {
  140. position: absolute;
  141. right: -75px;
  142. letter-spacing: .5px;
  143. text-transform: lowercase;
  144. }
  145. /* sidebar */
  146. #side {
  147. top: 60px;
  148. left: 60px;
  149. position: fixed;
  150. width: 180px;
  151. }
  152. #side a{
  153. border-bottom: 1px solid transparent {color:Sidebar Link Border};
  154. color: {color:Sidebar Link};
  155. }
  156. #side a:hover {
  157. border-bottom: 1px solid transparent;
  158. color: {color:Sidebar Link Hover};
  159. font-style: italic;
  160. }
  161. .head {
  162. font-size: 12px;
  163. margin-bottom: 10px;
  164. margin-left: 10px;
  165. color: {color:Title};
  166. letter-spacing: .5px;
  167. }
  168. blockquote {
  169. border-left: 1px solid {color:Light Accents};
  170. margin-left: 6px;
  171. padding-left: 10px;
  172. }
  173. /* permalink page */
  174. img.avatar {display:none; }
  175. ol.notes {
  176. margin-top: 20px;
  177. }
  178. </style>
  179.  
  180. <!---infinite scroll---><script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  181.  
  182. </head>
  183.  
  184. <body>
  185.  
  186. <a title="credit" href="http://paradisedan.tumblr.com"><img title="credit" src="http://68.media.tumblr.com/36110300649787fc015810f7cd3e84cf/tumblr_inline_mw1xb9kfRr1qid2nw.gif" height="20" style='position:fixed;bottom:10px;right:10px;z-index:999'></a>
  187.  
  188. <!--sidebar-->
  189. <div id="side"><div class="head"><i>{Title}</i></div>{Description}<p>
  190. <img src="http://68.media.tumblr.com/de173d40e7b54341afe10ea91d24f128/tumblr_inline_mhrcphA2lx1qz4rgp.gif"> <a href="{text:Link 1 url}">{text:Link 1}</a>
  191. <br>
  192. <img src="http://68.media.tumblr.com/75d3cb0245c8658391641ec0f2290dd2/tumblr_inline_mhrcprcyof1qz4rgp.gif"> <a href="{text:Link 2 url}">{text:Link 2}</a>
  193. <br>
  194. <img src="http://68.media.tumblr.com/efc1a6764006a112128633472e2fb2fb/tumblr_inline_mhrco2hZdh1qz4rgp.gif"> <a href="{text:Link 3 url}">{text:Link 3}</a>
  195. <br>
  196. <img src="http://68.media.tumblr.com/d04fdaa9096eacc64ec64ca41a0ad819/tumblr_inline_mhrcnrXgLj1qz4rgp.gif"> <a href="{text:Link 4 url}">{text:Link 4}</a>
  197. <br>
  198. <img src="http://68.media.tumblr.com/722d11050ce8408ab43a287e7005cd53/tumblr_inline_mhrcqqc6y71qz4rgp.gif"> <a href="{text:Link 5 url}">{text:Link 5}</a>
  199. <br>
  200. <img src="http://68.media.tumblr.com/f99e3918f4cdc46b404dd306aa07a7f1/tumblr_inline_mhrcsbPhjK1qz4rgp.gif"> <a href="{text:Link 6 url}">{text:Link 6}</a>
  201. <br>
  202. <img src="http://68.media.tumblr.com/f0922bdbbcb95f3c2b521508f09a3f96/tumblr_inline_mhrcv3ZUVd1qz4rgp.gif"> <a href="http://paradisedan.tumblr.com">theme credit</a>
  203. </div>
  204. <!----->
  205.  
  206. <div id="content">
  207. {block:Posts}
  208.  
  209. <!-- {block:NoRebloggedFrom}
  210. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  211. {/block:NoRebloggedFrom} -->
  212. <div class="entry">
  213. <!--permalink-->
  214. {block:IndexPage}<div id="perma"><a href="{Permalink}">{DayofWeek}</a><br><a href="{ReblogURL}">reblog <3</a></div>{/block:IndexPage}
  215.  
  216.  
  217. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  218.  
  219. {block:Photoset}{block:IndexPage}{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  220.  
  221. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  222.  
  223. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  224.  
  225. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  226.  
  227. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  228.  
  229. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  230.  
  231. {block:Video}{block:IndexPage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  232.  
  233. {block:Answer}<b>{Asker}</b> whispered: <br><img src="http://68.media.tumblr.com/1c796185c9bca6af9f2e50653e0f9187/tumblr_inline_mhrcskMU6k1qz4rgp.gif"> <i>{Question}</i><p>{Answer}{/block:Answer}
  234.  
  235. <!--permalink page-->
  236. {block:PermalinkPage}
  237. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  238. {block:PostNotes}{PostNotes}{/block:PostNotes}
  239. {/block:PermalinkPage}
  240. </div> <!---entry div--->
  241. {/block:Posts}
  242.  
  243. {block:ContentSource}<!-- {SourceURL}
  244. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  245. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  246. {/block:ContentSource}
  247. </div><!---content div--->
  248.  
  249.  
  250. </body>
  251.  
  252. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement