Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- _ _ _
- | | ____ _(_) __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- |___/
- Sweet milk theme by Anika (Ani) aka Kaiguk (http://kaiguk.tumblr.com/)
- Please remember to follow the rules and not steal anything because you don't
- have an imagination of your own.
- If anything goes wrong or you have any questions, just let me know!
- Happy Using and Have a good day!
- ------------------------------------------------------------------------>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <head>
- <meta name="if:ShowCaptions" content="1"/>
- <meta name="if:ShowTags" content="1"/>
- <meta name="if:Header" content="1"/>
- <meta name="color:Bold" content="#ffb8b5"/>
- <meta name="color:Italic" content="#ffdcdb"/>
- <meta name="color:Underline" content="#ffe9e8"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border" content="#cccccc"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#ffb8b5"/>
- <meta name="color:Hover" content="#eeeeee"/>
- <meta name="color:Border" content="#cccccc"/>
- <meta name="color:Post bg" content="#fcfcfc"/>
- <meta name="color:Desc bg" content ="#000000"/>
- <meta name="color:Desc text" content ="#ffffff"/>
- <meta name="color:Caption Bg" content="#fbfbfb"/>
- <meta name="color:Caption Border" content="#f6f6f6"/>
- <meta name="color:Caption" content="#cccccc"/>
- <meta name="color:LinkTitleBG" content="#eeeeee"/>
- <meta name="color:LinkTitleText" content="#aaaaaa"/>
- <meta name="color:Selection text" content="#888888"/>
- <meta name="color:Selection bg" content="#eeeeee"/>
- <meta name="color:Scrollbar" content="#ffdddd"/>
- <meta name="image:Sidebar Icon" content=""/>
- <meta name="image:Header Image" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 7 URL" content="" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 8 URL" content="" />
- <meta name="text:Link 8" content="" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
- body {
- background:{color:background};
- color:{color:text};
- font-family:courier;
- font-size:9.5px;
- text-transform:uppercase;
- word-wrap: break-word;
- text-align: justify;margin:0;
- line-height:16px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- a:hover {
- color:{color:hover};
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- blockquote {
- padding:5px 0 5px 30px;
- border-left:1px solid {color:link};
- margin-left:30px;
- }
- {block:IfHeader}
- #head {
- margin-top:200px;
- margin-left:-280px;
- margin-bottom:150px;
- position:absolute;
- }
- #head img {
- width:1000px;
- height:500px;
- padding:30px;
- background:#fff;
- }
- {/block:IfHeader}
- {block:IfNotHeader}
- #head{
- display:none;
- }
- .head img{
- display:none;
- }
- {/block:IfNotHeader}
- #sidebar {
- margin-left:-220px;
- margin-top:450px;
- width:400px;
- position:fixed;
- }
- #sidebarim {
- margin-bottom:20px;
- }
- #sidebarim img {
- width:80px;
- height:80px;
- margin-top:20px;
- float:left;
- padding:5px;
- padding-left:5px;
- border-radius:10px;
- }
- #desc {
- width:300px;
- padding:10px;
- padding-left:5px;
- padding-right:5px;
- word-spacing:1px;
- letter-spacing:1px;
- font-size:9px;
- text-transform:uppercase;
- text-align:left;
- }
- .desc {
- line-height:180%;
- background:{color:desc BG};
- color:{color:desc text};
- }
- #topbar {
- top:0px;
- left:0px;
- width:100%;
- height:60px;
- background:{color:background};
- z-index:1;
- position:fixed;
- }
- #links {
- line-height:16px;
- margin-top:30px;
- margin-left:50px;
- }
- #links a {
- margin-left:20px;
- background:{color:background};
- text-transform:uppercase;
- text-align:center;
- }
- #links a:hover{
- color:{color:hover};
- }
- #sehun {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- {block:IfHeader}
- #entries {
- margin-top:980px;
- width:500px;
- }
- {block:IfHeader}
- {block:IfNotHeader}
- #entries{
- margin-top:200px;
- }
- {/block:IfNotHeader}
- #posts {
- background:{color:post bg};
- border:1px solid {color:border};
- padding:20px;
- width:500px;
- margin-bottom:75px;
- margin-left:200px;
- }
- #posts img {
- max-width:500px;
- }
- #titlequote {
- text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- margin-left:15px;
- }
- .question {
- margin-bottom:10px;
- font-style:italic;
- padding:3px;
- background-color:#F6F6F6;
- }
- .answer {
- margin-top:10px;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;
- }
- .audioinfo {
- margin-left:50px;
- }
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:5px 0;
- border-bottom:1px solid {color:border};
- }
- {block:IfShowCaptions}
- #captions {
- margin-top: 10px;
- padding:5px;
- text-align:left;
- background: {color:Caption bg};
- border: 1px solid {color:Caption border};
- color:{color:Caption};
- }
- {/block:IfShowCaptions}
- {block:IfNotShowCaptions}
- #captions {
- display:none;
- }
- {/block:IfNotShowCaptions}
- {block:IfShowTags}
- #tags{
- text-align:right;
- color:{color:text};
- word-spacing:2px;
- font-style:italic;
- }
- {/block:IfShowTags}
- {block:IfNotShowTags}
- #tags{
- display:none;
- }
- {block:IfNotShowTags}
- #permaout {
- border-bottom:1px solid {color:Border};
- padding:5px;
- font-size:9px;
- color:{color:link};
- text-transform:normal;
- font-style:normal;
- letter-spacing:2px;
- text-align:right;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- border-bottom:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- #ani {
- position:fixed;
- left:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:15px;
- letter-spacing:1px;
- padding:5px;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 10px;
- line-height: 11px;
- font-family: arial;
- letter-spacing: 1px;
- text-transform: normal;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 2px 5px 2px 6px;
- display: block;
- margin: 24px 14px 7px 12px;
- -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- }
- ::selection {
- background:{color:selection bg};
- color:{color:selection text};
- }
- #jongin {
- padding:10px;
- width:474px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" title="top"><i style="color:{color:link};"class="fa fa-chevron-up fa-3x"></i></a>
- </head>
- <body>
- <div id="sehun">
- <div id="head"><div id="headimg"><img src="{image:header Image}"></div></div>
- <div id="sidebar">
- <div id="sidebarim"><img src="{image:Sidebar Icon}"></div>
- <div id="desc"><span class="desc">{Description}</span></div>
- <div id="topbar">
- <div id="links">
- <center>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:Link 8 URL}">{text:Link 8}</a>{/block:ifLink8}
- </center>
- </div>
- </div>
- </div>
- <div id="entries">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div style="font-size:20px;" id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div style="font-size:20px;"id="title"><a href="{URL}">{Name}
- <i style=" color:{color:link};"class="fa fa-arrow-right"></i>
- </a>
- </div>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- <b>{Label}</b></span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <a href="{Permalink}">
- <center>
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/</a>
- </center>
- {block:IndexPage}
- {block:Caption}
- <div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <center>
- {Photoset-500}
- {block:IndexPage}
- {block:Caption}
- <div id="captions">
- {Caption}</div>
- {/block:Caption}
- {block:IfNotShowCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfNotShowCaptions}
- </center>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
- <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
- <b>Plays:</b> {PlayCount}
- </a></div>
- {/block:Audio}
- {block:Answer}
- <div class="ask">
- <img src="http://media.tumblr.com/da6ec800b306286814b56c85c065973c/tumblr_inline_n2aigp3RjV1r7v6wt.png">
- {Asker} whispered:</div><p>
- <div class="question">
- <div style="background:{color:ask bg};">{Question}</div></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- <div id="permaout"><a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} with {NoteCountWithLabel}</a>
- </div>
- {block:IfShowTags}
- <div id="tags">
- {block:HasTags}
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
- Tagged under:
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IfShowTags}
- {block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="jongin">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
- <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
- <b>Tagged under:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- <div id="ani">
- <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement