Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- _ _ _
- | | ____ _(_) __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- |___/
- Indulge 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>
- <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:Grayscale" content="0"/>
- <meta name="if:InfiniteScroll" content="1"/>
- <meta name="if:ShowCaptions" content="1"/>
- <meta name="if:ShowTags" content="1"/>
- <meta name="color:Bold" content="#ff7d7d"/>
- <meta name="color:Italic" content="#c3d847"/>
- <meta name="color:Underline" content="#4dbce9"/>
- <meta name="color:Bg" content="#ffffff">
- <meta name="color:Text" content="#8b8b8b">
- <meta name="color:Link" content="#cccccc">
- <meta name="color:Hover" content="#f6f6f6">
- <meta name="color:Accent" content="#000000">
- <meta name="color:Header bg" content="#ffffff">
- <meta name="color:Title" content="#000000">
- <meta name="color:Top link" content="#000000">
- <meta name="color:Post bg" content="#ffffff">
- <meta name="color:Tags" content="#000000">
- <meta name="color:Tags bg" content="#fffaad">
- <meta name="color:Post link" content="#000000">
- <meta name="color:Border" content="#eeeeee">
- <meta name="color:Caption Bg" content="#f6f6f6"/>
- <meta name="color:Caption Border" content="#eeeeee"/>
- <meta name="color:Caption" content="#cccccc"/>
- <meta name="color:Scrollbar" content="#cccccc">
- <meta name="color:Selection text" content="#888888"/>
- <meta name="color:Selection bg" content="#eeeeee"/>
- <meta name="color:Linktitle bg" content="#f6f6f6"/>
- <meta name="color:Linktitle text" content="#888888"/>
- <meta name="text:title" content="Title Here"/>
- <meta name="image:Header" content=""/>
- <meta name="image:Header bg" content=""/>
- <meta name="image:Bg" content=""/>
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <meta name="text:link5" content="">
- <meta name="text:link5 url" content="/">
- <meta name="text:link6" content="">
- <meta name="text:link6 url" content="/">
- <meta name="text:link7" content="">
- <meta name="text:link7 url" content="/">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <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">
- ::-webkit-scrollbar{
- height: 9px;
- width: 5px;
- -webkit-border-radius:0px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar-track{
- background-color:{color:bg};
- }
- body {
- background-color:{color:bg};
- background-attachment:fixed;
- background-image:url('{image:bg}');
- font-family:courier;
- font-size:9px;
- letter-spacing:1px;
- word-spacing:2px;
- text-align:justify;
- text-transform:uppercase;
- font-weight:normal;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- a:hover {
- color:{color:hover};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- h1 {
- font-size:13px;
- text-align:left;
- padding:5px;
- background-color:{color:accent};
- }
- b, strong, .strong {
- color: {color:bold};
- }
- i, em, .em {
- color: {color:italic};
- }
- u{
- color:{color:underline};
- }
- blockquote {
- border-left:2px solid {color:accent};
- padding:5px;
- }
- #theme {
- width:780px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- #header{
- width:100%;
- height:600px;
- top:0px;
- left:0px;
- z-index:1;
- position:absolute;
- background:{color:header bg};
- background-attachment:fixed;
- background-image:url('{image:header bg}');
- }
- {block:PermalinkPage}
- #header{
- height:400px;
- }
- {/block:PermalinkPage}
- #header img{
- width:500px;
- height:500px;
- margin-top:50px;
- margin-left:-450px;
- position:absolute;
- }
- #sidebar {
- color:{color:text};
- margin-top:300px;
- margin-left:50%;
- width:500px;
- height:90px;
- z-index:1;
- position:absolute;
- }
- {block:PermalinkPage}
- #sidebar{
- left:-290px;
- top:-90px;
- position:absolute;
- }
- {/block:PermalinkPage}
- #title{
- width:400px;
- margin-top:-100px;
- margin-left:70px;
- font-size:60px;
- font-family: 'Inconsolata', ;
- color:{color:title};
- text-align:center;
- }
- .desc {
- width:345px;
- line-height:200%;
- margin-left:100px;
- text-align:justify;
- color:{color:text};
- letter-spacing:1px;
- }
- .links {
- width:360px;
- margin-top:20px;
- margin-left:83px;
- padding:10px;
- }
- .links a{
- font-size:10px;
- padding:5px;
- color:{color:top link};
- letter-spacing:1px;
- text-align:center;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .links a:hover{
- color:{color:hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- {block:IfNotInfiniteScroll}
- #pagi {
- width:100%;
- height:20px;
- background:{color:bg};
- top:0px;
- left:0px;
- font-size:12px;
- text-align:justify;
- z-index:1;
- position:fixed;
- }
- #pagi a{
- margin-left:5px;
- }
- {/block:IfNotInfiniteScroll}
- #postcon {
- margin-left:18%;
- margin-top:130%;
- text-align:justify;
- }
- {block:PermalinkPage}
- #postcon {
- margin-left:15%;
- margin-top:60%;
- }
- {/block:PermalinkPage}
- #post {
- width:500px;
- background:{color:post bg};
- border:1px solid {color:border};
- padding:10px;
- margin-top:155px;
- text-align:justify;
- line-height:200%;
- color:{color:text};
- }
- {block:IfGrayscale}
- img{
- filter:gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- img:hover{
- filter:none;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- .photo{
- filter: URL("data:img/svg+xml;utf8,<svg xmnls='http://www.w3.org/2000/svg'><filter id='grayscale'><fecolormatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/> </filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- .photo:hover{
- filter: none;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.7S ease-in-out;
- -moz-transition: all 0.7S ease-in-out;
- -o-transition: all 0.7S ease-in-out;
- }
- {/block:IfGrayscale}
- {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{
- word-spacing:2px;
- font-style:italic;
- margin-top:10px;
- }
- #tags a{
- background:{color:tags bg};
- color:{color:tags};
- }
- {/block:IfShowTags}
- {block:IfNotShowTags}
- #tags{
- display:none;
- }
- {/block:IfNotShowTags}
- .player {
- width:460px;
- height:25px;
- margin-top:5px;
- background:#E4E4E4;
- padding:20px;
- overflow:hidden;
- }
- .audioinfo {
- width:200px;
- margin-top:5px;
- text-align:justify;
- padding:10px;
- }
- #question {
- font-style:italic;
- }
- .ask {
- padding:15px;
- width:470px;
- text-align:center;
- background-color:{color:accent};
- }
- .ask img{
- border-radius:100%;
- }
- .answer{
- text-align:center;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:bold;
- font-weight:700;
- margin-right:5px;
- }
- #permainfo{
- padding:10px;
- text-transform: normal;
- letter-spacing: 1px;
- margin-top: 5px;
- }
- #permainfo a {
- font-size:12px;
- font-weight:bold;
- font-style:italic;
- text-align:justify;
- color: {color:post link};
- }
- #permainfo a:hover {
- color: {color:hover};
- }
- #exo {
- padding:10px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- background:#fafafa;
- padding:10px;
- }
- .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;
- }
- #yass {
- 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;
- }
- #yass a{
- color:{color:tags};
- }
- #s-m-t-tooltip {
- z-index: 9999;
- border:1px solid {color:border};
- background-color:{color:linktitle bg};
- font-size: 9px;
- line-height: 11px;
- letter-spacing: 1px;
- text-transform: normal;
- color: {color:linktitle text};
- 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};
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- {CustomCSS}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <!----------------------------- Inf. Scroll -------------------------------->
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:IfInfiniteScroll}
- <!----------------------------- TOP BUTTON -------------------------------->
- <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"><i style="color:{color:accent};"class="fa fa-chevron-up fa-3x" title="top"></i></a>
- </head>
- <body>
- <div id="theme">
- <div id="header">
- {block:IndexPage}<img src="{image:header}">{/block:IndexPage}
- <div id="sidebar">
- <div id="title">{text:Title}</div>
- <div class="desc">{Description}</div>
- <div class="links">
- {block:IfLink1}
- <a href="{text:link1 url}">{text:link1}</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:link2 url}">{text:link2}</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:link3 url}">{text:link3}</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:link4 url}">{text:link4}</a>
- {/block:IfLink4}
- {block:IfLink5}
- <a href="{text:link5 url}">{text:link5}</a>
- {/block:IfLink5}
- {block:IfLink6}
- <a href="{text:link6 url}">{text:link6}</a>
- {/block:IfLink6}
- {block:IfLink7}
- <a href="{text:link7 url}">{text:link7}</a>
- {/block:IfLink7}
- </div>
- </div>
- </div>
- <div id="postcon">
- {block:Posts}
- <div class="autopagerize_page_element">
- <div id="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Quote}
- <h1>“{Quote}”</h1> <br>— {Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name} →</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- {/block:Link}
- {block:Photo}
- <div class="photo"><center><img src="{PhotoURL-500}"/></center></div>
- {block:IndexPage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo"><center>{Photoset-500}</center></div>
- {block:IndexPage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:IndexPage}
- {/block:Photoset}
- {block:Chat}
- <ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>
- {/block:Label} {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Video}
- <div class="photo">{Video-500}</div>
- {block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>
- {/block:Caption}{/block:IndexPage}
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerGrey}</div>
- <div class="audioinfo">
- <img src="http://38.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png"> {block:TrackName}<b>Song</b>: {TrackName}{/block:TrackName}<br>
- <img src="http://38.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png"> {block:Artist}<b>Artist</b>: {Artist}{/block:Artist}
- <br>
- <img src="http://38.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png"> {block:PlayCount}<b>Plays</b>: {PlayCount}{/block:PlayCount}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="ask">
- <img src="{AskerPortraitURL-64}"><br>{Asker} asked:
- <span id="question">{Question}</span></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- <div id="permainfo">
- <a href="{Permalink}">{12Hour}:{Minutes}{AMPM}</a>
- <a style="float:right;"href="{ReblogURL}" title=reblog?>[r]</a>
- </div>
- {block:IfShowTags}
- <div id="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="exo">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
- <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
- <b>Tagged:</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>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev — </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}"> — forth</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- <div id="yass">
- <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement