Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- SOFT FLANNEL theme by @DENDYSOFT
- base code by @ps1
- --->
- <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/3Gk6Xff.png"/>
- <meta name="image:floatie" contents=""/>
- <meta name="text:floatie margin" contents="100px"/>
- <meta name="color:background" content="#ddd">
- <meta name="color:posts" content="#fff">
- <meta name="color:font color" content="#000">
- <meta name="color:links" content="#0000ff">
- <meta name="color:links hover" content="#ff0000">
- <meta name="color:border" content="#000">
- <meta name="color:flannel1" content="#000">
- <meta name="color:flannel2" content="#00f">
- <meta name="color:flannel3" content="#0f0">
- <meta name="select:links hover" content="none"/>
- <meta name="select:links hover" content="underline"/>
- <meta name="select:links hover" content="overline"/>
- <meta name="select:links hover" content="line-through"/>
- <meta name="text:border size" content="1"/>
- <meta name="text:font family" content="arial">
- <meta name="text:font size" content="14">
- <meta name="if:links underline" content="0"/>
- <meta name="if:hide title" content="0"/>
- <meta name="if:hide sidebar image" 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="text:link spacer" 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:background};
- color: {color:links hover};}
- ::selection {
- background: {color:background};
- color: {color:links};}
- body {
- background-color: {color:background};
- background-image: repeating-linear-gradient(transparent, transparent 50px, {color:flannel1} 50px, {color:flannel1} 53px, transparent 53px, transparent 63px, {color:flannel1} 63px, {color:flannel1} 66px, transparent 66px, transparent 116px, rgb(0,0,0,.2) 116px, rgb(0,0,0,.2) 166px, {color:flannel3} 166px, {color:flannel3} 169px, rgb(0,0,0,.2) 169px, rgb(0,0,0,.2) 179px, {color:flannel3} 179px, {color:flannel3} 182px, rgb(0,0,0,.2) 182px, rgb(0,0,0,.2) 232px, transparent 232px),
- repeating-linear-gradient(270deg, transparent, transparent 50px, {color:flannel1} 50px, {color:flannel1} 53px, transparent 53px, transparent 63px, {color:flannel1} 63px, {color:flannel1} 66px, transparent 66px, transparent 116px, rgb(0,0,0,.2) 116px, rgb(0,0,0,.2) 166px, {color:flannel3} 166px, {color:flannel3} 169px, rgb(0,0,0,.2) 169px, rgb(0,0,0,.2) 179px, {color:flannel3} 179px, {color:flannel3} 182px, rgb(0,0,0,.2) 182px, rgb(0,0,0,.2) 232px, transparent 232px),
- repeating-linear-gradient(125deg, transparent, transparent 2px, {color:flannel2} 2px, {color:flannel2} 3px, transparent 3px, transparent 5px, {color:flannel2} 5px);
- 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;
- 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};
- {block:IfNotLinksUnderline}
- text-decoration: none;{/block:IfNotLinksUnderline}
- {block:IfLinksUnderline}
- text-decoration: underline;{/block:IfLinksUnderline}
- -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: {select:links hover};
- -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};}
- /* the container of both your sidebar and posts */
- #content {
- margin: auto;
- width: 700px;}
- /* sidebar style obvi */
- #sidebar {
- color: {color:font color};
- background-color: {color:posts};
- border: {text:border size}px dashed {color:border};
- border-top:none;
- text-align: center;
- margin-left: -50px;
- margin-top:200px;
- position: fixed;
- padding: 10px;
- width: 250px;
- z-index:999;
- }
- #sidebar img {max-width:100%;}
- .desc, .linkz {margin-top: 10px;}
- .title {margin-bottom: 5px;}
- /* post style obvi */
- .posts {
- background-color: {color:posts};
- border: {text:border size}px {select:border} {color:border} dashed;
- margin-top: 50px;
- margin-bottom: 80px;
- margin-left: 300px;
- padding: 10px;
- width: 400px;
- position: relative;}
- .posts blockquote {
- margin: 10px;
- padding-left: 5px;
- border-left: 1px solid {color:links};}
- /* footer of every post */
- #notes, .tags{
- text-align: center;
- margin-top: 5px;}
- #notes img {display: inline;}
- /* stylize your asks */
- .question {
- padding: 5px; margin-top: 10px;
- border: 1px solid {color:font color};}
- /* where the notes show on the permalink page */
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;}
- #permanotes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font color};
- display: inline;
- width: 16px;
- height: 16px;}
- /* next page/previous page */
- .pagination {
- text-align: right;
- font-size: 50px;
- margin-left: 300px;
- margin-top: -50px;
- margin-bottom: 100px;
- padding: 10px;
- width: 400px;}
- /* quote stylization */
- .quote {
- text-align: justify;
- font-style: italic;
- font-weight: bold;
- font-size: 140%;
- line-height: 130%;}
- .source {
- text-align: right;}
- /* audio stuff */
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- /* playbutton background */
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- /* playbutton */
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- /* album img container */
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;}
- /* album img */
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:font color};}
- /* track info ye */
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- /* makes both audio player & track info inline */
- .audiowrapper {
- position: relative; display:inline-block;}
- /* keeps video from escapting containment in the post frame! tysm @cod for helping me figure this out */
- .videowrapper {
- position: relative; display:inline-block; width:400px!important;}
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- /* obvi the credit link at the bottom corner */
- #credit {position: fixed; bottom: 15px; left: 15px; font-size: 26px;}
- /* base code by @ps1 */
- </style>
- </head>
- <body>
- <div id="content">
- <div id="floatie">
- <img src="{image:floatie}" style="max-width: 250px; margin-top:{text:floatie margin}; margin-left: -50px; position: fixed; z-index:998;">
- </div>
- <div id="sidebar">
- <!-- i made everything optional but you can remove the variables if you want everything default. -->
- {block:ifNotHideTitle}
- <div class="title"><a href="/">{Title}</a></div>
- <hr style="border:dashed 1px; height:0px; width:258px; color:{color:border}; border-bottom:none;">
- {/block:ifNotHideTitle}
- {block:ifNotHideSidebarImage}
- <a href="/"><img src="{image:sidebar}" style="max-height:150px"></a>
- {block:ifNotHideSidebarImage}
- {block:ifNotHideLinks}
- <div class="linkz">
- <a href="{text:link 1 URL}">{text:link 1}</a> {text:link spacer}
- <a href="{text:link 2 URL}">{text:link 2}</a> {text:link spacer}
- <a href="{text:link 3 URL}">{text:link 3}</a>
- </div>{/block:ifNotHideLinks}
- {block:ifNotHideDesc}
- <div class="desc">{Description}</div>
- {/block:ifNotHideDesc}
- </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}
- {Asker}
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{Permalink}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/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}">{12Hour}:{Minutes}</a>
- {text:link spacer}
- <a href="{ReblogURL}">{NoteCount}</a>
- </div>{/block:IndexPage}
- {block:IndexPage}{block:ifNotHideTags}
- <div class="tags">
- {block:HasTags}{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>
- {/block:ifNotHideTags}{/block:IndexPage}
- {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}" style="float:left;">←</a> {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">→</a></p>{/block:NextPage}{/block:Pagination}
- </div>{/block:IndexPage}
- </div>
- </div>
- <div id="credit">
- <a href="https://ps1.tumblr.com/">☉</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement