Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--------------------------------->
- <!-----------[THEME 03]------------>
- <!-----THEME BY FOLKLORE THEMES---->
- <!---------FEBRUARY 2015----------->
- <!--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 stuff here-->
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Header Background" content="#000"/>
- <meta name="color:Title Color" content="#fff"/>
- <meta name="color:Header Links" 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" />
- <!--end of meta stuff-->
- <!--css starts here-->
- <style type="text/css">
- /*scrollbar stuff*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar}; /*scrollbar's slider color*/
- height:100px;
- -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;
- width:5px; /*width of slider*/
- background-color:#fff; /*scrollbar's main color*/
- }
- /**end scrollbar**/
- body {
- font-size:12px;
- font-family:sans-serif;
- color:{color:Text};
- background-color:{color:Background};
- margin:0;
- }
- 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;
- }
- /**insert either sidebar or header stuff here**/
- #header {
- width:100%;
- height: 80px;
- background-color:{color:Header Background};
- position: fixed;
- z-index: 10;
- top: 0px;
- left: 0px;
- }
- #header .title, #header .title a {
- color:{color:Header Links};
- font-size:22px;
- font-family:sans-serif;
- text-align:center;
- padding:5px 0px 2px 0px;
- margin-top:20px;
- text-transform:uppercase;
- }
- #header .title a:hover {
- color:{color:Header Background};
- background-color:{color:Header Links};
- }
- #header .description {
- color:{color:Header Links};
- font-size:11px;
- text-align:center;
- padding:0px;
- margin-left:3px;
- line-height:100%;
- font-family:sans-serif;
- }
- #header .description a {
- color:#fff;
- text-decoration: none;
- font-family:sans-serif;
- }
- #header .description a:hover {
- color: {color:Header Links};
- font-family:sans-serif;
- }
- #header .links, #header .links a {
- color:{color:Header Links};
- font-size: 12px;
- text-align:left;
- font-family:sans-serif;
- padding:0px 5px 5px 5px;
- margin-top:-2px;
- text-transform:uppercase;
- }
- #header .links a:hover {
- color:{color:Header Background};
- background-color:{color:Header Links};
- }
- #header .pagination {
- color:#fff;
- width: 260px;
- text-align: center;
- padding: 3px 0;
- font-size:30px;
- }
- #header .pagination a {
- color: #fff;
- text-decoration: none;
- font-size:30px;
- }
- #header .pagination a:hover {
- color: {color:Links};
- font-size:30px;
- }
- /**posts**/
- #content {
- width: 500px;
- margin-left:auto;
- margin-right:auto;
- margin-top:60px;
- margin-bottom:60px;
- padding: 20px 0;
- background-color:{color:Background};
- }
- #posts img {
- width:100%;
- margin:0 auto;
- }
- #content a {
- color:{color:Links};
- }
- #content a:hover {
- color:{color:Link Hover};
- }
- #content #posts {
- background-color:{color:Background};
- max-width: 100%;
- margin: 0 auto ;
- padding:15px 0;
- }
- #content #posts .title {
- font-size: 22px;
- }
- #content #posts .text {
- font-size:11px;
- }
- #content #posts h2 {
- font-size:14px;
- font-weight:normal;
- margin:0px;
- font-family:Verdana;
- }
- #content #posts h2 a {
- font-size:12px;
- }
- #content blockquote {
- border-left: solid 1px {color:Text};
- margin: 0;
- padding-left: 10px;
- }
- #content #posts .photocap {
- opacity:1;
- font-size:11px;
- padding-bottom:2px;
- }
- #content #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;
- }
- #content #posts .qut {
- font-size:15px;
- font-family:sans-serif;
- text-transform:uppercase;
- text-align:center;
- }
- #content #posts .src {
- text-align:right;
- margin-top:-7px;
- }
- #content #posts #qtmrk1 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-bottom:6px;
- }
- #content #posts #qtmrk2 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-top:8px;
- }
- #content #posts .photoset {
- max-width:500px;
- }
- #content #posts .label{
- font-family:sans-serif;
- display:inline;
- font-size:13px;
- padding-right:2px;
- }
- #content #posts .lines{
- font-family:sans-serif;
- display:inline;
- }
- .question {
- font-size:13px;
- color:{color:Text};
- font-family:sans-serif;
- text-align:left;
- }
- .asker {
- font-size:10px;
- color:{color:Links};
- font-family:sans-serif;
- text-align:left;
- padding-top:2px;
- padding-bottom:2px;
- display:inline;
- }
- .answer {
- font-size:12px;
- color:{color:Text};
- font-family:sans-serif;
- text-align:left;
- }
- 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;
- border: 1px solid black;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /**insert info, tags, permalink stuff here**/
- /**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:#eee;
- background-color:{color:Background};
- border:1px solid #eee;
- }
- </style>
- </head>
- <!--HTML starts here-->
- <!--sidebar/header-->
- <div id="header">
- <div class="title"><a href="/">{Title}</a></div>
- <div class="description">{Description}</div>
- <div class="links">
- <a href="/">home</a>
- {block:AskEnabled}<a href="/ask">inbox</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
- {block:HasPages}{block:Pages}<a href="{url}">{Label}</a>{/block:Pages}{/block:HasPages}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
- </div>
- </div>
- </div>
- <!--posts & content-->
- <div id="content">
- <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}
- {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}">{TimeAgo}</a> / <a href="{Permalink}">{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="cred">
- <a href="http://folklorethemes.tumblr.com">f</a>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment