Advertisement
bangyixing

Theme #23 - Snapshot

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