Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- 私は退屈だ by @ps1
- another simple theme bc im goin in the minimal direction once again!
- don't use this as a base code mwah.
- --->
- <head>
- <title>{Title}</title>
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--- Add Custom Fonts Here (like Google Fonts) --->
- <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/eABkA7t.png"/>
- <meta name="image:background" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
- <meta name="color:background" content="#fff">
- <meta name="color:posts" content="#fff">
- <meta name="color:title color" content="#000">
- <meta name="color:description color" content="#000">
- <meta name="color:dropdown bg" content="#fff">
- <meta name="color:dropdown border" content="#000">
- <meta name="color:post font" content="#000">
- <meta name="color:links" content="#0000ff">
- <meta name="color:link bg" content="#ddd">
- <meta name="color:link border" content="#000">
- <meta name="color:links hover" content="#ff0000">
- <meta name="color:border" content="#000">
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <meta name="select:border" content="inset"/>
- <meta name="select:border" content="outset"/>
- <meta name="select:border" content="ridge"/>
- <meta name="select:border" content="groove"/>
- <meta name="text:border size" content="1">
- <meta name="text:title" content="TITLE">
- <meta name="text:title font" content="arial">
- <meta name="text:title size" content="11">
- <meta name="text:description" content="DESCRIPTION">
- <meta name="text:font family" content="arial">
- <meta name="text:font size" content="11">
- <meta name="if:round border" content="0" />
- <meta name="if:custom cursor" content="0" />
- <meta name="if:bold links" content="0"/>
- <meta name="if:italic links" content="0"/>
- <meta name="if:tile background" content="0" />
- <meta name="if:hide title" content="0"/>
- <meta name="if:hide desc" content="0"/>
- <meta name="if:hide links" content="0"/>
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:redirect" content="0" />
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:dropdown width" content="60">
- <meta name="text:dropdown title" content="+">
- <meta name="text:link 1" content="One">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2" content="Two">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3" content="Three">
- <meta name="text:link 3 URL" content="/">
- <style type="text/css">
- ::-moz-selection {
- background: {color:links hover};
- color: {color:background};}
- ::selection {
- background: {color:links hover};
- color: {color:background};}
- #s-m-t-tooltip {
- z-index: 999999999;
- background-color: {color:link bg};
- border-bottom: 1px {select:border} {color:link border};
- font-size: {text:Font Size}px;
- text-align: center;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- text-transform: normal;
- max-width: 200px;
- display: block;
- word-wrap: break-word;
- padding: 2px;
- margin: -30px 0px 10px 20px;}
- body {
- background: {color:background};
- background-image: url({image:Background});
- background-attachment: fixed;
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- font-family: '{text:font family}';
- font-size: {text:font size}px;
- line-height: 120%;word-wrap: break-word;
- overflow-x:hidden;
- margin: 0;
- }
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}
- {/block:IfCustomCursor}
- p {margin: 10px 0 10px 0;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 150%;}
- blockquote {margin-left: 10px; padding-left: 10px; border-left:1px solid {color:border};
- }
- a:link, a:active, a:visited {
- color: {color:links};
- text-decoration: none;
- {block:IfBoldLinks}font-weight: bold;{/block:IfBoldLinks}
- {block:IfItalicLinks}font-style: italic;{/block:IfItalicLinks}
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- a:hover {
- color: {color:links Hover};
- text-decoration: none;
- font-style: italic;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- ::-webkit-scrollbar {
- width: 10px;
- }
- ::-webkit-scrollbar-track {
- background: {color:posts};
- border: {text:border size}px {select:border} {color:border};
- border-top: 0; border-bottom: 0;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:posts};
- border: {text:border size}px {select:border} {color:border};
- }
- #content {
- margin: auto;
- width: 700px;
- margin-top: 50px;
- margin-bottom: 100px;
- position: relative;
- }
- #nep {
- margin-left: -70px;
- position: fixed;
- text-align: center;
- width: 200px;
- }
- #nep img {max-width: 200px;}
- .title {
- font-family: {text:title font};
- font-size: {text:title size}px;
- text-align: center;
- margin-bottom: 10px;
- }
- .title a {text-decoration: none; color: {color:title color};}
- .title a:hover {color: {color:links hover};}
- .desc {
- margin: 10px 0 0 0;
- color: {color:description color};
- }
- .desc a{
- background-color: {color:link bg};
- border-bottom: 1px {select:border} {color:link border};
- padding: 0;}
- .beep {
- background: {color:dropdown bg};
- font-size: {text:Font Size}px;
- font-family: '{text:font family}';
- width: {text:dropdown width}px;
- border: 1px {select:border} {color:dropdown border};
- {block:IfRoundBorder}
- border-radius: 5px;{/block:IfRoundBorder}
- margin-top: 10px;
- padding: 0px;
- }
- .lank {
- position: relative;
- display: inline-block;
- }
- .dstuff {
- display: none;
- position: absolute;
- background-color: {color:posts};
- width: {text:dropdown width}px;
- }
- .dstuff a {
- text-decoration: none;
- display: block;
- background-color: {color:background};}
- .dstuff a:hover {
- font-style: italic;
- }
- .lank:hover .dstuff {
- display: block;
- }
- .lank:hover .beep {
- background-color: {color:posts};
- }
- .posts {
- text-align: left;
- color: {color:post font};
- background-color: {color:posts};
- border: {text:border size}px {select:border} {color:border};
- {block:IfRoundBorder}
- border-radius: 5px;{/block:IfRoundBorder}
- margin-bottom: 60px;
- margin-left: 200px;
- padding: 15px;
- width: 400px;
- position: relative;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .posts img {
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- .posts img:hover {
- filter: opacity(50%);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .posts a{
- background-color: {color:link bg};
- border-bottom: 1px {select:border} {color:link border};
- padding: 0 2px 0 2px;}
- .pic a {padding: 0; border: 0; background: transparent;}
- .pic img {display: block;}
- #notes {margin-top: 10px;}
- #notes a {background: transparent; border: 0;}
- #notes a:hover {color: {color:links hover};}
- .tags {
- background-color: transparent;
- max-height:0px;
- opacity:0;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .tlink {margin-top: 10px;}
- .tlink a {line-height: 180%;}
- .posts:hover .tags{
- margin-top: 10px;
- opacity: 1;
- background-image: url({image:tags});
- max-height:300px;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;}
- .question {
- padding: 3px;
- text-align: center;
- border: 1px {select:border} {color:border};
- {block:IfRoundBorder}
- border-radius: 5px;{/block:IfRoundBorder}
- background: {color:background};
- filter:drop-shadow(3px 3px 0px {color:border});
- }
- .ask {margin-bottom: 10px;}
- .mer a {padding: 0; border: 0; background: transparent;}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- max-height: 250px;
- overflow:scroll;
- overflow-x: hidden;
- }
- #permanotes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:description color};
- {block:IfRoundBorder}
- border-radius: 5px;{/block:IfRoundBorder}
- display: inline;
- width: 16px;
- height: 16px;}
- #permanotes a {padding: 0; background: transparent; border: 0;}
- .pagination {
- margin-left: 200px;
- text-align: right;
- padding: 15px;
- width: 400px;
- border: 1px {select:border} {color:border};
- {block:IfRoundBorder}
- border-radius: 5px;{/block:IfRoundBorder}
- background-color: {color:posts};
- }
- .pagination a {
- background-color: {color:link bg};
- border-bottom: 1px {select:border} {color:link border};
- padding: 0 2px 0 2px;
- }
- .quote {
- text-align: justify;
- font-style: italic;
- font-weight: bold;
- font-size: 140%;
- line-height: 130%;
- }
- .source {text-align: right;}
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;}
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:description color};}
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- .audiowrapper {position: relative; display:inline-block;}
- #re3carlos {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 16px;
- }
- iframe#tumblr_controls, .iframe-controls--desktop {
- filter:invert(100%) hue-rotate(180deg);
- -webkit-filter:invert(100%) hue-rotate(180deg);
- -moz-filter:invert(100%) hue-rotate(180deg);
- -o-filter:invert(100%) hue-rotate(180deg);
- -ms-filter:invert(100%) hue-rotate(180deg);
- }
- </style>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- </head>
- <div id="content">
- <div id="nep">
- {block:ifNotHideTitle}
- <div class="title"><a href="/">{text:title}</a></div>
- {/block:ifNotHideTitle}
- <a href="/"><img src="{image:sidebar}"></a><br>
- {block:ifNotHideDesc}
- <div class="desc">{text:description}</div>
- {/block:ifNotHideDesc}
- {block:ifNotHideLinks}
- <div class="lank">
- <button class="beep">
- {text:dropdown title}</button>
- <div class="dstuff">
- <a href="{text:link 1 URL}">{text:link 1}</a>
- <a href="{text:link 2 URL}">{text:link 2}</a>
- <a href="{text:link 3 URL}">{text:link 3}</a>
- </div>
- </div>
- {/block:ifNotHideLinks}
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="ask">{Asker}:</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Photo}
- <div class="pic"><center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{Permalink}"/>{LinkCloseTag}</center></div>
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- {block:Video}
- <center>{Video-400}</center>
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="albumpic"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="trackback">
- <div class="pressplay">
- {AudioPlayer}
- </div></div>
- <div class="trackinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}<i>{Album}</i>{/block:Album}<br>
- </div></div>
- {/block:AudioPlayer}
- {block:ifNotHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifNotHideCaption}
- {block:IndexPage}<div id="notes">
- <a href="{Permalink}" data-toggle="tooltip" title="{TimeAgo}">{Month} {DayOfMonth}</a> <a href="{Permalink}" style="float:right;">{NoteCount}N</a>
- </div>{/block:IndexPage}
- {block:IndexPage}{block:HasTags}
- <div class="tags">
- <a href="{ReblogURL}">↺</a>
- {block:RebloggedFrom} / <a href="{ReblogParentURL}">♥</a>{/block:RebloggedFrom}
- {block:ContentSource} / <a href="{SourceURL}">©</a>{/block:ContentSource}{block:ifNotHideTags}
- <div class="tlink">{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}</div>{/block:ifNotHideTags}</div>
- {/block:HasTags}{/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <div class="mer"><p>{block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}{block:ContentSource}
- Source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</p></div>
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">Previous</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="re3carlos">
- <a href="https://ps1.tumblr.com/" data-toggle="tooltip" title="@PS1">⨻</div>
- </a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement