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" />
- <meta name="if:RoundedSidebarPic" 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" />
- <!--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:Sidebar BG" content="#666" />
- <meta name="color:Content BG" content="#666" />
- <meta name="color:Text" content="#818181" />
- <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="#000" />
- <meta name="color:Links Hover" content="#ffb5c0" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Scrollbar BG" content="#fff" />
- <meta name="color:Blockquote" content="#818181" />
- <meta name="color:Borders" content="#000" />
- <meta name="color:Text Shadow" content="#fff" />
- <meta name="color:Body Heading" content="#69c9ee" />
- <meta name="color:Blog Title" content="#000" />
- <meta name="color:Quote" content="#000" />
- <meta name="color:Song Info" content="#fff" />
- <meta name="color:Ask" content="#ccc" />
- <meta name="color:Ask Text" content="#000" />
- <!--IMAGE VARIABLES-->
- <meta name="image:Page BG" content="" />
- <meta name="image:Borders" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="image:Content BG" content="" />
- <meta name="image:Sidebar Pic" content="" />
- <!--CUSTOM LINKS-->
- <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="" />
- <!--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.7.1/jquery.min.js"></script>
- <!--GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Exo+2|Monofett" 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"/>
- <!--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: 'Exo 2', sans-serif;
- font-weight: 600;
- text-shadow: 0px 0px 2px {color:Text Shadow};
- }
- 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};
- font-weight: 800;
- 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;
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- width: 8px;
- height: 8px;
- background: {color:Scrollbar BG};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- border: solid 2px {color:Scrollbar BG};
- }
- blockquote {
- padding: 0px 0px 0px 5px;
- margin: 0px 0px 0px 3px;
- border-left: solid 1px {color:Blockquote};
- }
- blockquote img {
- max-width: 100%;
- height: auto;
- }
- h2 {
- font-size: 18px;
- color: {color:Body Heading};
- }
- #blog-tit {
- font-size: 70px;
- line-height: 70px;
- padding: 0px;
- margin: 0px;
- color: {color:Blog Title};
- position: fixed;
- font-weight: normal;
- text-shadow: 0px 0px 4px #000;
- text-align: center;
- width: 860px;
- letter-spacing: 4px;
- left: calc(50% - 430px);
- bottom: calc(50% + 280px);
- z-index: 99999;
- font-family: 'Monofett', cursive;
- }
- #cont {
- width: 850px;
- height: 550px;
- border: solid 5px {color:Borders};
- background-color: {color:Borders};
- background-image: url("{image:Borders}");
- position: fixed;
- left: calc(50% - 430px);
- top: calc(50% - 280px);
- box-shadow: 0px 0px 10px 2px white;
- }
- #container {
- width: 810px;
- height: 510px;
- margin: 20px;
- }
- #sidebar {
- height: 500px;
- width: 250px;
- background-color: {color:Sidebar BG};
- background-image: url("{image:Sidebar}");
- float: left;
- border: solid 5px {color:Borders};
- }
- #sidebar img {
- {block:ifRoundedSidebarPic}border-radius: 50%;{/block:IfRoundedSidebarPic}
- width: auto;
- height: 250px;
- margin-top: 50px;
- }
- #sidebar .desc {
- width: 200px;
- height: 100px;
- overflow-y: scroll;
- font-size: 14px;
- background: #fff;
- box-shadow: 0px 0px 10px 5px {color:Borders};
- margin-top: -4px;
- padding: 5px 10px;
- }
- #sidebar .pagi {
- margin-top: 15px;
- line-height: 30px;
- width: 150px;
- background: #fff;
- box-shadow: 0px 0px 10px 5px {color:Borders};
- font-size: 13px;
- }
- .pagi a {
- color: black;
- font-weight: 700;
- }
- .pagi a:hover {
- color:white;
- font-weight: normal;
- }
- #content {
- width: 520px;
- height: 500px;
- float: right;
- background-color: {color:Content BG};
- background-image: url("{image:Content BG}");
- border: solid 5px {color:Borders};
- overflow-y: scroll;
- overflow-x: hidden;
- }
- .post {
- width: 450px;
- background-color: #fff;
- padding: 10px;
- box-shadow: 0px 0px 10px 5px {color:Borders};
- border: solid 1px {color:Borders};
- margin: 40px auto;
- }
- .post .title {
- font-size: 26px;
- line-height: 30px;
- font-weight: bold;
- margin: 0px;
- padding: 0px 2px;
- }
- .post .text {
- font-size: 15px;
- }
- .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: 20px;
- float: left;
- display: block;
- color: {color:Quote};
- width: 30px;
- line-height: 20px;
- 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};
- }
- .audioplayer iframe {
- width: 450px;
- }
- .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 {
- height: 22px;
- }
- .post-info .perma {
- float: left;
- display: block;
- font-size: 13px;
- line-height: 22px;
- height: 22px;
- }
- .post-info .like-rb {
- float: right;
- display: block;
- font-size: 13px;
- line-height: 22px;
- }
- .post-info .like-rb div {
- display: inline-block;
- }
- #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;
- }
- .links {
- width: 860px;
- position: fixed;
- left: calc(50% - 430px);
- top: calc(50% + 290px);
- text-align: center;
- }
- .links a {
- background-color: #fff;
- padding: 5px 10px;
- box-shadow: 0px 0px 10px 5px {color:Borders};
- border: solid 1px {color:Borders};
- display: inline-block;
- font-size: 15px;
- margin: 5px 10px;
- color: black;
- }
- .links a:hover {
- background-color: rgba(0,0,0,0.8);
- box-shadow: 0px 0px 10px 5px white;
- color: white;
- }
- /*---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>
- <h1 id="blog-tit">{Title}</h1>
- <div id="cont">
- <div id="container">
- <div id="sidebar" align="center">
- <img src="{image:Sidebar Pic}" />
- <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>
- <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}
- <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}{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}<div class="audioplayer">{AudioEmbed}</div>{/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}
- {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}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="post" id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </div>
- <div class="links">
- <a href="/">Home</a>
- <a href="/archive">Past</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>
- <!--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