Advertisement
bangyixing

Theme #29 - Footsteps

Oct 1st, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 29: ғᴏᴏᴛsᴛᴇᴘ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="#5c5e5e"/>
  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="#111111"/>
  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. <!--Images-->
  37.  
  38. <meta name="image:Background" content="">
  39. <meta name="image:Sidebarimage" 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=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' 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.  
  80. <style type="text/css">
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background: {color:Border};
  84. height: 80px;
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. height: 10px;
  89. width: 3px;
  90. background: {color:Scrollbar};
  91. }
  92.  
  93. body {
  94. font-family:Helvetica;
  95. font-size:9px;
  96. text-align:justify;
  97. letter-spacing:1px;
  98. line-height:140%;
  99. margin:0px;
  100. background-image: url('{image:Background}');
  101. background-attachment:fixed;
  102. background-repeat:repeat;
  103. background:{color:Background};
  104. color:{color:Text};
  105. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  106. }
  107.  
  108. a {
  109. text-decoration:none;
  110. outline:none;
  111. -moz-outline-style:none;
  112. color:{color:Text};
  113. -webkit-transition: all 0.5s ease;
  114. -moz-transition: all 0.5s ease;
  115. -o-transition: all 0.5s ease;
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:1px solid;
  125. }
  126.  
  127. h1 {
  128. font-size:20px;
  129. text-transform:none;
  130. font-style:none;
  131. line-height:140%;
  132. text-align:center;
  133. font-family:Trochut;
  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. padding:2px;
  180. width:500px;
  181. padding:5px;
  182. margin:5px;
  183. background:{color:Background};
  184. }
  185.  
  186. #posts{
  187. width:500px;
  188. margin-left:570px;
  189. padding-left:15px;
  190. padding-right:15px;
  191. padding-top:35px;
  192. background-color:{color:Background};
  193. padding:5px;
  194. }
  195.  
  196. #quote {
  197. padding:10px;
  198. margin-bottom:5px;
  199. background:{color:Quote};
  200. font-family:Courier;
  201. font-size:12px;
  202. font-style:none;
  203. letter-spacing:1px;
  204. -webkit-border-radius:2px;
  205. -moz-border-radius:2px;
  206. border-radius:2px;
  207. }
  208.  
  209. #chat {
  210. text-transform:lowercase;
  211. font-family:'Alegreya SC', serif;
  212. }
  213.  
  214. #website {
  215. font-family:Arial;
  216. font-style:italic;
  217. text-align:right;
  218. font-size:12px;
  219. color:{color:Text};
  220. }
  221.  
  222. #sidebarimage {
  223. width:250px;
  224. height:190px;
  225. margin-top:200px;
  226. margin-left:255px;
  227. position:fixed;
  228. background:{color:Text};
  229. background:url('{image:Sidebarimage}'), fixed;}
  230.  
  231. #sidebar {
  232. margin-left:550px;
  233. margin-top:220px;
  234. position:fixed;
  235. }
  236.  
  237. #links {
  238. width:190px;
  239. height:auto;
  240. font-size:10px;
  241. font-family:Arial;
  242. font-style:italic;
  243. text-align:center;
  244. text-transform:uppercase;
  245. opacity:0;
  246. position:fixed;
  247. word-spacing:0px;
  248. margin-left:-265px;
  249. margin-top:-95px;
  250. letter-spacing:1px;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256. #links a {
  257. display:inline-block;
  258. width:60px;
  259. padding:5px;
  260. margin-right:3px;
  261. margin-bottom:4px;
  262. border-bottom:2px solid {color:Link Border};
  263. background:{color:Background};
  264. color:{color:Link};
  265. }
  266.  
  267. #links a:hover {
  268. border-bottom:2px solid {color:Description};
  269. color:{color:Background};;
  270. background:{color:Link};
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. #sidebar:hover #links {
  277. opacity:1;
  278. margin-top:35px;
  279. }
  280.  
  281. #sidebar:hover #description {
  282. opacity:0;
  283. margin-top:135px;
  284. }
  285.  
  286. #description {
  287. font-size:11px;
  288. width:200px;
  289. height:122px;
  290. font-family:Helvetica;
  291. text-transform:none;
  292. position:fixed;
  293. text-align:justify;
  294. font-style:italic;
  295. line-height:10px;
  296. margin-left:-282px;
  297. margin-top:0px;
  298. letter-spacing:1px;
  299. opacity:1;
  300. padding:10px;
  301. padding-bottom:15px;
  302. color:{color:Description};
  303. border: 2px dashed {color:Description};
  304. -moz-transition-duration:1s;
  305. -webkit-transition-duration:1s;
  306. -o-transition-duration:1s;
  307. }
  308.  
  309. #pagination {
  310. width:120px;
  311. font-size:8px;
  312. text-align:center;
  313. padding:8px;
  314. margin-top:395px;
  315. margin-left:305px;
  316. letter-spacing:3px;
  317. position:fixed;
  318. text-transform:uppercase;
  319. font-style:italic;
  320. color:black;
  321. }
  322.  
  323. #pagination a:hover {
  324. color:{color:Hover};
  325. -webkit-transition: all 0.5s ease-out;
  326. -moz-transition: all 0.5s ease-out;
  327. transition: all 0.5s ease-out;
  328. }
  329.  
  330. #question {
  331. float:left;
  332. line-height:130%;
  333. }
  334.  
  335. #question img {
  336. float:left;
  337. margin-right:11px;
  338. border-radius:500px;
  339. }
  340.  
  341. #info {
  342. text-align:left;
  343. margin-top:5px;
  344. margin-bottom:6px;
  345. font-family:Helvetica;
  346. padding-top:5px;
  347. text-transform:lowercase;
  348. font-style:none;
  349. letter-spacing:0px;
  350. font-size:9px;
  351. line-height:120%;
  352. padding:20px;
  353. border-top: 1px solid {color:Info Border};
  354. }
  355.  
  356. #info a:hover{
  357. text-decoration: none;
  358. color: {color:Hover};}
  359.  
  360. #tags {
  361. font-size:9px;
  362. margin-top:0px;
  363. }
  364.  
  365. #notes {
  366. font-family:Helvetica;
  367. text-transform:lowercase;
  368. font-size:9px;
  369. text-align:left;
  370. left:0px;
  371. }
  372.  
  373. #credit {
  374. font-family:Calibri;
  375. font-size:9px;
  376. letter-spacing:1px;
  377. float:right;
  378. position:fixed;
  379. bottom:15px;
  380. right:10px;
  381. }
  382.  
  383. #credit a {
  384. color:{color:Background};
  385. padding:5px;
  386. text-transform:uppercase;
  387. background:{color:Description};
  388. }
  389.  
  390. #credit a:hover {
  391. color:{color:Description};
  392. text-transform:uppercase;
  393. font-style:none;
  394. background:{color:Background};
  395. }
  396.  
  397. {CustomCSS}</style></head><body>
  398.  
  399. <div id="sidebarimage"></div>
  400.  
  401. <div id="sidebar">
  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. <div id="description">{Description}</div>
  411. </div>
  412.  
  413. <div id="pagination">
  414. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}</div>
  415.  
  416. <div id="posts">
  417. {block:Posts}
  418. <div class="entries">
  419.  
  420. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}"></a>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  421.  
  422. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  423.  
  424. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  425.  
  426. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  427.  
  428. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  429.  
  430. <div id="chat">
  431. {block:Chat}
  432. {block:Title}
  433. <h1>{Title}</h1>
  434. {/block:Title}
  435. {block:Lines}
  436. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  437. {Line}</blockquote><br>
  438. {/block:Lines}{/block:Chat}
  439. </div>
  440.  
  441. {block:Audio}
  442. <div class="audio">
  443. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  444. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  445. <div class="audio-info">
  446. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  447. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  448. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  449. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  450. </div></div>
  451. {/block:Audio}
  452.  
  453. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  454.  
  455. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
  456. font-style:italic;
  457. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  458. {Answer}<br>{/block:Answer}
  459.  
  460. <div id="info">
  461. with: <a href="{Permalink}">{NoteCount} notes</a><br>
  462. {block:Date} posted: <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a>{/block:Date}
  463. {block:HasTags}<div id="tags"> index: {block:Tags} ▪ <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  464. {/block:Posts}
  465. {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}
  466. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  467.  
  468. {/block:Posts}
  469.  
  470. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  471.  
  472. </body>
  473. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement