Advertisement
losavestheworld

angelical theme | themes by lo

Mar 26th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.81 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.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="http://i205.photobucket.com/albums/bb186/mhilkas/favoicons/favasa.gif" />
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24.  
  25. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  26.  
  27. <meta name="color:Background" content="#fff" />
  28. <meta name="color:Text" content="#666666"/>
  29. <meta name="image:Background" content=""/>
  30.  
  31. <meta name="color:Scrollbar" content="#666666"/>
  32.  
  33. <meta name="color:Light Accents" content="#eee"/>
  34. <meta name="color:Link" content="#75b1d6"/>
  35. <meta name="color:Link Hover" content="#eacd74"/>
  36.  
  37. <meta name="color:Title" content="#666666"/>
  38.  
  39. <meta name="color:Sidebar Link" content="#75b1d6"/>
  40. <meta name="color:Sidebar Link Hover" content="#eacd74"/>
  41.  
  42. <meta name="color:Tooltip Border" content="#666666"/>
  43.  
  44.  
  45. <meta name="text:Link 1" content="index"/>
  46. <meta name="text:Link 1 url" content="/"/>
  47. <meta name="text:Link 2" content="ask"/>
  48. <meta name="text:Link 2 url" content="/ask"/>
  49. <meta name="text:link 3" content="archive"/>
  50. <meta name="text:Link 3 url" content="/archive"/>
  51. <meta name="text:Link 4" content="link 4"/>
  52. <meta name="text:Link 4 url" content="/"/>
  53. <meta name="text:Link 5" content="link 5"/>
  54. <meta name="text:Link 5 url" content="/"/>
  55. <meta name="text:Link 6" content="link 6"/>
  56. <meta name="text:Link 6 url" content="/"/>
  57.  
  58.  
  59. <!--post width options-->
  60. <meta name="if:250px" content="1"/>
  61. <meta name="if:400px" content="0"/>
  62. <meta name="if:500px" content="0"/>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69. div#qTip {
  70. font: 10px consolas;
  71. color: #000;
  72. text-align: center;
  73. text-transform: lowercase;
  74. background: #fff;
  75. display: none;
  76. border: 1px solid {color:Tooltip Border};
  77. max-width: 350px;
  78. position: absolute;
  79. text-align: justify;
  80. z-index: 99;
  81. padding: 2px 4px;
  82. margin: -5px 0 0 20px;
  83. border-radius: 2px;
  84. letter-spacing: 1px;
  85. }
  86.  
  87. #banner{
  88. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  89. repeat:repeat-x;
  90. left:0;
  91. width:100%;
  92. top: 0px;
  93. height: 18px;
  94. position: fixed;
  95. z-index: 1000;
  96. opacity:1;}
  97.  
  98. .tmblr-iframe {
  99. top: 25px!important;
  100. right: 8px!important;
  101. position: fixed!important;
  102. opacity: 0.2!important;
  103. {block:IfInvertedControls}
  104. white-space: nowrap;
  105. -webkit-filter: invert(100%);
  106. filter: invert(100%);
  107. {block:IfInvertedControls}
  108. }
  109.  
  110.  
  111. /* basic styles */
  112. body {
  113. color: {color:Text};
  114. background-color: {color:Background};
  115. background-image: url({image:Background});
  116. font: 11px consolas;
  117. line-height: 16px;
  118. }
  119. a {
  120. text-decoration: none;
  121. color: {color:Link};
  122. }
  123. a:hover {
  124. color:{color:Link Hover};
  125.  
  126. }
  127. h1 {
  128. font-size: 12px;
  129. color: {color:Title};
  130. }
  131. /* scrollbar */
  132. ::-webkit-scrollbar {
  133. width: 3px;
  134. height: 5px;
  135. background: {color:Background};
  136. }
  137. ::-webkit-scrollbar-thumb {
  138. background: {color:Scrollbar};
  139. border-radius: 16px;
  140. border-top: 5px solid {color:Background};
  141. }
  142. /* post customizations */
  143. #content { /* for the whole column of posts */
  144. {block:IndexPage}
  145. {block:if250px} /* post widths */
  146. width: 250px;
  147. {/block:if250px}
  148. {block:if400px}
  149. width: 400px;
  150. {/block:if400px}
  151. {block:if500px}
  152. width: 500px;
  153. {/block:if500px}
  154. {/block:IndexPage}
  155. {block:PermalinkPage}
  156. width: 400px;
  157. {/block:PermalinkPage}
  158. position: relative;
  159. margin-left: 300px;
  160. margin-top: 60px;
  161. }
  162. .entry { /* for individual posts */
  163. margin-bottom: 60px;
  164. }
  165.  
  166. /* permalinks */
  167. #perma {
  168. position: absolute;
  169. right: -75px;
  170. letter-spacing: .5px;
  171. text-transform: lowercase;
  172. }
  173. /* sidebar */
  174. #side {
  175. top: 160px;
  176. left: 60px;
  177. position: fixed;
  178. width: 180px;
  179. }
  180. #side a{
  181. border-bottom: 1px solid transparent {color:Sidebar Link Border};
  182. color: {color:Sidebar Link};
  183. }
  184. #side a:hover {
  185. border-bottom: 1px solid;
  186. color: {color:Sidebar Link Hover};
  187.  
  188. }
  189. .head {
  190. font-size: 12px;
  191. margin-bottom: 10px;
  192. margin-left: 10px;
  193. color: {color:Title};
  194. letter-spacing: .5px;
  195. }
  196. blockquote {
  197. border-left: 1px solid {color:Light Accents};
  198. margin-left: 6px;
  199. padding-left: 10px;
  200. }
  201. /* permalink page */
  202. img.avatar {display:none; }
  203. ol.notes {
  204. margin-top: 20px;
  205. }
  206.  
  207. </style>
  208.  
  209. <!---infinite scroll---><script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  210.  
  211. <!-- start of script tooltip -->
  212. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  213.  
  214. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  215.  
  216. <script>
  217.  
  218. (function($){
  219.  
  220. $(document).ready(function(){
  221.  
  222. $("a[title]").style_my_tooltips({
  223.  
  224. tip_follows_cursor:true,
  225.  
  226. tip_delay_time:90,
  227.  
  228. tip_fade_speed:600,
  229.  
  230. attribute:"title"
  231.  
  232. });
  233.  
  234. });
  235.  
  236. })(jQuery);
  237.  
  238. </script>
  239.  
  240. <!-- end of script tooltip -->
  241.  
  242. </head>
  243.  
  244. <body>
  245.  
  246. <div id="banner"></div>
  247.  
  248. <a href="http://paradisedan.tumblr.com"><img src="http://68.media.tumblr.com/36110300649787fc015810f7cd3e84cf/tumblr_inline_mw1xb9kfRr1qid2nw.gif" height="20" style='position:fixed;bottom:10px;right:10px;z-index:999'></a>
  249.  
  250. <!--sidebar-->
  251. <div id="side"><div class="head"><img src="http://68.media.tumblr.com/b2b0faaafc98030d7fcbca1a5877fc71/tumblr_inline_mv2holPJ6c1qid2nw.gif"> {Title} <img src="http://68.media.tumblr.com/9606eca397f545eb3d9f8c3f0d17a5b1/tumblr_inline_mv2hopso0T1qid2nw.gif"></div><center>{Description}<p>
  252. <i><a href="{text:Link 1 url}" title="{text:Link 1}">I</a>.
  253. <a href="{text:Link 2 url}" title="{text:Link 2}">II</a>.
  254. <a href="{text:Link 3 url}" title="{text:Link 3}">III</a>.
  255. <a href="{text:Link 4 url}" title="{text:Link 4}">IV</a>.
  256. <a href="http://paradisedan.tumblr.com" title="theme credit">V</a>.</i></center>
  257. </div>
  258. <!----->
  259.  
  260. <div id="content">
  261. {block:Posts}
  262.  
  263. <!-- {block:NoRebloggedFrom}
  264. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  265. {/block:NoRebloggedFrom} -->
  266. <div class="entry">
  267. <!--permalink-->
  268. {block:IndexPage}<div id="perma"><a href="{Permalink}">✧ {DayofWeek}</a><br><a href="{ReblogURL}">✧ reblog</a></div>{/block:IndexPage}
  269.  
  270.  
  271. {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}
  272.  
  273. {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}
  274.  
  275. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  276.  
  277. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  278.  
  279. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  280.  
  281. {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}
  282.  
  283. {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}
  284.  
  285. {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}
  286.  
  287. {block:Answer}<img src="http://68.media.tumblr.com/abbf05eb645305a4953947bf0d7b9b60/tumblr_inline_nzquyxEf4l1t78dpp_500.gif"> <b>{Asker}</b> whispered: <img src="http://68.media.tumblr.com/abbf05eb645305a4953947bf0d7b9b60/tumblr_inline_nzquyxEf4l1t78dpp_500.gif"><br> <i>{Question} </i> <p>{Answer}{/block:Answer}
  288.  
  289. <!--permalink page-->
  290. {block:PermalinkPage}
  291. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  292. {block:PostNotes}{PostNotes}{/block:PostNotes}
  293. {/block:PermalinkPage}
  294. </div> <!---entry div--->
  295. {/block:Posts}
  296.  
  297. {block:ContentSource}<!-- {SourceURL}
  298. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  299. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  300. {/block:ContentSource}
  301. </div><!---content div--->
  302.  
  303. <style> body, a, a:hover { cursor:url('https://68.media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png'), auto }</style>
  304.  
  305. </body>
  306.  
  307. </html>
  308.  
  309. <script src="https://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement