Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME 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="black" />
- <meta name="color:Tags Hover" content="pink" />
- <!--IMAGE VARIABLES-->
- <meta name="image:Page BG" 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="" />
- <!--END THEME OPTIONS-->
- <!--FONTAWESOME ICONS-->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--JQUERY-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
- <!--GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Poppins" rel="stylesheet">
- <!--SHYTHEMES VIDEO RESIZER-->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--PIXEL UNION PHOTOSETS-->
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--LINEAR ICONS-->
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <!--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;
- }
- #topbar {
- line-height: 50px;
- height: 50px;
- padding: 5px;
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- width: 100%;
- background: black;
- }
- #topbar .avatar {
- height: 50px;
- width: 50px;
- margin-right: 10px;
- float: left;
- }
- #topbar a {
- font-size: 22px;
- font-family: 'Amatic SC', cursive;
- font-weight: 800;
- display: inline-block;
- margin: 0px 15px;
- }
- #topbar a:hover {
- color: white;
- letter-spacing: 10px;
- }
- #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};
- }
- #content {
- width: 550px;
- margin: 100px auto 0px;
- margin-left: 380px;
- }
- .entry {
- width: 550px;
- margin-top: 0px;
- margin-bottom: 100px;
- }
- .post {
- background: white;
- width: 500px;
- margin: 10px 15px 5px;
- padding: 10px;
- border: solid 1px black;
- }
- .text h2 {
- color: {color:Text Heading};
- font-size: 20px;
- }
- .title {
- font-size: 20px;
- line-height: 30px;
- padding: 0px;
- margin: 0px;
- }
- .text {
- font-size: 13px;
- text-align: justify;
- }
- .text img {
- max-width: 100%;
- height: auto;
- }
- .photo {
- width: 100%;
- height: auto;
- }
- .quo-txt {
- font-size: 18px;
- color: {color:Quote};
- font-family: 'Amatic SC', cursive;
- font-weight: 700;
- }
- .quo-txt .fa {
- color: {color:Quote}!important;
- }
- .quo-src {
- text-align: right;
- margin-top: 10px;
- }
- .cht-line {
- text-align: justify;
- font-size: 15px;
- padding: 5px;
- }
- .audio-cont {
- margin-bottom: -90px;
- }
- .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};
- text-align: center;
- }
- .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: 30px;
- float: right;
- height: 30px;
- border-radius: 50%;
- border: solid 1px {color:Ask};
- }
- .answer {
- border: dotted 1px {color:Ask};
- margin: 60px 10px 10px;
- padding: 10px;
- }
- .answer img {
- width: 100%;
- height: auto;
- }
- .answer .answererpic {
- width: 30px!important;
- height: 30px!important;
- float: left;
- margin-right: 5px;
- border-radius: 50%;
- border: solid 1px {color:Ask};
- }
- .post-info {
- margin: 10px -10px -10px;
- background: {color:Info BG};
- padding: 5px 10px;
- color: white;
- border-top: solid 1px black;
- }
- .post-info a {
- color: white;
- }
- .post-info .inf-left {
- margin-left: 0px;
- line-height: 30px;
- display: block;
- width: 250px;
- text-align: left;
- }
- .post-info .inf-right {
- width: 250px;
- margin-left: 50%;
- margin-right: 0px;
- line-height: 30px;
- display: block;
- text-align: right;
- margin-top: -30px;
- }
- .like-b {
- position:relative;
- display:inline-block;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:-1px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .like-b .liked + .b {
- color:black;
- }
- .tags {
- width: 500px;
- margin: 5px 25px 10px;
- text-align: center;
- font-family: 'Amatic SC', cursive;
- }
- .tags a {
- font-size: 18px;
- letter-spacing: 1px;
- color: white;
- background-color: {color:Tags};
- padding: 5px;
- margin: 5px;
- display: inline-block;
- }
- .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;
- }
- </style>
- <!--END CSS-->
- </head>
- <body>
- <div id="topbar">
- <img class="avatar" src="{PortraitURL-128}" />
- <a href="/">Index</a>
- <a href="/ask">Message</a>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- <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>
- </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="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"><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}
- {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}" title="posted {TimeAgo}"><span class="lnr lnr-clock"></span></a>
- <a href="{Permalink}#postnotes" title="{NoteCountWithLabel}"><span class="lnr lnr-chart-bars"></span></a>
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><span class="lnr lnr-history"></span></a>
- <a href="{SourceURL}" title="source: {ReblogRootName}"><span class="lnr lnr-star"></span></a>
- </div>
- <div class="inf-right">
- <a href="{ReblogURL}" title="reblog"><span class="lnr lnr-redo"></span></a>
- <a class="like-b" title="like" href="#">{LikeButton}<span class="b lnr lnr-heart"></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-->
- <!--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-->
- <a href="http://voicelessthemes.tumblr.com" id="th-cred">©</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement