bangyixing

Theme #36 - Lumiere

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