Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Compact 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:InfiniteScroll" content="0"/>
- <meta name="if:Grayscale" content="0"/>
- <meta name="if:ShowCaptions" content="0"/>
- <meta name="if:ShowTags" content="0"/>
- <meta name="if:TwoColumns" 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="#aaaaaa">
- <meta name="color:Link" content="#444444"/>
- <meta name="color:Hover" content="#cccccc"/>
- <meta name="color:Topbar"content="#000000">
- <meta name="color:Header bg" content="#ffffff"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Toplink" content="#888888"/>
- <meta name="color:Desc bg" content ="#000000"/>
- <meta name="color:Desc text" content ="#ffffff"/>
- <meta name="color:Icons"content="##444444">
- <meta name="color:Tags" content="#000000"/>
- <meta name="color:Tags bg" content="#fffaad"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <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:Linktitlebg" content="#000000"/>
- <meta name="color:Linktitletext" content="#ffffff"/>
- <meta name="color:Selection text" content="#888888"/>
- <meta name="color:Selection bg" content="#eeeeee"/>
- <meta name="image:Header Icon" content=""/>
- <meta name="image:Bg" 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="" />
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <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-thumb:vertical {
- background:{color:bg};
- height: 80px;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 5px;
- background: {color:topbar};
- }
- body {
- background: url('{image:BG}') repeat fixed;
- background-color:{color:bg};
- color:{color:text};
- font-family:courier;
- font-size: 9.5px;
- text-transform:uppercase;
- line-height: 190%;
- word-wrap: break-word;
- }
- a {
- color: {color:link};
- text-decoration: none;
- -moz-transition: all ease-in-out 0.4s;
- -webkit-transition: all ease-in-out 0.4s;
- -o-transition: all ease-in-out 0.4s;
- }
- a:hover{
- color: {color:hover};
- text-decoration: none;
- -moz-transition: all ease-in-out 0.4s;
- -webkit-transition: all ease-in-out 0.4s;
- -o-transition: all ease-in-out 0.4s;
- }
- blockquote {
- border-left:1px solid {color:border};
- padding:5px;
- margin-left:-10px;
- }
- blockquote img{
- max-width:250px;
- }
- b, strong {
- color: {color:bold};
- font-weight: bold;
- }
- i, em {
- color: {color:italic};
- font-style: italic;
- }
- u {
- color:{color:underline};
- }
- #theme {
- width:980px;
- margin: 0 auto -12px auto;
- }
- #topbar {
- background:{color:topbar};
- width:100%;
- height:40px;
- top:0px;
- left:0px;
- position:fixed;
- z-index:9;
- }
- {block:iftwocolumns}
- #wrapper{
- margin-top: 280px;
- margin-left: 130px;
- margin-bottom: 50px;
- padding:20px;
- }
- .posts {
- width: 250px;
- max-width:260px;
- {block:PermalinkPage}
- width:500px;
- max-width:500px;
- margin-left:400px;
- {/block:PermalinkPage}
- margin-left: 30px;
- margin-bottom: 30px;
- float: left;
- text-align: justify;
- background:{color:post bg};
- border:1px solid {color:border};
- padding:20px;
- }
- .posts img{
- max-width:250px;
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- }
- {/block:iftwocolumns}
- {block:ifnottwocolumns}
- #wrapper{
- width: 350px;
- height: auto;
- margin-top: 260px;
- margin-left: -10px;
- margin-bottom: 50px;
- border: 0;
- }
- .posts {
- width: 250px;
- margin-left: 350px;
- margin-bottom: 100px;
- {block:PermalinkPage}
- width:500px;
- margin-left:200px;
- {/block:PermalinkPage}
- float: left;
- text-align: justify;
- background:{color:post bg};
- border:1px solid {color:border};
- padding:20px;
- }
- {/block:ifnottwocolumns}
- {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 {
- font-size:8.5px;
- font-family:courier;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- }
- .tags a{
- color:{color:tags};
- background:{color:tags bg};
- }
- {/block:IfShowTags}
- {block:IfNotShowTags}
- .tags{
- display:none;
- }
- {/block:IfNotShowTags}
- {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:IfNotInfiniteScroll}
- #pagi {
- width:100%;
- height:20px;
- text-align:center;
- background:{color:bg};
- bottom:0px;
- left:0px;
- z-index:1;
- position:fixed;
- }
- #pagi a{
- font-size:12px;
- margin-top:10px;
- }
- {/block:IfNotInfiniteScroll}
- #header{
- position: absolute;
- top: 20px;
- left: 0px;
- width: 100%;
- height:200px;
- background:{color:header bg};
- z-index:1;
- }
- .sidebar {
- margin-top:70px;
- margin-left:100px;
- position:static;
- }
- #sidebar img{
- float:left;
- margin-top:0px;
- margin-right:7px;
- width:80px;
- height:80px;
- padding:10px;
- }
- #title {
- color:{color:title};
- text-align: left;
- font-size: 20px;
- font-family: 'Inconsolata', ;
- letter-spacing: 3px;
- -moz-transition: all ease-in-out 0.4s;
- -webkit-transition: all ease-in-out 0.4s;
- -o-transition: all ease-in-out 0.4s;
- }
- #desc {
- width:600px;
- height:63px;
- word-spacing:2px;
- letter-spacing:1px;
- font-size: 9px;
- line-height:110%;
- text-align: left;
- overflow:hidden;
- }
- .desc{
- line-height:180%;
- background:{color:desc BG};
- color:{color:desc text};
- }
- #links {
- text-align: left;
- margin-top: 0px;
- margin-left: 100px;
- word-spacing: 5px;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- #links a {
- color: {color:toplink};
- }
- #links a:hover{
- color:{color:hover};
- }
- #icons{
- width:400px;
- margin-left:700px;
- margin-top:-70px;
- color:{color:icons};
- }
- #icons a{
- margin-left:20px;
- }
- .playbg{
- width:20px;
- height:20px;
- margin-left:90px;
- padding:20px 10px 10px 20px;
- border-radius:100%;
- background:#000;
- position:absolute;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- }
- .audioinfo {
- margin-left:50px;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- line-height:160%;
- }
- #question {
- color:{color:italic};
- font-style:italic;
- text-align:center;
- border-bottom:1px solid {color:border};
- word-spacing:2px;
- letter-spacing:2px;
- padding:10px;
- }
- #asker {
- letter-spacing:1px;
- text-align:center;
- margin-bottom:10px;
- }
- #answer{
- word-spacing:2px;
- text-align:center;
- }
- #postinfo {
- margin-top:20px;
- border-top:1px solid {color:border};
- padding:5px;
- text-align:right;
- font-size:10px;
- letter-spacing:0px;
- line-height:150%;
- color:{color:link};
- }
- #postinfo a {
- color:{color:link};
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- #permalink {
- 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};
- line-height:140%;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- #her {
- 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;
- letter-spacing: 1px;
- text-transform: normal;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 3px 3px 3px 3px;
- 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;
- z-index:999;
- }
- </style>
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- {block:iftwocolumns}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#wrapper');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- navSelector : "div.pagi",
- nextSelector : ".pagi a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 10000,
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:iftwocolumns}
- {/block:IndexPage}
- {/block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}
- {block:IndexPage}
- {block:iftwocolumns}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#wrapper');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- loadingImg : "<i class="fa fa-refresh fa-spin"></i>",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 10000,
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:iftwocolumns}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:IndexPage}
- {/block:IfInfiniteScroll}
- <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:icons};"class="fa fa-arrow-up fa-3x" title="top"></i></a>
- </head>
- <body>
- <div id="theme">
- <div id="topbar"></div>
- <div id="header">
- <div class="sidebar">
- <div id="sidebar"><img src="{image:Header Icon}"></div>
- <div id="title">{Title}</div>
- <div id="desc">
- <span class="desc">{Description}</span>
- </div>
- <div id="links">
- {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}
- </div>
- <div id="icons">
- <a href="/"><i style="color:{color:icons};"class="fa fa-home fa-3x" title="refresh"></i></a>
- <a href="/ask"><i style="color:{color:icons};"class="fa fa-envelope fa-3x" title="message"></i></a>
- <a href="/archive"><i style="color:{color:icons};"class="fa fa-history fa-3x" title="archive"></i></a>
- </div>
- </div>
- </div>
- <div id="wrapper">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}
- <i style="color:{color:icons};"class="fa fa-quote-left fa-3x pull-left"></i>
- <div style="font-size:14px; font-weight:bold; padding:3px;">“{Quote}”</div>
- <div style="text-align:justify; margin-top:10px;">- {Source}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h2>{Name} »</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- {/block:Link}
- {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:Chat}
- {block:Photo}
- <div class="photo">
- <center>
- {block:IndexPage}<img src="{PhotoURL-250}">{/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}">{/block:PermalinkPage}
- </center>
- </div>
- {block:IndexPage}
- {block:Caption}
- <div id="captions">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">
- <center>
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- </div>
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}
- <div class="photo">
- <center>
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </center>
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}{/block:Video}
- {block:Answer}
- <div id="asker">
- <i style="color:{color:icons};"class="fa fa-question fa-3x "></i><br> {Asker} said:</div>
- <div id="question">{Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {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:IndexPage}
- <div id="postinfo">
- <a href="{Permalink}">{TimeAgo}</a> /
- <a href="{Permalink}">{NoteCountWithLabel}</a> /
- <a href="{ReblogUrl}">Reblog</a>
- </div>
- {block:IfShowTags}
- {block:HasTags}
- <div class="tags">
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png"> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- {/block:IfShowTags}
- {block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="permalink">
- {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}
- {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: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>
- <div id="her">
- <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