Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- a theme for nainoa by @tobirama
- dm me for a custom theme xoxo
- --->
- <head>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:sidebar" content="https://i.imgur.com/9Lor0FG.gif"/>
- <meta name="image:background" content=""/>
- <meta name="color:background" content="#fff">
- <meta name="color:font color" content="#000">
- <meta name="color:links" content="#000">
- <meta name="color:links hover" content="#0000ff">
- <meta name="text:font family" content="arial">
- <meta name="text:description" content="My heart and actions are utterly unclouded.">
- <meta name="text:text size" content="22">
- <meta name="if:tile background" content="0" />
- <meta name="if:hide caption" content="0"/>
- <style type="text/css">
- ::-moz-selection {
- background: {color:background};
- color: {color:links hover};
- }
- ::selection {
- background: {color:background};
- color: {color:links hover};
- }
- 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:text size}px;
- color: {color:font color};
- line-height: 120%;
- word-wrap: break-word;
- overflow-x:hidden;}
- p {margin: 10px;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 150%;}
- a:link, a:active, a:visited {
- color: {color:links};
- text-decoration: none;
- -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: underline;
- -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-track {
- border: 0;
- background-color: {color:Background};}
- ::-webkit-scrollbar {
- width: 10px;}
- ::-webkit-scrollbar-thumb {
- background-color: {color:links hover};
- border: 1px solid {color:links hover};
- }
- #content {
- margin: 100px auto;
- width: 500px;}
- #sidebar {
- color: {color:font color};
- background-color: transparent;
- text-align: center;
- margin-left: 300px;
- position: fixed;
- width: 350px;
- }
- #sidebar img {max-width:100%;}
- .desc {font-size: {text:description size}px; padding: 3px; margin-top: 5px;}
- .posts {
- background-color: transparent;
- margin: auto;
- margin-bottom: 50px;
- margin-left: -250px;
- padding: 0;
- width: 500px;
- position: relative;
- text-align: justify;
- }
- .pic img {display: block;}
- .posts blockquote {
- margin: 0 0 5px 20px;
- padding: 0 0 0 5px;
- border-left: 2px solid {color:font color};}
- .question {
- margin-bottom: 5px;}
- .asker {text-align: right;}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- }
- #permanotes ol.notes {
- list-style-type: none;
- text-align: left;
- margin: 0;
- padding: 0;
- overflow: scroll;
- overflow-x: hidden;
- max-height: 400px;
- }
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font color};
- display: inline;
- width: 16px;
- height: 16px;}
- .pagination {
- text-align: center;
- font-size: 80px;
- margin-top: 50px;
- margin-bottom: 100px;
- margin-left: -250px;
- padding: 0;
- width: 500px;}
- .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:font color};}
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- .audiowrapper {
- position: relative; display:inline-block;}
- #second { position: fixed; bottom: 10px; left: 10px; font-size: 30px;}
- </style>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- </head>
- <div id="content">
- <div id="sidebar">
- <a href="/"><img src="{image:sidebar}" class="image"></a>
- <div class="desc">{text:description}</div>
- </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="question">{Question}</div>
- <div class="asker">— {Asker}</div>
- <center>{Answer}</center>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}<div class="pic"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{Permalink}"/></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-500}">{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/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:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <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>
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IndexPage}<div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">−</a> {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">+</a></p>{/block:NextPage}{/block:Pagination}
- </div>{/block:IndexPage}
- </div>
- </div>
- <div id="second"><a href="https://tobirama.tumblr.com/" data-toggle="tooltip" title="theme by @tobirama">×</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement