Advertisement
marrkhoppus

Lion King

Jun 9th, 2014
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. <!--
  2.  
  3. Go to marrkhoppus.tumblr.com if you have any questions. Enjoy :)
  4.  
  5. theme lion king by jenny (marrkhoppus.tumblr.com)
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#696969"/>
  19. <meta name="color:Link" content="#000000"/>
  20. <meta name="color:Hover" content="#696969"/>
  21. <meta name="color:title" content="#000000"/>
  22.  
  23. <meta name="image:bg" content=""/>
  24. <meta name="text:titlesb" content="">
  25.  
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  39.  
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar-thumb{
  45. background-color: #b8b8b8;
  46. border: 2px solid {color:background};
  47. height:auto;
  48. }
  49.  
  50. ::-webkit-scrollbar {
  51. height:auto;
  52. width:9px;
  53. background-color: #b8b8b8;
  54. border: 4px solid {color:background};
  55. }
  56.  
  57.  
  58.  
  59. body {
  60. background:{color:background};
  61. margin:0px;
  62. color:{color:text};
  63. font-family:helvetica;
  64. font-size:9px;
  65. background-image: url('{image:bg}');
  66. background-position:left;
  67. background-attachment:fixed;
  68. background-repeat:repeat;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. color:{color:hover};
  99. text-decoration:underline;
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. #entries {
  106. padding-bottom:60px;
  107. width:500px;
  108. margin-left:520px;
  109. margin-top:40px;
  110. font-size:10px;
  111. }
  112.  
  113.  
  114. #post {
  115. width:500px;
  116. padding-bottom:20px;
  117. padding:30px;
  118. margin-top:35px;
  119. }
  120.  
  121.  
  122. #sidebar {
  123. width:200px;
  124. position:fixed;
  125. margin-left:250px;
  126. margin-top:180px;
  127. position:fixed;
  128. }
  129.  
  130. #title {
  131. width:200px;
  132. font-size:13px;
  133. text-transform:uppercase;
  134. letter-spacing:5px;
  135. margin-left:3px;
  136. text-align:center;
  137. line-height:120%;
  138. color:{color:title};
  139. font-family:inconsolata;
  140. padding:10px;
  141. position:fixed;
  142. position:absolute;
  143. }
  144.  
  145.  
  146. .links {
  147. width:215px;
  148. position:absolute;
  149. position:fixed;
  150. padding-bottom:10px;
  151. padding-top:10px;
  152. margin-top:9px;
  153. margin-left:-4px;
  154. font-size:8px;
  155. text-transform:lowercase;
  156. text-align:center;
  157. line-height:150%;
  158. letter-spacing:2px;
  159. color:{color:title};
  160. }
  161.  
  162. .links a:hover{
  163. text-decoration:underline;
  164. }
  165.  
  166. #description {
  167. text-align:center;
  168. text-transform:none;
  169. padding:10px;
  170. letter-spacing:1px;
  171. line-height:190%;
  172. width:205px;
  173. z-index:-1;
  174. position:fixed;
  175. font-size:8px;
  176. margin-top:35px;
  177. margin-left:0px;
  178. text-align:justify;
  179. color:#696969;
  180. border-top:1px solid #eee;
  181. border-bottom:1px solid #eee;
  182. }
  183.  
  184.  
  185. #pagination {
  186. position:fixed;
  187. width:500px;
  188. text-align:center;
  189. margin-top:20px;
  190. font-size:9px;
  191. word-spacing:10px;
  192. text-transform:lowercase;
  193. color:{color:text};
  194. z-index:10000;
  195. background:{color:background};
  196. opacity:1;
  197. bottom:0;
  198. padding:10px;
  199. }
  200.  
  201. #pagination a {
  202. color:{color:link};
  203. }
  204.  
  205.  
  206. #info {
  207. text-align:left;
  208. margin-top:10px;
  209. text-transform:lowercase;
  210. font-size:9px;
  211. font-style:none;
  212. color:#696969;
  213. background:#fafafa;
  214. padding-left:10px;
  215. padding-bottom:10px;
  216. border-top:1px solid #eee;
  217. }
  218.  
  219.  
  220. #info a {
  221. color:#696969;
  222. }
  223.  
  224. #info a:hover {
  225. color:{color:hover};
  226. }
  227.  
  228.  
  229. #tags {
  230. text-transform:lowercase;
  231. font-size:9px;
  232. margin-top:4px;
  233. text-align:left;
  234. color:#696969;
  235. }
  236.  
  237. #tags a {
  238. display:inline;
  239. padding:-3px;
  240. text-align:left;
  241. }
  242.  
  243. #tags a:hover{
  244. text-decoration:underline;
  245. color:{color:hover};
  246. }
  247.  
  248.  
  249. #asker {
  250. padding:10px;
  251. border-top: 1px solid #e8e8e8;
  252. letter-spacing:1px;
  253. text-align:left;
  254. background-color:#fafafa;
  255. }
  256.  
  257. .cover {
  258. position: relative;
  259. z-index: 1;
  260. width: 90px;
  261. float:left;
  262. }
  263.  
  264. .button {
  265. width:20px;
  266. height:30px;
  267. overflow: hidden;
  268. position: relative;
  269. z-index: 99;
  270. margin: 15px 24px 13px 16px;
  271. }
  272.  
  273. .musicbox {
  274. background-color: #fff;
  275. position: absolute;
  276. z-index: 99;
  277. margin-top: 15px;
  278. margin-left: 15px;
  279. opacity: 0.3;
  280. -webkit-transition: opacity 0.2s linear;
  281. -webkit-transition: all 0.2s linear;
  282. -moz-transition: all 0.2s linear;
  283. -o-transition: all 0.2s linear;
  284. }
  285. .musicbox:hover {
  286. opacity:0.9;
  287. }
  288.  
  289. .musicinfo {
  290. padding:15px;
  291. font-size:12px;
  292. margin-left: 100px;
  293. text-align:center;
  294. background:#f7f7f7;
  295. line-height:12px;
  296. }
  297.  
  298. #titlequote{
  299. text-align:left;
  300. font-size:14px;
  301. line-height:18px;
  302. font-weight:bold;
  303. letter-spacing:1px;
  304. }
  305.  
  306. #source {
  307. margin-top:15px;
  308. margin-left:15px;
  309. }
  310.  
  311. .credit {
  312. position:fixed;
  313. bottom:15px;
  314. right:15px;
  315. font-size: 9px;
  316. font-family: 'Comfortaa', cursive;
  317. background: transparent;
  318. text-transform:uppercase;
  319. letter-spacing: 1px;
  320. padding: 5px;
  321. color:#000;
  322. }
  323.  
  324. .credit a{color:#000; opacity:0.8;}
  325. .credit a:hover{color:#000;text-decoration:underline;}
  326.  
  327.  
  328. {CustomCSS}</style></head><body>
  329.  
  330. <div id="sidebar">
  331.  
  332.  
  333. <div id="title">{text:titlesb}</div>
  334.  
  335. <div id="description">
  336. {Description}
  337.  
  338. <div class="links">
  339. <a href="/">refresh</a>&nbsp;&nbsp;
  340. <a href="/ask">ask</a>&nbsp;&nbsp;
  341. <a href="{text:Link 1}">{text:Link 1 Text}</a>&nbsp;&nbsp;
  342. <a href="{text:Link 2}">{text:Link 2 Text}</a>&nbsp;&nbsp;
  343. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  344. </div></div>
  345.  
  346.  
  347. </div></div>
  348.  
  349. <div id="entries">{block:Posts}<div id="post">
  350. {block:Pagination}
  351. <div id="pagination">
  352. {block:PreviousPage}
  353. {/block:PreviousPage}
  354. {block:JumpPagination length="5"}
  355. {block:CurrentPage}
  356. <span class="current_page"><b>{PageNumber}</b></span>
  357. {/block:CurrentPage}
  358. {block:JumpPage}
  359. <a href="{URL}">{PageNumber}</a>
  360. {/block:JumpPage}
  361. {/block:JumpPagination}
  362. {block:NextPage}
  363. {/block:NextPage}
  364. </div>
  365. {/block:Pagination}
  366.  
  367. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  368.  
  369. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  370.  
  371. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  372.  
  373. {block:Quote}
  374. <div id="titlequote">“{Quote}”</div>
  375. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  376. {/block:Quote}
  377.  
  378. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  379.  
  380. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  381.  
  382. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  383. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  384.  
  385. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  386.  
  387. {block:Answer}<div id="asker" style="margin-left:35px;width:450px;"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:160px;margin-left:-45px;margin-top:-10px;"><span style="font-size:9px;font-style:italic;">{Asker}:&nbsp;</span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  388.  
  389. {block:Date}<div id="info">
  390. <br><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© {SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}
  391. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  392. {/block:Posts}
  393. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  394. {/block:Posts}</div></div></div>
  395.  
  396.  
  397. <div class="credit"><a href="http://marrkhoppus.tumblr.com/"target="_new">MH</div>
  398.  
  399. </body>
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement