Advertisement
bangyixing

Theme #28 - Shanghai

Sep 27th, 2013
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.86 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 28: sʜᴀɴɢʜᴀɪ
  6. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  7. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Title" content="#474545"/>
  22. <meta name="color:Border" content="#000000"/>
  23. <meta name="color:Sidebar Border" content="#000000"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Link Background" content="#333333"/>
  26. <meta name="color:Scrollbar" content="#fbfbfb"/>
  27. <meta name="color:Hover" content="#cfcfcf"/>
  28. <meta name="color:Description" content="#333333"/>
  29. <meta name="color:Asker" content="#fafafa"/>
  30. <meta name="color:Quote" content="#fafafa"/>
  31. <meta name="color:Info Border" content="#e6e4e4"/>
  32. <meta name="color:Hover" content="#cfcfcf"/>
  33. <meta name="color:Tags" content="#d7d9da"/>
  34. <meta name="color:Text" content="#000000"/>
  35.  
  36. <!--Posts-->
  37.  
  38. <meta name="if:250px" content="1" />
  39. <meta name="if:400px" content="0" />
  40. <meta name="if:500px" content="0" />
  41.  
  42. <!--Images-->
  43.  
  44. <meta name="image:Header" 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. <meta name="text:Link3" content="/" />
  53. <meta name="text:Link3 Title" content="link" />
  54. <meta name="text:Link4" content="/" />
  55. <meta name="text:Link4 Title" content="link" />
  56. <meta name="text:Link5" content="/" />
  57. <meta name="text:Link5 Title" content="link" />
  58. <meta name="text:Link6" content="/" />
  59. <meta name="text:Link6 Title" content="link" />
  60. <meta name="text:Link7" content="/" />
  61. <meta name="text:Link7 Title" content="link" />
  62.  
  63. <!--Titles-->
  64.  
  65. <meta name="text:Title" content="heaven" />
  66. <meta name="text:Subtitle" content="tell me your secret, i’ll keep it between us" />
  67.  
  68. <!--Functions-->
  69.  
  70. <meta name="if:Lazy Load" content="1"/>
  71.  
  72. <!--Fonts-->
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  76.  
  77. <!--Lazy Load-->
  78.  
  79. {block:IfLazyLoad}
  80. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  81. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  82. <script type="text/javascript" charset="utf-8">
  83. var $j = jQuery.noConflict();
  84. $j(function() {
  85. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  86. $j("img").lazyload({
  87. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  88. effect: "fadeIn",
  89. });
  90. });
  91. </script>
  92.  
  93. </style>
  94. {/block:IfLazyLoad}
  95.  
  96. <!--qTip-->
  97.  
  98. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  99.  
  100. <style type="text/css">
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {
  103. background: {color:Border};
  104. height: 80px;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height: 10px;
  109. width: 3px;
  110. background: {color:Scrollbar};
  111. }
  112.  
  113. body {
  114. font-family:Helvetica;
  115. font-size:9px;
  116. text-align:justify;
  117. letter-spacing:1px;
  118. line-height:140%;
  119. background:{color:Background};
  120. color:{color:Text};
  121. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  122. }
  123.  
  124. a {
  125. text-decoration:none;
  126. outline:none;
  127. -moz-outline-style:none;
  128. color:{color:Text};
  129. -webkit-transition: all 0.5s ease;
  130. -moz-transition: all 0.5s ease;
  131. -o-transition: all 0.5s ease;
  132. }
  133.  
  134. img {
  135. border:none;
  136. }
  137.  
  138. blockquote blockquote {
  139. padding-left:5px;
  140. border-left:1px solid;
  141. }
  142.  
  143. h1 {
  144. font-size:20px;
  145. text-transform:none;
  146. font-style:none;
  147. line-height:140%;
  148. text-align:center;
  149. font-family:Trochut;
  150. color:{color:Title};
  151. }
  152.  
  153. a:hover {
  154. color: {color:Hover};
  155. }
  156.  
  157. small{
  158. font-size:9px;
  159. line-height:140%;
  160. }
  161.  
  162. big {
  163. font-size:12px;
  164. line-height:140%;
  165. }
  166.  
  167. b, strong{
  168. color:{color:Text};
  169. }
  170. i, em {
  171. color:{color:Text};
  172. }
  173. p{
  174. margin-top:5px;
  175. margin-bottom:5px;
  176. }
  177.  
  178. blockquote {
  179. padding:0px;
  180. padding-left:5px;
  181. margin:5px;
  182. border-left:1px solid {color:Border};
  183. }
  184.  
  185. blockquote img {
  186. max-width:500px;
  187. }
  188.  
  189. .audio { height:60px; padding:5px; margin-bottom:5px;}
  190. .audio-album { position:absolute; width:60px; }
  191. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  192. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  193.  
  194. .entries{
  195. padding:2px;
  196. width:
  197. {block:If250px}250px{/block:If250px}
  198. {block:If400px}400px{/block:If400px}
  199. {block:If500px}500px{/block:If500px};
  200. padding:5px;
  201. margin:5px;
  202. background:{color:Background};
  203. }
  204.  
  205. #posts{
  206. width:
  207. {block:If250px}250px{/block:If250px}
  208. {block:If400px}400px{/block:If400px}
  209. {block:If500px}500px{/block:If500px};
  210. margin-left:
  211. {block:If250px}650px{/block:If250px}
  212. {block:If400px}580px{/block:If400px}
  213. {block:If500px}510px{/block:If500px};
  214. padding-left:15px;
  215. padding-right:15px;
  216. padding-top:35px;
  217. margin-top:190px;
  218. padding:5px;
  219. }
  220.  
  221. #quote {
  222. padding:10px;
  223. margin-bottom:5px;
  224. background:{color:Quote};
  225. font-family:Courier;
  226. font-size:12px;
  227. font-style:none;
  228. letter-spacing:1px;
  229. -webkit-border-radius:2px;
  230. -moz-border-radius:2px;
  231. border-radius:2px;
  232. }
  233.  
  234. #chat {
  235. text-transform:lowercase;
  236. font-family:'Alegreya SC', serif;
  237. }
  238.  
  239. #website {
  240. font-family:Arial;
  241. font-style:italic;
  242. text-align:right;
  243. font-size:12px;
  244. color:{color:Text};
  245. }
  246.  
  247. #header {
  248. width:
  249. {block:If250px}250px{/block:If250px}
  250. {block:If400px}400px{/block:If400px}
  251. {block:If500px}500px{/block:If500px};
  252. height:190px;
  253. margin-top:-190px;
  254. margin-left:
  255. {block:If250px}665px{/block:If250px}
  256. {block:If400px}595px{/block:If400px}
  257. {block:If500px}525px{/block:If500px};
  258. position:fixed;
  259. background:{color:Text};
  260. background:url('{image:Header}'), fixed;
  261. }
  262.  
  263. #title {
  264. font-size:25px;
  265. position:fixed;
  266. margin-left:
  267. {block:If250px}652px{/block:If250px}
  268. {block:If400px}732px{/block:If400px}
  269. {block:If500px}763px{/block:If500px};
  270. margin-top:-150px;
  271. font-family:'Alegreya SC', serif;
  272. font-style:none;
  273. text-align:right;
  274. line-height:40%;
  275. padding:5px;
  276. width:240px;
  277. letter-spacing:0px;
  278. text-transform:uppercase;
  279. color:{color:Background};
  280. }
  281.  
  282. #subtitle {
  283. font-size:13px;
  284. position:fixed;
  285. margin-left:
  286. {block:If250px}658px{/block:If250px}
  287. {block:If400px}737px{/block:If400px}
  288. {block:If500px}767px{/block:If500px};
  289. margin-top:-130px;
  290. font-family:Times New Roman;
  291. font-style:italic;
  292. text-align:right;
  293. line-height:40%;
  294. padding:8px;
  295. width:230px;
  296. letter-spacing:-1px;
  297. text-transform:lowercase;
  298. color:{color:Background};
  299. }
  300.  
  301. #links {
  302. margin-top:-31px;
  303. margin-left:
  304. {block:If250px}677px{/block:If250px}
  305. {block:If400px}680px{/block:If400px}
  306. {block:If500px}663px{/block:If500px};
  307. width:
  308. {block:If250px}250px{/block:If250px}
  309. {block:If400px}400px{/block:If400px}
  310. {block:If500px}500px{/block:If500px};
  311. font-size:12px;
  312. position:fixed;
  313. font-family:'Alegreya SC', serif;
  314. font-style:none;
  315. text-align:center;
  316. padding:0px;
  317. opacity:1;
  318. color:{color:Background};
  319. letter-spacing:1px;
  320. text-transform:lowercase;
  321. }
  322.  
  323. #links a {
  324. display:inline-block;
  325. width:20px;
  326. padding:0px;
  327. margin-right:-1px;
  328. color:{color:Background};
  329. }
  330.  
  331. #links a:hover {
  332. color:{color:Background};
  333. text-decoration:none;
  334. -moz-transition-duration:0.7s;
  335. -webkit-transition-duration:0.7s;
  336. -o-transition-duration:0.7s;
  337. }
  338.  
  339. #description {
  340. font-size:9px;
  341. width:
  342. {block:If250px}220px{/block:If250px}
  343. {block:If400px}370px{/block:If400px}
  344. {block:If500px}470px{/block:If500px};
  345. height:40px;
  346. font-family:'Alegreya SC', serif;
  347. text-transform:none;
  348. position:fixed;
  349. text-align:justify;
  350. font-style:none;
  351. line-height:10px;
  352. margin-left:
  353. {block:If250px}672px{/block:If250px}
  354. {block:If400px}600px{/block:If400px}
  355. {block:If500px}532px{/block:If500px};
  356. margin-top:-107px;
  357. opacity:1;
  358. padding:5px;
  359. letter-spacing:1px;
  360. opacity:1;
  361. padding:5px;
  362. padding-bottom:15px;
  363. color:{color:Background};
  364. border-bottom:1px solid {color:Info Border};
  365. color:{color:Background};
  366. -moz-transition-duration:1s;
  367. -webkit-transition-duration:1s;
  368. -o-transition-duration:1s;
  369. }
  370.  
  371. #description a {
  372. color:{color:Background};
  373. }
  374.  
  375. #description a:hover {
  376. color:{color:Hover};
  377. text-decoration:none;
  378. -moz-transition-duration:0.7s;
  379. -webkit-transition-duration:0.7s;
  380. -o-transition-duration:0.7s;
  381. }
  382.  
  383. #question img {
  384. float:left;
  385. margin-right:11px;
  386. border-radius:500px;
  387. }
  388.  
  389. #qTip {
  390. padding:3px;
  391. width:auto;
  392. display: none;
  393. text-align: center;
  394. position:fixed;
  395. font-size:8px;
  396. text-transform:uppercase;
  397. font-family:Helvetica;
  398. background:{color:Background};
  399. color: {color:Text};
  400. font-style:none;
  401. letter-spacing: 0px;
  402. border-right:1px solid {color:Hover};
  403. border-bottom:1px solid {color:Hover};
  404. }
  405.  
  406. #info {
  407. text-align:left;
  408. margin-top:5px;
  409. margin-bottom:6px;
  410. font-family:Helvetica;
  411. padding-top:5px;
  412. text-transform:lowercase;
  413. font-style:none;
  414. letter-spacing:0px;
  415. font-size:9px;
  416. line-height:120%;
  417. padding:20px;
  418. border-top: 1px solid {color:Info Border};
  419. }
  420.  
  421. #info a:hover{
  422. text-decoration: none;
  423. color: {color:Hover};}
  424.  
  425. #tags {
  426. font-size:9px;
  427. margin-top:0px;
  428. }
  429.  
  430. #notes {
  431. font-family:Helvetica;
  432. text-transform:lowercase;
  433. font-size:9px;
  434. }
  435.  
  436. #credit {
  437. font-family:Calibri;
  438. font-size:9px;
  439. letter-spacing:1px;
  440. float:right;
  441. position:fixed;
  442. bottom:15px;
  443. right:10px;
  444. }
  445.  
  446. #credit a {
  447. color:#ffffff;
  448. padding:5px;
  449. text-transform:uppercase;
  450. background:{color:Link};
  451. }
  452.  
  453. #credit a:hover {
  454. color:{color:Link};
  455. text-transform:uppercase;
  456. font-style:none;
  457. background:{color:Background};
  458. }
  459.  
  460. {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  461.  
  462. <div id="header"></div>
  463.  
  464. <div id="title">{text:Title}</div>
  465. <div id="subtitle">{text:Subtitle}</div>
  466.  
  467. <div id="links">
  468. <a href="/" title="home">一</a>
  469. <a href="/ask" title="mail">二</a>
  470. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">三</a>{/block:ifLink1}
  471. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">四</a>{/block:ifLink2}
  472. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">五</a>{/block:ifLink3}
  473. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">六</a>{/block:ifLink4}
  474. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">七</a>{/block:ifLink5}
  475. {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">八</a>{/block:ifLink6}
  476. {block:ifLink7}<a href="{text:Link7}" title="{text:Link7 Title}">九</a>{/block:ifLink7}
  477. </div>
  478.  
  479. <div id="description">{Description}</div>
  480.  
  481. <div id="posts">
  482. <div class="autopagerize_page_element">{block:Posts}
  483. <div class="entries">
  484.  
  485. {block:Photo}<img src="{block:If250px}{PhotoURL-250}{/block:If250px}
  486. {block:If400px}{PhotoURL-400}{/block:If400px}
  487. {block:If500px}{PhotoURL-500}{/block:If500px}">
  488. {block:Caption}{Caption}{/block:Caption}
  489. {/block:Photo}
  490.  
  491. {block:Photoset}{block:If250px}{Photoset-250}{/block:If250px}
  492. {block:If400px}{Photoset-400}{/block:If400px}
  493. {block:If500px}{Photoset-500}{/block:If500px}
  494. {block:Caption}{Caption}{/block:Caption}
  495. {/block:Photoset}
  496.  
  497. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  498.  
  499. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  500.  
  501. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  502.  
  503. <div id="chat">
  504. {block:Chat}
  505. {block:Title}
  506. <h1>{Title}</h1>
  507. {/block:Title}
  508. {block:Lines}
  509. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  510. {Line}</blockquote><br>
  511. {/block:Lines}{/block:Chat}
  512. </div>
  513.  
  514. {block:Audio}
  515. <div class="audio">
  516. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  517. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  518. <div class="audio-info">
  519. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  520. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  521. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  522. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  523. </div></div>
  524. {/block:Audio}
  525.  
  526. {block:Video}
  527. {block:If250px}{Video-250}{/block:If250px}
  528. {block:If400px}{Video-400}{/block:If400px}
  529. {block:If500px}{Video-500}{/block:If500px}
  530. {block:Caption}{Caption}{/block:Caption}
  531. {/block:Video}
  532.  
  533. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
  534. font-style:italic;
  535. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  536. {Answer}<br>{/block:Answer}
  537.  
  538. <div id="info">
  539. with: <a href="{Permalink}">{NoteCount} notes</a><br>
  540. {block:Date} posted: <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a>{/block:Date}
  541. {block:HasTags}<div id="tags"> index: {block:Tags} ▪ <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  542. {/block:Posts}</div>
  543. {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}
  544. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  545.  
  546. {/block:Posts}</div>
  547.  
  548. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  549.  
  550. </body>
  551. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement