Advertisement
SeoulChan

Cherish (Revamp ver.)

Jul 31st, 2014
6,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.44 KB | None | 0 0
  1. <!----
  2.  _         _             _    
  3. | |       (_)           | |  
  4. | | ____ _ _  __ _ _   _| | __
  5. | |/ / _` | |/ _` | | | | |/ /
  6. |   < (_| | | (_| | |_| |   <
  7. |_|\_\__,_|_|\__, |\__,_|_|\_\
  8.               __/ |          
  9.              |___/
  10. Cherish theme (Revamped ver.) by Ani (kaiguk)
  11. if anything goes wrong with it, please let me know. \ (•◡•) /
  12. I hope you enjoy using this theme and have a good day!
  13. --->
  14.  
  15.  
  16. <!DOCTYPE html>
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23.  
  24. <head>
  25. <meta name="if:InfiniteScroll" content="0"/>
  26. <meta name="if:showcaptions" content="1"/>
  27. <meta name="if:ShowTags" content="0"/>
  28.  
  29. <meta name="if:Title" content="0"/>
  30. <meta name="color:bold"content="#a77dc2">
  31. <meta name="color:italic"content="#cab1da">
  32. <meta name="color:text"content="#888888">
  33. <meta name="color:link"content="#b997ce">
  34. <meta name="color:hover"content="#ede5f3">
  35. <meta name="color:border"content="#eeeeee">
  36. <meta name="color:sidebar bg"content="#ffffff">
  37. <meta name="color:sidelink bg" content="#ede5f3"/>
  38. <meta name="color:sidelink border" content="#cab1da"/>
  39. <meta name="color:sidetitle"content="#cab1da">
  40. <meta name="color:caption bg" content="#fbfbfb"/>
  41. <meta name="color:caption border" content="#f6f6f6"/>
  42. <meta name="color:caption" content="#cccccc"/>
  43. <meta name="color:post bg"content="#ffffff">
  44. <meta name="color:post border"content="#dccbe7">
  45. <meta name="color:background"content="#ede5f3">
  46. <meta name="color:perma icons"content="#b997ce">
  47. <meta name="color:asker bg" content="#ede5f3"/>
  48. <meta name="color:answer bg" content="#ede5f3"/>
  49. <meta name="color:selection text" content="#888888"/>
  50. <meta name="color:selection background" content="#eeeeee"/>
  51. <meta name="color:linktitleBG" content="#eeeeee"/>
  52. <meta name="color:linktitletext" content="#888888"/>
  53.  
  54. <meta name="image:sidebar image"content="">
  55. <meta name="image:bg"content="">
  56. <meta name="image:totop" content=""/>
  57.  
  58. <meta name="text:link1"content="">
  59. <meta name="text:link2"content="">
  60. <meta name="text:link3"content="">
  61. <meta name="text:link4"content="">
  62. <meta name="text:link5"content="">
  63. <meta name="text:link6"content="">
  64. <meta name="text:link1 url"content="/">
  65. <meta name="text:link2 url"content="/">
  66. <meta name="text:link3 url"content="/">
  67. <meta name="text:link4 url"content="/">
  68. <meta name="text:link5 url"content="/">
  69. <meta name="text:link6 url"content="/">
  70.  
  71. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  72.  
  73.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74.     <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75.     <script>
  76.         (function($){
  77.         $(document).ready(function(){
  78.         $("a[title]").style_my_tooltips({
  79.         tip_follows_cursor:true,
  80.         tip_delay_time:0,
  81.         tip_fade_speed:0,
  82.         attribute:"title"
  83.         });
  84.     });
  85.     })(jQuery);
  86.     </script>
  87.    
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar-thumb{
  91.     height:auto;
  92.     background-color:{color:post border};
  93.     }
  94.  
  95. ::-webkit-scrollbar{
  96.     height:4px;
  97.     width:3px;
  98.     padding-right:2px;
  99.     background-color:white;
  100.     }
  101.  
  102.  body{
  103.     font-size:11px;
  104.     font-family:arial;
  105.     background-attachment:fixed;
  106.     color:{color:text};
  107.     background:{color:background} url('{image:bg}')
  108.     }
  109.  
  110.  h1 {
  111.     font-size:11px;
  112.     line-height:80%;
  113.     letter-spacing:1px;
  114.     padding:6px;
  115.     text-align:right;
  116.     font-style:normal;  
  117.     font-family:arial;
  118.     }
  119.  
  120.  
  121. h2 {
  122.     padding:10px;
  123.     line-height:100%;
  124.     letter-spacing:1px;
  125.     font-size:19px;
  126.     font-family:arial;
  127.     text-align:center;
  128.     font-style:normal;
  129.     font-weight:italic;
  130.     border:1px solid {color:border};
  131.     background-color:{color:background};
  132.     }
  133.  
  134.  
  135. blockquote {
  136.     padding:8px;
  137.     border-left:1px solid {color:post border};
  138.     background-color:#fcfcfc;
  139.     }
  140.    
  141.  
  142.  b {
  143.     font-weight:bold;
  144.     color:{color:bold};
  145.     }
  146.    
  147.  i {
  148.     font-weight:italic;
  149.     color:{color:italic};
  150.     }
  151.    
  152.  u {
  153.     text-decoration:none;
  154.     border-bottom:1px solid {color:bold};
  155.     }
  156.  
  157.  a {
  158.     font-family:arial;
  159.     text-decoration:none;
  160.     color:{color:link};
  161.     -moz-transition-duration:0.5s;
  162.     -webkit-transition-duration:0.5s;
  163.     -o-transition-duration:0.5s;
  164.     }
  165.    
  166.  a:hover {
  167.     color:{color:hover};
  168.     }
  169.  
  170.  #entries{
  171.     width:500px;
  172.     margin-left:400px;
  173.     position:absolute;
  174.     }
  175.  
  176.  #post{
  177.     padding:19px;
  178.     width:500px;
  179.     float:left;
  180.     margin:8px;
  181.     margin-bottom:25px;
  182.     background-color:{color:post bg};
  183.     border:1px solid {color:post border};
  184.     }
  185.  
  186.  #sidebar {
  187.     margin-top:-10px;
  188.     margin-left:70px;
  189.     width:250px;
  190.     height:1000%;
  191.     border:1px solid {color:post border};
  192.     background-color:{color:sidebar bg};
  193.     position:fixed;
  194.     }
  195.  
  196.  #sidebar img {
  197.     margin-top:130px;
  198.     max-width:180px;
  199.     padding:5px;
  200.      }
  201.  
  202.  #desc{
  203.     margin-top:8px;
  204.     margin-left:20px;
  205.     margin-right:20px;
  206.     padding:3px;
  207.     position:relative;
  208.     text-align:center;
  209.     }
  210.    
  211. {block:IfTitle}
  212.  #title{
  213.     font-size:30px;
  214.     font-style:bold;
  215.     font-size:arial;
  216.     text-transform:lowercase;
  217.     color:{color:sidetitle};
  218.     }
  219. {/block:IfTitle}
  220.  
  221.  
  222.  #links a {
  223.     width:100px;
  224.     margin-top:10px;
  225.     margin-left:10px;
  226.     padding:3px;
  227.     font-size:10px;
  228.     border-radius:4px;
  229.     font-family:courier;
  230.     text-align:center;
  231.     text-transform:uppercase;
  232.     display:inline-block;
  233.     position:relative;
  234.     color:{color:link};
  235.     border:1px solid {color:sidelink border};
  236.     background:{color:sidelink bg};
  237.     }
  238.  
  239.  #links a:hover {
  240.     color:{color:hover};
  241.     }
  242.  
  243.  #baekhyun {
  244.     margin-top:15px;
  245.     padding:8px;
  246.     text-align:center;
  247.     font-family:arial;
  248.     font-style: normal;
  249.     text-transform:uppercase;
  250.     border-top:1px solid {color:border};
  251.     color:{color:text};
  252.     }
  253.  
  254.  #baekhyun a {
  255.     font-size:11px;
  256.     text-align:left;
  257.     font-style:normal;
  258.     }
  259.    
  260.  #baekhyun a:hover {
  261.     color:{color:hover};
  262.     }
  263.    
  264.   #exo {
  265.     padding:10px;
  266.     width:474px;
  267.     text-align:justify;
  268.     line-height:15px;
  269.     margin-top:10px;
  270.     height:auto;
  271.     }
  272.  
  273.  .note {
  274.     letter-spacing:0px;
  275.     font-size: 10px;
  276.     text-align:left;
  277.     line-height:90%;
  278.     margin-left:-40px;
  279.     text-transform:lowercase;
  280.     font-style:normal;
  281.     }
  282.    
  283.  .note li {
  284.     list-style-type:none;
  285.     padding:10px 25px 10px 25px;
  286.     text-align:left;
  287.     margin:0px;
  288.     border-bottom:1px solid {color:border};
  289.     -moz-transition-duration:0.5s;
  290.     -webkit-transition-duration:0.5s;
  291.     -o-transition-duration:0.5s;
  292.     }
  293.    
  294.  .notes img {
  295.     display:none!important;
  296.     }
  297.    
  298. {block:IfShowCaptions}
  299. #captions {
  300.     margin-top: 10px;
  301.     padding:5px;
  302.     text-align:left;
  303.     background: {color:Caption bg};
  304.     border: 1px solid {color:Caption border};
  305.     color:{color:Caption};
  306.     }
  307. {/block:IfShowCaptions}
  308.      
  309. {block:IfNotShowCaptions}
  310. #captions {
  311.     display:none;
  312.     }
  313. {/block:IfNotShowCaptions}  
  314. {block:IfShowTags}  
  315.  
  316. .tags {
  317.     margin-top:4px;
  318.     margin-left:-3px;
  319.     margin-bottom:-30px;
  320.     padding:2px;
  321.     font-family:arial;
  322.     letter-spacing:0px;
  323.     font-size:11px;
  324.     text-align:left;
  325.      
  326.     }
  327.    
  328. .tags a {
  329.     color:{color:link};
  330.     }
  331.    
  332. .tags a:hover {
  333.     color:{color:hover};
  334.     }
  335. {/block:IfShowTags}  
  336.  
  337. {block:IfNotShowTags}  
  338. .tags {
  339.     display:none;
  340.     }
  341. {/block:IfNotShowTags}  
  342.  
  343.    
  344.  .pagi {
  345.   margin-top:20px;
  346.   font-size:12px;
  347.   text-align:center;
  348.    }
  349.  
  350. .pagi a {
  351.   font-family:courier;
  352.   color:{color:link};
  353.   }
  354.    
  355. .player {
  356.   width:25px;
  357.   height:25px;
  358.   overflow:hidden;
  359.   position:absolute;
  360.   background:white;
  361.   }
  362.  
  363. .audioinfo {
  364.   margin-left:50px;
  365.   line-height:120%;
  366.   }
  367.    
  368.  ul.chat, .chat ol, .chat li {
  369.     list-style:none;
  370.     margin:0px;
  371.     padding:2px;
  372.     }
  373.    
  374.   #s-m-t-tooltip {
  375.     z-index: 9999;
  376.     background: {color:LinkTitleBG};
  377.     font-size: 10px;
  378.     line-height: 11px;
  379.     font-family: arial;
  380.     letter-spacing: 1px;
  381.     text-transform: normal;
  382.     color: {color:LinkTitleText};
  383.     max-width: 150px;
  384.     word-wrap: break-word;
  385.     padding: 2px 5px 2px 6px;
  386.     display: block;
  387.     margin: 24px 14px 7px 12px;
  388.     -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  389.     -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  390.     box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  391.     }
  392.  
  393.  ::selection {
  394.     background:{color:Selection Background};
  395.     color:{color:Selection Text};
  396.     }
  397.    
  398.    
  399.  #credit {
  400.     font-size:12px;
  401.     line-height:150%;
  402.     letter-spacing:0px;
  403.     left:10px;
  404.     bottom:10px;
  405.     font-weight:normal;
  406.     position:fixed;
  407.     text-transform:uppercase;
  408.     text-align:center;}
  409.    
  410.    
  411.  #credit a {
  412.     padding:3px;
  413.     color:{color:link};
  414.     background-color:#fff;
  415.     -moz-transition-duration:0.5s;
  416.     -webkit-transition-duration:0.5s;
  417.     -o-transition-duration:0.5s;
  418.     }
  419.    
  420.  #scrollToTop:link, #scrollToTop:visited {
  421.    display:none;
  422.    position:fixed;
  423.    bottom: 10px;
  424.    right:10px;
  425.    }  
  426.  
  427. {CustomCSS}
  428.    
  429. </style>
  430.  
  431. {block:IfInfiniteScroll}
  432. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  433. {/block:IfInfiniteScroll}
  434.  
  435.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  436.  <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  437.  <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>
  438.  
  439. </head>
  440.  
  441. <body>
  442.  
  443. <div id="sidebar">
  444.  
  445. <center>
  446.  
  447. <img src="{image:sidebar image}"><p>
  448.  
  449. {block:IfTitle}
  450. <div id="title">{title};</div>
  451. {/block:IfTitle}
  452.  
  453. </center>
  454.  
  455. <div id="desc">
  456.  
  457. {description}
  458.  
  459. </div>
  460.  
  461. <div id="links">
  462.  
  463. {block:ifLink1}
  464. <a href="{text:link1 url}">{text:link1}</a>
  465. {/block:ifLink1}
  466.  
  467. {block:ifLink2}
  468. <a href="{text:link2 url}">{text:link2}</a>
  469. {/block:ifLink2}
  470.  
  471. {block:ifLink3}
  472. <a href="{text:link3 url}">{text:link3}</a>
  473. {/block:ifLink3}
  474.  
  475. {block:ifLink4}
  476. <a href="{text:link4 url}">{text:link4}</a>
  477. {/block:ifLink4}
  478.  
  479. {block:ifLink5}
  480. <a href="{text:link5 url}">{text:link5}</a>
  481. {/block:ifLink5}
  482.  
  483. {block:ifLink6}
  484. <a href="{text:link6 url}">{text:link6}</a>
  485. {/block:ifLink6}
  486.  
  487. </div>
  488. {block:IfNotInfiniteScroll}
  489. {block:IndexPage}
  490. <div class="pagi">
  491. {block:PreviousPage}
  492. <a href="{PreviousPage}">
  493. prev — </a>
  494. {/block:PreviousPage}
  495. {CurrentPage} of {TotalPages}
  496. {block:NextPage}
  497. <a href="{NextPage}">next </i>
  498. </a>
  499. {/block:NextPage}
  500. </div>
  501. {/block:IndexPage}
  502. {/block:IfNotInfiniteScroll}
  503. </div>
  504.  
  505. </div>
  506. <div id="entries">
  507.  
  508. <div class="autopagerize_page_element">
  509.  
  510. {block:Posts}
  511.  
  512. <div id="post">
  513.  
  514.  
  515. {block:Text}{block:Title}
  516. <h2>{Title}</h2>
  517. {/block:Title}
  518. {Body}
  519. {/block:Text}
  520.  
  521. {block:Photo}
  522. <center> <a href="{Permalink}"><img src="{PhotoURL-500}"/></a>
  523. </center>
  524. {block:IndexPage}
  525. {block:Caption}<div id="captions">
  526. {Caption}</div>
  527. {/block:Caption}
  528. {/block:IndexPage}
  529. {/block:Photo}
  530.  
  531. {block:Photoset}
  532. <center>{Photoset-500}</center>
  533. {block:IndexPage}
  534. {block:Caption}<div id="captions">
  535. {Caption}</div>
  536. {/block:Caption}
  537. {/block:IndexPage}
  538. {/block:Photoset}
  539.  
  540.  
  541. {block:Quote}
  542. <div style="font-size:14px;">{Quote}</div>
  543. {block:Source}<h1>-{Source}</h1>
  544. {/block:Source}
  545. {/block:Quote}
  546.  
  547.  
  548. {block:Video}
  549. {Video-500}
  550. {block:IndexPage}
  551. {block:Caption}<div id="captions">
  552. {Caption}</div>
  553. {/block:Caption}
  554. {/block:IndexPage}
  555. {/block:Video}
  556.  
  557.  
  558. {block:Link}
  559. <a href="{URL}" class="link" {Target}>
  560. <h2>{Name} »</h2></a><br>
  561. {block:Description}
  562. {Description}
  563. {/block:Description}
  564. {/block:Link}
  565.  
  566. {block:Chat}
  567. {block:Lines}
  568. {block:Label}
  569. <div style="line-height:150%;">
  570. <br><b>{Label}</b>
  571. {/block:Label}
  572. &nbsp;{Line}
  573. </div>
  574. {/block:Lines}
  575. {/block:Chat}
  576.  
  577. {block:Audio}
  578. <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
  579. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  580. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  581. <b>Plays:</b> {PlayCount}
  582. </a>
  583. </div>
  584. {/block:Audio}
  585.  
  586.  
  587. {block:Answer}
  588. <div style="background:{color:asker bg}; padding:6px;"id="question"><i style="color:{color:perma icons};" class="fa fa-comment fa-fw"></i>
  589. <span id="asker"> {Asker} asked: {Question}</div>
  590. </span><div style="background:{color:answer bg}; padding:6px;">
  591. {Answer}</div>
  592. {/block:Answer}
  593.  
  594. {block:IndexPage}
  595. <div id="baekhyun"><i style="margin-left:-370px; color:{color:perma icons};"class="fa fa-pencil fa-lg"> <a href="{Permalink}"> Posted {ShortMonth}      {DayOfMonthWithZero} , {Year}   </a></i> <div style="margin-left:450px; margin-top:-10px; margin-bottom:4px; "><a href="{ReblogURL}" target="_blank"><i style="color:{color:perma icons};" class="fa fa-refresh fa-lg"></i></a></div>
  596. </div>
  597. {block:IfShowTags}  
  598. {block:HasTags}
  599. <div id="tags">
  600. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  601. {/block:HasTags}
  602. {/block:IfShowTags}  
  603. {/block:IndexPage}
  604.  
  605. {block:PermalinkPage}
  606. {block:Date}
  607. <div id="exo">
  608. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  609. <br>
  610. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  611. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  612. {block:NoteCount}
  613. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  614. <b>Notes:</b> {NoteCount}<br>
  615. {/block:NoteCount}
  616. {block:RebloggedFrom}
  617. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  618. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  619. {/block:RebloggedFrom}
  620. {block:ContentSource}
  621. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  622. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  623. {/block:ContentSource}
  624. {block:HasTags}
  625. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  626. <b>Tagged:</b>
  627. {block:Tags}
  628. <a href="{TagURL}">#{Tag}</a>
  629. {/block:Tags}
  630. {/block:HasTags}
  631. </div>
  632. {/block:Date}
  633. {/block:PermalinkPage}
  634.  
  635.  
  636. <div class="note">
  637. {block:PostNotes}{PostNotes}{/block:PostNotes}
  638. </div>
  639.  
  640. </div>
  641.  
  642. {/block:Posts}
  643.  
  644. </div>
  645. <div id="credit"><a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
  646. </div>
  647. </div>
  648.  
  649. </div>
  650. </body>
  651. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement