Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #8 BY VOICELESSTHEMES
- DO NOT CLAIM AS YOUR OWN OR STEAL PARTS OF MY CODE
- LEAVE CREDIT INTACT--->
- <!---META STUFF-->
- <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}
- <!---END META STUFF--->
- <!--THEME OPTIONS-->
- <!--IF VARIABLES-->
- <meta name="if:GradientBG" content="0" />
- <meta name="if:FullPageBGImage" content="0" />
- <!--COLOR VARIABLES-->
- <meta name="color:Gradient 1" content="#ffb5c0" />
- <meta name="color:Gradient 2" content="#cab5ff" />
- <meta name="color:Page BG" content="#ffb5c0" />
- <meta name="color:Text" content="#818181" />
- <meta name="color:Text Heading" content="#000" />
- <meta name="color:Bold Text" content="#818181" />
- <meta name="color:Italic Text" content="#818181" />
- <meta name="color:Bold Italic Text" content="#818181" />
- <meta name="color:Links" content="#fff" />
- <meta name="color:Links Hover" content="#ffb5c0" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Quote" content="#818181" />
- <meta name="color:Ask Text" content="#000" />
- <meta name="color:Ask" content="#ccc" />
- <meta name="color:Info BG" content="#000" />
- <meta name="color:Tags" content="#000" />
- <meta name="color:Tags Hover" content="#ffb5c0" />
- <!--IMAGE VARIABLES-->
- <meta name="image:Page BG" content="" />
- <meta name="image:Transparent Left Image" content="" />
- <meta name="image:Sidebar" content="" />
- <!--TEXT VARIABLES-->
- <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:Link 5 URL" content="" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="text:Transparent Pic Width" content="300" />
- <!--END THEME OPTIONS-->
- <!--SATURN THEMES ICONS-->
- <link href="https://dl.dropboxusercontent.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <!--JQUERY-->
- <script src="https://dl.dropboxusercontent.com/s/u3gjc35avv9gchc/jquery-3.2.1.min.js"></script>
- <!--GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Poppins" rel="stylesheet">
- <!--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>
- <!--CSS-->
- <style>
- /*---BASIC---*/
- 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;
- {block:IfFullPageBGImage}
- background-size: cover;
- {/block:IfFullPageBGImage}
- {/block:IfNotGradientBG}
- color: {color:Text};
- font-family: 'Poppins', sans-serif;
- font-size: 12px;
- }
- b, strong {
- 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 {
- color: {color:Bold Italic Text};
- }
- a {
- color: {color:Links};
- text-decoration: none;
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- a:hover {
- color: {color:Links Hover};
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- h1, h2, h3, h4, h5, h6 {
- font-family: 'Amatic SC', cursive;
- font-weight: 700;
- }
- ::-webkit-scrollbar {
- width:3px;
- height:3px;
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- width: 3px;
- height: 3px;
- background: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- }
- blockquote img {
- max-width: 100%;
- }
- blockquote {
- padding: 0px 0px 0px 8px;
- margin: 0px 0px 0px 4px;
- border-left: solid 1px black;
- }
- blockquote h2 {
- font-size: 20px;
- }
- .tabs {
- width:100%;
- margin-left:0px;
- display:inline-block;
- }
- #topbar {
- line-height: 50px!important;
- height: 50px;
- padding: 5px;
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- width: 100%;
- background: black;
- font-size: 22px;
- font-family: 'Amatic SC', cursive;
- z-index: 9;
- }
- #topbar .avatar {
- height: 50px;
- width: 50px;
- margin-right: 10px;
- float: left;
- }
- #topbar .toplinks {
- display: inline-block;
- }
- #topbar a {
- color: {color:Bold Italic Text};
- display: inline-block;
- float: left;
- line-height: 50px;
- padding: 0px 20px;
- }
- #topbar a:hover {
- color: white;
- letter-spacing: 10px;
- }
- /*---POST TAB---*/
- #sidebar {
- width: 250px;
- position: fixed;
- left: 50px;
- background-color: white;
- border: solid 1px black;
- padding: 10px;
- top: 100px;
- }
- #sidebar h1 {
- text-align: center;
- width: 100%;
- font-size: 28px;
- padding: 10px;
- margin: -10px -10px 10px;
- border-bottom: solid 1px black;
- }
- .sidepic {
- width: 100%;
- height: auto;
- margin-bottom: 10px;
- border: solid 1px black;
- }
- .desc {
- padding: 10px;
- border: dotted 1px black;
- text-align: center;
- max-height: 180px;
- overflow-y: scroll;
- }
- .pagi {
- width: 250px;
- text-align: center;
- padding: 5px 0px;
- }
- .pagi a {
- color: white;
- background-color: {color:Links};
- display: inline-block;
- font-size: 12px;
- padding: 5px;
- margin: 5px;
- }
- .pagi a:hover {
- background-color: {color:Links Hover};
- }
- #post-content {
- width: 550px;
- margin: 100px auto 0px;
- margin-left: 380px;
- }
- #post-content .entry {
- width: 550px;
- margin-top: 0px;
- margin-bottom: 100px;
- }
- #post-content .post {
- background: white;
- width: 500px;
- margin: 10px 15px 5px;
- padding: 10px;
- border: solid 1px black;
- }
- #post-content .text h2 {
- color: {color:Text Heading};
- font-size: 20px;
- }
- #post-content .title {
- font-size: 24px;
- line-height: 30px;
- padding: 0px;
- margin: 0px;
- }
- #post-content .text {
- font-size: 13px;
- text-align: justify;
- }
- #post-content .text img {
- max-width: 100%;
- height: auto;
- }
- #post-content .photo {
- width: 100%;
- height: auto;
- }
- #post-content .quo-txt {
- font-size: 20px;
- color: {color:Quote};
- font-family: 'Amatic SC', cursive;
- font-weight: 700;
- text-align: center;
- }
- #post-content .quo-src {
- text-align: right;
- margin-top: 10px;
- }
- #post-content .cht-line {
- text-align: justify;
- font-size: 15px;
- padding: 5px;
- }
- #post-content .spotify_audio_player {
- height: 80px!important;
- }
- #post-content .ask-quest {
- width: 100%;
- margin: 0px 0px 10px;
- }
- #post-content .ask-quest .question-content {
- padding: 10px;
- color: {color:Ask Text};
- border-radius: 15px;
- font-size: 14px;
- background-color: {color:Ask};
- text-align: center;
- }
- #post-content .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;
- }
- #post-content .asker {
- text-align: right;
- }
- #post-content .asker span {
- margin: 0px 20px 0px auto;
- padding: 0px;
- display: block;
- line-height: 40px;
- font-size: 13px;
- float: right;
- }
- #post-content .asker img {
- display: block;
- width: 30px;
- float: right;
- height: 30px;
- border-radius: 50%;
- border: solid 1px {color:Ask};
- }
- #post-content .answer {
- border: dotted 1px {color:Ask};
- margin: 60px 10px 10px;
- padding: 10px;
- }
- #post-content .answer img {
- width: 100%;
- height: auto;
- }
- #post-content .answer .answererpic {
- width: 30px!important;
- height: 30px!important;
- float: left;
- margin-right: 5px;
- border-radius: 50%;
- border: solid 1px {color:Ask};
- }
- #post-content .post-info {
- margin: 10px -10px -10px;
- background: {color:Info BG};
- padding: 5px 10px;
- color: white;
- border-top: solid 1px black;
- }
- #post-content .post-info a {
- color: white;
- }
- #post-content .post-info .inf-left {
- margin-left: 0px;
- line-height: 30px;
- display: block;
- width: 250px;
- text-align: left;
- }
- #post-content .post-info .inf-right {
- width: 250px;
- margin-left: 50%;
- margin-right: 0px;
- line-height: 30px;
- display: block;
- text-align: right;
- margin-top: -30px;
- }
- #post-content .like-b {
- position:relative;
- display:inline-block;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:-1px;
- }
- #post-content .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- #post-content .like-b .liked + .b {
- color:black;
- }
- #post-content .tags {
- width: 500px;
- margin: 5px 25px 10px;
- text-align: center;
- font-family: 'Amatic SC', cursive;
- }
- #post-content .tags a {
- font-size: 18px;
- letter-spacing: 1px;
- color: white;
- background-color: {color:Tags};
- padding: 5px;
- margin: 5px;
- display: inline-block;
- }
- #post-content .tags a:hover {
- background-color: {color:Tags Hover};
- }
- /*---CREDIT---*/
- #th-cred {
- position: fixed;
- bottom: 10px;
- right: 15px;
- color: black;
- font-weight: 600;
- font-size: 36px;
- z-index: 99999999999999;
- display: block;
- }
- #th-cred:hover {
- text-decoration: none;
- color: white;
- }
- .page-side-pic {
- position: fixed;
- right: 15px;
- bottom: 0px;
- width: {text:Transparent Pic Width}px;
- height: auto;
- }
- </style>
- <!--END CSS-->
- </head>
- <body>
- <div id="topbar">
- <img class="avatar" src="{PortraitURL-128}" />
- <div class="toplinks">
- <a href="/">Refresh</a>
- <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
- <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
- <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
- <a href="http://voicelessthemes.tumblr.com">THEME</a>
- </div>
- </div>
- <div id="sidebar">
- <h1>{Title}</h1>
- <img src="{image:Sidebar}" class="sidepic" />
- <div class="desc">
- {Description}
- </div>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">Back</a> | {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <!--POSTS-->
- <div id="post-content">
- {block:Posts}
- <div class="entry">
- <div class="post">
- {block:Text}
- {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
- <article class="text">{Body}</article>
- {block:More}<a href="{Permalink}" align="center">read more</a>{/block:More}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" class="photo" alt="{PhotoAlt}" />
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quo-txt">{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}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {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"><img class="answererpic" src="{AnswererPortraitURL-96}" /><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 class="post-info">
- <div class="inf-left">
- <a href="{Permalink}">{TimeAgo}</a>
- |
- <a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>
- </div>
- <div class="inf-right">
- <a href="{ReblogURL}"><span class="sf sf-reblog-o"></span></a>
- <a class="like-b" href="#">{LikeButton}<span class="b sf sf-hearts-o"></span></a>
- </div>
- </div>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="post" id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <!--END POSTS-->
- <img class="page-side-pic" src="{image:Transparent Left Image}" />
- <!--SCRIPTS-->
- <!--SHYTHEMES MINIMAL SOUNDCLOUD PLAYER-->
- <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>
- <!--PIXEL UNION PHOTOSETS-->
- <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>
- <!--END SCRIPTS-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement