Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #5 BY VOICELESSTHEMES
- DO NOT CLAIM AS YOUR OWN OR STEAL PARTS OF MY CODE
- LEAVE CREDIT INTACT--->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:Page Background" content="#ccc" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Links" content="#91ff87" />
- <meta name="color:Links Hover" content="#adf0e8" />
- <meta name="color:Bold Text" content="#55d0c7" />
- <meta name="color:Italic Text" content="#93a5d8" />
- <meta name="color:Bold Italic Text" content="#916bab" />
- <meta name="color:Selection Text" content="#000" />
- <meta name="color:Selection" content="#b834e1" />
- <meta name="color:Scrollbar Thumb" content="#000" />
- <meta name="color:Blog Title Text" content="#000" />
- <meta name="color:Blog Title Glow" content="#fff" />
- <meta name="color:Pagination Links" content="#000" />
- <meta name="color:Pagination Current" content="#cab5ff" />
- <meta name="color:Body Heading" content="#69c9ee" />
- <meta name="color:Quote" content="#000" />
- <meta name="color:Audio Player" content="#000" />
- <meta name="color:Song Info" content="#fff" />
- <meta name="color:Ask" content="#ccc" />
- <meta name="color:Ask Text" content="#000" />
- <meta name="color:Sidebar Links BG" content="#ccc" />
- <meta name="color:Sidebar Links Text" content="#fff" />
- <meta name="image:Page Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:Ask Link" content="0" />
- <meta name="if:Submit Link" content="0" />
- <meta name="if:Link 1" content="0" />
- <meta name="if:Link 2" content="0" />
- <meta name="if:Link 3" content="0" />
- <meta name="if:Link 4" content="0" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Label" content="" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Label" content="" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Label" content="" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Label" content="" />
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://use.fontawesome.com/1796a42c5c.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Crafty+Girls" rel="stylesheet">
- <style>
- body {
- background-color: {color:Page Background};
- background-image: url("{image:Page Background}");
- background-attachment: fixed;
- color: {color:Text};
- font-family: 'Crafty Girls', cursive;
- }
- a {
- text-decoration: none;
- color: {color:Links};
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color: {color:Links Hover};
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- b, strong {
- font-weight: 700;
- color: {color:Bold Text};
- }
- i, em {
- color: {color:Italic Text};
- }
- b i, i b, strong i, i strong, em b, b em, em strong, strong em {
- font-weight: 800;
- color: {color:Bold Italic Text};
- }
- ::selection {
- color: {color:Selection Text};
- background-color: {color:Selection};
- }
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar Thumb};
- border-radius: 10px;
- }
- blockquote {
- padding: 0px 0px 0px 10px;
- margin: 0px 0px 0px 5px;
- border-left: solid 1px {color:Text};
- }
- blockquote img {
- width: 100%;
- height: auto;
- }
- #blog-tit {
- width: 100%;
- font-size: 80px;
- padding: 10px 0px;
- position: fixed;
- color: {color:Blog Title Text};
- top: 0px;
- left: 0px;
- right: 0px;
- text-shadow: 0px 0px 5px {color:Blog Title Glow};
- font-family: 'kg_a_little_swagregular';
- }
- #blog-tit span {
- display: block;
- padding: 0px;
- margin-top: -70px;
- }
- #side-1 {
- width: 200px;
- position: fixed;
- top: 140px;
- right: calc(50% + 315px);
- }
- #side-1 img {
- width: 200px;
- border: solid 10px rgba(255,255,255,0.9);
- margin: 0px auto 10px;
- }
- #side-1 .desc {
- width: 200px;
- padding: 10px;
- font-size: 12px;
- background-color: rgba(255,255,255,0.9);
- }
- #side-1 .desc article {
- overflow-y: scroll;
- max-height: 140px;
- }
- #content {
- width: 550px;
- padding: 0px 15px;
- overflow-x: hidden;
- position: absolute;
- height: calc(100% - 100px);
- overflow-y: scroll;
- top: 80px;
- left: calc(50% - 293px);
- }
- .post {
- width: 500px;
- padding: 10px;
- margin: 25px 15px 10px;
- background: rgba(255,255,255,0.9);
- }
- .post .title {
- font-size: 26px;
- line-height: 30px;
- font-weight: bold;
- margin: 0px;
- padding: 0px 2px;
- }
- .post .text {
- font-size: 13px;
- }
- .post .picpost {
- width: 100%;
- height: auto;
- }
- .post .quo-txt {
- font-size: 20px;
- font-style: italic;
- color: {color:Quote};
- line-height: 20px;
- }
- .post .quo-txt i.fa {
- font-size: 30px;
- float: left;
- display: block;
- color: {color:Quote};
- width: 40px;
- line-height: 40px;
- text-align: center;
- }
- .post .quo-src {
- font-size: 13px;
- text-align: right;
- }
- .cht-line {
- border-top: dotted 1px {color:Text};
- line-height: 20px;
- }
- .cht-line:last-child {
- border-bottom: dotted 1px {color:Text};
- }
- .audio-cont {
- height: 70px;
- width: 100%;
- background: {color:Audio Player};
- }
- .audio-cont .player {
- width: 30px;
- height: 30px;
- overflow: hidden;
- margin: 20px;
- display: block;
- float: left;
- }
- .audio-cont .info {
- display: block;
- float: right;
- font-size: 13px;
- height: 70px;
- padding-right: 10px;
- text-align: right;
- width: calc(100% - 80px);
- color: {color:Song Info};
- }
- .audio-cont .info p {
- margin: 5px;
- padding: 0px;
- }
- .ask-quest {
- width: 100%;
- margin: 0px 0px 10px;
- }
- .ask-quest .question-content {
- padding: 10px;
- color: {color:Ask Text};
- border-radius: 15px;
- font-size: 14px;
- background-color: {color:Ask};
- }
- .ask-quest .triangle {
- height: 0px;
- width: 0px;
- margin-left: 400px;
- border-top: solid 10px {color:Ask};
- border-left: solid 15px transparent;
- border-right: solid 15px transparent;
- }
- .asker {
- text-align: right;
- }
- .asker span {
- margin: 0px 20px 0px auto;
- padding: 0px;
- display: block;
- line-height: 40px;
- font-size: 13px;
- float: right;
- }
- .asker img {
- display: block;
- width: 34px;
- float: right;
- height: 34px;
- border-radius: 50%;
- border: solid 3px {color:Ask};
- }
- .answer {
- border: dotted 1px {color:Ask};
- margin: 60px 10px 10px;
- padding: 10px;
- }
- .answer img {
- width: 100%;
- height: auto;
- }
- .post-info {
- width: 500px;
- padding: 10px;
- margin: 10px 15px;
- background: rgba(255,255,255,0.9);
- height: 22px;
- }
- .post-info .perma {
- float: left;
- display: block;
- font-size: 12px;
- line-height: 22px;
- height: 22px;
- }
- .post-info .like-rb {
- float: right;
- display: block;
- font-size: 12px;
- line-height: 22px;
- }
- .post-info .like-rb div {
- display: inline-block;
- }
- .tags {
- width: 540px;
- margin: 10px 30px 25px;
- text-align: center;
- }
- .tags a {
- display: inline-block;
- font-size: 12px;
- line-height: 20px;
- padding: 4px 10px;
- background-color: rgba(0,0,0,0.9);
- color: white;
- margin: 3px 5px;
- }
- .tags a:hover {
- background-color: rgba(255,255,255,0.9);
- color: black;
- }
- #postnotes {
- font-size: 14px;
- line-height: 24px;
- max-height: 350px;
- text-align: center;
- overflow-y: scroll;
- }
- #postnotes ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:Text};
- }
- #postnotes ol.notes li.note {
- border-top: solid 1px {color:Text};
- padding: 5px 0px 0px;
- }
- #postnotes ol.notes li.note img.avatar {
- display: none;
- }
- #postnotes ol.notes li.note span.action {
- font-weight: bold;
- }
- #postnotes ol.notes li.note .answer_content {
- font-weight: normal;
- }
- #side-2 {
- width: 200px;
- position: fixed;
- top: 140px;
- left: calc(50% + 315px);
- }
- #side-2 .navi {
- margin: 10px 0px;
- width: 210px;
- padding: 5px;
- background-color: rgba(255,255,255,0.9);
- }
- #side-2 .navi a {
- background-color: {color:Sidebar Links BG};
- color: {color:Sidebar Links Text};
- display: block;
- line-height: 12px;
- height: 12px;
- font-size: 12px;
- padding: 5px;
- margin: 5px;
- }
- #side-2 .navi a:hover {
- color: {color:Sidebar Links BG};
- background-color: {color:Sidebar Links Text};
- }
- #side-2 .blog-search {
- width: 200px;
- padding: 10px;
- margin: 10px 0px;
- background-color: rgba(255,255,255,0.9);
- }
- #side-2 .blog-search .sfm input {
- background-color: {color:Sidebar Links BG};
- font-size: 10px;
- border: 0px;
- margin: 0px 0px 0px 0px;
- letter-spacing: 1px;
- padding: 4px 8px;
- color: {color:Sidebar Links Text};
- }
- #side-2 .pagi {
- width: 100%;
- padding: 10px;
- margin: 10px 0px;
- background-color: rgba(255,255,255,0.9);
- }
- #side-2 .pagi a, #side-2 .pagi span {
- padding: 4px;
- margin: 2px;
- width: 16px;
- height: 16px;
- display: inline-block;
- font-size: 14px;
- }
- #side-2 .pagi a {
- color: {color:Pagination Links};
- }
- #side-2 .pagi .fa {
- color: {color:Pagination Links};
- }
- #side-2 .pagi a:hover, #side-2 .pagi .fa:hover {
- color: {color:Links Hover};
- }
- #side-2 .pagi span {
- color: {color:Pagination Current};
- }
- #credit {
- position: fixed;
- right: 5px;
- bottom: 5px;
- color: black;
- }
- @font-face {
- font-family: 'kg_a_little_swagregular';
- src: url('https://dl.dropboxusercontent.com/s/pk28t49lqeyipne/kgalittleswag-webfont.woff2') format('woff2'),
- url('https://dl.dropboxusercontent.com/s/e12f51gooczoj11/kgalittleswag-webfont.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }
- {CustomCSS}
- </style>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '10px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </head>
- <body>
- <div id="container">
- <div id="blog-tit" align="center">(______________________________________)<br><span>{Title}</span></div>
- <div id="side-1" align="center">
- <img src="{image:Sidebar}" />
- <div class="desc"><article>{Description}</article></div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
- <article class="text">{Body}
- {block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</article>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" class="picpost" alt="{PhotoAlt}" />
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quo-txt"><i class="fa fa-quote-left" aria-hidden="true"></i>{Quote}</div>
- <div class="quo-src">{Source}</div>
- {/block:Quote}
- {block:Link}
- <h4 class="title"><a href="{URL}">{Name}</a></h4>
- {block:Description}<article class="text">{Description}</article>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
- {block:Lines}<article class="cht-line">{block:Label}<strong>{Label} </strong>{/block:Label}{Line}</article>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio-cont">
- <div class="player">
- {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
- </div>
- <div class="info"><p>
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Album}{Album}<br>{/block:Album}
- {block:Artist}{Artist}{/block:Artist}
- </p></div>
- </div>
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="ask-quest">
- <div class="question-content">{Question}</div><div class="triangle"></div>
- </div>
- <div class="asker"><img src="{AskerPortraitURL-96}" /><span>{Asker}</span></div>
- {block:Answerer}
- <div class="answer"><strong>{Answerer} replied:</strong><br>{Answer}</div>
- {/block:Answerer}
- {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="text">{Replies}</div>{/block:RebloggedFrom}
- {/block:Answer}
- </div>
- {block:Date}<div class="post-info">
- <div class="perma"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} | <a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- <div class="like-rb"><div>{ReblogButton color="black"}</div> <div>{LikeButton color="black"}</div></div>
- </div>{/block:Date}
- {block:HasTags}<div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="post" id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <div id="side-2" align="center">
- <div class="navi">
- <a href="/">Home</a>
- <a href="/archive">Past</a>
- {block:AskEnabled}{block:IfAskLink}<a href="/ask">Message</a>{/block:IfAskLink}{/block:AskEnabled}
- {block:SubmissionsEnabled}{block:IfSubmitLink}<a href="/submit">Submit</a>{/block:IfSubmitLink}{/block:SubmissionsEnabled}
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>
- {/block:Pages}{/block:HasPages}
- {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1 Label}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2 Label}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3 Label}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4 Label}</a>{/block:IfLink4}
- </div>
- <div class="blog-search">
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" id="sf"/>
- <input type="submit" value="Search" id="sb"/>
- </form>
- </div>
- {block:Pagination}<div class="pagi" align="center">{block:PreviousPage}
- <a href="{PreviousPage}"><i class="fa fa-caret-left"></i></a>
- {/block:PreviousPage}{block:JumpPagination length="3"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
- <a href="{NextPage}"><i class="fa fa-caret-right"></i></a>
- {/block:NextPage}</div>{/block:Pagination}
- </div>
- <a id="credit">©</a>
- <script>
- $(document).ready(function(){
- var color = '{color:Audio Player}';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:Audio Player} !important} .play-pause{color:#fff !important} </style>"));
- });
- });
- </script>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement