Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--THEME #4 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 Track" content="#ccc" />
- <meta name="color:Scrollbar Thumb" content="#000" />
- <meta name="color:Blog Title" content="#000" />
- <meta name="color:Sidebar Background" content="#fff" />
- <meta name="color:Post Background" content="#fff" />
- <meta name="color:Body Heading" content="#69c9ee" />
- <meta name="color:Ask" content="#ccc" />
- <meta name="color:Song Info" content="#69c9ee" />
- <meta name="image:Page Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:Full Page Background" content="0" />
- <meta name="if:Monochrome Images" content="0" />
- <meta name="if:Show Ask Link" content="0" />
- <meta name="if:Show 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="if:Twitter Link" content="0" />
- <meta name="if:Instagram Link" 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="" />
- <meta name="text:Twitter Username" content="" />
- <meta name="text:Instagram Username" 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>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
- <script src="https://use.fontawesome.com/1796a42c5c.js"></script>
- <style>
- body {
- background-color: {color:Page Background};
- background-image: url("{image:Page Background}");
- background-attachment: fixed;
- {block:IfFullPageBackground}background-size: cover;{/block:IfFullPageBackground}
- {block:IfNotFullPageBackground}background-size: auto;{/block:IfNotFullPageBackground}
- font-family: 'Open Sans', sans-serif;
- color: {color:Text};
- }
- 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};
- text-decoration: line-through;
- 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 {
- color: {color:Bold Text};
- font-weight: 700;
- }
- 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};
- font-weight: 800;
- }
- ::selection {
- color: {color:Selection Text};
- background: {color:Selection};
- opacity: 1!important;
- }
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-track {
- background-color: {color:Scrollbar Track};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar Thumb};
- border: solid 2px {color:Scrollbar Track};
- }
- {block:IfMonochromeImages}
- img {
- -webkit-filter: grayscale(1);
- 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;
- }
- img:hover {
- -webkit-filter: grayscale(0);
- 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;
- }
- {/block:IfMonochromeImages}
- #sidebar {
- position: fixed;
- width: 320px;
- left: 30px;
- top: 80px;
- }
- .blog-tit {
- text-align: right;
- font-size: 30px;
- font-weight: 700;
- color: {color:Blog Title};
- margin: 5px;
- padding: 5px;
- }
- .side-cont {
- background-color: {color:Sidebar Background};
- padding: 10px;
- width: 300px;
- height: auto;
- }
- .side-pic {
- width: 300px;
- height: auto;
- }
- .side-icon {
- width: 80px;
- height: 80px;
- margin-top: -70px;
- margin-left: -30px;
- border-radius: 50%;
- border: solid 5px {color:Sidebar Background};
- }
- .side-desc {
- font-size: 11px;
- }
- .desc {
- max-height: 120px;
- overflow-y: scroll;
- width: 300px;
- }
- .desc p {
- margin: 3px;
- padding: 3px;
- }
- .pagi {
- text-align: right;
- margin-top: 5px;
- }
- .side-links {
- text-align: center;
- width: 300px;
- font-size: 14px;
- }
- .side-links a {
- display: inline-block;
- margin: 2px 5px;
- }
- #content {
- width: 550px;
- position: absolute;
- height: 100%;
- left: 450px;
- }
- .post-cont {
- display: block;
- }
- .post {
- width: 400px;
- margin: 10px;
- float: left;
- background: {color:Post Background};
- padding: 10px;
- text-align: justify;
- z-index: 1;
- }
- .post h2 {
- color: {color:Body Heading};
- }
- .post img {
- width: 100%;
- }
- .post .title {
- font-size: 22px;
- font-weight: bold;
- }
- .post .text {
- font-size: 12px;
- width: 100%;
- line-height: 19px;
- }
- blockquote img {
- width: 100%;
- height: auto;
- }
- .quo-cont {
- width: 400px;
- display: block;
- }
- .post .fa {
- width: 50px;
- height: 50px;
- float: left;
- }
- .post .quo {
- font-size: 18px;
- text-align: center;
- font-weight: bold;
- width: calc(100% - 50px);
- float: left;
- }
- .post .lnk-pst {
- display: block;
- background-color: {color:Links};
- border: solid 2px black;
- font-size: 18px;
- font-weight: 700;
- color: black;
- padding: 15px;
- text-align: center;
- width: auto;
- border-radius: 20px;
- }
- .post .lnk-pst:hover {
- background-color: {color:Links Hover};
- text-decoration: none;
- }
- .post .chat-line {
- font-size: 14px;
- border-bottom: solid 1px black;
- margin: 0px;
- padding: 5px;
- }
- .post .chat-line:last-child {
- border-bottom: 0px solid transparent;
- }
- .post .question {
- font-size: 15px;
- font-weight: 800;
- background-color: {color:Ask};
- text-align: center;
- margin: 10px;
- padding: 5px;
- }
- .post .answer {
- font-size: 13px;
- text-align: justify;
- margin: 5px 15px 10px;
- padding: 5px;
- border: solid 1px {color:Ask};
- }
- .post .answer p {
- margin: 2px 0px;
- }
- .post .answer img {
- width: 100%;
- height: auto;
- }
- .audio-post {
- height: 50px;
- }
- .audio-content {
- width: 30px;
- height: 30px;
- overflow:hidden;
- margin: 10px;
- float: left;
- }
- .audio-post h4 {
- width: calc(100% - 60px);
- margin: 0px;
- padding: 5px;
- height: 40px;
- float: left;
- color: {color:Song Info};
- font-size: 13px;
- }
- blockquote {
- margin: 0px 0px 0px 4px;
- padding: 0px 0px 0px 8px;
- border-left: solid 1px black;
- }
- .info {
- width: 100px;
- float: left;
- margin-top: 5px;
- text-align: center;
- font-size: 11px;
- }
- .rb {
- width: 30px;
- height: 30px;
- line-height: 30px;
- padding: 5px;
- margin: 5px;
- background-color: white;
- float: left;
- }
- .like {
- width: 30px;
- height: 30px;
- line-height: 30px;
- padding: 5px;
- margin: 5px;
- background-color: white;
- float: left;
- }
- .date {
- width: 90px;
- margin: 5px;
- background-color: white;
- }
- .note-count {
- width: 90px;
- margin: 5px;
- background-color: white;
- }
- .tags {
- width: 400px;
- text-align: center;
- display: block;
- margin-bottom: 30px;
- background: transparent;
- }
- .tags a {
- display: inline-block;
- font-size: 12px;
- color: {color:Text};
- background-color: {color:Links};
- border: solid 1px {color:Text};
- border-radius: 5px;
- padding: 5px;
- margin: 5px;
- }
- .tags a:hover {
- background-color: {color:Links Hover};
- }
- #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;
- color: black;
- }
- #credit:hover {
- color: white;
- }
- {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="sidebar">
- <h1 class="blog-tit">{Title}</h1>
- <div class="side-cont">
- <img class="side-pic" src="{image:Sidebar}" />
- <img class="side-icon" src="{PortraitURL-128}" />
- <div class="side-desc">
- <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>
- <div class="side-links">
- <a href="/">Home</a>
- <a href="/archive">Past</a>
- {block:IfShowAskLink}<a href="/ask">{AskLabel}</a>{/block:IfShowAskLink}
- {block:IfShowSubmitLink}<a href="/submit">{SubmitLabel}</a>{/block:IfShowSubmitLink}
- {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}
- {block:IfTwitterLink}<a href="http://www.twitter.com/{text:Twitter Username}">Twitter</a>{/block:IfTwitterLink}
- {block:IfInstagramLink}<a href="http://www.instagram.com/{text:Instagram Username}">Instagram</a>{/block:IfInstagramLink}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="post-cont">
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Photo}
- <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
- {block:Caption}
- <div class="text">{Caption}</div>
- {/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}
- <div class="text">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quo-cont"><i class="fa fa-quote-left" style="color: {color:Text}; font-size: 50px; float: left;" aria-hidden="true"></i><div class="quo" style="font-style: italic; float: left">{Quote}</div></div>
- {block:Source}
- <div class="text">~ {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a class="lnk-pst" href="{URL}" class="title" {Target}>{Name}</a>
- {block:Description}
- <div class="text">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="chat-line">
- {block:Label}<strong>{Label} </strong>{/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-400}
- {block:Caption}
- <div class="text">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">{Asker} said: {Question}</div>
- {block:Answerer}
- <div class="answer"><p><strong>{Answerer} replied:</strong></p>{Answer}</div>
- {/block:Answerer}
- {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="text">{Replies}</div>{/block:RebloggedFrom}
- {/block:Answer}
- {block:Audio}
- <div class="audio-post">
- <div class="audio-content">{AudioPlayerBlack}</div>
- <h4>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} || {Artist}{/block:Artist}</h4>
- </div>
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Audio}
- </div>
- <div class="info">
- <div class="rb">{ReblogButton}</div> <div class="like">{LikeButton}</div>
- {block:Date}<div class="date"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}<br />
- {12Hour}:{Minutes}{AmPm}</a></div>{/block:Date}
- {block:NoteCount}<div class="note-count"><a href="{Permalink}#postnotes">{NoteCount}</a></div>{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:hasTags}
- </div>
- {/block:Posts}
- {block:PermalinkPage}{block:PostNotes}
- <div class="post">
- <div id="postnotes">
- {PostNotes}
- </div>
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- <a id="credit" href="http://voicelessthemes.tumblr.com">©</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement