Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- _ _ _
- | | ____ _(_) __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- |___/
- Blush theme by Ani (http://kaiguk.tumblr.com/) ฅ^•ﻌ•^ฅ
- You know the rules, don't remove credit, use as a base, or claim as yours
- Contact me if it contains any errors & enjoy my theme!★
- ------------------------------------------------------------------------>
- <!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:InfiniteScroll" content="0"/>
- <meta name="if:ShowCaptions" content="1"/>
- <meta name="color:bold" content="#ffd4d4"/>
- <meta name="color:italic" content="#ffb9b9"/>
- <meta name="color:underline" content="#ffe3e3"/>
- <meta name="color:bg" content="#ffffff"/>
- <meta name="color:border" content="#ffe3e3"/>
- <meta name="color:Post border" content="#F0F0F0"/>
- <meta name="color:Sidebar bg" content="#ffffff"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#ffb3b3"/>
- <meta name="color:Title" content="#ffb3b3"/>
- <meta name="color:Quote" content="#ffd3d3"/>
- <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="#888888"/>
- <meta name="color:Selection BG" content="#888888"/>
- <meta name="color:Selection Text" content="#eeeeee"/>
- <meta name="color:Scrollbar" content="#ffe3e3">
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="text:Link 1" content="/" />
- <meta name="text:Link 1 Text" content="Link 1" />
- <meta name="text:Link 1 Title" content="Link Title" />
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Text" content="Link 2" />
- <meta name="text:Link 2 Title" content="Link Title" />
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Text" content="Link 3" />
- <meta name="text:Link 3 Title" content="Link Title" />
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Text" content="Link 4" />
- <meta name="text:Link 4 Title" content="Link Title" />
- <meta name="text:Link 5" content="/" />
- <meta name="text:Link 5 Text" content="Link 5" />
- <meta name="text:Link 5 Title" content="Link Title" />
- <meta name="text:Link 6" content="/" />
- <meta name="text:Link 6 Text" content="Link 6" />
- <meta name="text:Link 6 Title" content="Link Title" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #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 Text};
- color:{color:Selection BG};
- }
- ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
- blockquote {
- padding:5px 0 5px 30px;
- border-left:1px solid {color:link};
- background-color:#fcfcfc;
- margin-left:30px;
- }
- body {
- background:{color:bg};
- background-attachment:fixed;
- background-image:url('{image:bg}');
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- #h1 {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- letter-spacing:1px;
- word-spacing:1px;
- margin-bottom:10px;
- text-align:left;
- color:{color:title};
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- #sidebar {
- text-align:left;
- position:fixed;
- margin-left:-220px;
- margin-top:200px;
- width:200px;
- background:{color:Sidebar bg};
- padding:8px;
- }
- #sidebarimg {
- margin-bottom:20px;
- }
- #sidebarimg img {
- width:200px;
- }
- #sidetitle {
- font-size:18px;
- font-weight:bold;
- text-align:right;
- color:{color:title};
- }
- #links {
- line-height:0px;
- padding:-2px;
- text-align:right;
- text-transform:lowercase;
- }
- #links a {
- margin-right:10px;
- letter-spacing:0px;
- display:inline-block;
- margin-bottom:10px;
- }
- #desc {
- margin:20px 0;
- text-align:right;
- }
- #jongdae {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- #exo {
- margin-top:75px;
- width:500px;
- }
- #posts {
- width:500px;
- margin-left:90px;
- margin-bottom:75px;
- background:{color:Post bg};
- padding:8px;
- border:3px double {color:post border};
- }
- #posts img {
- max-width:500px;
- }
- #quote{
- text-align:center;
- font-size:14px;
- line-height:18px;
- color:{color:quote};
- }
- #source {
- margin-top:12px;
- font-size:11px;
- text-align:right;
- }
- #question {
- padding-bottom:5px;
- border-bottom:1px solid {color:border};
- font-style:italic;
- }
- #asker {
- letter-spacing:1px;
- text-transform:lowercase;
- }
- .ans {
- font-family:arial;
- font-size:10px;
- font-style:italic;
- padding:5px;
- margin-bottom:0px;
- text-align:center;
- line-height:120%;
- color:{color:text};
- background-color:{color:bg};
- }
- .audio {
- width:500px;
- padding-bottom:10px;
- padding-top:10px;
- padding-left:3px;
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:70px;
- border:1px solid {color:Border};
- padding:5px;
- }
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:5px 0;
- border-bottom:1px solid {color:border};
- }
- .pagi {
- margin-top:20px;
- font-size:10px;
- text-align:right;
- }
- .pagi a {
- color:{color:link};
- }
- #perma {
- padding:5px;
- font-size:9px;
- letter-spacing:2px;
- margin-top:10px;
- text-align:center;
- border: 3px double #F0F0F0;
- background: #FBFBFB;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #perma a {
- margin-right:10px;
- }
- #info {
- padding:8px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- background-color:#fcfcfc;
- opacity:0.5px;
- color:{color:text};
- }
- #info a{
- color:{color:link};
- }
- #info a:hover{
- color:{color:hover};
- }
- .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;
- }
- {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}
- #credit {
- bottom:3px;
- position:fixed;
- right:10px;
- float:right;
- font-family:arial;
- color:black;
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:5px;
- }
- #credit a {
- color:#ffc7c7;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <div id="jongdae">
- <div id="sidebar">
- <div id="sidebarimg"><img src="{image:Sidebar Image}"></div>
- <div id="sidetitle">{Title}</div>
- <div id="desc">{Description}</div>
- <div id="links">
- <a href="{text:Link 1}" title="{text:Link 1 Title}">{text:Link 1 Text}</a>
- <a href="{text:Link 2}" title="{text:Link 2 Title}">{text:Link 2 Text}</a>
- <a href="{text:Link 3}" title="{text:Link 3 Title}">{text:Link 3 Text}</a>
- <a href="{text:Link 4}" title="{text:Link 4 Title}">{text:Link 4 Text}</a>
- <a href="{text:Link 5}" title="{text:Link 5 Title}">{text:Link 5 Text}</a>
- <a href="{text:Link 6}" title="{text:Link 6 Title}">{text:Link 6 Text}</a>
- </div>
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- <div class="pagi">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- {/block:IfNotInfiniteScroll}
- </div>
- <div id="exo">
- <div class="autopagerize_page_element">
- {block:Posts}<div id="posts">{block:Quote}<div id="quote">“{Quote}”</div>
- {block:Source}<div id="source"> —{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}
- {/block:Text}
- {block:Link}<div id="h1"><a href="{URL}">{Name}</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"><i>{Label}</i></span>{/block:Label} {Line}</li>{/block:Lines}
- <ol></div>{/block:Chat}
- {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}{Photoset-500}
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="question">
- <img style="opacity:0.8; padding-right:2px;" src="http://media.tumblr.com/e132c047259686e81e83774dd9faca4b/tumblr_inline_n5sqrbweYb1sbfysw.gif">
- <span id="asker">{Asker} whispered:</span> {Question}</div>{Answer}{/block:Answer}
- {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><div class="photo"><img src="{AlbumArtURL}"/></div></div>{/block:AlbumArt}
- <div class="audioinfo"> {block:TrackName}<b>Title:</b> {TrackName}<p>
- {/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<p>{/block:Artist}
- {/block:ExternalAudio}<b>Played: </b>{PlayCount} times</div><br>
- <div class="playercontainer">{AudioPlayerWhite}</div></div><p>{/block:Audio}
- {block:Indexpage}<div id="perma"><a href="{Permalink}"> Posted {TimeAgo} with {NoteCountWithLabel}</a></div>{/block:Indexpage}
- {block:PermalinkPage}
- {block:Date}
- <div id="info">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <br>
- <img src="http://media.tumblr.com/8058ed44933eb3496acf9981b685728b/tumblr_inline_n5sqp3d9jg1sbfysw.gif">
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <img src="http://media.tumblr.com/0554381e2583afa6704b5b1ef5870043/tumblr_inline_n5sqzsSABd1sbfysw.gif">
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <img src="http://media.tumblr.com/8d9abd275abf67cfcc7479f66755d536/tumblr_inline_n5sqqn2odh1sbfysw.gif">
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <img src="http://media.tumblr.com/8d9abd275abf67cfcc7479f66755d536/tumblr_inline_n5sqqn2odh1sbfysw.gif">
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <img src="http://media.tumblr.com/7b5769d1f08760ef365f8b1990363e3f/tumblr_inline_n5sqr4eTMz1sbfysw.gif">
- <b>Tagged under:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <div id="credit">
- <a href="http://kaiguk.tumblr.com/" title="theme by Ani">
- KG
- </a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement