Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #6 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:ShowAskLink" 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: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:Blockquote" content="#818181" />
- <meta name="color:Quote" content="#818181" />
- <meta name="color:Ask" content="black" />
- <meta name="color:Ask Text" content="white" />
- <meta name="color:Side BG" content="white" />
- <meta name="color:Blog Title" content="#818181" />
- <meta name="color:Blog Title Shadow" content="white" />
- <meta name="color:postinfbg" content="#818181" />
- <meta name="color:postinftxt" content="black" />
- <meta name="color:postinflnk" content="black" />
- <meta name="color:postinflnkhov" content="#818181" />
- <meta name="color:tags" content="#000" />
- <meta name="color:Post BG" content="#fff" />
- <meta name="color:Pagi" content="black" />
- <!--IMAGE VARIABLES-->
- <meta name="image:Page BG" content="" />
- <meta name="image:Sidebar Tall" content="" />
- <meta name="image:Sidebar Wide" content="" />
- <!--LINK VARIABLES-->
- <meta name="if:Link1" content="0" title="Custom Link 1" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="if:Link2" content="0" title="Custom Link 2" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="if:Link3" content="0" title="Custom Link 3" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="if:Link4" content="0" title="Custom Link 4" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="if:Link5" content="0" title="Custom Link 5" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="if:Link6" content="0" title="Custom Link 6" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="text:Link 6 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.7.1/jquery.min.js"></script>
- <!--GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" 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"/>
- <!--MASONRY-->
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.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: 'Roboto Condensed', sans-serif;
- }
- 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:3px;
- height:3px;
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- width: 3px;
- height: 3px;
- background: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- }
- blockquote {
- padding: 0px 0px 0px 5px;
- margin: 0px 0px 0px 3px;
- border-left: solid 1px {color:Blockquote};
- }
- .sidebar {
- width: 350px;
- position: fixed;
- right: calc(50% + 300px);
- top: 10px;
- }
- .blog-tit {
- font-style: italic;
- font-size: 30px;
- color: {color:Blog Title};
- text-shadow: 3px 3px 0px {color:Blog Title Shadow};
- text-align: center;
- }
- .sidetall {
- width: 150px;
- border: solid 10px {color:Side BG};
- height: 210px;
- }
- .desc {
- width: 150px;
- margin-left: 10px;
- padding: 10px;
- background: {color:Side BG};
- float: right;
- font-size: 13px;
- text-align: center;
- height: 210px;
- overflow-y: scroll;
- }
- .sidewide {
- margin-top: 8px;
- width: 330px;
- border: solid 10px {color:Side BG};
- height: 200px;
- }
- .pagi {
- font-size: 14px;
- line-height: 20px;
- width: 100%;
- background: {color:Side BG};
- margin-top: 10px;
- }
- .prev {
- color: {color:Pagi};
- text-align: left;
- display: inline-block;
- width: 100px;
- }
- .pageno {
- color: {color:Pagi};
- text-align: center;
- display: inline-block;
- width: 100px;
- }
- .next {
- color: {color:Pagi};
- text-align: right;
- display: inline-block;
- width: 100px;
- }
- .prev:hover, .next:hover {
- color: black;
- font-weight: bold;
- }
- .content {
- position: absolute;
- left: calc(50% - 270px);
- width: 540px;
- margin-top: 0px;
- margin-bottom: 0px;
- height: 100%;
- }
- .entry {
- width: 520px;
- margin: 10px 10px 30px;
- }
- .post, .post-info {
- width: 500px;
- padding: 10px;
- background: {color:Post BG};
- }
- .post {
- margin-bottom: 10px;
- }
- .photo-img {
- width: 100%;
- height: auto;
- }
- .title {
- font-size: 26px;
- margin: 0px;
- }
- .text {
- font-size: 13px;
- }
- .text img {
- width: 100%;
- height: auto;
- }
- .quo-txt {
- font-size: 20px;
- color: {color:Quote};
- }
- .quo-src {
- text-align: right;
- }
- .cht-line {
- font-size: 14px;
- border-bottom: solid 1px black;
- padding: 3px;
- color: black;
- }
- .cht-line:last-of-type {
- border-bottom: solid 0px transparent;
- }
- .audio-cont {
- width: 100%;
- }
- .t-player {
- height: 120px;
- width: 500px;
- }
- .art {
- width: 120px;
- height: 120px;
- background-color: #000;
- {block:AlbumArt}background-image: url({AlbumArt});{/block:AlbumArt}
- background-size: 120px;
- float: left;
- }
- .player {
- width: 30px;
- height: 30px;
- overflow: hidden;
- margin-top: 45px;
- margin-left: 45px;
- }
- .info {
- width: 380px;
- text-align: right;
- height: 120px;
- float: right;
- margin-bottom: -120px;
- }
- .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: 250px;
- 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};
- }
- .inf {
- background-color: {color:postinfbg};
- padding: 3px;
- margin-bottom: 10px;
- font-size: 13px;
- color: {color:postinftxt};
- }
- .inf a {
- color:{color:postinflnk};
- }
- .inf a:hover {
- color:{color:postinflnkhov};
- }
- .tags {
- font-size: 12px;
- }
- .tags a {
- color: {color:tags};
- }
- .tags a:hover {
- letter-spacing: 5px;
- }
- .links {
- width: 120px;
- position: fixed;
- left: calc(50% + 300px);
- bottom: 0px;
- background: {color:Side BG};
- }
- .links img {
- width: 100px;
- margin: 10px;
- }
- .links a {
- display: block;
- line-height: 18px;
- font-size: 13px;
- padding: 5px 0px;
- margin: 0px 10px 10px;
- background: black;
- color: white;
- }
- .links a:hover {
- background: {color:Links 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 class="sidebar">
- <h1 class="blog-tit">{Title}</h1>
- <img src="{image:Sidebar Tall}" class="sidetall" />
- <div class="desc">{Description}</div>
- <img src="{image:Sidebar Wide}" class="sidewide" />
- {block:Pagination}<div class="pagi" align="center">
- {block:PreviousPage}<a class="prev" href="{PreviousPage}">≪</a>{/block:PreviousPage}
- <span class="pageno">{CurrentPage}/{TotalPages}</span>
- {block:NextPage}<a class="next" href="{NextPage}">≫</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <!--POSTS-->
- <div class="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}" alt="{PhotoAlt}" class="photo-img" />
- {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}
- <div class="audio-cont" >
- {block:AudioPlayer}<div class="t-player">
- <div class="art"><div class="player">{AudioPlayer}</div></div>
- <div class="info"><strong><p>
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Album}{Album}<br>{/block:Album}
- {block:Artist}{Artist}{/block:Artist}
- </p></strong></div></div>
- {/block:AudioPlayer}
- {block:AudioEmbed}<div class="sc-player">{AudioEmbed}</div>{/block:AudioEmbed}
- </div>
- {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>
- <div class="post-info" align="center">{block:IndexPage}
- <div class="inf">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> ◇ {/block:Date}{block:NoteCount}<a href="{Permalink}#postnotes">{NoteCountWithLabel}</a> ◇ {/block:NoteCount}<a href="{ReblogURL}">Reblog</a></div>
- {block:HasTags}<div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}{/block:IndexPage}
- </div>
- </div>
- {block:PermalinkPage}
- <div class="entry">
- {block:PostNotes}
- <div class="post" id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <!--END POSTS-->
- <div class="links" align="center">
- <img src="{PortraitURL-128}" />
- <a href="/">Home</a>
- <a href="/archive">Archive</a>
- {block:IfShowAskLink}{block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}{/block:IfShowAskLink}
- {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:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5 Title}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6 Title}</a>{/block:IfLink6}
- </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>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!--END SCRIPTS-->
- {block:ContentSource}
- <!– {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
- {/block:ContentSource}
- <a href="http://voicelessthemes.tumblr.com" id="th-cred">©</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement