Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #2 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="select:Font" content="font-family: 'Economica', sans-serif;" title="Sans-serif" />
- <meta name="select:Font" content="font-family: 'Slabo 27px', serif;" title="Serif" />
- <meta name="color:Page Background" content="#c1128e" />
- <meta name="color:Links" content="#e54172" />
- <meta name="color:Links Hover" content="#e3a1a1" />
- <meta name="color:Scrollbar Background" content="#c1128e" />
- <meta name="color:Scrollbar Foreground" content="#000" />
- <meta name="color:TopBar Background" content="#000" />
- <meta name="color:TopBar Links" content="#7a0b54" />
- <meta name="color:TopBar Links Hover" content="#fff" />
- <meta name="color:Blog Title" content="white" />
- <meta name="color:Description Links" content="#e54172" />
- <meta name="color:Description Links Hover" content="#c1128e" />
- <meta name="image:Page Background" content="" />
- <meta name="image:Sidebar Image" content="" />
- <meta name="if:FullPageBackground" content="0" title="Full-Page Background" />
- <meta name="if:PaginationUnderPosts" content="0" title="Pagination Under Posts" />
- <meta name="if:ShowAskLink" content="0" title="Show Ask Link" />
- <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="" />
- <!--EXTERNAL SCRIPTS-->
- <!--JQUERY-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!--SHYTHEMES VIDEO RESIZING SCRIPT-->
- <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--PIXELUNION PHOTOSETS-->
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <!--MASONRY SCRIPT-->
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <!--EXTERNAL STYLESHEETS-->
- <!--GOOGLE FONTS-->
- <link href='https://fonts.googleapis.com/css?family=Economica' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
- <!--PIXELUNION PHOTOSETS-->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <style>
- body {
- background-image: url({image:Page Background});
- color: white;
- {select:Font}
- background-attachment: fixed;
- background-color: {color:Page Background};
- {block:IfFullPageBackground}background-size: cover;{/block:IfFullPageBackground}
- {block:IfNotFullPageBackground}background-size: auto;{/block:IfNotFullPageBackground}
- }
- a {
- text-decoration: none;
- color: {color:Links};
- transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color: {color:Links Hover};
- transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 10px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background: {color:Scrollbar Background};
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar Foreground};
- border: solid 4px {color:Scrollbar Background};
- }
- .top {
- position: fixed;
- top: 0px;
- right: 0px;
- left: 0px;
- height: 40px;
- background: {color:TopBar Background};
- z-index: 2;
- padding: 5px;
- border-bottom: solid white 2px;
- }
- .top img {
- position: fixed;
- top: 5px;
- left: 30px;
- width: 35px;
- height: 35px;
- border: solid 2px white;
- border-radius: 30px;
- }
- .top a {
- padding: 0px 5px;
- line-height: 40px;
- font-size: 20px;
- display:inline-block;
- color: {color:TopBar Links};
- margin: 0px 10px;
- letter-spacing: -1px;
- }
- .top a:hover {
- text-decoration:none;
- color: {color:TopBar Links Hover};
- letter-spacing: 5px;
- }
- .sidebar {
- position: fixed;
- left: 50px;
- top: 120px;
- width: 250px;
- padding: 5px;
- background: rgba(0,0,0,0.9);
- border-radius: 5px;
- z-index: 3;
- height: auto;
- }
- .sidebar h1 {
- font-size: 24px;
- line-height: 34px;
- font-weight: bold;
- color: {color:Blog Title};
- }
- .sidebar img {
- height: auto;
- width: 240px;
- margin: 5px;
- border-radius: 5px;
- }
- .sidebar .desc {
- font-size: 13px;
- padding: 5px;
- max-height: 120px;
- overflow-y: scroll;
- background-color: rgba(0,0,0,0.9);
- }
- .sidebar .desc p {
- margin: 4px;
- }
- .sidebar .desc a {
- color: {color:Description Links};
- }
- .sidebar .desc a:hover {
- color: {color:Description Links Hover};
- }
- .sidebar h3 {
- font-size: 18px;
- font-weight: 600;
- text-transform: uppercase;
- margin: 5px;
- }
- #post-content {
- background: transparent;
- margin: 80px auto 20px calc(50% - 300px);
- height: 100%;
- width: 700px;
- }
- .post {
- {block:IndexPage}width: 300px;{/block:IndexPage}
- {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
- float: left;
- margin: 10px;
- background: rgba(0,0,0,0.9);
- padding: 10px;
- border-radius: 5px;
- text-align: justify;
- z-index: 1;
- }
- .post img {
- max-width: 100%;
- height: auto;
- }
- .post .title {
- {block:PermalinkPage}font-size: 30px;{/block:PermalinkPage}
- {block:IndexPage}font-size: 22px;{/block:IndexPage}
- font-weight: bold;
- {block:PermalinkPage}text-align: center;{/block:PermalinkPage}
- }
- .post .text {
- {block:IndexPage}font-size: 13px;{/block:IndexPage}
- {block:PermalinkPage}font-size: 15px;{/block:PermalinkPage}
- width: 100%;
- }
- .post .text img {
- max-width: 100%;
- height: auto;
- }
- .post .question {
- {block:IndexPage}font-size: 18px;{/block:IndexPage}
- {block:PermalinkPage}font-size: 24px;{/block:PermalinkPage}
- font-weight: 800;
- background: white;
- color: black;
- padding: 10px;
- }
- .post .answer {
- border: solid 2px white;
- padding: 10px;
- width: calc(100% - 40px);
- margin: 10px;
- }
- blockquote {
- margin: 0px 0px 0px 4px;
- padding: 0px 0px 0px 8px;
- border-left: solid 1px white;
- }
- .post-info {
- border-top: solid 2px white;
- padding: 5px;
- font-size: 11px;
- height: auto;
- margin: 0px -10px -10px -10px;
- text-align: right;
- }
- .tumblr_audio_player {
- width: 300px;
- }
- .spotify_audio_player {
- height: 80px!important;
- width: 300px;
- }
- #postnotes {
- font-size: 12px;
- line-height: 24px;
- }
- #postnotes ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px #fff;
- }
- #postnotes ol.notes li.note {
- border-top: solid 1px #fff;
- padding: 5px 0px 0px;
- }
- #postnotes ol.notes li.note img.avatar {
- margin-right: 10px;
- width: 20px;
- height: 20px;
- border: solid 1px white;
- border-radius: 11px;
- }
- #postnotes ol.notes li.note span.action {
- font-weight: bold;
- }
- #postnotes ol.notes li.note .answer_content {
- font-weight: normal;
- }
- .pagi-under-posts {
- position: relative;
- bottom: 5px;
- left: calc(50% - 125px);
- width: 250px;
- }
- .jump_page {
- padding: 4px 8px;
- border: 3px solid {color:Links};
- background-color: black;
- color: {color:Links};
- font-size:14px;
- text-decoration:none;
- display: inline-block;
- }
- .jump_page:hover {
- padding: 4px 8px;
- border: 3px solid {color:Links Hover};
- background-color: black;
- color: {color:Links Hover};
- font-size:14px;
- text-decoration:none;
- display: inline-block;
- }
- .current_page{
- padding: 4px 8px;
- border: 3px solid {color:Bold Text};
- background-color: black;
- color: {color:Bold Text};
- font-size:14px;
- text-decoration:none;
- display: inline-block;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- position: fixed;
- top: 0px;
- right: 0px;
- z-index: 9999999999999999;
- }
- #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;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="top" 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>
- <div class="sidebar" align="center">
- <h1>{Title}</h1>
- <img src="{image:Sidebar Image}" />
- <div class="desc">
- {Description}
- </div>
- <h3><a href="/">REFRESH</a></h3>
- {block:IfNotPaginationUnderPosts}<div class="pagi-in-sidebar">
- {block:PreviousPage}<a href="{PreviousPage}">Back</a> {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">Next</a>{/block:NextPage}</div>{/block:IfNotPaginationUnderPosts}
- </div>
- <div id="post-content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {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="title">"{Quote}"</div>
- {block:Source}
- <div class="text">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a 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="text">
- {block:Label}<strong>{Label} </strong>{/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="question" align="right"><p>{Question}</p><p>~{Asker}</p></div>
- {block:Answerer}
- <div class="answer"><p><strong>{Answerer} replied:</strong></p><p>{Answer}</p></div>
- {/block:Answerer}
- {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="text">{Replies}</div>{/block:RebloggedFrom}
- {/block:Answer}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}
- <div class="text">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Audio}
- <div class="post-info">
- {block:Date}<a href="{Permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{/block:Date} {block:NoteCount}+<a href="{Permalink}#postnotes">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}">reblog</a><br />
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:hasTags}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="postnotes">
- {PostNotes-64}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfPaginationUnderPosts}<div class="pagi-under-posts" align="center">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>{/block:IfPaginationUnderPosts}
- </div>
- </div>
- <script>
- // minimal soundcloud player © shythemes.tumblr
- $(document).ready(function(){
- var color = '#000'; // color of play button (hex)
- $('.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=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('#post-content');
- $container.masonry({ itemSelector: '.post' });
- $container.imagesLoaded(function(){
- $container.masonry();
- $container.find('.post').animate({ opacity: 1, zIndex: 1 });
- });
- {/block:IndexPage}
- });
- </script>
- <a href="http://voicelessthemes.tumblr.com" id="th-cred">©</a>
- {block:ContentSource}
- <!– {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
- {/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement