Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,600,600i" rel="stylesheet">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!---FONTAWESOME ICONS--->
- <script src="https://use.fontawesome.com/37df6aa7a8.js"></script>
- <!---RESIZE VIDEO SCRIPT BY SHYTHEMES--->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!---Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM--->
- <script type="text/javascript">
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = {text:post width};
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- <!--jquery for tooltips - script released online-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:60,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!---META TAGS--->
- <meta name="image:Header" content=""/>
- <meta name="color:Background" content="#f2f2f5"/>
- <meta name="color:Body Text" content="#333"/>
- <meta name="color:Links" content="#c4bcb5"/>
- <meta name="color:Accent" content="#c4bcb5"/>
- <meta name="color:Accent Text" content="#fff"/>
- <meta name="color:Borders" content="#ccc"/>
- <meta name="color:Header Background" content="#fff"/>
- <meta name="color:Toplinks" content="#aaa"/>
- <meta name="color:Sidebar Background" content="#fff"/>
- <meta name="color:Post Background" content="#fff"/>
- <meta name="text:Font Size" content="12"/>
- <meta name="text:Post Width" content="400"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 url" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 url" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 url" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 url" content=""/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 url" content=""/>
- <meta name="if:Sticky Header" content="1"/>
- <meta name="if:Schedule Box" content="1"/>
- <meta name="if:Projects Box" content="1"/>
- <!---THEME 12 BY REN - DO NOT REMOVE THE CREDIT--->
- <style type="text/css">
- /*GLOBAL CLASSES*/
- #s-m-t-tooltip {
- max-width: 350px;
- padding: 3px;
- margin: 15px 0 0 15px;
- background: {color:accent};
- font-size: 10px;
- font-weight: 600;
- color: {color:accent text};
- text-transform: uppercase;
- z-index: 9999999999999;
- }
- body {
- background: {color:background};
- margin: auto;
- font-family: 'Nunito Sans', sans-serif;
- font-size: {text:font size};px;
- color: {color:body text};
- font-weight: 300;
- line-height: 130%;
- }
- a {
- color: {color:links};
- text-decoration: none;
- transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- a:hover {
- opacity: 0.5;
- transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- .line {
- width: 225px;
- height: 0.5px;
- text-align: center;
- background: {color:borders};
- margin: 15px 0 15px 10px;
- }
- .pagi {
- margin: 25px 0 25px 0;
- text-align: center;
- font-size: 15px;
- background: {color:post background};
- padding: 5px;
- width: calc({text:post width}px + 30px);
- }
- .pagi a, .pagi .current_page {
- background: {color:post background};
- padding: 2px;
- padding-left: 6px;
- }
- /*HEADER*/
- .searchbar {
- {block:ifstickyheader}position: fixed;{/block:ifstickyheader}
- background: {color:header background};
- width: 100%;
- height: 50px;
- }
- .searchbar img {
- margin: 5px 0 0 10px;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- }
- .toplinks a {
- text-transform: uppercase;
- font-size: 13px;
- margin: 5px 0 0 15px;
- color: {color:toplinks};
- font-weight: 300;
- }
- .search {
- margin: 10px 0 0 10px;
- }
- .search input[type=text] {
- width: 150px;
- border: 0.5px solid {color:borders};
- background: #f7f7f7;
- padding: 4px;
- position: relative;
- top: -8px;
- }
- .search input[type=image] {
- height: 25px;
- margin-left: 5px;
- font-family: 'Nunito Sans', sans-serif;
- }
- .header img {
- width: 100%;
- {block:ifstickyheader}margin-top: 50px;{/block:ifstickyheader}
- }
- /*SIDEBAR*/
- .sidebar {
- width: 250px;
- background: transparent;
- margin: 40px 0 0 0;
- font-size: {text:font size}px;
- }
- .boxheader {
- width: 255px;
- text-align: right;
- padding: 10px 15px 12px 5px;
- text-transform: uppercase;
- background: {color:accent};
- height: 10px;
- font-size: 14px;
- font-style: italic;
- color: {color:accent text};
- font-weight: 600;
- }
- .box {
- width: 245px;
- padding: 15px;
- background: {color:sidebar background};
- border-top: 0px;
- margin-bottom: 30px;
- }
- .box img {
- margin: 0 5px 10px 0;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- }
- /*POSTS*/
- .posts {
- width: {text:post width}px;
- margin: 40px 0 0 150px;
- font-size: {text:font size}px;
- }
- .entries {
- padding: 20px;
- margin-top: 20px;
- width: {text:post width}px;
- background: {color:post background};
- }
- .entries h1 {
- text-align: center;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 20px;
- }
- .entries blockquote {
- border-left: 0.5px solid {color:body text};
- padding-left: 15px;
- }
- .entries h2 {
- font-family: serif;
- font-weight: 500;
- font-style: italic;
- }
- .question {
- border-bottom: 0.5px solid {color:borders};
- padding-bottom: 10px;
- }
- .source {
- text-align: center;
- }
- .chat {
- list-style-type: none;
- width: {text:post width}px;
- margin-left: -5%;
- }
- .chat li {
- line-height: 200%;
- }
- .label {
- font-weight: 600;
- color: {color:accent};
- text-transform: uppercase;
- font-size: calc({text:font size}px - 2px});
- }
- /*AUDIO FORMATTING TUTORIAL BY LMTHEMES*/
- .playbutton {
- width: 25px;
- height: 28px;
- padding: 5px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- }
- .playbox {
- background-color: #fff;
- position: absolute;
- z-index: 1000;
- margin-top: 17px;
- margin-left: 17px;
- opacity: .7;
- }
- .audiodesc {
- position: relative;
- left: 5px;
- font-size: {text:font size}px;
- }
- /*POST INFO*/
- .date, .permalink, .reblogme {
- width: 30px;
- font-size: 15px;
- text-align: center;
- padding: 5px;
- background: {color:post background};
- position: absolute;
- }
- .permalink {
- margin-left: calc({text:post width}px + 40px);
- height: 20px;
- margin-top: -20px;
- }
- .reblogme {
- margin-left: calc({text:post width}px + 40px);
- height: 40px;
- margin-top: 30px;
- }
- .date {
- height: 20px;
- margin: -20px 0 0 -70px;
- }
- .permalink a, .date a {
- color: {color:body text};
- }
- .tags {
- width: calc({text:post width}px + 30px);
- padding: 5px;
- background: {color:accent};
- text-align: center;
- }
- .tags a {
- color: {color:post background};
- }
- .via {
- width: calc({text:post width}px + 40px);
- text-align: center;
- padding-top: 10px;
- }
- .via a {
- color: {color:body text};
- text-transform: uppercase;
- }
- .postnotes {
- line-height: 200%;
- text-align: center;
- margin-top: 20px;
- list-style: none;
- }
- .postnotes ol.notes {
- list-style-type: none;
- }
- .postnotes li {
- list-style-type: none;
- }
- .postnotes img.avatar {
- width: 0px;
- height: 0px;
- }
- </style>
- </head>
- <body>
- <!---HEADER--->
- <div class="searchbar">
- <table><tr>
- <td>
- <a href="/"><img src="{PortraitURL-30}" /></a>
- </td>
- <td>
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}"/>
- <input type="image" value="Search" src="http://i63.tinypic.com/2v14rpv.png"/>
- </form>
- </td>
- <td>
- <div class="toplinks">
- <a href="/">index</a>
- <a href="/ask">message</a>
- {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
- {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
- </div>
- </td>
- </tr></table>
- </div>
- <div class="header">
- <img src="{image:header}" />
- </div>
- <!---END HEADER--->
- <table style="margin-left: 20%;"><tr>
- <!---SIDEBAR--->
- <td valign="top"><div class="sidebar">
- <!---WELCOME BOX--->
- <div class="boxheader">
- welcome
- </div>
- <div class="box">
- {Description}
- </div>
- {block:ifschedulebox}
- <!---SCHEDULE BOX--->
- <div class="boxheader">
- schedule
- </div>
- <div class="box">
- <ul>
- <li>put your bullet points here
- <li>add as many as you like
- <li>this box will expand to hold them
- </ul>
- </div>
- {/block:ifschedulebox}
- {block:ifprojectsbox}
- <!---PROJECTS BOX--->
- <div class="boxheader">
- projects
- </div>
- <div class="box">
- <table style="font-size: {text:font size}px;">
- <!---PROJECT ONE--->
- <tr><td>
- <img src="IMAGE LINK HERE" width="48px" />
- </td>
- <td valign="top" style="padding: 10px 0 0 5px;">
- <b style="text-transform: uppercase;">PROJECT NAME</b><br />
- Project information or byline
- </td></tr>
- <!---PROJECT TWO; COPY/PASTE FOR MORE PROJECTS--->
- <tr><td>
- <img src="IMAGE LINK HERE" width="48px" />
- </td>
- <td valign="top" style="padding: 10px 0 0 5px;">
- <b style="text-transform: uppercase;">PROJECT NAME</b><br />
- Project information or byline
- </td></tr>
- </table>
- </div>
- {/block:ifprojectsbox}
- <!---MEMBERS BOX--->
- <div class="boxheader">
- members
- </div>
- <div class="box">
- {block:GroupMembers}
- <table>
- <!---MEMBER ONE--->
- {block:GroupMember}
- <tr><td>
- <img src="{GroupMemberPortraitURL-48}" />
- </td>
- <td valign="top" style="padding: 10px 0 0 5px;">
- <a href="{GroupMemberURL}">
- <b style="text-transform: uppercase">{GroupMemberName}</b><br />
- </a>
- {GroupMemberTitle}
- </td></tr>
- {/block:GroupMember}
- <!---MEMBER TWO--->
- {block:GroupMember}
- <tr><td>
- <img src="{GroupMemberPortraitURL-48}" />
- </td>
- <td valign="top" style="padding: 10px 0 0 5px;">
- <a href="{GroupMemberURL}">
- <b style="text-transform: uppercase">{GroupMemberName}</b><br />
- </a>
- {GroupMemberTitle}
- </td></tr>
- {/block:GroupMember}
- <!---MEMBER THREE; COPY/PASTE FOR MORE MEMBERS--->
- {block:GroupMember}
- <tr><td>
- <img src="{GroupMemberPortraitURL-48}" />
- </td>
- <td valign="top" style="padding: 10px 0 0 5px;">
- <a href="{GroupMemberURL}">
- <b style="text-transform: uppercase">{GroupMemberName}</b><br />
- </a>
- {GroupMemberTitle}
- </td></tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div>
- <!---AFFLIATES BOX--->
- <div class="boxheader">
- affiliates
- </div>
- <div class="box" align="center">
- <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
- <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
- <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
- <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
- </div>
- <!---STATS BOX--->
- <div class="boxheader">
- stats
- </div>
- <div class="box">
- <b>Established:</b> December 2016
- <div class="line"></div>
- <b>Theme by:</b> <a href="http://transjeanluc.tumblr.com">Ren</a>
- <div class="line"></div>
- <!---SCRIPTS BY FREE HOSTED SCRIPTS--->
- <b>Currently online:</b> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5418002";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script>
- <div class="line"></div>
- <b>Total visitors:</b> <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3211027";
- fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script>
- </div>
- <!---DISCLAIMER BOX--->
- <div class="boxheader">
- disclaimer
- </div>
- <div class="box">
- Put your disclaimer here, if you so choose.
- </div>
- </div></td>
- <!---END SIDEBAR--->
- <!---POSTS--->
- <td valign="top"><div class="posts">
- {block:Posts}
- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="entries">
- <!---POST INFO LINKS--->
- <div class="date">
- <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><i class="fa fa-clock-o" aria-hidden="true"></i></a>
- </div>
- <div class="permalink">
- <a href="{Permalink}" title="{block:NoteCount}+{NoteCount}{/block:NoteCount}">
- ★
- </a>
- </div>
- <div class="reblogme">
- <a href="{ReblogURL}" target="_blank" style="color: black;">⟳</a><br/>
- {LikeButton color="black" size="15px"}
- </div>
- <!---END POST INFO LINKS--->
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question">
- <b>{Asker}</b> asked: {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:Quote}
- <h2>{Quote}</h2>
- {block:Source}
- <div class="source">
- {Source}
- </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1>
- <a href="{URL}">{Name} →</a>
- </h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <ul class="chat">{block:Lines}
- <li>{block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{text:post width}px">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <table><tr>
- <td>
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70" style="border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;">{/block:AlbumArt}</td>
- <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td>
- </tr></table>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- </div>
- <!---TAGS--->
- <div class="tags">
- {block:HasTags}
- {block:Tags} <a href="/tagged/{TAG}" style="margin-right: 3px;">#{TAG}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {block:PermalinkPage}
- <div class="via">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a> /
- <a href="{ReblogRootURL}">source</a>
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- <!---END TAGS--->
- {block:PostNotes}
- <div class="postnotes" align="center">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <!---PAGINATION--->
- {block:IndexPage}
- <div class="pagi">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">←</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}">→</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- <!---END PAGINATION--->
- </div></td>
- </tr></table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement