bangyixing

Theme #22 - Light Years

Sep 5th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. THEME MADE BY ANDREA @ MLIKBOY
  6. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  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. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  16.  
  17. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  18. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  19. <script type="text/javascript" charset="utf-8">
  20. var $j = jQuery.noConflict();
  21. $j(function() {
  22. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  23. $j("img").lazyload({
  24. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  25. effect: "fadeIn",
  26. });
  27. });
  28. </script>
  29.  
  30. </style>
  31.  
  32. <!--Default Variables-->
  33. <!--Colors-->
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Title" content="#474545"/>
  37. <meta name="color:Blog Title" content="#f892a3"/>
  38. <meta name="color:Border" content="#f892a3"/>
  39. <meta name="color:Sidebar Border" content="#000000"/>
  40. <meta name="color:Link" content="#000000"/>
  41. <meta name="color:Link Background" content="#333333"/>
  42. <meta name="color:Scrollbar" content="#fbfbfb"/>
  43. <meta name="color:Hover" content="#cfcfcf"/>
  44. <meta name="color:Description" content="#333333"/>
  45. <meta name="color:Asker" content="#fafafa"/>
  46. <meta name="color:Quote" content="#fafafa"/>
  47. <meta name="color:Pagination Hover" content="#fafafa"/>
  48. <meta name="color:Info Border" content="#e6e4e4"/>
  49. <meta name="color:Hover" content="#cfcfcf"/>
  50. <meta name="color:Tags" content="#d7d9da"/>
  51. <meta name="color:Text" content="#000000"/>
  52. <!--Images-->
  53.  
  54. <meta name="image:Background" content=""/>
  55. <meta name="image:Sidebar" content=""/>
  56. <meta name="image:Transparent" content=""/>
  57.  
  58. <!--Links-->
  59.  
  60. <meta name="text:Link1" content="/" />
  61. <meta name="text:Link1 Title" content="link" />
  62. <meta name="text:Link2" content="/" />
  63. <meta name="text:Link2 Title" content="link" />
  64. <meta name="text:Link3" content="/" />
  65. <meta name="text:Link3 Title" content="link" />
  66. <meta name="text:Link4" content="/" />
  67. <meta name="text:Link4 Title" content="link" />
  68.  
  69. <style type="text/css">
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {
  72. background: {color:Border};
  73. height: 80px;
  74. }
  75.  
  76. ::-webkit-scrollbar {
  77. height: 10px;
  78. width: 10px;
  79. background: {color:Scrollbar};
  80. }
  81.  
  82.  
  83. body {
  84. background-image: url("{image:background}");
  85. background-attachment: fixed;
  86. font-family:Arial;
  87. font-size:9px;
  88. text-align:justify;
  89. letter-spacing:0px;
  90. line-height:140%;
  91. background:{color:background};
  92. color:{color:text};
  93. }
  94.  
  95. a {
  96. text-decoration:none;
  97. outline:none;
  98. -moz-outline-style:none;
  99. color:{color:Text};
  100. -webkit-transition: all 0.5s ease;
  101. -moz-transition: all 0.5s ease;
  102. -o-transition: all 0.5s ease;
  103. }
  104.  
  105. img {
  106. border:none;
  107. }
  108.  
  109. blockquote blockquote {
  110. padding-left:5px;
  111. border-left:1px solid;
  112. }
  113.  
  114. h1 {
  115. font-size:20px;
  116. text-transform:lowercase;
  117. font-style:italic;
  118. line-height:140%;
  119. text-align:center;
  120. font-family:Playfair Display;
  121. color:{color:Title};
  122. }
  123.  
  124. a:hover {
  125. color: {color:Hover};
  126. }
  127.  
  128. small{
  129. font-size:9px;
  130. line-height:140%;
  131. }
  132.  
  133. big {
  134. font-size:12px;
  135. line-height:140%;
  136. }
  137.  
  138. b, strong{
  139. color:{color:Text};
  140. }
  141. i, em {
  142. color:{color:Text};
  143. }
  144. p{
  145. margin-top:5px;
  146. margin-bottom:5px;
  147. }
  148.  
  149. blockquote {
  150. padding:0px;
  151. padding-left:5px;
  152. margin:5px;
  153. border-left:1px solid {color:Border};
  154. }
  155.  
  156. blockquote img {
  157. max-width:500px;
  158. }
  159.  
  160. .audio { height:60px; padding:5px; margin-bottom:5px;}
  161. .audio-album { position:absolute; width:60px; }
  162. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  163. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  164.  
  165. #entries {
  166. margin-left:295px;
  167. letter-spacing:1px;
  168. padding:5px;
  169. margin-top:130px;
  170. width:560px;
  171. }
  172.  
  173. #post {
  174. margin:15px;
  175. padding-left:15px;
  176. padding-right:15px;
  177. padding-top:25px;
  178. width:500px;
  179. }
  180.  
  181. #quote {
  182. padding:10px;
  183. margin-bottom:5px;
  184. background:{color:Quote};
  185. font-family:Courier;
  186. font-size:12px;
  187. font-style:none;
  188. letter-spacing:1px;
  189. -webkit-border-radius:2px;
  190. -moz-border-radius:2px;
  191. border-radius:2px;
  192. }
  193.  
  194. #chat {
  195. text-transform:lowercase;
  196. }
  197.  
  198. #website {
  199. font-style:italic;
  200. text-align:right;
  201. font-size:12px;
  202. color:{color:Text};
  203. }
  204.  
  205.  
  206.  
  207. #icon img {
  208. width:80px;
  209. height:75px;
  210. position:absolute;
  211. margin-top:-125px;
  212. margin-left:330px;
  213. border: 10px solid {color:Blog Title};
  214. }
  215.  
  216. #links {
  217. font-size:9px;
  218. position:absolute;
  219. margin-left:330px;
  220. margin-top:-25px;
  221. font-family:Trebuchet MS;
  222. font-style:none;
  223. text-align:center;
  224. padding:5px;
  225. width:490px;
  226. opacity:1;
  227. letter-spacing:-1px;
  228. text-transform:uppercase;
  229. background:{color:Blog Title};
  230. -moz-transition-duration:0.5s;
  231. -webkit-transition-duration:0.5s;
  232. -o-transition-duration:0.5s;
  233. }
  234.  
  235. #links a {
  236. display:inline-block;
  237. width:40px;
  238. padding:5px;
  239. margin-right:1px;
  240. color:{color:Text};
  241. background:{color:Blog Title};
  242. }
  243.  
  244. #links a:hover {
  245. color:{color:Background};
  246. background:{color:Link};
  247. -moz-transition-duration:0.7s;
  248. -webkit-transition-duration:0.7s;
  249. -o-transition-duration:0.7s;
  250. }
  251.  
  252. #description {
  253. font-size:9px;
  254. width:380px;
  255. height:75px;
  256. font-family:Arial;
  257. text-transform:none;
  258. position:absolute;
  259. text-align:justify;
  260. font-style:none;
  261. line-height:100%;
  262. margin-left:430px;
  263. margin-top:-125px;
  264. letter-spacing:1px;
  265. padding:10px;
  266. opacity:1;
  267. color:{color:Background};
  268. background:{color:Blog Title};
  269. -moz-transition-duration:1s;
  270. -webkit-transition-duration:1s;
  271. -o-transition-duration:1s;
  272. }
  273.  
  274. #description a {
  275. color:{color:Background};
  276. }
  277.  
  278. #description a:hover {
  279. text-align:center;
  280. color:{color:Pagination Hover};
  281. }
  282.  
  283. #info {
  284. text-align:center;
  285. margin-top:5px;
  286. margin-bottom:6px;
  287. font-family:Consolas;
  288. padding-top:5px;
  289. text-transform:lowercase;
  290. font-style:none;
  291. letter-spacing:1px;
  292. font-size:8px;
  293. line-height:120%;
  294. border-top: 1px solid {color:Info Border};
  295. }
  296.  
  297. #info a:hover{
  298. text-decoration: none;
  299. color: {color:Hover};}
  300.  
  301. #tags {
  302. font-size:8px;
  303. margin-top:0px;
  304. }
  305.  
  306. #notes {
  307. font-family:Consolas;
  308. text-transform:lowercase;
  309. font-size:8px;
  310. }
  311.  
  312. #question {
  313. float:left;
  314. line-height:130%;
  315. }
  316.  
  317. #question img {
  318. margin-right:11px;
  319. border:1px solid {color:Border};
  320. padding:5px;
  321. }
  322.  
  323. #transparent {
  324. font-family:Calibri;
  325. font-size:9px;
  326. letter-spacing:1px;
  327. float:right;
  328. position:fixed;
  329. bottom:-2px;
  330. right:55px;
  331. }
  332.  
  333. #credit {
  334. font-family:Calibri;
  335. font-size:9px;
  336. letter-spacing:1px;
  337. float:right;
  338. position:fixed;
  339. bottom:15px;
  340. right:10px;
  341. }
  342.  
  343. #credit a {
  344. color:{color:Background};
  345. padding:5px;
  346. text-transform:uppercase;
  347. background:{color:Link};
  348. }
  349.  
  350. #credit a:hover {
  351. color:{color:Link};
  352. font-style:none;
  353. background:{color:Background};
  354. }
  355.  
  356. {CustomCSS}</style></head><body>
  357.  
  358. <div id="border"></div>
  359.  
  360. <div id="description">{Description}</div>
  361.  
  362. <div id="icon"><img src="{Favicon}"></div>
  363.  
  364. <div id="links">
  365. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  366. <a href="/">home</a>
  367. <a href="/ask">ask</a>
  368. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  369. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  370. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  371. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  372. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  373. </div>
  374.  
  375. <div id="entries">
  376. {block:Posts}
  377. <div id="post">
  378.  
  379. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  380.  
  381. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  382.  
  383. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  386.  
  387. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  388.  
  389. <div id="chat">
  390. {block:Chat}
  391. {block:Title}
  392. <h1>{Title}</h1>
  393. {/block:Title}
  394. {block:Lines}
  395. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  396. {Line}</blockquote><br>
  397. {/block:Lines}{/block:Chat}
  398. </div>
  399.  
  400. {block:Audio}
  401. <div class="audio">
  402. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  403. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  404. <div class="audio-info">
  405. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  406. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  407. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  408. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  409. </div></div>
  410. {/block:Audio}
  411.  
  412. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  413.  
  414. {block:Answer}<div id="question"<div id="question"><img src="{AskerPortraitURL-24}"></div> "{Question}"<br>
  415. — <b><i>{Asker}</i></b><br><br>
  416. {Answer}<br>{/block:Answer}
  417.  
  418. <div id="info">
  419. <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>
  420. {block:HasTags}<div id="tags">{block:Tags} - <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  421. {/block:Posts}
  422. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  423.  
  424. <div id="transparent"><img src="{image:Transparent}"></div>
  425.  
  426. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  427.  
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment