bangyixing

Theme #15 - Summer

Aug 17th, 2013
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 15: 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="#9c9c9c"/>
  22. <meta name="color:Border" content="#eeeeee"/>
  23. <meta name="color:Link" content="#5c5e5e"/>
  24. <meta name="color:Scrollbar" content="#fbfbfb"/>
  25. <meta name="color:Link Hover" content="#6c7f86"/>
  26. <meta name="color:Link Border" content="#e6e4e4"/>
  27. <meta name="color:Hover" content="#cfcfcf"/>
  28. <meta name="color:Description" content="#fafafa"/>
  29. <meta name="color:Asker" content="#fafafa"/>
  30. <meta name="color:Quote" content="#fafafa"/>
  31. <meta name="color:Info" content="#fafafa"/>
  32. <meta name="color:Hover" content="#cfcfcf"/>
  33. <meta name="color:Tags" content="#6c7f86"/>
  34. <meta name="color:Text" content="#535050"/>
  35.  
  36. <!--Images-->
  37.  
  38. <meta name="image:Background" content="/"/>
  39. <meta name="image:Sidebar" content=""/>
  40.  
  41. <!--Links-->
  42.  
  43. <meta name="text:Link1" content="/" />
  44. <meta name="text:Link1 Title" content="link" />
  45. <meta name="text:Link2" content="/" />
  46. <meta name="text:Link2 Title" content="link" />
  47. <meta name="text:Link3" content="/" />
  48. <meta name="text:Link3 Title" content="link" />
  49. <meta name="text:Link4" content="/" />
  50. <meta name="text:Link4 Title" content="link" />
  51.  
  52. <!--Functions-->
  53.  
  54. <meta name="if:Lazy Load" content="1"/>
  55.  
  56. <!--Fonts-->
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  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. <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:Helvetica;
  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. font-family:Playfair Display;
  128. text-transform:lowercase;
  129. font-style:italic;
  130. line-height:140%;
  131. text-align:left;
  132. color:{color:Title};
  133. }
  134.  
  135. a:hover {
  136. color: {color:Link Hover};
  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. .audio { height:60px; padding:5px; margin-bottom:5px;}
  168. .audio-album { position:absolute; width:60px; }
  169. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  170. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  171.  
  172. #entries {
  173. overflow:hidden;
  174. margin-left:98px;
  175. letter-spacing:1px;
  176. }
  177.  
  178. #post {
  179. margin-top:20px;
  180. margin:15px;
  181. padding-left:15px;
  182. padding-right:15px;
  183. padding-top:25px;
  184. width:500px;
  185. }
  186.  
  187.  
  188. #post img{
  189.  
  190. opacity:0.8;
  191.  
  192. -webkit-transition: all 0.6s ease-in-out;
  193.  
  194. -moz-transition: all 0.6s ease-in-out;
  195.  
  196. -o-transition: all 0.6s ease-in-out;
  197.  
  198. -ms-transition: all 0.6s ease-in-out;
  199.  
  200. transition: all 0.6s ease-in-out;
  201.  
  202. }
  203.  
  204. #post img:hover {
  205.  
  206. opacity:1;
  207.  
  208. -webkit-transition: all 0.6s ease-in-out;
  209.  
  210. -moz-transition: all 0.6s ease-in-out;
  211.  
  212. -o-transition: all 0.6s ease-in-out;
  213.  
  214. -ms-transition: all 0.6s ease-in-out;
  215.  
  216. transition: all 0.6s ease-in-out;
  217.  
  218. }
  219.  
  220. #quote {
  221. padding:10px;
  222. margin-bottom:5px;
  223. background:{color:Quote};
  224. font-family:Times New Roman;
  225. font-size:12px;
  226. font-style:italic;
  227. letter-spacing:1px;
  228. -webkit-border-radius:2px;
  229. -moz-border-radius:2px;
  230. border-radius:2px;
  231. }
  232.  
  233. #chat {
  234. text-transform:lowercase;
  235. }
  236.  
  237. #website {
  238. font-style:italic;
  239. text-align:right;
  240. font-size:12px;
  241. color:{color:Text};
  242. }
  243.  
  244. #sidebar {
  245. position:fixed;
  246. margin-left:1100px;
  247. margin-top:-160px;
  248. }
  249.  
  250. #sidebarimage img {
  251. width:150px;
  252. height:170px;
  253. position:fixed;
  254. margin-top:260px;
  255. margin-left:-415px;
  256. }
  257.  
  258. #links {
  259. width:190px;
  260. height:auto;
  261. font-size:10px;
  262. font-family:Times New roman;
  263. font-style:italic;
  264. text-align:center;
  265. text-transform:lowercase;
  266. opacity:1;
  267. position:fixed;
  268. word-spacing:0px;
  269. margin-left:-433px;
  270. margin-top:540px;
  271. letter-spacing:1px;
  272. }
  273.  
  274. #links a {
  275. display:inline-block;
  276. width:60px;
  277. padding:5px;
  278. margin-right:5px;
  279. margin-bottom:4px;
  280. border-bottom:1px solid {color:Link Border};
  281. background:{color:Background};
  282. color:{color:Link};
  283. }
  284.  
  285. #links a:hover {
  286. border-bottom:1px solid {color:Link};
  287. background:{color:Description};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #description {
  294. font-size:9px;
  295. width:140px;
  296. height:85px;
  297. padding:5px;
  298. font-family:Trebuchet MS;
  299. text-transform:lowercase;
  300. position:fixed;
  301. text-align:justify;
  302. font-style:none;
  303. line-height:100%;
  304. margin-top:435px;
  305. margin-left:-415px;
  306. letter-spacing:0px;
  307. opacity:1;
  308. position:fixed;
  309. background:{color:Description};
  310. -moz-transition-duration:1s;
  311. -webkit-transition-duration:1s;
  312. -o-transition-duration:1s;
  313. }
  314.  
  315.  
  316. #info {
  317. font-family:Calibri;
  318. margin-top:12px;
  319. font-size:8px;
  320. color:{color:Text};
  321. text-transform:uppercase;
  322. font-style:normal;
  323. text-align:left;
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. #info a {
  330. color:{color:Link};
  331. }
  332.  
  333. #info a:hover {
  334. color:{color:Hover};
  335. }
  336.  
  337. #tags {
  338. font-family:Playfair Display;
  339. font-style:none;
  340. text-transform:none;
  341. font-style:italic;
  342. color:{color:Tags};
  343. line-height:120%;
  344. font-size:8px;
  345. opacity:1;
  346. text-align:center;
  347. padding-top:10px;
  348. -moz-transition-duration:.5s;
  349. -webkit-transition-duration:.5s;
  350. -o-transition-duration:.5s;
  351. }
  352.  
  353. #tags a:hover {
  354. color:{color:Hover};
  355. }
  356.  
  357. #notes {
  358. text-transform:uppercase;
  359. font-size:8px;
  360. font-family:Calibri;
  361. }
  362.  
  363. #question {
  364. float:left;
  365. line-height:130%;
  366. }
  367.  
  368. #question img {
  369. margin-right:11px;
  370. border:1px solid {color:Border};
  371. padding:2px;
  372. }
  373.  
  374. #credit {
  375. font-family:Calibri;
  376. font-size:9px;
  377. letter-spacing:1px;
  378. float:right;
  379. position:fixed;
  380. bottom:15px;
  381. right:10px;
  382. }
  383.  
  384. #credit a {
  385. color:{color:Background};
  386. padding:5px;
  387. text-transform:uppercase;
  388. background:{color:Link};
  389. }
  390.  
  391. #credit a:hover {
  392. color:{color:Link};
  393. text-transform:uppercase;
  394. font-style:none;
  395. background:{color:Background};
  396. }
  397.  
  398. {CustomCSS}</style></head><body>
  399.  
  400. <div id="sidebar">
  401. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  402. <div id="links">
  403. <a href="/">index</a>
  404. <a href="/ask">mail</a>
  405. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  406. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  407. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  408. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  409. </div>
  410.  
  411. <div id="description">{Description}<p>
  412. <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>
  413.  
  414. <div id="entries">
  415. {block:Posts}
  416. <div id="post">
  417.  
  418. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  419.  
  420. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  421.  
  422. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  423.  
  424. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  425.  
  426. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  427.  
  428. <div id="chat">
  429. {block:Chat}
  430. {block:Title}
  431. <h1>{Title}</h1>
  432. {/block:Title}
  433. {block:Lines}
  434. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  435. {Line}</blockquote><br>
  436. {/block:Lines}{/block:Chat}
  437. </div>
  438.  
  439. {block:Audio}
  440. <div class="audio">
  441. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  442. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  443. <div class="audio-info">
  444. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  445. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  446. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  447. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  448. </div></div>
  449. {/block:Audio}
  450.  
  451. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  452.  
  453. {block:Answer}<div id="question"<div id="question"><img src="{AskerPortraitURL-24}"></div> "{Question}"<br>
  454. — <b><i>{Asker}</i></b><br><br>
  455. {Answer}<br>{/block:Answer}
  456.  
  457. {block:Date}<div id="info"> {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} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  458. <a href="{Permalink}" style="float:right; background-color:{color:Description}; padding:3px; color:{color:Text};">{TimeAgo}</a>
  459. {/block:Date}</div>
  460.  
  461.  
  462. {block:HasTags}
  463. <div id="tags">
  464. {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  465. {/block:HasTags}
  466. <div id="notes">
  467. {block:PostNotes}{PostNotes}{/block:PostNotes}
  468. </div>
  469. </div>
  470. {/block:Posts}
  471.  
  472. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  473.  
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment