Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Sleek 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="0"/>
- <meta name="if:ShowTags" content="0"/>
- <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="#888888">
- <meta name="color:Link" content="#cccccc">
- <meta name="color:Hover" content="#eeeeee">
- <meta name="color:Accent" content="#000000">
- <meta name="color:Top" content="#000000">
- <meta name="color:Toplink" content="#888888">
- <meta name="color:Toplink bg" content="#eeeeee">
- <meta name="color:Toplink hover" content="#000000">
- <meta name="color:Title" content="#ffffff">
- <meta name="color:Title bg" content="#000000">
- <meta name="color:Desc bg" content ="#000000"/>
- <meta name="color:Desc text" content ="#ffffff"/>
- <meta name="color:Border" content="#fafafa">
- <meta name="color:Post" content="#fafafa">
- <meta name="color:Post bg" content="#cccccc">
- <meta name="color:Post link" content="#fafafa">
- <meta name="color:Tags" content="#000000">
- <meta name="color:Tags bg" content="#fffaad">
- <meta name="color:Scrollbar" content="#454545">
- <meta name="color:Caption bg" content="#f6f6f6"/>
- <meta name="color:Caption border" content="#eeeeee"/>
- <meta name="color:Caption" content="#888888"/>
- <meta name="color:Linktitlebg" content="#eeeeee"/>
- <meta name="color:Linktitletext" content="#888888"/>
- <meta name="color:Selection bg" content="#eeeeee"/>
- <meta name="color:Selection text" content="#888888"/>
- <meta name="text:Side title" content="Title Here"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Post 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="/">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>$(document).ready(function(){$(".slidingDiv").hide();
- $(".show_hide").show();
- $('.show_hide').toggle(function(){$(".slidingDiv").slideDown(function(){
- $("#navigation").text("navigation")});
- },function(){$(".slidingDiv").slideUp(function(){$("#navigation").text("navigation")});});});</script>
- <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>
- <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 {
- font-family:courier;
- font-weight:normal;
- background-color:{color:bg};
- background-image:url('{image:bg}');
- background-attachment:fixed;
- font-size:9.5px;
- text-transform:uppercase;
- line-height:20px;
- }
- a {
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- color:{color:link};
- }
- a:hover {
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- color:{color:hover};
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- h1 {
- font-size:9.5px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-weight:normal;
- text-align:center;
- border-bottom:1px solid {color:Accent};
- }
- h2 {
- letter-spacing:2px;
- padding:5px;
- background:{color:Accent};
- }
- blockquote {
- margin-left:1px;
- padding:3px;
- border-left:2px solid {color:Accent};
- }
- #hold {
- left:10%;
- margin-left:300px;
- position:absolute;
- }
- #top{
- background:{color:top};
- top:0px;
- left:0px;
- position:fixed;
- width:100%;
- height:30px;
- z-index:1;
- }
- #sidetitle{
- width:300px;
- padding:5px;
- margin-left:-90px;
- margin-top:-50px;
- font-size:15px;
- letter-spacing:2px;
- font-weight:bold;
- background:{color:title bg};
- color:{color:title};
- position:fixed;
- }
- #sidebar {
- padding:10px;
- position:fixed;
- margin-left:-200px;
- margin-top:230px;
- }
- #sidebar img {
- width:60px;
- height:60px;
- margin-left:-170px;
- margin-top:-50px;
- position:fixed;
- }
- #desc {
- width:300px;
- margin-top:-10px;
- margin-left:-90px;
- text-align:justify;
- color:{color:text};
- }
- .desc {
- line-height:180%;
- background:{color:desc bg};
- color:{color:desc text};
- }
- #icons{
- margin-left:0px;
- margin-top:7px;
- position:fixed;
- }
- #icons a{
- margin-left:20px;
- }
- .navigation {
- width:100px;
- margin-left:100px;
- margin-top:4px;
- position:fixed;
- }
- .navigation a {
- margin-bottom:5px;
- border-radius:5px;
- background:{color:toplink bg};
- color:{color:toplink};
- font-size:9.5px;
- text-align:center;
- text-transform:uppercase;
- display:block;
- }
- .navigation a:hover{
- background:{color:toplink hover};
- }
- .show_hide {
- display:none;
- }
- #navititle{
- margin-top:-25px;
- font-size:11px;
- letter-spacing:3px;
- background:{color:top};
- color:#aaa;
- }
- #navititle:hover{
- cursor:help;
- }
- {block:IfNotInfiniteScroll}
- #pagi {
- width:200px;
- height:30px;
- font-size:16px;
- text-align:center;
- bottom:0px;
- left:120px;
- z-index:1;
- position:absolute;
- background:{color:post bg};
- background-image:url('{image:post bg}');
- background-attachment:fixed;
- }
- #pagi a{
- font-size:16px;
- margin-left:5px;
- color:#fff;
- }
- {/block:IfNotInfiniteScroll}
- {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}
- #postcon {
- margin-left:30px;
- text-align:justify;
- padding:40px;
- color:{color:text};
- background:{color:post bg};
- background-image:url('{image:post bg}');
- background-attachment:fixed;
- }
- #post {
- word-break: normal;
- max-width:260px;
- margin-top:50px;
- color:{color:text};
- border:1px solid {color:border};
- background:{color:post};
- padding:20px;
- }
- #post img{
- max-width:250px;
- }
- {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}
- #question {
- text-align:left;
- font-size:9.5px;
- text-transform:uppercase;
- }
- .bubble {
- position: relative;
- background:{color:accent};
- left:5px;
- padding:5px;
- text-align:justify;
- -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
- -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .bubble:after {
- position: absolute;
- display: block;
- content: "";
- border-left: 15px solid transparent;
- border-right: 15px solid transparent;
- border-style: solid;
- border-width: 15px 15px 0px;
- color:{color:accent};
- }
- .player {
- width:25px;
- height:25px;
- margin-top:5px;
- border:3px solid {color:accent};
- overflow:hidden;
- position:absolute;
- }
- .audioinfo {
- text-align:center;
- margin-left:50px;
- background:{color:accent};
- padding:10px;
- }
- .postinfo {
- font-size:11px;
- font-weight:bold;
- font-style:italic;
- text-align:right;
- letter-spacing:3px;
- margin-top:20px;
- padding:5px;
- }
- .postinfo a {
- color:{color:post link};
- }
- .postinfo a:hover{
- color:{color:hover};
- }
- #perma {
- padding:10px;
- text-align:justify;
- margin-top:10px;
- height:auto;
- padding:10px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- border-bottom:1px solid {color:accent};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- {block:IfShowTags}
- .tags {
- margin-left:-10px;
- text-transform:uppercase;
- }
- .tags a {
- margin-left:10px;
- background:{color:tags bg};
- font-size:9.5px;
- color:{color:tags}
- }
- {/block:IfShowTags}
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:bold;
- font-weight:700;
- margin-right:5px;
- }
- ::selection {
- background:{color:selection bg};
- color:{color:selection text};
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 9.5px;
- line-height: 11px;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 3px;
- display: block;
- margin: 24px 14px 7px 12px;
- }
- #ayo {
- 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;
- }
- #ayo a{
- color:{color:accent};
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:IfInfiniteScroll}
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" title="top">
- <i style="color:{color:accent};"class="fa fa-sort-asc fa-5x"></i></a>
- </head>
- <div id="hold">
- <body>
- <div id="top">
- <div id="icons">
- <a href="/"><img src="http://38.media.tumblr.com/238423e1f972ad2d9c9611daa90977e7/tumblr_inline_n5sqoivuOH1sbfysw.gif"></a>
- <a href="/ask"><img src="http://38.media.tumblr.com/e1fbd93dfb7f52fcc0de7a9ad9cd8f66/tumblr_inline_n5sqopNvro1sbfysw.gif"></a>
- <a href="/archive"><img src="http://33.media.tumblr.com/8058ed44933eb3496acf9981b685728b/tumblr_inline_n5sqp3d9jg1sbfysw.gif"></a>
- <div class="navigation">
- <a href="#" class="show_hide"><div id="navititle">Navigate</div></a>
- <div class="slidingDiv">
- {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}
- </div>
- </div>
- </div>
- </div>
- <div id="sidebar">
- <div id="sidetitle">{text:side title}</div>
- <div class="photo"><img src="{image:sidebar}"></div>
- <div id="desc"><span class="desc">{Description}</span></div>
- </div>
- <div id="postcon">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Text}
- {block:Quote}<h2>"{Quote}"</h2><h1>{Source}</h1>
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Link}
- {block:Photo}
- <div class="photo"><center><a href="{Permalink}"><img style="cursor:help;"src="{PhotoURL-250}"{block:IndexPage}title="{NoteCountWithLabel}"></a>{/block:IndexPage}</center></div>{block:Indexpage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Indexpage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo"><center>{Photoset-250}</center></div>
- {block:Indexpage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Indexpage}
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Photoset}
- {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} {Line}</li>{/block:Lines}</ul>
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Chat}
- {block:Video}
- <div class="photo">{Video-250}</div>
- {block:Indexpage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Indexpage}
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Video}
- {block:Answer}
- <div style="margin-left:5px;">{Asker} asked:</div>
- <div class="bubble"> {Question}</div><br>
- <div style="margin-left:5px;">{Answer}</div>
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Answer}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{ShortYear} / {DayOfMonthWithZero} / {MonthNumberWithZero}</a></div>{/block:Indexpage}
- {/block:Audio}
- {block:Indexpage}{block:IfShowTags}
- <div class="tags">{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}</div>{/block:HasTags}{block:IfShowTags}{/block:Indexpage}
- {block:PermalinkPage}
- {block:Date}
- <div id="perma">
- {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:</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>
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- <div id="pagi">
- {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}
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- <div id="ayo">
- <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