Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- © cmochi themes
- --->
- <!DOCTYPE html>
- <html>
- <head>
- <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}
- <meta name="image:Icon" content=""/>
- <meta name="color:Bg" content="#f8f8f8" />
- <meta name="color:Text" content="#888" />
- <meta name="color:Bold" content="#f3dadd" />
- <meta name="color:Link" content="#aaa"/>
- <meta name="color:Link hover" content="#666" />
- <meta name="color:Title" content="#999" />
- <meta name="color:Posts bg" content="#fff" />
- <meta name="color:Accent" content="#f3dadd"/>
- <meta name="color:Borders" content="#efefef"/>
- <meta name="color:Scrollbar" content="#aaa" />
- <meta name="color:Tooltip text" content="#888" />
- <meta name="color:Tooltip bg" content="#fff" />
- <meta name="color:Icons color" content="#9191a5" />
- <meta name="color:Icons bg" content="#fff2ea" />
- <meta name="color:Sidebar subtitles" content="#bbb"/>
- <meta name="select:Post size" content="400px" title="400px" />
- <meta name="select:Post size" content="450px" title="450px" />
- <meta name="select:Post size" content="350px" title="350px" />
- <meta name="if:Scroll to top" content="0" />
- <meta name="if:Show caption" content="1" />
- <meta name="if:Show tags" content="1" />
- <meta name="text:Description title" content="Info" />
- <meta name="text:Navigation title" content="Links" />
- <meta name="text:Link 1" content="link 1" />
- <meta name="text:Link 1 url" content=""/>
- <meta name="text:Link 2" content="link 2" />
- <meta name="text:Link 2 url" content=""/>
- <meta name="text:Link 3" content="link 3" />
- <meta name="text:Link 3 url" content=""/>
- <meta name="text:Link 4" content="link 4" />
- <meta name="text:Link 4 url" content=""/>
- <meta name="text:Link 5" content="link 5" />
- <meta name="text:Link 5 url" content=""/>
- <meta name="text:Link 6" content="link 6" />
- <meta name="text:Link 6 url" content=""/>
- <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.2/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <style type="text/css">
- body {
- background:{color:bg};
- color:{color:text};
- font-family:karla;
- font-size:10px;
- word-wrap: break-word;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- b {
- color:{color:bold};
- }
- ::-webkit-scrollbar {
- width:5px;
- background:{color:bg};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- }
- #s-m-t-tooltip {
- z-index:9999;
- color:{color:tooltip text};
- background:{color:tooltip bg};
- border:1px solid {color:borders};
- border-radius:3px;
- max-width:150px;
- word-wrap:break-word;
- padding:8px;
- display:block;
- margin:26px 4px 7px 12px;
- }
- .tmblr-iframe.iframe-controls--desktop {
- top:1.5%!important;
- right:0%!important;
- position:fixed!important;
- z-index:999999999!important;
- }
- .tmblr-iframe--desktop-logged-in-controls {
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- opacity:0.3;
- }
- #header {
- width:100%;
- height:50px;
- top:0;
- left:0;
- position:fixed;
- background:{color:posts bg};
- border-bottom:1px solid {color:borders};
- z-index:1;
- }
- #header img {
- width:27px;
- height:27px;
- margin:11px 18px;
- border-radius:4px;
- vertical-align:middle;
- }
- .title {
- margin-left:-4px;
- font-size:13px;
- color:{color:title};
- font-weight:bold;
- display:inline-block;
- }
- input[type=text] {
- border:none;
- font-size:9px;
- margin:12px 4px;
- padding:6px;
- letter-spacing:1px;
- }
- input[type=text]:focus {outline:none;}
- .searchbar {
- height:49px;
- padding-left:20px;
- margin-left:15px;
- display:inline-block;
- border-left:1px solid {color:borders};
- }
- .searchbar span {
- padding:6px;
- color:{color:icons color};
- background:{color:icons bg};
- border-radius:3px;
- font-size:9px;
- vertical-align:middle;
- }
- .sb {
- position:fixed;
- background:{color:posts bg};
- width:175px;
- margin:0px 70px;
- border:1px solid {color:borders};
- border-radius:3px;
- }
- .sbt {
- display:block;
- padding:10px;
- border-bottom:1px solid {color:borders};
- color:{color:sidebar subtitles};
- }
- .description {
- line-height:16px;
- padding:11px;
- border-bottom:1px dotted {color:borders};
- }
- .links li {
- width:70px;
- list-style:none;
- display:inline-block;
- padding:8px;
- text-align:left;
- text-transform:lowercase;
- border-bottom:1px dotted {color:borders};
- }
- blockquote{
- padding-left:8px;
- border-left:1px solid {color:borders};
- margin:0 12px;
- text-align:left;
- }
- iframe, img, embed, object, video {
- max-width:100%;
- }
- img {
- width:auto;
- height: auto;
- max-width:100%;
- }
- .posts {margin-top:140px;}
- .entries {
- width:{select:post size};
- margin:60px 360px 90px;
- background:{color:posts bg};
- text-align:center;
- border-radius:3px;
- border:1px solid {color:borders};
- }
- .entries img {max-width:100%;}
- .video iframe {width:{select:post size};}
- .photo-slideshow {margin-bottom:3px;}
- .postinfo{
- margin-top:-3px;
- padding:13px 10px;
- color:{color:Text};
- border-top:1px solid {color:borders};
- text-align:left;
- {block:permalinkpage}border-bottom:1px solid {color:borders};{/block:permalinkpage}
- }
- .postinfo a { padding:5px;}
- .postinfo span {
- padding:6px;
- color:{color:icons color};
- background:{color:icons bg};
- float:right;
- border-radius:3px;
- margin:-6px 4px;
- }
- .caption {
- text-align:center;
- padding-bottom:9px;
- }
- .postinfo .lnr-pushpin {float:left;}
- svg {
- width:10px;
- height:auto;
- padding:1px;
- display:block;
- overflow:visible;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:6px;
- width:11px;
- height:11px;
- float:right;
- border-radius:3px;
- top:-18px;
- margin-left:7px;
- background:{color:icons bg};
- fill:{color:icons color};
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- width:9px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .tags {
- position:absolute;
- display:block;
- margin-top:23px;
- width:calc({select:post size} - 20px);
- text-align:right;
- opacity:0;
- -webkit-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- .entries:hover .tags {
- opacity:1;
- -webkit-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- .posttitle {
- margin:10px;
- text-align:center;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- font-size:14px;
- }
- .audio {
- height:60px;
- margin:5px;
- }
- .audio b {
- color:{color:accent};
- }
- .audio-album {
- position:absolute;
- width:55px;
- height:55px;
- margin-left:-190px;
- }
- .audio-player {
- width:28px;
- height:30px;
- overflow:hidden;
- position:absolute;
- border:30px;
- z-index:2;
- margin-left:20px;
- margin-top:15px;
- opacity:0.5;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .audio-player:hover {
- opacity:0.7;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .audio-info {
- margin:15px 70px;
- position:relative;
- font-size:9px;
- line-height:16px;
- text-transform:uppercase;
- padding:2px;
- text-align:left;
- }
- .chat {
- margin:10px;
- list-style:none;
- padding-left:0;
- text-align:left;
- }
- .line {
- padding-bottom:3px;
- margin-top:3px;
- }
- .label {
- font-weight:bold;
- color:{color:accent};
- display:inline-block;
- }
- .quote {
- font-size:15px;
- font-style:italic;
- margin:10px;
- text-align:center;
- }
- .quote:before {
- content:'‹‹ ';
- font-size:15px;
- color:{color:accent};
- }
- .quote:after {
- content:' ››';
- font-size:15px;
- color:{color:accent};
- }
- .qsrc {
- text-align:center;
- margin:10px;
- }
- .ask {
- margin:5px;
- text-align:left;
- }
- .asker {font-size:9px;}
- .ask img {
- width:24px;
- height:24px;
- margin:5px 11px;
- border-radius:3px;
- }
- .question {
- width:calc({select:post size} - 80px);
- margin:-30px 50px;
- padding:2px 10px;
- border-left:1px solid {color:borders};
- }
- .answer {
- margin:40px 7px 4px;
- padding:3px;
- border-top:1px solid {color:borders};
- }
- .postnotes {
- text-align:left;
- margin-left:-13px;
- }
- .postnotes li {padding:5px;border-bottom:1px dotted {color:borders};
- }
- .postnotes img {display:none;}
- .scrollToTop{
- font-size:14px;
- position:fixed;
- bottom:20px;
- left:20px;
- display:none;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .pagination {
- position:absolute;
- text-align:center;
- width:{select:post size};
- margin:0 360px 70px;
- font-weight:bold;
- }
- .pagination a {font-size:11px;margin:5px;}
- .credit {
- position:fixed;
- bottom:18px;
- right:18px;
- border-bottom:1px solid {color:borders};
- }
- </style>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function(){
- $(window).scroll(function(){
- if ($(this).scrollTop() > 100) {
- $('.scrollToTop').fadeIn();
- } else {
- $('.scrollToTop').fadeOut();
- }
- });
- $('.scrollToTop').click(function(){
- $('html, body').animate({scrollTop : 0},800);
- return false;
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </head>
- <body>
- <div id="header">
- <img src="{image:icon}"> <div class="title">{title}</div>
- <div class="searchbar"><form action="/search" method="get" class="sfm" name="theform"><span class="lnr lnr-magnifier"></span><input type="text" name="q" placeholder="Search..." /></form></div>
- </div>
- <div class="sb"><div class="sbt">{text:description title}</div>
- <div class="description">{description}</div>
- <div class="sbt">{text:navigation title} </div>
- <div class="links">
- {block:iflink1}<a href="{text:link 1 url}"><li>{text:link 1}</li></a>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2 url}"><li>{text:link 2}</li></a>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3 url}"><li>{text:link 3}</li></a>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4 url}"><li>{text:link 4}</li></a>{/block:iflink4}
- {block:iflink5}<a href="{text:link 5 url}"><li>{text:link 5}</li></a>{/block:iflink5}
- {block:iflink6}<a href="{text:link 6 url}"><li>{text:link 6}</li></a>{/block:iflink6}
- </div>
- </div>
- <div class="posts">
- {block:Posts}
- <div class="entries">
- {block:Text}{block:Title}<p>
- <div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
- {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{/block:Photoset}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {block:Link}
- <div class="posttitle"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote">{Quote}</div>{block:Source}<div class="qsrc">{Source}</div>{/block:Source}{/block:Quote}
- {block:Audio}
- <div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b> trackname : </b> {Trackname}{/block:TrackName}<br>{block:Artist}<b>artist :</b> {Artist}{/block:Artist}<br>{block:Album}<b>album :</b> {Album}{/block:Album}</div></div>{/block:Audio}
- {block:Chat}
- {block:Title}<div id="title">{Title}</div>{/block:Title}
- <ol class="chat">{block:Lines}<li class="line {Alt}">
- {block:Label}<span class="label">{Label}</span>
- {/block:Label} {Line}</li>{/block:Lines}</ol>
- {/block:Chat}
- {block:Answer}
- <div class="ask"><img src="{AskerPortraitURL-24}" /><div class="question"> <a href="{AskerURL}" >{AskerName}</a> said:<p>{Question}</div><div class="answer">{Answer}</div></div>
- {/block:Answer}
- {block:ifshowcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
- {block:IndexPage}
- <div class="postinfo">
- <a href="{Permalink}" title="{timeago}"><span class="lnr lnr-pushpin"></span>{NoteCountWithLabel} </a>
- <div class="controls">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="like">{LikeButton}
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </div>
- {block:ifshowtags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"> {Tag},</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:ifnotshowcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifnotshowcaption}
- <div class="postinfo">
- {block:Date}Posted on {shortmonth} {dayofmonth},{year}{/block:Date} {block:notecount} with {NoteCountWithLabel}{/block:notecount}<br>{block:RebloggedFrom} Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} Src: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<br>
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">{Tag},</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- </div>{/block:Posts}</div>
- {block:Pagination}
- <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a> - {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage} </div>{/block:Pagination}
- {block:ifscrolltotop}<a href="#" class="scrollToTop" title="top"><span class="lnr lnr-arrow-up"></span></a>{/block:ifscrolltotop}
- <a class="credit" href="http://cmochi.tumblr.com">cmochi</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment