bangyixing

Theme #18 - Dilute

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