Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #9 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="if:Header" content="1" />
- <meta name="if:GradientBG" content="0" />
- <meta name="if:FullPageBGImage" content="0" />
- <meta name="if:Link1" content="0" />
- <meta name="if:Link2" content="0" />
- <meta name="if:Link3" content="0" />
- <meta name="if:Link4" content="0" />
- <meta name="if:Twitter Link" content="0" />
- <meta name="if:Insta Link" content="0" />
- <meta name="color:Page Background" content="#c4c4c4" />
- <meta name="color:Gradient 1" content="#ffb5c0" />
- <meta name="color:Gradient 2" content="#cab5ff" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Links" content="#8331db" />
- <meta name="color:Links Hover" content="#51dfd4" />
- <meta name="color:Bold Text" content="#000" />
- <meta name="color:Italic Text" content="#000" />
- <meta name="color:Bold Italic Text" content="#000" />
- <meta name="color:Selection Text" content="#000" />
- <meta name="color:Selection" content="#00ffa4" />
- <meta name="color:Scrollbar Track" content="#c4c4c4" />
- <meta name="color:Scrollbar Thumb" content="#000" />
- <meta name="color:Top Bar" content="#000" />
- <meta name="color:Top Bar Links" content="#8331db" />
- <meta name="color:Top Bar Links Hover" content="#51dfd4" />
- <meta name="color:Blog Title" content="#fff" />
- <meta name="color:Sidebar Stuff" content="#ffaad7" />
- <meta name="color:Body Heading" content="#69c9ee" />
- <meta name="color:Quote" content="#000" />
- <meta name="color:Ask" content="#ccc" />
- <meta name="color:Ask Text" content="#000" />
- <meta name="image:Page BG" content="" />
- <meta name="image:Header Pic" content="" />
- <meta name="text:Header Quote" 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="" />
- <meta name="text:Twitter Username" content="" />
- <meta name="text:Instagram Username" content="" />
- <!--JQUERY-->
- <script src="https://dl.dropboxusercontent.com/s/u3gjc35avv9gchc/jquery-3.2.1.min.js"></script>
- <!--SHYTHEMES VIDEO RESIZER-->
- <script src ="https://dl.dropboxusercontent.com/s/m49onom4slre2wm/shythemes-vr.js"></script>
- <!--PIXEL UNION PHOTOSETS-->
- <script src="https://dl.dropboxusercontent.com/s/nv98cmeng3g3cqk/pxu-photosets.js"></script>
- <link href="https://dl.dropboxusercontent.com/s/fls0c1nyqz4y99p/pxu-photosets.css" rel="stylesheet" type="text/css"/>
- <!--SMOOTH SCROLL-->
- <script src="https://dl.dropboxusercontent.com/s/oc6o191q6hobc7r/smooth%20scroll.js"></script>
- <style>
- body {
- {block:IfGradientBG}
- background: linear-gradient({color:Gradient 1}, {color:Gradient 2});
- background-size: cover;
- background-attachment: fixed;
- {/block:IfGradientBG}
- {block:IfNotGradientBG}
- background-color: {color:Page BG};
- background-image: url({image:Page BG});
- background-attachment: fixed;
- background-position: center;
- background-size: 200px;
- {block:IfFullPageBGImage}
- background-size: cover;
- {/block:IfFullPageBGImage}
- {/block:IfNotGradientBG}
- color: {color:Text};
- font-family: 'Exo', sans-serif;
- }
- 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: {color:Scrollbar Track};
- }
- ::-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;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- z-index: 999999999999999999999999999999!important;
- }
- #topbar {
- height: 90px;
- position: fixed;
- z-index: 9;
- background-color: {color:Top Bar};
- width: 100%;
- left: 0px;
- right: 0px;
- top: 0px;
- }
- #topbar h1 {
- font-size: 46px;
- line-height: 60px;
- color: {color:Blog Title};
- margin: 0px;
- padding: 0px;
- font-family: 'blackoutmidnight';
- }
- #topbar a {
- color: {color:Top Bar Links};
- text-transform: uppercase;
- display: inline-block;
- padding: 4px 15px;
- font-size: 20px;
- line-height: 22px;
- }
- #topbar a:hover {
- color: {color:Top Bar Links Hover};
- letter-spacing: 4px;
- }
- {block:IfHeader}
- #header {
- position: absolute;
- top: 50px;
- width: 100%;
- height: 100%;
- left: 0px;
- right: 0px;
- background-image: url({image:Header Pic});
- background-position: center top;
- background-size: cover;
- z-index: 8!important;
- border-bottom: solid 10px {color:Top Bar};
- }
- #header .header-quo {
- background-color: rgba(255,255,255,0.5);
- color: black;
- text-shadow: 0px 0px 5px white;
- height: auto;
- width: 240px;
- font-weight: 700;
- padding: 30px;
- text-align: center;
- font-style: 6px;
- margin-top: calc(30%);
- margin-left: calc(50% - 150px);
- }
- {/block:IfHeader}
- #sidebar {
- position: fixed;
- top: 120px;
- right: calc(50% + 450px);
- width: 180px;
- }
- .side-pic {
- width: 130px;
- height: 130px;
- margin: 10px auto;
- }
- .blog-desc {
- height: auto;
- margin: 10px auto;
- width: 170px;
- font-size: 11px;
- text-transform: lowercase;
- background-color: {color:Sidebar Stuff};
- }
- .blog-desc div {
- width: 148px;
- margin: 0px;
- padding: 5px 10px;
- color: {color:Italic Text};
- font-style: italic;
- background: rgba(0,0,0,0.2);
- border-left: solid 2px black;
- }
- .blog-desc article {
- padding: 5px;
- width: 160px;
- max-height: 200px;
- overflow-y: scroll;
- }
- .blog-desc p {
- margin: 3px;
- }
- .pagi a {
- display: inline-block;
- font-size: 13px;
- padding: 5px auto;
- text-align: center;
- margin: 5px;
- padding: 10px 15px;
- color: {color:Text};
- background-color: {color:Sidebar Stuff};
- }
- .pagi a:hover {
- color: black;
- text-decoration: none;
- background-color: {color:Italic Text};
- }
- #content {
- width: 550px;
- top: 140px;
- {block:IfHeader}top: calc(100% + 100px);{/block:IfHeader}
- position: absolute;
- left: calc(50% - 293px);
- padding-bottom: 20px;
- }
- .post {
- width: 500px;
- padding: 10px;
- margin: 25px 15px 10px;
- background: white;
- }
- .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};
- }
- .spotify_audio_player {
- height: 80px!important;
- }
- .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: white;
- 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: 500px;
- margin: 10px 30px 25px;
- text-align: center;
- }
- .tags a {
- display: inline-block;
- font-size: 12px;
- line-height: 20px;
- padding: 4px 10px;
- background-color: black;
- color: white;
- margin: 3px 5px;
- }
- .tags a:hover {
- background-color: white;
- 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;
- }
- #credit {
- position: fixed;
- right: 5px;
- bottom: 5px;
- }
- /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 30, 2017 */
- @font-face {
- font-family: 'blackoutmidnight';
- src: url('https://dl.dropboxusercontent.com/s/sgu25gtxoa6drpc/blackout-midnight-webfont.woff2') format('woff2'),
- url('https://dl.dropboxusercontent.com/s/2aggqiwn1z4on74/blackout-midnight-webfont.woff') format('woff'),
- url('https://dl.dropboxusercontent.com/s/q3b0cvi5v8hdznh/blackout-midnight-webfont.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="container">
- <div id="topbar" align="center">
- <h1>{Title}</h1>
- <a href="/">Home</a>
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:IfLink4}
- {block:IfTwitterLink}<a href="http://www.twitter.com/{text:Twitter Username}">Twitter</a>{/block:IfTwitterLink}
- {block:IfInstaLink}<a href="http://www.instagram.com/{text:Instagram Username}">Instagram</a>{/block:IfInstaLink}
- </div>
- {block:IfHeader}
- <div class="item-wrapper page-{CurrentPage}">
- <div id="header">
- <div class="header-quo">{text:Header Quote}</div>
- </div>
- </div>
- {/block:IfHeader}
- <div id="stuff">
- <div id="sidebar" align="center">
- <img class="side-pic" src="{PortraitURL-128}" />
- <div class="blog-desc"><div style="background-color:rgba(0,0,0.1);">{Name}</div><article>{Description}</article></div>
- {block:Pagination}<div class="pagi" align="center">
- {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div>{/block:Pagination}
- </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}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</article>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<article class="text">{Caption}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</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}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</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}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:Caption}<article class="text">{Caption}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</article>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}<article class="text">{Caption}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</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}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</div>
- {/block:Answerer}
- {block:NotReblog}<div class="answer">{Answer}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</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>
- <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>
- <script>
- // minimal soundcloud player © shythemes.tumblr
- $(document).ready(function(){
- var color = '#000'; // color of play button (hex)
- $('.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: 116, width: '100%' });
- });
- });
- </script>
- <a id="credit" href="http://voicelessthemes.tumblr.com">©</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement