Advertisement
SeoulChan

Delicate

Sep 18th, 2014
2,626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 12.98 KB | None | 0 0
  1. <!--
  2. _         _             _    
  3. | |       (_)           | |  
  4. | | ____ _ _  __ _ _   _| | __
  5. | |/ / _` | |/ _` | | | | |/ /
  6. |   < (_| | | (_| | |_| |   <
  7. |_|\_\__,_|_|\__, |\__,_|_|\_\
  8.              __/ |          
  9.             |___/
  10. Delicate theme by Ani (kaiguk)
  11. Please follow the rules by not claiming as your own or removing the credit.
  12. If anything goes wrong, msg me <3
  13. Have a wonderful day and happy using!!!
  14. -->
  15.  
  16. <!DOCTYPE html>
  17.  
  18. <head>
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26.  
  27. <head>
  28.  
  29.     <meta name="if:showcaptions" content="1"/>
  30.     <meta name="color:bold" content="#d6bbad"/>
  31.     <meta name="color:italic" content="#e6d6ce"/>
  32.     <meta name="color:underline" content="#d6bbad"/>
  33.     <meta name="color:bg" content="#ffffff">
  34.     <meta name="color:link" content="#d6c7b8">
  35.     <meta name="color:hover" content="#eeeeee">
  36.     <meta name="color:text" content="#9a9a9a">
  37.     <meta name="color:scrollbar" content="#f2eadb">
  38.     <meta name="color:title" content="#cccccc"/>
  39.     <meta name="color:border" content="#f6f6f6">
  40.     <meta name="color:post bg" content="#fdfdfd">
  41.     <meta name="color:caption bg" content="#fbfbfb"/>
  42.     <meta name="color:caption border" content="#f6f6f6"/>
  43.     <meta name="color:caption" content="#cccccc"/>
  44.     <meta name="color:blockquote bg" content="#f6f6f6"/>
  45.     <meta name="color:blockquote border" content="#eeeeee"/>
  46.     <meta name="color:linktitlebg" content="#eeeeee"/>
  47.     <meta name="color:linktitletext" content="#888888"/>
  48.     <meta name="color:selection text" content="#888888"/>
  49.     <meta name="color:selection bg" content="#eeeeee"/>
  50.  
  51.     <meta name="image:sidebar" content=""/>
  52.     <meta name="image:totop" content=""/>
  53.  
  54.  
  55.     <meta name="text:link1" content="">
  56.     <meta name="text:link1 url" content="/">
  57.     <meta name="text:link2" content="">
  58.     <meta name="text:link2 url" content="/">
  59.     <meta name="text:link3" content="">
  60.     <meta name="text:link3 url" content="/">
  61.     <meta name="text:link4" content="">
  62.     <meta name="text:link4 url" content="/">
  63.     <meta name="text:link5" content="">
  64.     <meta name="text:link5 url" content="/">
  65.     <meta name="text:link6" content="">
  66.     <meta name="text:link6 url" content="/">
  67.     <meta name="text:link7" content="">
  68.     <meta name="text:link7 url" content="/">
  69.  
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  72. <script>
  73.    (function($){
  74.        $(document).ready(function(){
  75.            $("[title]").style_my_tooltips();
  76.        });
  77.    })(jQuery);
  78. </script>
  79.  
  80.     <style type="text/css">
  81.  
  82.  
  83. a {
  84.     color:{color:link};
  85.     text-decoration:none;
  86.     -moz-transition-duration:0.5s;
  87.     -webkit-transition-duration:0.5s;
  88.     -o-transition-duration:0.5s;
  89.     }
  90.    
  91. a:hover {
  92.     color:{color:hover};
  93.     text-decoration:none;
  94.     -moz-transition-duration:0.5s;
  95.     -webkit-transition-duration:0.5s;
  96.     -o-transition-duration:0.5s;
  97.     }
  98.  
  99.    
  100. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  101. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  102. ::-webkit-scrollbar-track{background-color:{color:bg};}
  103.  
  104.  
  105. body {
  106.     background-color:{color:bg};
  107.     font-family:arial;
  108.     font-weight:normal;
  109.     font-size:11px;
  110.     }
  111.    
  112.  
  113. b,strong{
  114.     color:{color:bold};
  115.     }
  116.  
  117. i,em{
  118.     color:{color:italic};
  119.     }
  120.  
  121. u{
  122.     color:{color:underline};
  123.     }
  124.  
  125. h1 {
  126.     font-weight:normal;
  127.     text-align:center;
  128.     font-size:11px;
  129.     letter-spacing:1px;
  130.     color:{color:text};
  131.     }
  132.  
  133. h2 {
  134.     font-size:15px;
  135.     font-style:italic;
  136.     font-weight:normal;
  137.     text-align:center;
  138.     letter-spacing:1px;
  139.     }
  140.    
  141. blockquote {
  142.     padding:10px;
  143.     border:1px solid {color:blockquote border};
  144.     background:{color:blockquote bg};
  145.     }
  146.    
  147. #exo {
  148.     width:700px;
  149.     margin: 0 auto -11px auto;
  150.     text-align: center;
  151.     background-color:{color:bg};
  152.     }
  153.    
  154. #sidebar {
  155.     position:fixed;
  156.     width:200px;
  157.     bottom: 30px;
  158.     margin-left:-150px;
  159.     text-align:center;
  160.     font-family:arial;
  161.     }
  162.    
  163. .title{
  164.     font-size:20px;
  165.     color:{color:title};
  166.     font-family:verdana;
  167.     font-style:italic;
  168.     font-weight:bold;    
  169.     }
  170.  
  171. #sidebar img {
  172.     width:150px;
  173.     padding:10px;
  174.     margin-top:200px;
  175.     margin-left:0px;
  176.     margin-bottom:10px;
  177.     background-color:{color:bg};
  178.     }
  179.  
  180. .toplinks {
  181.     width:530px;
  182.     margin-top:-10px;
  183.     margin-left:80px;
  184.     font-size:15px;
  185.     text-align:right;
  186.     font-style:italic;
  187.     letter-spacing:0px;
  188.     padding:5px;
  189.     padding-top:70px;
  190.     padding-bottom:10px;
  191.     position:fixed;
  192.     border-bottom:3px double;
  193.     border-color:{color:border};
  194.     background-color:{color:bg};
  195.     }
  196.    
  197. .toplinks a{
  198.     padding:5px;
  199.     letter-spacing:0px;
  200.     color:{color:link};
  201.     }
  202.    
  203. .toplinks a:hover{
  204.     color:{color:hover};
  205.     }
  206.    
  207. .desc {
  208.     margin-top:-10px;
  209.     margin-left:15px;
  210.     width:150px;
  211.     padding:10px;
  212.     text-align:justify;
  213.     font-size:11px;
  214.     letter-spacing:0px;
  215.     line-height:110%;
  216.     color:{color:text};
  217.     background-color:{color:infobg};
  218.     border-color:{color:border};
  219.     }
  220.    
  221. .desc a {
  222.     color:{color:link};
  223.     }
  224.    
  225. #con {
  226.     float:left;
  227.     margin-left:0px;
  228.     margin-top:70px;
  229.     text-align:center;
  230.     color:{color:text};
  231.     margin-bottom:10px;
  232.     }
  233.  
  234. #posts {
  235.     width:500px;
  236.     margin-top:60px;
  237.     margin-bottom:20px;
  238.     margin-left:90px;
  239.     text-align:justify;
  240.     font-size:11px;
  241.     line-height:100%;
  242.     letter-spacing:0px;
  243.     padding:10px;
  244.     border:1px solid {color:border};
  245.     background:{color:post bg};
  246.     color:{color:text};
  247.     }
  248.  
  249. {block:IfShowCaptions}
  250. #captions {
  251.     margin-top: 10px;
  252.     padding:5px;
  253.     text-align:left;
  254.     background: {color:Caption bg};
  255.     border: 1px solid {color:Caption border};
  256.     color:{color:Caption};
  257.     }
  258. {/block:IfShowCaptions}
  259.      
  260. {block:IfNotShowCaptions}
  261. #captions {
  262.     display:none;
  263.     }
  264. {/block:IfNotShowCaptions}
  265.    
  266.  
  267. #question {
  268.   padding-bottom:5px;
  269.   border-bottom:1px solid {color:border};
  270. }
  271.  
  272. #asker {
  273.   letter-spacing:1px;
  274. }
  275.  
  276. .player {
  277.   width:25px;
  278.   height:25px;
  279.   overflow:hidden;
  280.   position:absolute;
  281.   background:white;
  282.   }
  283.  
  284. .audioinfo {
  285.   margin-left:50px;
  286.   line-height:120%;
  287.   }
  288.  
  289. #perma {
  290.     margin-top:20px;
  291.     border-top:1px solid #eee;
  292.     padding:5px;
  293.     text-align:center;
  294.     font-size:11px;
  295.     letter-spacing:0px;
  296.     line-height:150%;
  297.     text-transform:lowercase;
  298.     color:{color:link};
  299.     }
  300.  
  301. #perma a {
  302.     color:{color:link};
  303.     padding:5px;
  304.     font-size:12px;
  305.     }
  306.    
  307. #perma a:hover {
  308.     color:{color:hover};
  309.     }
  310.    
  311. #perminfo {
  312.     padding:10px;
  313.     text-align:justify;
  314.     line-height:15px;
  315.     margin-top:10px;
  316.     height:auto;
  317.     background:#fafafa;
  318.     padding:10px;
  319.     }
  320.    
  321. .note li {
  322.     list-style-type:none;
  323.     padding:10px 25px 10px 25px;
  324.     text-align:left;
  325.     margin:0px;
  326.     border-bottom:1px solid {color:border};
  327.     line-height:140%;
  328.     -moz-transition-duration:0.5s;
  329.     -webkit-transition-duration:0.5s;
  330.     -o-transition-duration:0.5s;
  331.     }
  332.  
  333. .notes img {
  334.     display:none!important;
  335.     }
  336.  
  337. #s-m-t-tooltip {
  338.     z-index: 9999;
  339.     background: {color:LinkTitleBG};
  340.     font-size: 11px;
  341.     line-height: 11px;
  342.     font-family: arial;
  343.     letter-spacing: 1px;
  344.     text-transform: normal;
  345.     color: {color:LinkTitleText};
  346.     max-width: 150px;
  347.     word-wrap: break-word;
  348.     padding: 3px 3px 3px 3px;
  349.     display: block;
  350.     margin: 24px 14px 7px 12px;
  351.     -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  352.     -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  353.     box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  354.     }
  355.  
  356. #pup {
  357.     font-size:12px;
  358.     line-height:150%;
  359.     letter-spacing:0px;
  360.     left:10px;
  361.     bottom:10px;
  362.     position:fixed;
  363.     font-style:italic;
  364.     text-align:center;
  365.     }  
  366.  
  367. #pup a {
  368.     padding:3px;
  369.     color:{color:link};
  370.     -moz-transition-duration:0.5s;
  371.     -webkit-transition-duration:0.5s;
  372.     -o-transition-duration:0.5s;
  373.     }
  374.    
  375. ::selection {
  376.     background:{color:selection bg};
  377.     color:{color:selection text};
  378.     }
  379.  
  380. #scrollToTop:link, #scrollToTop:visited {
  381.     display:none;
  382.     position:fixed;
  383.     bottom: 10px;
  384.     right:10px;
  385.     }
  386.  
  387.    
  388. ul.chat, .chat ol, .chat li {
  389.     list-style:none;
  390.     margin:0px;
  391.     padding:2px;
  392.     line-height:160%;
  393.     }
  394.    
  395.     {CustomCSS}
  396.  
  397.     </style>
  398.  
  399. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  400.  
  401.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  402.  <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  403.  <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>      
  404.        
  405.     </head>
  406.  
  407. <body>
  408. <div id="exo">
  409.  
  410. <div id="sidebar">
  411. <img src="{image:sidebar}">
  412.  
  413. <div class="desc">
  414. {Description}
  415. </div>
  416. </div>
  417.  
  418. <div class="toplinks">
  419.  
  420. <div class="title">{Title}</div>
  421. <a href="{text:link1 url}">{text:link1}</a>
  422. <a href="{text:link2 url}">{text:link2}</a>
  423. <a href="{text:link3 url}">{text:link3}</a>
  424. <a href="{text:link4 url}">{text:link4}</a>
  425. <a href="{text:link5 url}">{text:link5}</a>
  426. <a href="{text:link6 url}">{text:link6}</a>
  427. <a href="{text:link7 url}">{text:link7}</a>
  428.  
  429. </div>
  430.   <div id="con">
  431.  
  432. <div class="autopagerize_page_element">
  433.  
  434. {block:Posts}
  435.  
  436. <div id="posts">
  437.  
  438. <div style="line-height:170%;">{block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  439.  
  440. {block:Quote}<h2>โ€œ{Quote}โ€</h2><h1>โ€” {Source}</h1>{/block:Quote}
  441.  
  442. {block:Link}<a href="{URL}"><h2>{Name} ยป</h2></a>
  443. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  444.  
  445. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:IndexPage}
  446. {block:Caption}<div id="captions">
  447. {Caption}</div>
  448. {/block:Caption}
  449. {/block:IndexPage}{/block:Photo}
  450.  
  451. {block:Photoset}<center>{Photoset-500}</center>
  452. {block:IndexPage}
  453. {block:Caption}<div id="captions">
  454. {Caption}</div>
  455. {/block:Caption}
  456.  
  457. {block:IfNotShowCaptions}
  458. {block:PermalinkPage}
  459. {block:Caption}<div id="captions">
  460. {Caption}</div>
  461. {/block:Caption}
  462. {/block:PermalinkPage}
  463. {/block:IfNotShowCaptions}
  464. </center>  
  465. {/block:IndexPage}
  466. {/block:Photoset}
  467.  
  468. {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}
  469.  
  470. {block:Video}{Video-500}{block:IndexPage}
  471. {block:Caption}<div id="captions">
  472. {Caption}</div>
  473. {/block:Caption}
  474. {/block:IndexPage}{/block:Video}
  475.  
  476. {block:Answer}<div id="question"><img style="padding-right:2px" src="http://media.tumblr.com/71c22f624186d6ca7f4fb48d2931bd81/tumblr_inline_n5sqt5IPZZ1sbfysw.gif">
  477. <span id="asker">{Asker} asked:</span>{Question}</div><div style="color:{color:text}; font-size:11px;">{Answer}</div>{/block:Answer}
  478.  
  479. {block:Audio}
  480. <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
  481. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  482. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  483. <b>Plays:</b> {PlayCount}
  484. </a>
  485. </div>
  486. {/block:Audio}
  487. </div>
  488.  
  489. {block:IndexPage}
  490. <div id="perma">
  491. <a href="{Permalink}">{MonthNumberWithZero} . {DayOfMonthWithZero} . {ShortYear}    </a>
  492. </div>
  493. {block:IndexPage}
  494.  
  495.  
  496. {block:PermalinkPage}
  497. {block:Date}
  498. <div id="perminfo">
  499. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  500. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  501. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  502. {block:NoteCount}
  503. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  504. <b>Notes:</b> {NoteCount}<br>
  505. {/block:NoteCount}
  506. {block:RebloggedFrom}
  507. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  508. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  509. {/block:RebloggedFrom}
  510. {block:ContentSource}
  511. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  512. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  513. {/block:ContentSource}
  514. {block:HasTags}
  515. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  516. <b>Tagged:</b>
  517. {block:Tags}
  518. <a href="{TagURL}">#{Tag}</a>
  519. {/block:Tags}
  520. {/block:HasTags}
  521. </div>
  522. {/block:Date}
  523. {/block:PermalinkPage}
  524.  
  525. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  526. </div>
  527. {/block:Posts}
  528.  
  529.  
  530. </div>
  531. </div>
  532.  
  533. <div id="pup"><a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
  534.  
  535. </div>
  536. </div>
  537. </div>
  538. </body>
  539. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement