Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--------------------------------->
- <!--------------[SUNDAY]----------->
- <!-----THEME BY FOLKLORE THEMES---->
- <!------------APRIL 2016----------->
- <!--DO NOT STEAL OR REMOVE CREDIT-->
- <!--------------------------------->
- <!--------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="image:Main Image" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Panel" content=""/>
- <meta name="color:Posts Bg" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Links" content=""/>
- <meta name="color:Link Hover" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="color:Scrollbar Bg" 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="text:Link 4 URL" content=""/>
- <meta name="text:Link 4 Title" content=""/>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' 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 {
- height:10px;
- padding:2px;
- width:2px; /*width of slider*/
- background-color:{color:Scrollbar Bg};
- /*scrollbar's main color*/
- }
- html,body{
- font-family:'Open Sans',arial,sans-serif;
- font-size:11px;
- background-color:{color:Background};
- color:{color:Text};
- }
- 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{
- color:{color:Link Hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- #panel{
- position:fixed;
- left:380px;
- top:0px;
- width:200px;
- height:100%;
- background-color:{color:panel};
- border-right:1px solid {color:Border};
- }
- #panel ul{
- list-style:none;
- text-transform:uppercase;
- margin-top:40px;
- text-align:center;
- display:block;
- }
- #panel li{
- border:1px solid {color:Link Hover};
- padding:15px;
- width:120px;
- margin-left:-15px;
- margin-bottom:55px;
- }
- #bigpic {
- background:url('{image:Main Image}'); background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
- height:100%;
- width: calc(100% - 580px) ;
- position:fixed;
- top:0px;
- right:0px;
- border-left:1px solid {color:Border};
- }
- #title{
- color:{color:Title};
- text-transform:uppercase;
- font-size:24px;
- text-align:center;
- letter-spacing:4px;
- width:100%;
- margin-top:280px;
- padding:7px;
- }
- #desc{
- color:{color:Title};
- font-size:14px;
- font-style:italic;
- text-align:center;
- padding:7px;
- margin-top:5px;
- }
- #wrapper{
- width:280px;
- top:0px;
- left:50px;
- position:fixed;
- overflow-y:auto;
- overflow-x:hidden;
- height:100%;
- padding-right:50px;
- }
- .posts {
- width:250px;
- margin:50px auto;
- position:relative;
- padding:5px;
- border:1px solid {color:Border};
- background-color:{color:Posts bg};
- }
- .posts img {
- margin:0 auto;
- width:100%;
- }
- .posts .title {
- color:{color:Links};
- font-size:18px;
- padding:3px 2px 2px 2px;
- text-transform:uppercase;
- }
- .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:13px;
- 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 {
- padding-right:10px;
- width:100%;
- 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 {
- 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{
- width:228px;
- text-align:center;
- text-transform:uppercase;
- border:1px solid {color:Border};
- padding:10px;
- margin-top:10px;
- }
- .tags{
- text-transform:none;
- }
- #notecontainer {
- margin: 20px auto;
- width: 250px;
- 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;
- bottom:3px;
- text-align:center;
- width:200px;
- font-size:13px;
- }
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
- </head>
- <body>
- <div id="panel">
- <div class="nav">
- <ul>
- <li><a href="/">refresh</a></li>
- <li><a href="/ask">inbox</a></li>
- <li><a href="{text:Link 1 Url}">{text:Link 1 Title}</a></li>
- <li><a href="{text:Link 2 Url}">{text:Link 2 Title}</a></li>
- <li><a href="{text:Link 3 Url}">{text:Link 3 Title}</a></li>
- <li><a href="{text:Link 4 Url}">{text:Link 4 Title}</a></li>
- </ul>
- <div id="cred"><a href="http://folklorethemes.tumblr.com">©</a>
- </div>
- </div>
- </div>
- <div id="bigpic">
- <div id="title">{Title}</div>
- <div id="desc">{Description}</div>
- </div>
- <div id="wrapper">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div class="posts">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}<div class="photoset">
- {Photoset}<!-- edited~ -->
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}</div>
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/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:Caption}{Caption}{/block:Caption}
- {/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}
- <div class="info">
- <a href="{Permalink}">{block:Date}{TimeAgo} / {/block:Date}</a><a href="{Permalink}" >{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}"> #{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment