Advertisement
jongsi

Spring Pollen

Aug 9th, 2011
27,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6. Spring Pollen Theme by http://-apple.tumblr.com
  7. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  8.  
  9. *DO NOT REMOVE ANY CREDIT OR ELSE YOUR THEME WON'T WORK.
  10. *CLAIMING AS YOUR OWN IS COMPLETELY DISRESPECTFUL AND I WILL FIND OUT.
  11. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  12. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS.
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <!- DEFAULTS ->
  21.  
  22. <meta name="image:background" content=""/>
  23. <meta name="image:your" content="" />
  24. <meta name="image:sidebar background" content=""/>
  25.  
  26. <meta name="color:background" content="#FFE6E6" />
  27. <meta name="color:sidebar" content="#ffffff" />
  28. <meta name="color:posts" content="#ffffff" />
  29. <meta name="color:text" content="#101010" />
  30. <meta name="color:title" content="#000" />
  31. <meta name="color:title hover" content="#000" />
  32. <meta name="color:navigation" content="#000" />
  33. <meta name="color:navigation hover" content="#fff" />
  34. <meta name="color:navigation background" content="#FFE6E6" />
  35. <meta name="color:main title background" content="#FFE6E6" />
  36. <meta name="color:post titles background" content="#FFE6E6" />
  37. <meta name="color:link" content="#000000" />
  38. <meta name="color:link hover" content="#777777" />
  39. <meta name="color:link background" content="#eeeeee" />
  40. <meta name="color:permalink background" content="#ffffff" />
  41. <meta name="color:scrollbar" content="#FFE6E6" />
  42.  
  43. <meta name="if:Faded Images" content="1" />
  44. <meta name="if:enable infinite scrolling" content="1"/>
  45. <meta name="if:Show Captions" content="0"/>
  46. <meta name="if:Title shadows" content="0" />
  47. <meta name="if:Disable right click" content="0"/>
  48. <meta name="if:Bigger posts" content="0"/>
  49.  
  50. <meta name="text:link one" content="http://"/>
  51. <meta name="text:link one name" content=""/>
  52. <meta name="text:link two" content="http://"/>
  53. <meta name="text:link two name" content=""/>
  54. <meta name="text:link three" content="http://"/>
  55. <meta name="text:link three name" content=""/>
  56. <meta name="text:link four" content="http://"/>
  57. <meta name="text:link four name" content=""/>
  58. <meta name="text:link five" content="http://"/>
  59. <meta name="text:link five name" content=""/>
  60. <meta name="text:link six" content="http://"/>
  61. <meta name="text:link six name" content=""/>
  62. <meta name="text:link seven" content="http://"/>
  63. <meta name="text:link seven name" content=""/>
  64. <meta name="text:link eight" content="http://"/>
  65. <meta name="text:link eight name" content=""/>
  66. <meta name="text:link nine" content="http://"/>
  67. <meta name="text:link nine name" content=""/>
  68. <meta name="text:link ten" content="http://"/>
  69. <meta name="text:link ten name" content=""/>
  70.  
  71.  
  72. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  73.  
  74. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  75.  
  76. <link rel="shortcut icon" href="{Favicon}" />
  77. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  78. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  79. {CustomCSS}
  80. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  81.  
  82. <style type="text/css">body, a, {cursor:pointer}</style></a>
  83. <style type="text/css">
  84.  
  85. ::-webkit-scrollbar {width: 10px; height: 10px;}
  86. ::-webkit-scrollbar-button:start:decrement,
  87. ::-webkit-scrollbar-button:end:increment {height: 1px;display: block;background-color: transparent;}
  88. ::-webkit-scrollbar-track-piece {background-color:#Fff;}
  89. ::-webkit-scrollbar-thumb:vertical {height: 50px;border: 1px #000000 dotted;background-color: {color:scrollbar};}
  90.  
  91. a:hover{cursor:pointer}
  92.  
  93. body{
  94. margin:0px;
  95. padding:0px;
  96. margin-top:0px;
  97. margin-bottom:0px;
  98. font-size:9px;
  99. letter-spacing:1px;
  100. color:{color:text};
  101. background-color:{color:background};
  102. background-image:url('{image:background}');
  103. background-attachment: fixed;
  104. }
  105.  
  106. @font-face {font-family: "slkscr";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  107.  
  108. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  109.  
  110. #contentcolumn{
  111. {block:ifnotbiggerposts}width:406px;{/block:ifnotbiggerposts}
  112. {block:ifbiggerposts}width:506px;{/block:ifbiggerposts}
  113. margin-left:390px;
  114. margin-top:50px;
  115. opacity:1;
  116. overflow:shown;
  117. z-index: 0.9;
  118. text-align:justify;
  119. }
  120.  
  121. a {color:{color:link}; text-decoration: none; -webkit-transition: all 0.7s ease-out;
  122. -moz-transition: all 0.7s ease-out;
  123. transition: all 0.7s ease-out;}
  124. a:hover { ;-webkit-transition-duration: 0.3s; color:{color:link hover};}
  125. a:active,a:focus {outline: 0;}
  126.  
  127. #permalink{
  128. text-align:right;
  129. margin-left:px;
  130. margin-right:-90px;
  131. margin-top:px;
  132. font-family: slkscr;
  133. font-size:8px;
  134. float:RIGHT;
  135. color:#CBBB57;
  136. opacity:0;
  137. -webkit-transition-duration: 0.4s;
  138. background-color:{color:permalink background};
  139. background-image:url('');
  140. padding:3px;
  141.  
  142. }
  143.  
  144. .snsd img, .dead img, blockquote img {
  145. {block:ifnotbiggerposts}max-width:365px;{/block:ifnotbiggerposts}
  146. {block:ifbiggerposts}max-width:465px;{/block:ifbiggerposts}
  147. }
  148.  
  149. blockquote{padding:0 0 0 4px; margin:0 0 0 14px; border-left: 2px solid {color:link};}
  150. ol.notes li.note { padding:7px;}
  151.  
  152. #tit {
  153. letter-spacing:1px;
  154. text-decoration:;
  155. font-family: scriptin scriptalt;
  156. font-size:10px;
  157. text-transform:uppercase;
  158. line-height:14px;
  159. background-color:{color:post titles background};
  160. background-image:url('');
  161. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  162. padding:2px;
  163. }
  164.  
  165. #tit:hover {
  166. -webkit-transition: all 0.5s ease;
  167. -moz-transition: all 0.5s ease;
  168. -o-transition: all 0.5s ease;
  169. }
  170.  
  171. #contue {
  172. line-height:11px;
  173. margin-top:-10px;
  174. }
  175.  
  176. #audio {
  177. background-color : #000;
  178. height : 27px;
  179. margin-bottom : -10px;
  180. {block:ifnotbiggerposts}width:400px;{/block:ifnotbiggerposts}
  181. {block:ifbiggerposts}width:500px;{/block:ifbiggerposts}
  182. }
  183.  
  184. #shinee {
  185. background:{color:posts};
  186. background-image:url('');
  187. padding:3px;
  188. margin-bottom:10px;
  189. margin-top:0px;
  190. line-height:11px;
  191. font-family: georgia;
  192. font-size:9px;
  193. }
  194.  
  195. #shinee:hover #permalink {display: block; opacity:0.9;}
  196.  
  197.  
  198. #descrip {
  199. position:absolute;
  200. letter-spacing: 1px;
  201. text-align: justify;
  202. font-family: tinytots;
  203. font-size:8px;
  204. text-transform:uppercase;
  205. overflow:hidden;
  206. }
  207.  
  208. .jjong {
  209. left:0px;
  210. top:0px;
  211. position:fixed;
  212. width:100%;
  213. background:{color:background};
  214. height:140px;
  215. z-index:1;
  216. }
  217.  
  218. .taemin, .taemin a, .taemin a:hover {
  219. font-family: slkscr; font-size:9px; text-align:center; letter-spacing:6px; text-transform:uppercase; background-color:{color:main title background}; background-image:url(''); padding:1px; overflow:hidden; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; transition: all 0.7s ease-out; {block:IfTitleShadows}text-shadow:2px 2px 6px #aaa;{/block:IfTitleShadows}
  220. }
  221.  
  222. .onew {
  223. LEFT:100px;
  224. position:fixed;
  225. width:230px;
  226. overflow:hidden;
  227. top:70px;
  228. line-height:10px;
  229. text-align: center;
  230. font-family: tinytots;
  231. font-size:8px;
  232. text-transform:uppercase;
  233. overflow:hidden;
  234. background-color:{color:sidebar};
  235. background-image:url('{image:sidebar background}');
  236. }
  237.  
  238. .apple {
  239. text-align:center;
  240. background-color:{color:navigation background};
  241. background-image:url('');
  242. padding:5px;
  243. overflow:hidden;
  244. -webkit-transition: all 0.7s ease-out;
  245. -moz-transition: all 0.7s ease-out;
  246. transition: all 0.7s ease-out;
  247. }
  248.  
  249. .apple a {
  250. color: {color:navigation};
  251. background-image:url('');
  252. background-color:{color:link background};
  253. padding:2px;
  254. font-family: slkscr;
  255. font-size:8px;
  256. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  257. line-height:14px;
  258. }
  259. .apple a:hover {
  260. color:transparent!important;
  261. text-shadow:0 0 1px #000;
  262. text-decoration:NONE;
  263. background-color:{color:navigation background};
  264. -webkit-transition: all 0.5s ease;
  265. -moz-transition: all 0.5s ease;
  266. -o-transition: all 0.5s ease;
  267. }
  268.  
  269. {block:Iffadedimages}
  270. img{
  271. -webkit-transition: opacity 0.7s linear;
  272. opacity: 1; -webkit-transition: all 0.7s ease-out;
  273. -moz-transition: all 0.7s ease-out;
  274. transition: all 0.7s ease-out;
  275. }
  276. img:hover {
  277. -webkit-transition: opacity 0.7s linear;
  278. opacity: 0.65;
  279. }
  280. {/block:Iffadedimages}
  281. img{ border:none;}
  282. img:hover{; }
  283.  
  284. #top-link{ display:none; position:fixed; right:5px; bottom:5px;color:#000;font-family: consolas;text-decoration:none;background:none;font-size:12px;}
  285. </style>
  286.  
  287. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery-1.3.2.js"></script>
  288. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery.scrollTo-1.4.0-min.js"></script>
  289. <script type="text/javascript">
  290. jQuery.fn.topLink = function(settings) {
  291. settings = jQuery.extend({
  292. min: 1,
  293. fadeSpeed: 200,
  294. ieOffset: 50
  295. }, settings);
  296. return this.each(function() {
  297. //listen for scroll
  298. var el = $(this);
  299. el.css('display','none'); //in case the user forgot
  300. $(window).scroll(function() {
  301. if(!jQuery.support.hrefNormalized) {
  302. el.css({
  303. 'position': 'absolute',
  304. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  305. });
  306. }
  307. if($(window).scrollTop() >= settings.min)
  308. {
  309. el.fadeIn(settings.fadeSpeed);
  310. }
  311. else
  312. {
  313. el.fadeOut(settings.fadeSpeed);
  314. }
  315. });
  316. });
  317. };
  318.  
  319. $(document).ready(function() {
  320. $('#top-link').topLink({
  321. min: 400,
  322. fadeSpeed: 500
  323. });
  324. //smoothscroll
  325. $('#top-link').click(function(e) {
  326. e.preventDefault();
  327. $.scrollTo(0,300);
  328. });
  329. });
  330.  
  331.  
  332. </script>
  333.  
  334. </head>
  335.  
  336.  
  337. <body>
  338. <div id="contentcolumn">
  339. <div class="onew">
  340. <center>{block:IfYourImage}<a href="/"><img src="{image:Your}" width="230px" /></a>{/block:IfYourImage}</center>
  341. <div class="taemin"><center><a href="/"><i>{title}</i></a></center></div>
  342. <div class="descrip">{block:Description}{Description}{/block:Description}</div>
  343. <div class="apple">
  344. <a href="/">Index</a>
  345. <a href="/archive">past</a>
  346. <a href="/ask">ask</a>
  347. <a href="/random">random</a>
  348. <a href="http://-apple.tumblr.com">theme</a>
  349. {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  350. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName} {block:IfLinkFiveName}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFiveName} {block:IfLinkSixName}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSixName} {block:IfLinkSevenName}<a href="{text:link seven}">{text:link seven name}</a>{/block:IfLinkSevenName} {block:IfLinkEightName}<a href="{text:link eight}">{text:link eight name}</a>{/block:IfLinkEightName} {block:IfLinkNineName}<a href="{text:link nine}">{text:link Nine name}</a>{/block:IfLinkNineName} {block:IfLinkTenName}<a href="{text:link ten}">{text:link ten name}</a>{/block:IfLinkTenName}
  351. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  352. </div>
  353. </div>
  354.  
  355.  
  356. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  357.  
  358. {block:Posts}
  359. <div id="shinee">
  360. <div id="permalink">
  361. <a href="{Permalink}">{24Hour}.{Minutes}{AmPm}<br>{MonthNumber}/{DayOfMonth}/{ShortYear}<br>{block:NoteCount}{notecount}{/block:NoteCount} ۵ </a>
  362. </div>
  363. {block:Text}
  364. <div id="tit">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div><br>
  365. <div class="snsd" id="contue"><p align=justify>{Body}</p></div>
  366. {/block:Text}
  367.  
  368. {block:ifnotbiggerposts}
  369. {block:Photo}
  370. {LinkOpenTag}<a href="{Permalink}"><img width="400" src="{PhotoURL-HighRes}"></a>
  371. {LinkCloseTag}
  372. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  373. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  374. {/block:Photo}
  375. {/block:ifnotbiggerposts}
  376.  
  377. {block:ifbiggerposts}
  378. {block:Photo}
  379. {LinkOpenTag}<a href="{Permalink}"><img width="500" src="{PhotoURL-HighRes}"></a>{LinkCloseTag}
  380. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  381. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  382. {/block:Photo}
  383. {/block:ifbiggerposts}
  384.  
  385. {block:ifnotbiggerposts}
  386. {block:Photoset}
  387. {Photoset-400}
  388. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  389. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  390. {/block:Photoset}
  391. {/block:ifnotbiggerposts}
  392.  
  393. {block:ifbiggerposts}
  394. {block:Photoset}
  395. {Photoset-500}
  396. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  397. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  398. {/block:Photoset}
  399. {/block:ifbiggerposts}
  400.  
  401. {block:Quote}
  402. <div id="tit">"{Quote}"<br></div><br>
  403. {block:Source}~{Source}{/block:Source}
  404. {/block:Quote}
  405.  
  406. {block:Link}
  407. <div id="tit"><a href="{URL}">{Name}</a></div><br>
  408. <div id="contue">{block:Description}{Description}{/block:Description}</div>
  409. {/block:Link}
  410.  
  411. {block:Chat}
  412. {block:Title}<b>{Title}</b><br>{/block:Title}
  413. {block:Lines}{block:Label}<b>{Label}</b> {Line} <br>
  414. {/block:Label}{/block:Lines}
  415.  
  416. {/block:Chat}
  417.  
  418. {block:Audio}
  419. <div id="audio">{AudioPlayerBlack}</div><br>
  420. <center>
  421. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  422. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  423. {PlayCount} plays</center>
  424. {/block:Audio}
  425.  
  426. {block:Answer}
  427. <div id="tit">"{Question}"</div> asked by <b>{Asker}</b><br>
  428. {Answer}
  429.  
  430. {/block:answer}
  431.  
  432. {block:ifnotbiggerposts}
  433. {block:Video}
  434. <div id="width"><center>{Video-400}</div></center>
  435. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  436. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  437. {/block:Video}
  438. {/block:ifnotbiggerposts}
  439.  
  440. {block:ifbiggerposts}
  441. {block:Video}
  442. <div id="width"><center>{Video-400}</div></center>
  443. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  444. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  445. {/block:Video}
  446. {/block:ifbiggerposts}
  447.  
  448. {block:Date}
  449. {block:PermalinkPage}<br>
  450. DATE: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a><br>
  451. OP:{block:RebloggedFrom} <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  452. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{block:HasTags}<br><br>TAGGED: {block:Tags}<a href="{TagURL}">{Tag}.</a> {/block:Tags}{/block:HasTags}
  453. {/block:PermalinkPage}
  454. {/block:Date}
  455.  
  456. {block:PostNotes}
  457. {PostNotes}
  458. {/block:PostNotes}
  459. </div>
  460.  
  461. {/block:posts}
  462. {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  463.  
  464. {block:IfNotEnableInfiniteScrolling}
  465. {block:Pagination}
  466. {block:PreviousPage}
  467. <a href="{PreviousPage}">&larr;</a>
  468. {/block:PreviousPage}
  469.  
  470. {block:JumpPagination length="5"}
  471. {block:CurrentPage}
  472. <span class="current_page">{PageNumber}</span>
  473. {/block:CurrentPage}
  474.  
  475. {block:JumpPage}
  476. <a class="jump_page" href="{URL}">{PageNumber}</a>
  477. {/block:JumpPage}
  478. {/block:JumpPagination}
  479.  
  480. {block:NextPage}
  481. <a href="{NextPage}">&rarr;</a>
  482. {/block:NextPage}
  483. {/block:Pagination}
  484. {/block:IfNotEnableInfiniteScrolling}
  485. </div>
  486.  
  487. <div style="position:fixed; bottom:3px; left:3px; font-size:8px; letter-spacing:0px; opacity:.5;;"><a href="http://-apple.tumblr.com/"><b>「 ۵ 」</b></a></div>
  488.  
  489. <div id="top"></div>
  490. <div id="top-link"><a style="border:none;" href="#top">back to top</a></div>
  491.  
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement