Advertisement
SeoulChan

Shine

Jul 12th, 2014
1,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 15.11 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2. _         _             _    
  3. | | ____ _(_) __ _ _   _| | __
  4. | |/ / _` | |/ _` | | | | |/ /
  5. |   < (_| | | (_| | |_| |   <
  6. |_|\_\__,_|_|\__, |\__,_|_|\_\
  7.             |___/
  8. Shine theme by Ani (http://kaiguk.tumblr.com/) ฅ^•ﻌ•^ฅ
  9. Please enjoy my theme, don't steal or use as base code, you know
  10. the usual yadda yadda, anyways, if anything goes wrong, notify me
  11. have a greatttt day!!! ★
  12. ------------------------------------------------------------------------>
  13.  
  14. <!DOCTYPE html>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  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="if:infinitescroll" content="0"/>
  28.  
  29.    <meta name="color:bold" content="#f5ad58"/>
  30.  
  31.    <meta name="color:italic" content="#fad6ab"/>
  32.  
  33.    <meta name="color:underline" content="#eeeeee"/>
  34.  
  35.    <meta name="color:bg" content="#ffffff">
  36.    
  37.    <meta name="color:link" content="#f7c282">
  38.    
  39.    <meta name="color:hover" content="#eeeeee">
  40.    
  41.    <meta name="color:letter" content="#7dd885">
  42.    
  43.    <meta name="color:letter bg" content="#7dd885">
  44.    
  45.    <meta name="color:text" content="#9a9a9a">
  46.    
  47.    <meta name="color:title bg" content="#fad6ab">
  48.    
  49.    <meta name="color:title" content="#ffffff">
  50.    
  51.    <meta name="color:perma text" content="#9a9a9a">
  52.  
  53.    <meta name="color:scrollbar" content="#fcebd5">
  54.    
  55.    <meta name="color:border" content="#f1f0f0">
  56.  
  57.    <meta name="color:ask bg" content="#fcebd5">
  58.  
  59.    <meta name="image:sidebar" content=""/>
  60.    
  61.    <meta name="image:BG" content=""/>
  62.    
  63.    <meta name="image:totop" content=""/>
  64.    
  65.    <meta name="color:linktitlebg" content="#eeeeee"/>
  66.  
  67.    <meta name="color:linktitletext" content="#888888"/>
  68.    
  69.    <meta name="color:selection text" content="#888888"/>
  70.  
  71.    <meta name="color:selection bg" content="#eeeeee"/>
  72.    
  73.    <meta name="text:top title" content="Type Whatever You'd Like">
  74.  
  75.    <meta name="text:link1" content="">
  76.    
  77.    <meta name="text:link1 url" content="/">
  78.    
  79.    <meta name="text:link2" content="">
  80.    
  81.    <meta name="text:link2 url" content="/">
  82.    
  83.    <meta name="text:link3" content="">
  84.    
  85.    <meta name="text:link3 url" content="/">
  86.    
  87.    <meta name="text:link4" content="">
  88.    
  89.    <meta name="text:link4 url" content="/">
  90.    
  91.    <meta name="text:link5" content="">
  92.    
  93.    <meta name="text:link5 url" content="/">
  94.    
  95.    <meta name="text:link6" content="">
  96.    
  97.    <meta name="text:link6 url" content="/">
  98.    
  99.  
  100.  
  101. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  102. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  103. <script>
  104.     (function($){
  105.     $(document).ready(function(){
  106.     $("a[title]").style_my_tooltips({
  107.     tip_follows_cursor:true,
  108.     tip_delay_time:0,
  109.     tip_fade_speed:0,
  110.     attribute:"title"
  111.     });
  112. });
  113. })(jQuery);
  114. </script>
  115.  
  116.    <style type="text/css">
  117.  
  118.  
  119.   a {
  120.    color:{color:link};
  121.    text-decoration:none;
  122.    -moz-transition-duration:0.5s;
  123.    -webkit-transition-duration:0.5s;
  124.    -o-transition-duration:0.5s;
  125.    }
  126.  
  127.  
  128. a:hover {
  129.    color:{color:hover};
  130.    text-decoration:none;
  131.    -moz-transition-duration:0.5s;
  132.    -webkit-transition-duration:0.5s;
  133.    -o-transition-duration:0.5s;
  134.    }
  135.  
  136.  
  137. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};
  138. }
  139.  
  140. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  141. ::-webkit-scrollbar-track{background-color:{color:bg};
  142.  }
  143.  
  144.  
  145. body {
  146.    background-color:{color:bg};
  147.    background-image:url('{image:bg}');
  148.    background-attachment:fixed;
  149.    font-family:arial;
  150.    font-weight:normal;
  151.    }
  152.  
  153. b,strong{
  154.   color:{color:bold};
  155.   }
  156.  
  157.  
  158. i,em{
  159.   color:{color:italic};
  160.   }
  161.  
  162.  
  163. u{
  164.   color:{color:underline};
  165.   }
  166.  
  167.  
  168. h1 {
  169.    font-weight:normal;
  170.    text-align:left;
  171.    line-height:120%;
  172.    letter-spacing:0px;
  173.    font-size:12px;
  174.    font-family:arial;
  175.    color:{color:text};
  176.    font-style:italic;
  177.    }
  178.  
  179.  
  180. h2 {
  181.    text-align:left;
  182.    line-height:120%;
  183.    letter-spacing:0px;
  184.    font-size:16px;
  185.    font-family:arial;
  186.    font-style:italic;
  187.    font-weight:normal;
  188.    color:{color:text};
  189.    }
  190.    
  191.  
  192. #toptitle {
  193.    position:fixed;
  194.    margin-top:0px;
  195.    margin-left:250px;
  196.    font-family:cambria;
  197.    font-style:oblique;
  198.    padding:25px;
  199.    padding-top:60px;
  200.    font-weight:bold;
  201.    font-style:italic;
  202.    font-size:30px;
  203.    width:497px;
  204.    text-align:center;
  205.    color:{color:title};
  206.    background-color:{color:title bg};
  207.    }
  208.  
  209.  
  210. #banner {
  211.    width:100%;
  212.    height:10px;
  213.    top:0px;
  214.    left:0px;
  215.    position:fixed;
  216.    z-index:999999;
  217.    }
  218.  
  219.  
  220. #bannera{
  221.    background-color:{color:title bg};
  222.    repeat:repeat-x;
  223.    width:100%;
  224.    height:30px;
  225.    }
  226.    
  227.  
  228. blockquote {
  229.    padding-left:5px;
  230.    margin:5px;
  231.    border-left:5px solid;
  232.    border-color:{color:border};
  233.    background-color:#f6f6f6;
  234.    padding:4px;
  235.    }
  236.    
  237.  
  238. #exo {
  239.    background-color:{color:bg};
  240.    width:700px;
  241.    margin: 0 auto -12px auto;
  242.    text-align: center;
  243.    }
  244.    
  245.  
  246. #sidebar {
  247.    position:fixed;
  248.    width:250px;
  249.    margin-top:150px;
  250.    margin-left:-120px;
  251.    text-align:center;
  252.    background-color:#fff;
  253.    padding:20px;
  254.    border:1px double {color:border};
  255.    color:{color:text};
  256.    }
  257.  
  258.  
  259. #sidebar img {
  260.    width:200px;
  261.    height:auto;
  262.    margin-left:0px;
  263.    margin-bottom:15px;
  264.    }
  265.  
  266.  
  267. .links {
  268.    margin-top:-9px;
  269.    margin-left:5px;
  270.    width:244px;
  271.    font-family:arial;
  272.    font-size:11px;
  273.    text-transform:normal;
  274.    letter-spacing:1px;
  275.    text-align:center;
  276.    line-height:170%;
  277.    letter-spacing:0px;
  278.    word-spacing:6px;
  279.    color:{color:link};
  280.    }
  281.  
  282.  
  283. .links a:hover{
  284.    -moz-transition-duration:1s;
  285.    -webkit-transition-duration:1s;
  286.    -o-transition-duration:1s;
  287.    color:{color:hover};
  288.    }
  289.    
  290.    
  291. .desc {
  292.    padding:30px;
  293.    margin-left:0px;
  294.    margin-top:-20px;
  295.    width:190px;
  296.    text-align:justify;
  297.    font-size:10px;
  298.    font-family:arial;
  299.    letter-spacing:0px;
  300.    line-height:140%;
  301.    color:{color:text};
  302.    }
  303.    
  304.  
  305. .desc a {
  306.    color:{color:link};
  307.    }
  308.    
  309.  
  310. .desc:first-letter {
  311.    font-family:arial;
  312.    font-size:13px;
  313.    text-transform:uppercase;
  314.    padding:5px 10px 5px 10px;
  315.    border:3px double;
  316.    border-color:#ffffff;
  317.    float:left;
  318.    line-height:150%;
  319.    margin-right:3px;
  320.    margin-top:1px;
  321.    color:{color:letter};
  322.    background-color:{color:letter bg};
  323. }
  324.  
  325.  
  326. .pagi {
  327.   margin-top:10px;
  328.   border-top:1px solid {color:border};
  329.   font-size:10px;
  330.   letter-spacing:3px;
  331.   font-style:normal;
  332.   text-align:center;
  333.   }
  334.  
  335.  
  336. .pagi a {
  337.   color:{color:link};
  338.   }
  339.  
  340.  
  341. #postcon {
  342.    float:left;
  343.    margin-left:200px;
  344.    margin-top:80px;
  345.    margin-left:200px;
  346.    text-align:center;
  347.    color:{color:text};
  348.    margin-bottom:20px;
  349.    }
  350.    
  351.  
  352. #posts {
  353.    width:500px;
  354.    margin-top:50px;
  355.    margin-bottom:40px;
  356.    margin-left:61px;
  357.    text-align:justify;
  358.    font-size:11px;
  359.    line-height:100%;
  360.    letter-spacing:0px;
  361.    padding:10px;
  362.    background-color:#fff;
  363.    border:3px double{color:border};
  364.    color:{color:text};
  365.    }
  366.    
  367.    
  368. #musicart {
  369.    position: absolute;
  370.    height: 50px;
  371.    width: 50px;
  372.    border: 1px solid #F0F0F0;
  373.    background: #FFF;
  374.    padding: 5px;
  375.    }
  376.  
  377.  
  378. #musicart img {
  379.    opacity: 0.8;
  380.    height: 50px;
  381.    width: 50px;
  382.    -webkit-transition: all 0.6s ease-in-out;
  383.    -moz-transition: all 0.6s ease-in-out;
  384.   -o-transition: all 0.6s ease-in-out;
  385.    }
  386.    
  387.  
  388. #player {
  389.    opacity: 0.2;
  390.    -webkit-transition: all 0.6s ease-in-out;
  391.    -moz-transition: all 0.6s ease-in-out;
  392.    -o-transition: all 0.6s ease-in-out;
  393.    }
  394.    
  395.    
  396. #asker {
  397.    font-family: arial;
  398.    text-transform: normal;
  399.    font-size:10px;
  400.    color:{color:text};
  401.    }
  402.  
  403. #question {
  404.    font-family: arial;
  405.    text-transform: normal;
  406.    font-size:10px;
  407.    color:{color:text};
  408.    }
  409.    
  410. .ask {
  411.    padding:15px;
  412.    width:470px;
  413.    text-align:center;
  414.    color:#ffffff;
  415.    background-color:{color:ask bg};
  416.    font-family: arial;
  417.    text-transform: normal;
  418.    font-size:10px;
  419.    }
  420.    
  421. .answer {
  422.    width:500px;
  423.    padding:5px;
  424.    text-align:center;
  425.    font-style: normal;
  426.    font-family: arial;
  427.    font-size:8x;
  428.    color:{color:text};
  429.    }
  430.  
  431.  
  432. .note {
  433.    font-family:arial;
  434.    text-transform:lowercase;
  435.    font-style:italic;
  436.    letter-spacing:0px;
  437.    font-size:9px;
  438.    text-align:left;
  439.    line-height:90%;
  440.    margin-left:-40px;
  441.    }
  442.    
  443.  
  444. .note li {
  445.    list-style-type:none;
  446.    padding:10px 25px 10px 25px;
  447.    text-align:left;
  448.    margin:0px;
  449.    -moz-transition-duration:0.5s;
  450.    -webkit-transition-duration:0.5s;
  451.    -o-transition-duration:0.5s;
  452.    border-bottom:1px solid {color:border};
  453.    }
  454.    
  455.  
  456. ul.chat, .chat ol, .chat li {
  457.    line-height:120%;
  458.    list-style:none;
  459.    margin:0px;
  460.    padding:2px;
  461.    }
  462.  
  463.    
  464. #perma{
  465.    font-family: arial;
  466.    font-size: 11px;
  467.    text-transform: normal;
  468.    letter-spacing: 1px;
  469.    text-align: center;
  470.    margin-top:12px;
  471.    border-top:1px double {color:title bg};
  472.    padding-top:4px;
  473.    }
  474.  
  475.  
  476. #perma a {
  477.    color:{color:perma text};
  478.    }
  479.  
  480.  
  481. #perma a:hover {
  482.    color: {color:hover};
  483.    }
  484.  
  485.  
  486. #permainfo {
  487.    padding:8px;
  488.    line-height:15px;
  489.    margin-top:10px;
  490.    background-color:#f6f6f6;
  491.    opacity:0.5px;
  492.    color:{color:text};
  493.    }
  494.    
  495. #permainfo a{
  496.    color:{color:link};
  497.    }
  498.    
  499.    
  500. #permainfo a:hover{
  501.    color:{color:hover};
  502.    }
  503.  
  504.  
  505. .note li {
  506.    list-style-type:none;
  507.    padding:10px 25px 10px 25px;
  508.    text-align:left;
  509.    margin:0px;
  510.    border-bottom:1px solid {color:border};
  511.    -moz-transition-duration:0.5s;
  512.    -webkit-transition-duration:0.5s;
  513.    -o-transition-duration:0.5s;
  514.    }
  515.  
  516.  
  517. .notes img {
  518.    display:none!important;
  519.    }
  520.    
  521.    #s-m-t-tooltip {
  522.    z-index: 9999;
  523.    background: {color:LinkTitleBG};
  524.    font-size: 10px;
  525.    line-height: 11px;
  526.    font-family: arial;
  527.    letter-spacing: 1px;
  528.    text-transform: normal;
  529.    color: {color:LinkTitleText};
  530.    max-width: 150px;
  531.    word-wrap: break-word;
  532.    padding: 2px 5px 2px 6px;
  533.    display: block;
  534.    margin: 24px 14px 7px 12px;
  535.    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  536.    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  537.    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  538.    }
  539.  
  540.  
  541. ::selection {
  542.    background:{color:selection bg};
  543.    color:{color:selection text};
  544.    }
  545.  
  546. #scrollToTop:link, #scrollToTop:visited {
  547.   display:none;
  548.   position:fixed;
  549.   bottom: 10px;
  550.   right:10px;
  551.   }
  552.  
  553.  {CustomCSS}
  554.  
  555.  </style>
  556.  
  557.  {block:IfInfiniteScroll}
  558.  <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  559.  {/block:IfInfiniteScroll}    
  560.  {block:IfInfiniteScroll}
  561.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  562.  <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  563.  <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>
  564.  {/block:IfInfiniteScroll}
  565.  
  566.  </head>
  567.  
  568.  <body>
  569.  
  570.  <div id="exo">
  571.  
  572.  <div id="banner"><div id="bannera"></div></div>
  573.  
  574.  <div id="toptitle">{text:top title}</div>
  575.  
  576.  <div id="sidebar"><a href="/"><img src="{image:sidebar}" /></a>
  577.  
  578.  <div class="desc">{Description}</div>
  579.  
  580.  <div class="links">
  581.  {block:IfLink1}
  582.  <a href="{text:link1 url}">{text:link1}</a>
  583.  {/block:IfLink1}
  584.  {block:IfLink2}
  585.  <a href="{text:link2 url}">{text:link2}</a>
  586.  {/block:IfLink2}
  587.  {block:IfLink3}
  588.  <a href="{text:link3 url}">{text:link3}</a>
  589.  {/block:IfLink3}
  590.  {block:IfLink4}
  591.  <a href="{text:link4 url}">{text:link4}</a>
  592.  {/block:IfLink4}
  593.  {block:IfLink5}
  594.  <a href="{text:link5 url}">{text:link5}</a>
  595.  {/block:IfLink5}
  596.  <a href="{text:link6 url}">{text:link6}</a>
  597.  {/block:IfLink6}
  598.  </div>
  599.  
  600.  {block:IfNotInfiniteScroll}
  601.  {block:IndexPage}
  602.  <div class="pagi">
  603.  {block:PreviousPage}
  604.  <a href="{PreviousPage}">prev</a>
  605.  —
  606.  {/block:PreviousPage}
  607.  
  608.  {block:NextPage}
  609.  <a href="{NextPage}">next</a>
  610.  {/block:NextPage}
  611.  </div>
  612.  {/block:IndexPage}
  613.  {/block:IfNotInfiniteScroll}
  614.  
  615.  </div>
  616.  
  617.  <div id="postcon">
  618.  
  619.  <div class="autopagerize_page_element">
  620.  
  621.  {block:Posts}
  622.  
  623.  <div id="posts">
  624.  
  625.  
  626. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  627.  
  628. {block:Quote}<h2>“{Quote}”</h2><h1>— {Source}</h1>{/block:Quote}
  629.  
  630. {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>
  631. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  632.  
  633. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{/block:Photo}
  634.  
  635. {block:Photoset}<center>{Photoset-500}</center>{/block:Photoset}
  636.  
  637. {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}
  638.  
  639. {block:Video}{Video-500}{/block:Video}
  640.  
  641. {block:Answer}<div class="ask"><span id="asker"><img style="border-radius:100px;" src="{AskerPortraitURL-48}"><br><br>
  642. {Asker} asked:</span> <p><span id="question">{Question}</span></div><div class="answer">{Answer}</div>{/block:Answer}
  643.  
  644. {block:Audio}
  645. <div id="musicart">
  646. {block:AlbumArt}
  647. <img src="{AlbumArtURL}">
  648. {/block:AlbumArt}
  649. </div>
  650. <div id="player"><div style="position: absolute; margin: 1px 0px 0px 1px; padding: 17px 16px 16px 17px; background: #FFF;"><div style="width: 27px; height: 27px; overflow: hidden;">{AudioPlayerWhite}</div></div></div>
  651. <div style="margin-left: 67px; min-height: 62px; padding-left: 5px; font-size: 10px; font-family: arial; text-transform: normal; letter-spacing: 1px; line-height: 15px;">
  652. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  653. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  654. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  655. <b>Plays:</b> {PlayCount}<br>
  656. </div><br>
  657. {/block:Audio}
  658.  
  659. {block:IndexPage}
  660. <div id="perma">
  661. <a href="{Permalink}">Posted {TimeAgo} </a>
  662. </div>
  663. {/block:IndexPage}
  664.  
  665. {block:PermalinkPage}
  666. {block:Date}
  667. <div id="permainfo">
  668.  
  669. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  670. <br>
  671. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  672. {block:NoteCount}
  673.  
  674. <b>Notes:</b> {NoteCount}<br>
  675. {/block:NoteCount}
  676. {block:RebloggedFrom}
  677. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  678. {/block:RebloggedFrom}
  679. {block:ContentSource}
  680. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  681. {/block:ContentSource}
  682. {block:HasTags}
  683. <b>Tagged under:</b>
  684. {block:Tags}
  685. <a href="{TagURL}">#{Tag}</a>
  686. {/block:Tags}
  687. {/block:HasTags}
  688. </div>
  689. {/block:Date}
  690. {/block:PermalinkPage}
  691.  
  692.  
  693. <div class="note">
  694. {block:PostNotes}{PostNotes}{/block:PostNotes}
  695. </div>
  696.  
  697. </div>
  698.  
  699. {/block:Posts}
  700. </div>
  701.  
  702. </div>
  703.  
  704. <div style="position:fixed;bottom:3px; left:3px; font-size:11px; letter-spacing:1px; font-family:arial; color:{color:link}; padding:8px "><a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a></center>
  705.  
  706. </div>
  707.  
  708. </div>
  709.  
  710. </div>
  711.  
  712. </div>
  713.  
  714. </div>
  715.  
  716. </body>
  717.  
  718. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement