Advertisement
lennonthemes

changes

May 29th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. <!--changes theme by lmb themes (bonivur) leave all credit-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Sidebar" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Tags" content="f0f0f0"/>
  17. <meta name="color:Hover" content="#f2f2f2"/>
  18. <meta name="color:Border" content="#e4e4e4"/>
  19. <meta name="color:Post" content="#ffffff"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:bg" content=""/>
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 1 title" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 2 title" content="" />
  26. <meta name="color:scrollbarbg" content="ffffff"/>
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31.  
  32. ::-webkit-scrollbar {
  33. width: 5px;height: 5px;}
  34. ::-webkit-scrollbar-button:start:decrement,
  35. ::-webkit-scrollbar-button:end:increment {
  36. height: 6px;display: block;background-color: {color:white};}
  37. ::-webkit-scrollbar-track-piece {
  38. background-color: {color:scrollbarbg};}
  39. ::-webkit-scrollbar-thumb:vertical {
  40. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  41.  
  42.  
  43. body {
  44. background:{color:background};
  45. margin:0px;
  46. color:{color:text};
  47. font-family:Calibri;
  48. font-size:9px;
  49. line-height:100%;
  50. }
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. }
  58.  
  59. img {
  60. border:none;
  61. }
  62.  
  63. blockquote {
  64. padding-left:5px;
  65. border-left:2px solid;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. border-left:2px solid;
  71. }
  72.  
  73. h1 {
  74. font-size:9px;
  75. text-transform:uppercase;
  76. }
  77.  
  78. a:hover {
  79. opacity:10;
  80. color:{color:hover};
  81. -webkit-transition: all 0.7s ease;
  82. -moz-transition: all 0.7s ease;
  83. -o-transition: all 0.7s ease
  84. }
  85.  
  86.  
  87. #entries {
  88. padding:10px;
  89. width:500px;
  90. margin-left:450px;
  91. margin-top:100px;
  92. font-size:10px;
  93. }
  94.  
  95.  
  96.  
  97. #post {
  98. width:500px;
  99. padding-bottom:20px;
  100. padding:10px;
  101. margin-top:15px;
  102. background-color:{color:Post};
  103. }
  104.  
  105. #lb {
  106. position:fixed;
  107. bottom:10px;
  108. right:10px;
  109. font: 14px times;
  110. color: {color:#c9c9c9};
  111. border: 1px solid #e8e8e8;
  112. background-color: #FAFAFA;
  113. text-transform:lowercase;
  114. letter-spacing:0.5px;
  115. padding: 4px;}
  116.  
  117. #lb a {
  118. color:{color:link}; opacity:0.8;
  119. background-color: #fafafa;}
  120.  
  121. #lb a:hover {
  122. color:#fff; opacity:0.8;
  123. background-color: #000; opacity:0.8;}
  124.  
  125. #sidebar {
  126. width:100px;
  127. position:fixed;
  128. margin-left:100px;
  129. margin-top:-10px;
  130. opacity:1;
  131. background-color:{color:Sidebar};
  132. }
  133.  
  134. #sidebarimage {
  135. width 100px;
  136. }
  137.  
  138. #sidebarimage img {
  139. width:200px;
  140. height:400px;
  141. border:solid 1px;
  142. padding:3px;
  143. -moz-border-radius: 25px;
  144. border-radius: 25px;
  145. border-color: {color:border};
  146. background-color:{color:Sidebar};
  147. }
  148.  
  149.  
  150. #sidebar .links {
  151. width:80px;
  152. height:10px;
  153. opacity:.0;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. #sidebar:hover .links {
  160. width:80px;
  161. height:10px;
  162. opacity:.8;
  163. -moz-transition-duration:1s;
  164. -webkit-transition-duration:1s;
  165. -o-transition-duration:1s;
  166.  
  167. }
  168.  
  169. .links {
  170. position:absolute;
  171. letter-spacing:1px;
  172. position:fixed;
  173. font-family:serif;
  174. width:80px;
  175. height:10px;
  176. display:block;
  177. margin-top:-120px;
  178. margin-left:53px;
  179. font-size:10px;
  180. text-transform:lowercase;
  181. text-align:center;
  182. line-height:170%;
  183. }
  184.  
  185. .links a{
  186. display:block;
  187. background-color:#eee;
  188. width:80px;
  189. height:11px;
  190. line-height:130%;
  191. margin-top:3px;
  192. margin-bottom:3px;
  193. padding-left:15px;
  194. padding-right:13px;
  195. color:{color:link};
  196. -moz-border-radius: 25px;
  197. border-radius: 25px;
  198. letter-spacing:0px;
  199. text-decoration:none;
  200. -moz-transition-duration:1s;
  201. -webkit-transition-duration:1s;
  202. -o-transition-duration:1s;
  203. }
  204.  
  205.  
  206.  
  207. .links a:hover {
  208. letter-spacing:4px;
  209. color:{color:Hover}
  210.  
  211. }
  212.  
  213. #description {
  214. position:fixed;
  215. font-family:serif;
  216. line-height:90%;
  217. font-size:12px;
  218. font-style:italic;
  219. width:70px;
  220. margin-top:-330px;
  221. padding:8px;
  222. margin-left:50px;
  223. text-align:left;
  224. padding:6px;
  225. color:{color:text};
  226. }
  227.  
  228. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  229. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  230.  
  231.  
  232. #pagination {
  233. width:100px;
  234. font-size:20px;
  235. text-align:center;
  236. margin-left:55px;
  237. margin-top:20px;
  238. position:fixed;
  239. font-family:consolas;
  240. letter-spacing:0px;
  241. }
  242.  
  243.  
  244. #info {
  245. text-align:left;
  246. margin-top:10px;
  247. text-transform:uppercase;
  248. font-size:8px;
  249. font-style:none;
  250. border-top:1px solid {color:Line}
  251. }
  252.  
  253.  
  254. #tags {
  255. font-family:cambria;
  256. letter-spacing:0px;
  257. text-transform:lowercase;
  258. font-size:10px;
  259. font-style:italic;
  260. margin-top:4px;
  261. text-align:left;
  262. }
  263.  
  264. #tags
  265. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  266. -webkit-transition: all 0.6s ease-in-out;
  267. -moz-transition: all 0.6s ease-in-out;
  268. -o-transition: all 0.6s ease-in-out;
  269. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  270.  
  271.  
  272. #askie {
  273. padding:5px;
  274. font-family:cambria;
  275. letter-spacing:1px;
  276. text-align:left;
  277. font-style:italic;
  278. margin-left:10px;
  279. border-left:3px #eee solid;
  280. background-color:{color:background}
  281.  
  282.  
  283.  
  284. }
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. <div id="sidebar">
  289. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  290.  
  291.  
  292. <div id="description">
  293. {Description}
  294. </div>
  295.  
  296.  
  297. <div class="links">
  298. <a href="/">home</a>
  299. <a href="/ask">letters</a>
  300. <a href="{text:Link 1}">{text:Link 1 title}</a>
  301. <a href="{text:Link 2}">{text:Link 2 title}</a>
  302. <a href="http://bonivur.tumblr.com/">credit</a>
  303. </div>
  304.  
  305. {block:Pagination}<div id="pagination">
  306. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  307. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  308. </div>{/block:Pagination}
  309.  
  310. </div>
  311.  
  312. <div id="entries">{block:Posts}<div id="post">
  313.  
  314. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  315.  
  316. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317.  
  318. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. {block:Quote}{Quote}{/block:Quote}
  321.  
  322. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  325.  
  326. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  327. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  328. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  329. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  330. {/block:Audio}
  331.  
  332. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Answer}<div id="askie"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  335.  
  336. <div id="info">
  337. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  338. {block:HasTags}<div id="tags">{block:Tags}TAGGED AS: <img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png"><a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  339. {/block:Posts}
  340. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  341. {/block:Posts}</div></div></div>
  342.  
  343.  
  344.  
  345.  
  346.  
  347. </body><div id="lb">
  348. <a href="http://bonivur.tumblr.com">ℒℳℬ</a>
  349. </div></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement