bangyixing

Theme #37 - Parfait

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