Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--------------------------------->
- <!-------------[CHASM]------------->
- <!-----THEME BY FOLKLORE THEMES---->
- <!----------FEBRUARY 2016---------->
- <!--DO NOT STEAL OR REMOVE CREDIT-->
- <!--------------------------------->
- <!--------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!--meta stuff here-->
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="image:Left Sidebar" content=""/>
- <meta name="image:Right Sidebar" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Title Background" content=""/>
- <meta name="color:Left Sidebar" content=""/>
- <meta name="color:Right Sidebar" content=""/>
- <meta name="color:Posts Background" content="#fff"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#313030"/>
- <meta name="color:Links" content="#605f5f"/>
- <meta name="color:Link Hover" content="#CECECE" />
- <meta name="color:Scrollbar" content="#605f5f" />
- <meta name="text:Panel 1" content="" />
- <meta name="text:Panel 1 Content" content=""/>
- <meta name="text:Panel 2" content=""/>
- <meta name="text:Panel 2 Content" content=""/>
- <meta name="text:Panel 3" content=""/>
- <meta name="text:Panel 3 Content" content=""/>
- <meta name="text:Panel 4" content=""/>
- <meta name="text:Panel 4 Content" content=""/>
- <style type="text/css">
- /*scrollbar stuff*/
- ::-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:7px; /*width of slider*/
- background-color:#fff;
- /*scrollbar's main color*/
- }
- /**body**/
- body {
- font-size:12px;
- font-family:Courier;
- color:{color:Text};
- margin:0 auto;
- 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}
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -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};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- #sidebar_left{
- height:100%;
- position:fixed;
- width:350px;
- background-color:{color:Left Sidebar};
- background-image:url('{image:Left Sidebar}');
- top:0px;
- left:0px;
- }
- #title{
- font-size:22px;
- letter-spacing:5px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:Title};
- text-align:center;
- margin-top:240px;
- border:1px solid #000;
- width:150px;
- max-width:200px;
- margin-left:auto;
- margin-right:auto;
- background-color:{color:Title Background};
- }
- #title a{
- color:{color:Title};
- }
- #title a:hover{
- color:{color:Link Hover};
- }
- #description{
- font-size:14px;
- text-align:center;
- color:{color:Title};
- background-color:{color:Title Background};
- max-width:300px;
- margin:12px auto 0px auto;
- border: 1px solid #000;
- padding:2px 1px;
- }
- #sidebar_right{
- height:100%;
- position:fixed;
- width:350px;
- background-color:{color:Right Sidebar};
- background-image:url('{image:Right Sidebar}');
- top:0px;
- right:0px;
- }
- #accordion{
- margin-top:210px;
- margin-right:15px;
- }
- #accordion ul {
- text-align: center;
- margin: 0;
- }
- #accordion ul li {
- list-style-type: none;
- text-transform:uppercase;
- padding: 0.4em;
- font-size: 14px;
- color:{color:Title};
- background-color:{color:Title Background};
- border:1px solid #000;
- letter-spacing: 0.2em;
- margin:10px;
- transition: 0.3s ease all;
- }
- .panel {
- display: none;
- padding: 25px;
- border: 1px #000 solid;
- margin:10px;
- text-align:center;
- padding: 0.4em;
- font-size: 11px;
- background-color:{color:Title Background};
- letter-spacing: 0.2em;
- color:{color:Title};
- }
- #posts {
- width:500px;
- margin:50px auto;
- padding:15px;
- background-color:{color:Posts Background};
- border:1px solid {color:Border};
- }
- #posts img {
- margin:0 auto;
- width:500px;
- }
- #posts .title {
- color:{color:Links};
- font-size:18px;
- font-family:'PT Sans Narrow', sans-serif;
- 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;
- font-family:Verdana;
- }
- #posts h2 a {
- font-size:12px;
- }
- blockquote {
- border-left: solid 1px {color:Text};
- margin: 0;
- padding-left: 10px;
- }
- #posts .photocap {
- opacity:1;
- font-size:11px;
- padding-bottom:2px;
- }
- #posts:hover .photocap {
- opacity:1;
- font-size:11px;
- padding-bottom:2px;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- #posts .qut {
- font-size:15px;
- font-family:'PT Sans Narrow',sans-serif;
- text-transform:uppercase;
- text-align:center;
- }
- #posts .src {
- text-align:right;
- margin-top:-7px;
- }
- #posts #qtmrk1 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-bottom:6px;
- }
- #posts #qtmrk2 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-top:8px;
- }
- #posts .photoset {
- width:500px;
- padding-right:10px;
- /*edited~*/
- margin:0 auto;
- /*edited~*/
- }
- #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:13px;
- color:{color:Text};
- font-family:arial;
- text-align:left;
- }
- .asker {
- font-size:12px;
- 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:left;
- }
- td img{
- max-height:64px;
- max-width:64px;
- }
- 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 & tags**/
- #posts #info {
- opacity:1;
- font-size:11px;
- padding-top:8px;
- font-family:Courier;
- text-align:right;
- text-transform:uppercase;
- margin:0 auto;
- border-top: 1px solid #dccbe7;
- }
- #posts:hover #info {
- opacity:1;
- font-size:11px;
- font-family:Courier;
- text-transform:uppercase;
- padding-top:8px;
- text-align:right;
- border-top: 1px solid #eee;
- text-transform:uppercase;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- margin:0 auto;
- }
- #posts #info .tags{
- opacity:0;
- font-size:10px;
- font-family:Courier;
- letter-spacing:1px;
- text-align:right;
- text-transform:none;
- font-style:italic;
- }
- #posts:hover #info .tags{
- opacity:1;
- font-size:10px;
- letter-spacing:1px;
- font-family:Courier;
- text-transform:none;
- text-align:right;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- #notecontainer {
- margin: 20px auto;
- width: 500px;
- font-size: 11px;
- }
- #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- /**credit**/
- #cred {
- font-family:sans-serif;
- font-size:10px;
- }
- #cred a {
- position:fixed;
- width:20px;
- padding-top:3px;
- padding-bottom:3px;
- bottom:5px;
- right:7px;
- text-align:center;
- box-align:center;
- text-transform:none;
- color:{color:Links};
- background-color:{color:Posts Background};
- border:1px solid {color:Border Color};
- }
- #cred a:hover {
- color:{color:Links};
- background-color:#dccbe7;
- }
- </style>
- <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
- <script type="text/javascript">
- $(function() {
- var $navLink = $('#accordion').find('li');
- $navLink.on('click', function() {
- var panelToShow = $(this).data('panel-id');
- var $activeLink = $('#accordion').find('.active');
- // show new panel
- // .stop is used to prevent the animation from repeating
- // if you keep clicking the same link
- $('.' + panelToShow).stop().slideDown();
- $('.' + panelToShow).addClass('active');
- // hide the previous panel
- $activeLink.stop().slideUp()
- .removeClass('active');
- });
- });
- </script>
- <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
- </head>
- <body>
- </div>
- <!--posts & content-->
- <div id="sidebar_left">
- <div id="title"><a href="/">{Title}</a></div>
- {block:Description} <div id="description">{Description}</div>{/block:Description}
- </div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="posts">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}<div id="photoset">
- {Photoset}<!-- edited~ -->
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}</div>
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {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 id="qtmrk1">“</div>{Quote}<div id="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 #a0a0a0;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> asked: <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 id="info">
- <a href="{Permalink}">{block:Date}{TimeAgo} / {/block:Date}</a><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- {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}" target="_blank"></a>{/block:RebloggedFrom}{/block:PermalinkPage}
- {block:HasTags}<div id="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>
- <div id="sidebar_right">
- <div id="accordion">
- <ul class="panels">
- <li data-panel-id="panel1">{text:Panel 1}</li>
- <div class="panel panel1">
- <p>{text:Panel 1 Content}</p>
- </div>
- <li data-panel-id="panel2">{text:Panel 2}</li>
- <div class="panel panel2">
- <p>{text:Panel 2 Content}</p>
- </div>
- <li data-panel-id="panel3">{text:Panel 3}</li>
- <div class="panel panel3">
- <p>{text:Panel 3 Content}</p>
- </div>
- <li data-panel-id="panel4">{text:Panel 4}</li>
- <div class="panel panel4">
- <p>{text:Panel 4 Content}</p>
- </div>
- </ul>
- </div>
- </div>
- <div id="cred">
- <a href="http://folklorethemes.tumblr.com">f</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment