Advertisement
losavestheworld

soft theme | themes by lo

Mar 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 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="http://68.media.tumblr.com/382ab9044a29320dfb7b42d6fb2ffddd/tumblr_inline_n094a2YhgR1qid2nw.gif" />
  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="#bbb"/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="color:Scrollbar" content="#000"/>
  31.  
  32. <meta name="color:Light Accents" content="#eee"/>
  33. <meta name="color:Link" content="#aaa"/>
  34. <meta name="color:Link Hover" content="#7bd7c2"/>
  35.  
  36. <meta name="color:Title" content="#888"/>
  37.  
  38. <meta name="color:Sidebar Link" content="#aaa"/>
  39. <meta name="color:Sidebar Link Border" content="#eee"/>
  40. <meta name="color:Sidebar Link Hover" content="#78c9a1"/>
  41.  
  42. <meta name="text:Link 1" content="index"/>
  43. <meta name="text:Link 1 url" content="/"/>
  44. <meta name="text:Link 2" content="ask"/>
  45. <meta name="text:Link 2 url" content="/ask"/>
  46. <meta name="text:link 3" content="archive"/>
  47. <meta name="text:Link 3 url" content="/archive"/>
  48. <meta name="text:Link 4" content="link 4"/>
  49. <meta name="text:Link 4 url" content="/"/>
  50. <meta name="text:Link 5" content="link 5"/>
  51. <meta name="text:Link 5 url" content="/"/>
  52. <meta name="text:Link 6" content="link 6"/>
  53. <meta name="text:Link 6 url" content="/"/>
  54.  
  55.  
  56. <!--post width options-->
  57. <meta name="if:250px" content="1"/>
  58. <meta name="if:400px" content="0"/>
  59. <meta name="if:500px" content="0"/>
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. /* follow/dashboard buttons */
  65. iframe#tumblr_controls {
  66. right:2px !important;
  67. position: fixed !important;
  68. -webkit-transition: opacity 0.7s linear;
  69. opacity: 0.16;
  70. -webkit-transition: all 0.8s ease-out;
  71. -moz-transition: all 0.8s ease-out;
  72. transition: all 0.8s ease-out;
  73. -webkit-filter: invert(100%);
  74. }
  75. iframe#tumblr_controls:hover {
  76. -webkit-transition: opacity 0.7s linear;
  77. opacity: 0.16;
  78. -webkit-transition: all 0.4s ease-out;
  79. -moz-transition: all 0.4s ease-out;
  80. transition: all 0.4s ease-out;
  81. -webkit-filter: invert(100%);
  82. }
  83.  
  84. /* basic styles */
  85. body {
  86. color: {color:Text};
  87. background-color: {color:Background};
  88. background-image: url({image:Background});
  89. font: 11px consolas;
  90. line-height: 16px;
  91. }
  92. a {
  93. text-decoration: none;
  94. color: {color:Link};
  95. }
  96. a:hover {
  97. color:{color:Link Hover};
  98. cursor: help;
  99. }
  100. h1 {
  101. font-size: 12px;
  102. color: {color:Title};
  103. }
  104. /* scrollbar */
  105. ::-webkit-scrollbar {
  106. width: 3px;
  107. height: 5px;
  108. background: {color:Background};
  109. }
  110. ::-webkit-scrollbar-thumb {
  111. background: {color:Scrollbar};
  112. border-radius: 16px;
  113. border-top: 5px solid {color:Background};
  114. }
  115. /* post customizations */
  116. #content { /* for the whole column of posts */
  117. {block:IndexPage}
  118. {block:if250px} /* post widths */
  119. width: 250px;
  120. {/block:if250px}
  121. {block:if400px}
  122. width: 400px;
  123. {/block:if400px}
  124. {block:if500px}
  125. width: 500px;
  126. {/block:if500px}
  127. {/block:IndexPage}
  128. {block:PermalinkPage}
  129. width: 400px;
  130. {/block:PermalinkPage}
  131. position: relative;
  132. margin-left: 300px;
  133. margin-top: 60px;
  134. }
  135. .entry { /* for individual posts */
  136. margin-bottom: 60px;
  137. }
  138.  
  139. /* permalinks */
  140. #perma {
  141. position: absolute;
  142. right: -75px;
  143. letter-spacing: .5px;
  144. text-transform: lowercase;
  145. }
  146. /* sidebar */
  147. #side {
  148. top: 60px;
  149. left: 750px;
  150. position: fixed;
  151. width: 180px;
  152. }
  153. #side a{
  154. border-bottom: 1px solid {color:Sidebar Link Border};
  155. color: {color:Sidebar Link};
  156. }
  157. #side a:hover {
  158. border-bottom: 1px solid transparent;
  159. color: {color:Sidebar Link Hover};
  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="lo-html" href="http://lo-html.tumblr.com"><img title="lo-html" 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/9e77a248d2c3d06fd384ca35326f61b6/tumblr_inline_n094a6wC7q1qid2nw.gif"> <a href="{text:Link 1 url}">{text:Link 1}</a>
  191. <br>
  192. <img src="http://68.media.tumblr.com/dbe66fad4df81c09baf1d3448b39c0bb/tumblr_inline_n094a4I2PW1qid2nw.gif"> <a href="{text:Link 2 url}">{text:Link 2}</a>
  193. <br>
  194. <img src="http://68.media.tumblr.com/cea43f0c1192ee9d9486934e4471509f/tumblr_inline_n094a7TEct1qid2nw.gif"> <a href="{text:Link 3 url}">{text:Link 3}</a>
  195. <br>
  196. <img src="http://68.media.tumblr.com/114bd87bc12dc46624795f992b78bcaa/tumblr_inline_n094a03AXK1qid2nw.gif"> <a href="{text:Link 4 url}">{text:Link 4}</a>
  197. <br>
  198. <img src="http://68.media.tumblr.com/9a986113f4696208b2eb25c838597b68/tumblr_inline_n0949yWDVY1qid2nw.gif"> <a href="{text:Link 5 url}">{text:Link 5}</a>
  199. <br>
  200. <img src="http://68.media.tumblr.com/db2fd5f883aae62b337382112b74339d/tumblr_inline_n0949uUXbn1qid2nw.gif"> <a href="{text:Link 6 url}">{text:Link 6}</a>
  201.  
  202. <br><br>
  203.  
  204. <img src="https://68.media.tumblr.com/fa613ed4b06aeafd5cdd0f5729e3eb02/tumblr_inline_mor9p0WLTg1qz4rgp.png">
  205. </div>
  206. <!----->
  207.  
  208. <div id="content">
  209. {block:Posts}
  210.  
  211. <!-- {block:NoRebloggedFrom}
  212. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  213. {/block:NoRebloggedFrom} -->
  214. <div class="entry">
  215. <!--permalink-->
  216. {block:IndexPage}<div id="perma"><a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year}</a><br><a href="{Permalink}">{DayofWeek}</a><br><a href="{ReblogURL}">reblog</a></div>{/block:IndexPage}
  217.  
  218.  
  219. {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}
  220.  
  221. {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}
  222.  
  223. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  224.  
  225. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  226.  
  227. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  228.  
  229. {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}
  230.  
  231. {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}
  232.  
  233. {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}
  234.  
  235. {block:Answer}<b>{Asker}</b> whispered: <br><img src="http://68.media.tumblr.com/d08123cb90ebf2cc3b61dc85497f6b72/tumblr_inline_n0949uPAdb1qid2nw.gif"> <i>{Question}</i><p>{Answer}{/block:Answer}
  236.  
  237. <!--permalink page-->
  238. {block:PermalinkPage}
  239. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  240. {block:PostNotes}{PostNotes}{/block:PostNotes}
  241. {/block:PermalinkPage}
  242. </div> <!---entry div--->
  243. {/block:Posts}
  244.  
  245. {block:ContentSource}<!-- {SourceURL}
  246. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  247. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  248. {/block:ContentSource}
  249. </div><!---content div--->
  250.  
  251.  
  252. </body>
  253.  
  254. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement