Advertisement
jongsi

Winter Shiver

Aug 11th, 2011
8,567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.69 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. Winter Shiver 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. <head>
  18.  
  19. <style>
  20. .shakeimage{
  21. position:relative
  22. }
  23. </style>
  24. <script language="JavaScript1.2">
  25.  
  26. /*
  27. Shake image script (onMouseover)-
  28. © Dynamic Drive (www.dynamicdrive.com)
  29. For full source code, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
  30. */
  31.  
  32. //configure shake degree (where larger # equals greater shake)
  33. var rector=3
  34.  
  35. ///////DONE EDITTING///////////
  36. var stopit=0
  37. var a=1
  38.  
  39. function init(which){
  40. stopit=0
  41. shake=which
  42. shake.style.left=0
  43. shake.style.top=0
  44. }
  45.  
  46. function rattleimage(){
  47. if ((!document.all&&!document.getElementById)||stopit==1)
  48. return
  49. if (a==1){
  50. shake.style.top=parseInt(shake.style.top)+rector+"px"
  51. }
  52. else if (a==2){
  53. shake.style.left=parseInt(shake.style.left)+rector+"px"
  54. }
  55. else if (a==3){
  56. shake.style.top=parseInt(shake.style.top)-rector+"px"
  57. }
  58. else{
  59. shake.style.left=parseInt(shake.style.left)-rector+"px"
  60. }
  61. if (a<4)
  62. a++
  63. else
  64. a=1
  65. setTimeout("rattleimage()",50)
  66. }
  67.  
  68. function stoprattle(which){
  69. stopit=1
  70. which.style.left=0
  71. which.style.top=0
  72. }
  73.  
  74. </script>
  75.  
  76.  
  77. <!- DEFAULT SHIZZ DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING! ->
  78.  
  79. <meta name="image:background" content="http://i.imgur.com/5ca7C.png"/>
  80. <meta name="color:background" content="#eeeeee" />
  81.  
  82. <meta name="color:text" content="#888484" />
  83. <meta name="color:title" content="#000" />
  84. <meta name="color:title hover" content="#000" />
  85.  
  86. <meta name="color:nav link" content="#000" />
  87. <meta name="color:nav link hover" content="#fff" />
  88. <meta name="color:nav link background" content="#eeeeee" />
  89. <meta name="color:nav background" content="#ffffff" />
  90.  
  91. <meta name="color:main title" content="#555555" />
  92. <meta name="color:main title background" content="#F1F1F1" />
  93. <meta name="color:post titles background" content="#ffffff" />
  94. <meta name="color:posts" content="#f9f9f9" />
  95. <meta name="color:link" content="#000000" />
  96. <meta name="color:link hover" content="#000000" />
  97.  
  98. <meta name="color:permalink background" content="#ffffff" />
  99. <meta name="color:scrollbar" content="#ffffff" />
  100.  
  101. <meta name="if:Faded Images" content="1" />
  102. <meta name="if:enable infinite scrolling" content="1"/>
  103. <meta name="if:Title shadows" content="0" />
  104. <meta name="if:Disable right click" content="0"/>
  105. <meta name="if:Shake Images" content="1" />
  106. <meta name="if:Show Captions" content="1"/>
  107. <meta name="if:Bigger Posts" content="1"/>
  108.  
  109. <meta name="text:link one" content="http://"/>
  110. <meta name="text:link one name" content=""/>
  111. <meta name="text:link two" content="http://"/>
  112. <meta name="text:link two name" content=""/>
  113. <meta name="text:link three" content="http://"/>
  114. <meta name="text:link three name" content=""/>
  115. <meta name="text:link four" content="http://"/>
  116. <meta name="text:link four name" content=""/>
  117.  
  118. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  119.  
  120. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  121.  
  122. <link rel="shortcut icon" href="{Favicon}" />
  123. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  124. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  125. {CustomCSS}
  126. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  127.  
  128. <style type="text/css">body, a, {cursor:pointer}</style></a>
  129. <style type="text/css">
  130.  
  131. ::-webkit-scrollbar {width: 10px; height: 10px;}
  132. ::-webkit-scrollbar-button:start:decrement,
  133. ::-webkit-scrollbar-button:end:increment {height: 1px;display: block;background-color: transparent;}
  134. ::-webkit-scrollbar-track-piece {background-color:{color:posts};}
  135. ::-webkit-scrollbar-thumb:vertical {height: 50px;border: 1px {color:text} dotted;background-color: {color:scrollbar};}
  136.  
  137.  
  138. a:hover{cursor:pointer}
  139.  
  140. body{
  141. margin:0px;
  142. padding:0px;
  143. margin-top:0px;
  144. margin-bottom:5px;
  145. font-family:georgia;
  146. font-size:10px;
  147. letter-spacing:1px;
  148. color:{color:text};
  149. background-color:{color:background};
  150. background-image:url('{image:background}');
  151. background-attachment: fixed;
  152. }
  153.  
  154. @font-face {font-family: "slkscr";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  155.  
  156. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  157.  
  158. #contentcolumn{
  159. margin-left:350px;
  160. margin-top:50px;
  161. opacity:1;
  162. overflow:shown;
  163. z-index: 0.9;
  164. text-align:justify;
  165. {block:ifNotBiggerPosts}
  166. width:410px;
  167. {/block:ifNotBiggerPosts}
  168. {block:ifBiggerPosts}
  169. width:510px;
  170. {/block:ifBiggerPosts}
  171. }
  172.  
  173. a {color:{color:link}; text-decoration: none; }
  174. a:hover { ;-webkit-transition-duration: 0.3s; color:{color:link hover}; }
  175. a:active,a:focus {outline: 0;}
  176.  
  177. #tit {
  178. letter-spacing:1px;
  179. text-decoration:;
  180. font-family: georgia;
  181. font-size:9px;
  182. text-transform:uppercase;
  183. line-height:14px;
  184. background-color:{color:post titles background};
  185. background-image:url('');
  186. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  187. padding:2px;
  188. color:{color:title};
  189. }
  190.  
  191. #contue {
  192. line-height:11px;
  193. margin-top:-10px;
  194. }
  195.  
  196. #permalink {
  197. filter:alpha(opacity=0);
  198. -moz-opacity: 0; -khtml-opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
  199. {block:ifNotBiggerPosts} width:200px; {/block:ifNotBiggerPosts}
  200. {block:ifBiggerPosts} width:200px; {/block:ifBiggerPosts}
  201. text-align:center;
  202. background-color:{color:permalink background};
  203. font-family:slkscr;
  204. font-size:8px;
  205. line-height:13px;
  206. position: absolute;
  207. margin-left:-5px;
  208. margin-top:-5px;
  209. z-index:1;
  210. }
  211.  
  212. #shinee {
  213. background:{color:posts};
  214. background-image:url('');
  215. padding:5px;
  216. padding-bottom:8px;
  217. margin-bottom:15px;
  218. font-family: georgia;
  219. font-size:9px;
  220. {block:ifNotBiggerPosts}
  221. width:400px;
  222. {/block:ifNotBiggerPosts}
  223. {block:ifBiggerPosts}
  224. width:500px;
  225. {/block:ifBiggerPosts}
  226. }
  227.  
  228. #shinee:hover #permalink {
  229. display: block;
  230. opacity:1;
  231. {block:ifNotBiggerPosts}
  232. width:410px;
  233. {/block:ifNotBiggerPosts}
  234. {block:ifBiggerPosts}
  235. width:510px;
  236. {/block:ifBiggerPosts}
  237. border-left: 5px solid {color:post titles background};
  238. }
  239.  
  240. .snsd img, .secret img {
  241. {block:ifNotBiggerPosts}
  242. max-width:365px;
  243. {/block:ifNotBiggerPosts}
  244. {block:ifBiggerPosts}
  245. max-width:465px;
  246. {/block:ifBiggerPosts}
  247. }
  248.  
  249. #audio {
  250. background-color : #000;
  251. height : 27px;
  252. margin-bottom : -10px;
  253. {block:ifNotBiggerPosts}
  254. width:400px;
  255. {/block:ifNotBiggerPosts}
  256. {block:ifBiggerPosts}
  257. width:500px;
  258. {/block:ifBiggerPosts}
  259. }
  260.  
  261. blockquote{
  262. padding: 3px;
  263. margin: 3px;
  264. border-left: 4px solid {color:main title background};
  265. background-color: {color:posts};
  266. }
  267.  
  268. .jjong {
  269. left:0px;
  270. top:0px;
  271. position:fixed;
  272. width:100%;
  273. background:{color:background};
  274. height:140px;
  275. z-index:1;
  276. }
  277.  
  278. .taemin {
  279. text-align:center;
  280. letter-spacing:6px;
  281. text-transform:uppercase;
  282. background-color:{color:main title background};
  283. background-image:url('');
  284. padding:7px;
  285. overflow:hidden;
  286. color:{color:main title};
  287. }
  288.  
  289. .taemin:hover {
  290. color: {color:title hover}
  291. color:transparent!important;
  292. text-shadow:0 0 1px {color:main title};
  293. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  294. }
  295.  
  296. #onew {
  297. font-family: slkscr;
  298. font-size:8px;
  299. position:fixed;
  300. overflow:hidden;
  301. }
  302.  
  303. .apple {
  304. -webkit-transition-duration: 0.4s;
  305. text-align:center;
  306. text-transform:lowercase;
  307. background-color:{color:nav background};
  308. padding:7px;
  309. overflow:hidden;
  310. }
  311. .apple a {
  312. color: {color:nav link};
  313. background-image:url('');
  314. background-color:{color:nav link background};
  315. padding:2px;
  316. font-family: slkscr;
  317. font-size:8px;
  318. }
  319. .apple a:hover {
  320. color: {color:nav link hover};
  321. color:transparent!important;
  322. background-color:transparent;
  323. text-shadow:0 0 1px {color:nav link};
  324. -moz-box-shadow: 0px 0px 0px #fff;
  325. -webkit-box-shadow: 0px 0px 0px #fff;
  326. box-shadow: 0px 0px 0px #fff;
  327. text-decoration:NONE;
  328. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  329. top-padding:4px;
  330. }
  331.  
  332. {block:Iffadedimages}
  333. img{
  334. -webkit-transition: opacity 0.7s linear;
  335. opacity: 1;
  336. }
  337. img:hover {
  338. -webkit-transition: opacity 0.6s linear;
  339. opacity: 0.65;
  340. }
  341. {/block:Iffadedimages}
  342.  
  343. img{ border:none;}
  344. img:hover{; }
  345.  
  346. #toTop {
  347. display:none;
  348. text-decoration:none;
  349. position:fixed;
  350. bottom:10px;
  351. right:10px;
  352. overflow:hidden;
  353. width:39px;
  354. height:39px;
  355. border:none;
  356. text-indent:-999px;
  357. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left top;
  358. }
  359.  
  360. #toTopHover {
  361. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left -51px;
  362. width:39px;
  363. height:39px;
  364. display:block;
  365. overflow:hidden;
  366. float:left;
  367. opacity: 0;
  368. -moz-opacity: 0;
  369. filter:alpha(opacity=0);
  370. }
  371.  
  372. #toTop:active, #toTop:focus {
  373. outline:none;
  374.  
  375. </style>
  376.  
  377. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  378. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  379. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  380. <script type="text/javascript">
  381. $(document).ready(function() {
  382. /*
  383. var defaults = {
  384. containerID: 'moccaUItoTop', // fading element id
  385. containerHoverClass: 'moccaUIhover', // fading element hover class
  386. scrollSpeed: 1200,
  387. easingType: 'linear'
  388. };
  389. */
  390. $().UItoTop({ easingType: 'easeOutQuart' });
  391. });
  392. </script>
  393. </head>
  394.  
  395.  
  396. <body>
  397. <div id="contentcolumn">
  398. <div class="onew"><center>
  399. <div class="taemin">
  400. <i>{title}</i></div>
  401. <div class="apple">
  402. <a href="/">home</a>
  403. <a href="/archive">past</a>
  404. <a href ="/ask">ask</a>
  405. {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}
  406. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName}
  407. <a href="/random">random</a>
  408. <a href="http://-apple.tumblr.com/">theme</a>
  409. </div>
  410. </div>
  411. <br>
  412.  
  413. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  414.  
  415. {block:Posts}
  416. <div id="shinee">
  417. {block:IndexPage}
  418. <div id="permalink">
  419. <a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a> {block:NoteCount}({notecount}){/block:NoteCount}
  420. </div>
  421. {/block:IndexPage}
  422. {block:Text}
  423. <div class="snsd" id="tit">{block:Title}{Title}{/block:Title}</div><br>
  424. <div id="contue"><p align=justify>{Body}</p></div>
  425. {/block:Text}
  426.  
  427. {block:Ifshakeimages}
  428. {block:Photo}
  429. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" {block:ifNotBiggerPosts}width="400"{/block:ifNotBiggerPosts}
  430. {block:ifBiggerPosts}width="500"{/block:ifBiggerPosts} class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()">
  431. {LinkCloseTag}
  432. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  433. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  434. {/block:Photo}
  435. {/block:Ifshakeimages}
  436.  
  437. {block:IfNotshakeimages}
  438. {block:Photo}
  439. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" {block:ifNotBiggerPosts}width="400"{/block:ifNotBiggerPosts}
  440. {block:ifBiggerPosts}width="500"{/block:ifBiggerPosts}>
  441. {LinkCloseTag}
  442. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  443. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  444. {/block:Photo}
  445. {/block:IfNotshakeimages}
  446.  
  447. {block:ifnotbiggerposts}
  448. {block:Photoset}
  449. {Photoset-400}
  450. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  451. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  452. {/block:Photoset}
  453. {/block:ifnotbiggerposts}
  454.  
  455. {block:ifbiggerposts}
  456. {block:Photoset}
  457. {Photoset-500}
  458. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  459. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  460. {/block:Photoset}
  461. {/block:ifbiggerposts}
  462.  
  463. {block:Quote}
  464. <div id="tit">"{Quote}"<br></div><br>
  465. {block:Source}~{Source}{/block:Source}
  466. {/block:Quote}
  467.  
  468. {block:Link}
  469. <div id="tit"><a href="{URL}">{Name}</a></div><br>
  470. <div id="contue">{block:Description}{Description}{/block:Description}</div>
  471. {/block:Link}
  472.  
  473. {block:Chat}
  474. {block:Title}<b>{Title}</b><br>{/block:Title}
  475. {block:Lines}{block:Label}<b>{Label}</b> {Line} <br>
  476. {/block:Label}{/block:Lines}
  477.  
  478. {/block:Chat}
  479.  
  480. {block:Audio}
  481. <div id="audio">{AudioPlayerBlack}</div><br>
  482. <center>
  483. {block:TrackName}Track Name: {TrackName}{/block:TrackName}<br>
  484. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  485. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} {PlayCountWithLabel}</center>
  486. {/block:Audio}
  487.  
  488. {block:Answer}
  489. <div class="secret" id="tit">"{Question}"</div> asked by <b>{Asker}</b><br>
  490. {Answer}
  491. {/block:answer}
  492.  
  493. {block:ifnotbiggerposts}
  494. {block:Video}
  495. <div id="width"><center>{Video-400}</div></center>
  496. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  497. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  498. {/block:Video}
  499. {/block:ifnotbiggerposts}
  500.  
  501. {block:ifbiggerposts}
  502. {block:Video}
  503. <div id="width"><center>{Video-500}</div></center>
  504. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  505. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  506. {/block:Video}
  507. {/block:ifbiggerposts}
  508.  
  509. {block:Date}
  510. {block:PermalinkPage}
  511. {block:NoteCount}({notecountwithlabel}){/block:NoteCount} DATE: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a>
  512. {block:RebloggedFrom}<br>OP: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  513. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  514. {block:HasTags}<br><br>TAGGED: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  515. {/block:PermalinkPage}
  516. {/block:Date}
  517.  
  518. {block:PostNotes}
  519. {PostNotes}
  520. {/block:PostNotes}
  521. </div>
  522.  
  523. {/block:posts}
  524. {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  525.  
  526. {block:IfNotEnableInfiniteScrolling}
  527. {block:Pagination}
  528. {block:PreviousPage}
  529. <a href="{PreviousPage}">&larr;</a>
  530. {/block:PreviousPage}
  531.  
  532. {block:JumpPagination length="5"}
  533. {block:CurrentPage}
  534. <span class="current_page">{PageNumber}</span>
  535. {/block:CurrentPage}
  536.  
  537. {block:JumpPage}
  538. <a class="jump_page" href="{URL}">{PageNumber}</a>
  539. {/block:JumpPage}
  540. {/block:JumpPagination}
  541.  
  542. {block:NextPage}
  543. <a href="{NextPage}">&rarr;</a>
  544. {/block:NextPage}
  545. {/block:Pagination}
  546. {/block:IfNotEnableInfiniteScrolling}
  547.  
  548. </div>
  549. </div>
  550. </body>
  551. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement