Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--------------------------------->
- <!----------[OLEANDER 2.0]--------->
- <!-----THEME BY FOLKLORE THEMES---->
- <!------------JUNE 2016------------>
- <!--DO NOT STEAL OR REMOVE CREDIT-->
- <!--------------------------------->
- <!--------------------------------->
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Sidebar" content=""/>
- <meta name="color:Container" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Links" content=""/>
- <meta name="color:Link Hover" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="if:Infinite Scroll" content=""/>
- <meta name="if:Background Cover" content="0"/>
- <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- /*scrollbar's slider color*/
- height:100px;
- padding:2px;
- -moz-border-radius: 0px; /*these make bar rounded*/
- border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#fff; /*scrollbar's slider color*/
- height:100px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- padding:2px;
- width:4px; /*width of slider*/
- background-color:#fff;
- /*scrollbar's main color*/
- }
- body{
- background: {color:Background} url('{image:Background}') top left fixed; {block:ifbackgroundcover} background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifbackgroundcover} {block:ifnotbackgroundcover} background-repeat:repeat;{block:ifnotbackgroundcover}
- font-family:'Karla',arial,sans-serif;
- width:100%;
- }
- a {
- text-decoration:none;
- color:{color:Links};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover{
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- color:{color:Link Hover};
- }
- #sb{
- height:auto;
- width:250px;
- border:1px solid {color:Border};
- float:left;
- margin-top:100px;
- position:fixed;
- margin-left:150px;
- background-color:{color:Container};
- border:1px solid {color:Border};
- }
- #sb img{
- width:180px;
- height:auto;
- margin:20px 35px 10px 35px;
- position:relative;
- }
- #title{
- text-transform:uppercase;
- text-align:center;
- margin-top:20px;
- font-size:18px;
- }
- #desc{
- font-size:13px;
- text-align:justify;
- margin-top:10px;
- padding:5px 30px 20px 30px;
- }
- .navlinks{
- font-size:14px;
- padding:10px 35px;
- text-align:center;
- text-transform:uppercase;
- margin-top:-20px;
- margin-bottom:5px;
- }
- .pagination{
- text-align:center;
- margin-top:-8px;
- margin-bottom:8px;
- }
- #wrapper{
- border:1px solid {color:Border};
- width:500px;
- height:500px;
- position:fixed;
- margin-left:500px;
- overflow-y:auto;
- overflow-x:hidden;
- margin-top:40px;
- background-color:{color:Container};
- }
- .posts {
- width:350px;
- margin:40px auto;
- position:relative;
- padding:7px;
- }
- .posts img {
- margin:0 auto;
- width:100%;
- }
- .posts .title {
- color:{color:Links};
- font-size:14px;
- padding:3px 2px 2px 2px;
- }
- .posts .text {
- font-size:11px;
- font-family:arial;
- }
- .posts h2 {
- font-size:14px;
- font-weight:normal;
- margin:0px;
- }
- .posts h2 a {
- font-size:12px;
- }
- blockquote {
- border-left: solid 1px {color:Text};
- margin: 0;
- padding-left: 10px;
- }
- .posts .photocap {
- font-size:11px;
- padding-bottom:2px;
- }
- .posts .qut {
- font-size:14px;
- font-style:italic;
- text-align:center;
- }
- .posts .src {
- text-align:right;
- margin-top:-7px;
- font-size:11px;
- }
- .posts .qtmrk1 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-bottom:4px;
- }
- .posts .qtmrk2 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-top:8px;
- }
- .posts .photoset {
- width:100%
- padding-right:2px;
- margin:0 auto;
- }
- .posts .label{
- font-family:arial;
- display:inline;
- font-size:11px;
- padding-right:2px;
- }
- .posts .lines{
- font-family:arial;
- display:inline;
- font-size:11px;
- }
- .question {
- font-size:12px;
- color:{color:Text};
- font-family:arial;
- text-align:left;
- }
- .asker {
- font-size:11px;
- color:{color:Links};
- font-family:arial;
- text-align:left;
- padding-top:4px;
- padding-bottom:10px;
- display:inline;
- }
- .answer {
- font-size:12px;
- color:{color:Text};
- font-family:arial;
- text-align:center;
- }
- td img{
- max-height:40px;
- max-width:40px;
- }
- img {
- max-width:100%;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- font-size:12px;
- font-family:sans-serif;
- color:{color:Text};
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .info{
- font-size:11px;
- padding:7px 0 15px 0;
- text-align:right;
- text-transform:uppercase;
- }
- .posts .tags{
- opacity:0;
- font-size:10px;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- .posts:hover .tags{
- opacity:1;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- #notecontainer {
- margin: 20px auto;
- width: 100%;
- font-size: 11px;
- }
- #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- #cred{
- position:fixed;
- right:5px;
- bottom:5px;
- font-size:12px;
- }
- </style>
- <script src="http://code.jquery.com/jquery-2.0.0.js"></script>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/zsyodlv/4jVo6i2h3/esz.js"></script>
- {/block:IfInfiniteScroll}
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- </head>
- <body>
- <div id="sb">
- <div id="title"><a href="/">{Title}</a></div>
- <img src="{image:Sidebar Image}"/>
- <div id="desc">{Description}</div>
- <div class="navlinks">
- <a href="/">home</a>
- <a href="/ask">inbox</a><br>
- <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
- </div>
- {block:IfNotInfiniteScroll}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"> ←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}
- </div>
- {/block:IfNotInfiniteScroll}
- </div>
- <div id="wrapper">
- {block:Posts}
- <div class="posts">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:PermalinkPage}
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}<div class="photoset">
- {Photoset}<!-- edited~ -->
- {block:PermalinkPage}
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:PermalinkPage}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:PermalinkPage} {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Quote}
- <div class="qut"><div class="qtmrk1">“</div>{Quote}<div class="qtmrk2">”</div></div>
- {block:Source}<div class="src"><br>— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Answer}
- <table style="border-bottom:1px solid {color:Border};padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-40}"></td>
- <td style="vertical-align:top;"><div class="asker">{Asker} </div><span style="font-size:11px;">asked: </span> <div class="question"><em>{Question}</em></div></td>
- </tr>
- </table>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}{block:Label}<div class="label"><b>{Label}</b></div>{/block:Label}<div class="lines">{Line}</div><br>{/block:Lines}
- {/block:Chat}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="text">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- <div class="info">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a> <span style="color:{color:Links};">/ </span> <a href="{Permalink}" >{block:NoteCount}<span style="color:{color:Links};font-size:11px;">♡ </span>{NoteCount} {/block:NoteCount}</a>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}"> #{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
- {block:RebloggedFrom} <a href="{ReblogParentURL}" ></a>{/block:RebloggedFrom}{/block:PermalinkPage}
- </div>
- <div id="cred"><a href="http://folklorethemes.tumblr.com">FLT.</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment