Advertisement
SeoulChan

Sweet vr. 2

Jun 15th, 2014
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 13.88 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  _         _             _    
  3. | | ____ _(_) __ _ _   _| | __
  4. | |/ / _` | |/ _` | | | | |/ /
  5. |   < (_| | | (_| | |_| |   <
  6. |_|\_\__,_|_|\__, |\__,_|_|\_\
  7.              |___/
  8. Sweet theme version 2 by Ani (http://kaiguk.tumblr.com/)^•ﻌ•^
  9. If anything goes wrong with the theme, please let me know.
  10. Please don't remove the credit but tweak all you want.
  11. Thanks for using my theme and have a good day~ ★
  12. ------------------------------------------------------------------------>
  13.  
  14. <!DOCTYPE html>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="http://media.tumblr.com/d46dbc7c7a6f164600d8e7c20250807c/tumblr_inline_mt19c5E8G11qz4rgp.png">
  19.  
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}<meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <head>
  26.  
  27. <meta name="color:bold" content="#f0bfb6">
  28. <meta name="color:italic" content="#f9e5e2">
  29. <meta name="color:underline" content="#fcf2f0">
  30. <meta name="color:text" content="#8b8b8b">
  31. <meta name="color:link" content="#ff8f8f">
  32. <meta name="color:hover" content="#cccccc">
  33. <meta name="color:bg" content="#fcf2f0">
  34. <meta name="color:sidebar bg" content="#ffffff">
  35. <meta name="color:post bg" content="#ffffff">
  36. <meta name="color:h2 bg" content="#fcf2f0">
  37. <meta name="color:blockquote bg" content="#f6f6f6">
  38. <meta name="color:blockquote border" content="#f3ccc5">
  39. <meta name="color:perma bg" content="#fdf7f6">
  40. <meta name="color:selection text" content="#888888"/>
  41. <meta name="color:selection bg" content="#eeeeee"/>
  42. <meta name="color:linktitle text" content="#888888"/>
  43. <meta name="color:scrollbar" content="#D6D5D5">
  44. <meta name="color:border" content="#FAFAFA">
  45.  
  46. <meta name="text:width of sidebar img" content="59px">
  47.    
  48. <meta name="image:sidebar" content=""/>
  49. <meta name="image:bg" content=""/>
  50.  
  51. <meta name="text:link1" content="">
  52. <meta name="text:link1 url" content="/">
  53. <meta name="text:link2" content="">
  54. <meta name="text:link2 url" content="/">
  55. <meta name="text:link3" content="">
  56. <meta name="text:link3 url" content="/">    
  57. <meta name="text:link4" content="">
  58. <meta name="text:link4 url" content="/">
  59.    
  60. <meta name="image:sidebar" content=""/>
  61. <meta name="image:bg" content=""/>
  62. <meta name="image:floatie 1" content=""/>
  63. <meta name="image:floatie 2" content=""/>
  64. <meta name="image:floatie 3" content=""/>
  65. <meta name="image:floatie 4" content=""/>
  66. <meta name="image:floatie 5" content=""/>
  67.  
  68.  
  69.  
  70.  
  71.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72.    <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73.    <script>
  74.        (function($){
  75.        $(document).ready(function(){
  76.        $("a[title]").style_my_tooltips({
  77.        tip_follows_cursor:true,
  78.        tip_delay_time:0,
  79.        tip_fade_speed:0,
  80.        attribute:"title"
  81.        });
  82.    });
  83.    })(jQuery);
  84.    </script>
  85.    
  86. <style type="text/css">
  87.  
  88. a {
  89.     color:{color:link};
  90.     text-decoration:none;
  91.     -moz-transition-duration:0.6s;
  92.     -webkit-transition-duration:0.6s;
  93.     -o-transition-duration:0.6s;
  94. }
  95.    
  96. a:hover {
  97.     color:{color:hover};
  98.     -moz-transition-duration:0.6s;
  99.     -webkit-transition-duration:0.6s;
  100.     -o-transition-duration:0.6s;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. background-color:{color:infobg}; height:8px; width:8px;
  105. }
  106. ::-webkit-scrollbar-thumb:vertical {
  107. background-color:{color:scrollbar}; height:50px
  108. }
  109. ::-webkit-scrollbar-thumb:horizontal {
  110. background-color:{color:scrollbar}; height:8px!important
  111. }
  112.  
  113.  
  114. body {
  115. background-color:{color:bg};
  116. background-attachment:fixed;
  117. background-image:url('{image:bg}');
  118. font-family:arial;
  119. font-weight:normal;
  120. }
  121.  
  122. h1 {
  123. font-weight:normal;
  124. font-size:11px;
  125. text-align:center;
  126. padding:4px;
  127. font-style:normal;
  128. line-height:80%;
  129. letter-spacing:1px;
  130. text-transform:lowercase;
  131. color:{color:text};
  132. }
  133.  
  134. h2 {
  135. font-size:15px;
  136. text-align:left;
  137. line-height:100%;
  138. letter-spacing:-0.5px;
  139. color:{color:text};
  140. font-weight:normal;
  141. padding:5px;
  142. padding-bottom:2px;
  143. background-color:{color:h2 bg};
  144. padding:5px;
  145. }
  146.  
  147. b, strong, .strong {
  148. color: {color:bold};
  149. }
  150.  
  151. i, em, .em {
  152. color: {color:italic};
  153. }
  154.  
  155. u{
  156. color:{color:underline};
  157. }
  158.  
  159. blockquote {
  160. border-left:2px solid {color:blockquote border};
  161. background-color:{color:blockquote bg};
  162. padding:5px;
  163. padding-left:5px;
  164. margin:5px;
  165. }
  166.    
  167. #theme {
  168. background-color:{color:background};
  169. width:700px;
  170. margin: 0 auto -12px auto;
  171. text-align: center;
  172. }
  173.    
  174. #sidebar {
  175. color:{color:text};
  176. position:fixed;
  177. width:150px;
  178. border:1px solid {color:border};
  179. margin-top:180px;
  180. background-color:{color:sidebar bg};
  181. padding:20px;
  182. }
  183.    
  184. #sidebar img {
  185. width:{text:width of sidebar img};
  186. padding:8px;
  187. margin-bottom:10px;
  188. }
  189.  
  190.    
  191. .links {
  192. margin-bottom:10px;
  193. font-size:12px;
  194. text-transform:lowercase;
  195. text-align:center;
  196. letter-spacing:2px;
  197. line-height:170%;
  198. }
  199.    
  200. .links a{
  201. padding:3px;
  202. color:{color:link};
  203. letter-spacing:0px;
  204. text-decoration:none;
  205. -moz-transition-duration:1s;
  206. -webkit-transition-duration:1s;
  207. -o-transition-duration:1s;
  208. }
  209.    
  210. .links a:hover{
  211. color:{color:hover};
  212. -moz-transition-duration:1s;
  213. -webkit-transition-duration:1s;
  214. -o-transition-duration:1s;
  215. }
  216.    
  217. .desc {
  218. margin-bottom:10px;
  219. text-align:justify;
  220. font-size:10px;
  221. color:{color:text};
  222. letter-spacing:1px;
  223. line-height:150%;
  224. }
  225.    
  226. .desc a {
  227. color:{color:link};
  228. }
  229.  
  230. .pagi {
  231. font-size:9px;
  232. text-transform:normal;
  233. letter-spacing:3px;
  234. font-style:normal;
  235. text-align:center;
  236. }
  237.    
  238. .pagi a {
  239. color:{color:link};
  240. }
  241.    
  242. #postcon {
  243. float:left;
  244. margin-left:250px;
  245. margin-top:60px;
  246. margin-bottom:30px;
  247. text-align:justify;
  248. color:{color:text};
  249. margin-bottom: 35px;
  250. }
  251.  
  252. #post {
  253. width:500px;
  254. border:2px solid {color:border};
  255. background:{color:post bg};
  256. padding:10px;
  257. margin-top:75px;
  258. text-align:justify;
  259. font-size:11px;
  260. line-height:150%;
  261. letter-spacing:0x;
  262. color:{color:text};
  263. }
  264.  
  265.    
  266. #question {
  267. padding-bottom:5px;
  268. border-bottom:1px solid {color:border};
  269. font-style:italic;
  270. }
  271.  
  272. #asker {
  273. letter-spacing:1px;
  274. text-transform:lowercase;
  275. }
  276.  
  277. .audio {
  278. width:500px;
  279. padding-bottom:10px;
  280. padding-top:10px;
  281. padding-left:3px;
  282. }
  283.  
  284. .albumart {
  285. float:left;
  286. padding:0px 10px 10px 0px;
  287. }
  288.  
  289. .albumart img {
  290. width:70px;
  291. border:1px solid {color:Border};
  292. padding:5px;
  293. }
  294.    
  295.  
  296. ul.chat, .chat ol, .chat li {
  297. list-style:none;
  298. margin:0px;
  299. padding:2px;
  300. }
  301.    
  302. .label {
  303. text-decoration:bold;
  304. font-weight:700;
  305. margin-right:5px;
  306. }
  307.  
  308. #kai{
  309. font-family: arial;
  310. font-size: 11px;
  311. padding: 3px 10px;
  312. text-transform: normal;
  313. letter-spacing: 1px;
  314. text-align: center;
  315. margin-top: 5px;
  316. border-top:1px solid {color:border};
  317. background-color: {color:perma bg};
  318.  
  319. padding:6px;
  320. width: 480px;
  321. }
  322.    
  323. #kai a {
  324. color: {color:text};
  325. }
  326.  
  327. #kai a:hover {
  328. color: {color:hover};
  329. }
  330.  
  331. #jongg {
  332. padding:10px;
  333. width:474px;
  334. text-align:justify;
  335. line-height:15px;
  336. margin-top:10px;
  337. height:auto;
  338. background-color:#F6F6F6;
  339. border:3px solid #fff;
  340. outline:3px solid #F6F6F6;
  341. }
  342.  
  343. .note li {
  344. list-style-type:none;
  345. padding:10px 25px 10px 25px;
  346. text-align:left;
  347. margin:0px;
  348. border-bottom:1px solid {color:border};
  349. -moz-transition-duration:0.5s;
  350. -webkit-transition-duration:0.5s;
  351. -o-transition-duration:0.5s;
  352. }
  353.  
  354. .notes img {
  355. display:none!important;
  356. }
  357.  
  358. #s-m-t-tooltip {
  359. z-index: 9999;
  360. border:3px double {color:border};
  361. background-color:#fff;
  362. font-size: 10px;
  363. line-height: 11px;
  364. font-family: arial;
  365. letter-spacing: 1px;
  366. text-transform: normal;
  367. color: {color:linktitle text};
  368. max-width: 150px;
  369. word-wrap: break-word;
  370. padding: 2px 5px 2px 6px;
  371. display: block;
  372. margin: 24px 14px 7px 12px;
  373. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  374. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  375. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  376. }
  377.  
  378. ::selection {
  379. background:{color:selection bg};
  380. color:{color:selection text};
  381. }
  382.  
  383.    
  384. #jongmoney {
  385. position:fixed;
  386. font-size:10px;
  387. font-weight:normal;
  388. line-height:150%;
  389. letter-spacing:2px;
  390. right:10px;
  391. bottom:10px;
  392. text-transform:uppercase;
  393. text-align:center;
  394. }
  395.    
  396. #jongmoney a {
  397. padding:3px;
  398. color:{color:link};
  399. background-color:{color:background};
  400. -moz-transition-duration:0.5s;
  401. -webkit-transition-duration:0.5s;
  402. -o-transition-duration:0.5s;
  403. }
  404.  
  405. {CustomCSS}
  406.  
  407. </style></head>
  408.  
  409. <body>
  410.  <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
  411. <script type="text/javascript">
  412.  
  413. /***********************************************
  414. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  415. * Modified by Dynamic Drive for various improvements
  416. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  417. * Using CSB or Trellix:  use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix).  Then you MUST change each gEMDIR to GEMDIR before using code!
  418. ***********************************************/
  419.  
  420. //Step 1: Define unique variable names depending on number of flying images (ie:3):
  421. var flyimage1, flyimage2, flyimage3, flyimage4, flyimage5
  422.  
  423. function pagestart(){
  424. //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
  425.  flyimage1=new Chip("flyimage1",40,62);
  426.  flyimage2=new Chip("flyimage2",40,62);
  427.  flyimage3=new Chip("flyimage3",40,62);
  428.  flyimage4=new Chip("flyimage4",40,62);
  429.  flyimage5=new Chip("flyimage5",40,62);
  430.  
  431.  
  432. //Step 3: Using the same variable names as 1), add or delete more of the below lines:
  433. movechip("flyimage1");
  434. movechip("flyimage2");
  435. movechip("flyimage3");
  436. movechip("flyimage4");
  437. movechip("flyimage5");
  438.  
  439. }
  440.  
  441. if (window.addEventListener)
  442. window.addEventListener("load", pagestart, false)
  443. else if (window.attachEvent)
  444. window.attachEvent("onload", pagestart)
  445. else if (document.getElementById)
  446. window.onload=pagestart
  447.  
  448. </script>
  449.  
  450. <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
  451.  
  452.  
  453. <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  454. <img src="{image:floatie 1}">
  455. </div>
  456.  
  457. <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  458. <img src="{image:floatie 2}">
  459. </div>
  460.  
  461. <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  462. <img src="{image:floatie 3}">
  463. </div>
  464.  
  465. <div id="flyimage4" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  466. <img src="{image:floatie 4}">
  467. </div>
  468.  
  469. <div id="flyimage5" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  470. <img src="{image:floatie 5}">
  471. </div>
  472.  
  473. <div id="theme">
  474. <div id="sidebar">
  475. <img src="{image:sidebar}">
  476. <div class="links">
  477. {block:IfLink1}
  478. <a href="{text:link1 url}">{text:link1}</a>
  479. {/block:IfLink1}
  480. {block:IfLink2}
  481. <a href="{text:link2 url}">{text:link2}</a>
  482. {/block:IfLink2}
  483. {block:IfLink3}
  484. <a href="{text:link3 url}">{text:link3}</a>
  485. {/block:IfLink3}
  486. {block:IfLink4}
  487. <a href="{text:link4 url}">{text:link4}</a>
  488. {/block:IfLink4}
  489. </div>
  490. <div class="desc">
  491. {Description}
  492. </div>
  493. {block:Pagination}
  494. <div class="pagi">
  495. {block:PreviousPage}
  496. <a href="{PreviousPage}">previous</a>
  497. {/block:PreviousPage}
  498. ̶
  499. {block:NextPage}
  500. <a href="{NextPage}">forth</a>
  501. {/block:NextPage}
  502. </div>
  503. {/block:Pagination}
  504.  
  505. </div>
  506.  
  507. <div id="postcon">
  508.  
  509. {block:Posts}
  510.  
  511. <div id="post">
  512.  
  513. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  514.  
  515. {block:Quote}<h2>{Quote}</h2><h1>{Source}</h1>{/block:Quote}
  516.  
  517. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  518. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  519.  
  520. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{/block:Photo}
  521.  
  522. {block:Photoset}<center>{Photoset-500}</center>{/block:Photoset}
  523.  
  524. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  525.  
  526. {block:Video}{Video-500}{/block:Video}
  527.  
  528. {block:Answer}
  529. <div id="question">
  530. <img style="opacity:0.8; padding-right:2px;" src="http://i926.photobucket.com/albums/ad102/My_originals_album/stuffies/1335651096_004.png">
  531. <span id="asker">asked by {Asker}:</span> {Question}</div>
  532. {Answer}
  533. {/block:Answer}
  534.  
  535. {block:Audio}
  536. <div class="audio">
  537. {block:AlbumArt}<div class="albumart"><div class="photo">
  538. <img src="{AlbumArtURL}"/></div></div>{/block:AlbumArt}
  539. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<p>
  540. {/block:TrackName}
  541. {block:Artist}<b>Artist:</b> {Artist}<p>{/block:Artist}
  542. {/block:ExternalAudio}<b>Played:</b>
  543. {PlayCount} times</div><br>
  544. <div class="playercontainer">{AudioPlayerWhite}</div></div>
  545. <p>{/block:Audio}
  546.  
  547. {block:IndexPage}
  548. <div id="kai">
  549. <a href="{Permalink}" title="permalink">{TimeAgo} with {NoteCountwithLabel} </a>
  550. <a href="{ReblogUrl}" title= "reblog this?">  Reblog</a>
  551. </div>
  552. {/block:IndexPage}
  553.  
  554. {block:PermalinkPage}
  555. {block:Date}
  556. <div id="jongg">
  557. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  558. <br>
  559. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  560. {block:NoteCount}
  561. <b>Notes:</b> {NoteCount}<br>
  562. {/block:NoteCount}
  563. {block:RebloggedFrom}
  564.  
  565. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  566. {/block:RebloggedFrom}
  567. {block:ContentSource}
  568. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  569. {/block:ContentSource}
  570. {block:HasTags}
  571. <b>Tagged under:</b>
  572. {block:Tags}
  573. <a href="{TagURL}">#{Tag}</a>
  574. {/block:Tags}
  575. {/block:HasTags}
  576. </div>
  577. {/block:Date}
  578. {/block:PermalinkPage}
  579.  
  580. <div class="note">
  581. {block:PostNotes}{PostNotes}{/block:PostNotes}
  582. </div>
  583.  
  584. </div>
  585.  
  586. {/block:Posts}
  587.  
  588. <div id="jongmoney"><a href="http://kaiguk.tumblr.com/" title="theme by kaiguk">KG</a></div>
  589.  
  590. </div>
  591. </div>
  592. </div>
  593. </body>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement