Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----------theme by bru ------------>
- <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}
- <!--------DEFAULT VARIABLES-------->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#626262"/>
- <meta name="color:link hover" content="#905976"/>
- <meta name="color:navigation" content="#000000"/>
- <meta name="color:nav links" content="#ffffff"/>
- <meta name="color:nav links hover" content="#d31e1e"/>
- <meta name="color:borders" content="#eeeeee"/>
- <meta name="color:question" content="#f8f8f8"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:scrollbar background" content="#ffffff"/>
- <meta name="color:sidebar" content="#ffffff"/>
- <meta name="color:titles" content="#000000"/>
- <meta name="color:titles bg" content="#ffffff"/>
- <meta name="color:titles border" content="#eeeeee"/>
- <meta name="color:content background" content="#f8f8f8"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1 title" content="link"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2 title" content="link"/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3 title" content="link"/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4 title" content="link"/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5 title" content="link"/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6 title" content="link"/>
- <meta name="text:link 6 url" content=""/>
- <!----------------SCRIPTS---------------->
- <link href="https://fonts.googleapis.com/css?family=ABeeZee&display=swap" rel="stylesheet">
- <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /*----------SCROLLBAR---------*/
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px;
- }
- /*----------TOOLTIPS---------*/
- .iframe-controls--desktop {
- position:fixed;
- top:0px;
- right:0px;
- z-index:214748364789123456789;
- filter:invert(100%);
- -webkit-filter:invert(100%);
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;
- }
- /*----------BASICS---------*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:'ABeeZee', open sans;
- font-size:11px;
- line-height:150%;
- margin:0;
- text-align:left;
- }
- small {
- font-size:11px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:14px;
- font-weight:bold;
- font-family:'ABeeZee', open sans;
- line-height:150%;
- text-transform:lowercase;
- }
- blockquote {
- padding-left:10px;
- margin:10px;
- border-left:1px solid #eee;
- }
- /*----------HEADER---------*/
- .navigation {
- width:cover;
- background:{color:navigation};
- margin-top:-5px;
- margin-left:calc(20% - 550px);
- }
- .links {
- text-align:center;
- padding:30px;
- text-transform:lowercase;
- font-size:15px;
- font-weight:bold;
- }
- .links a {
- color:{color:nav links};
- margin-right:40px;
- }
- .links a:hover {
- color:{color:link hover};
- }
- /*----------SIDEBAR---------*/
- .sidebar {
- position:absolute;
- width:350px;
- margin-top:50px;
- margin-left:20px;
- }
- .sideimg img {
- width:268px;
- }
- .cat {
- padding:20px;
- border:1px solid {color:borders};
- margin-bottom:50px;
- background:white;
- }
- .cti {
- text-transform:lowercase;
- font-size:15px;
- font-weight:bold;
- padding:10px;
- border-bottom:1px solid #eee;
- margin-bottom:20px;
- color:{color:titles};
- background:{color:titles bg};
- }
- .description {
- text-align:justify;
- padding:20px;
- margin:5px;
- margin-top:0px;
- font-size:12px;
- }
- .projects {
- padding:5px;
- text-align:left;
- margin-top:0px;
- }
- .projects img {
- padding:5px;
- width:100px;
- float:left;
- margin-right:10px;
- border:1px solid #eee;
- }
- .pinfo {
- height:100px;
- margin-top:25px;
- }
- .date {
- float:left;
- padding:10px;
- margin-right:10px;
- text-transform:lowercase;
- font-weight:bold;
- }
- .e {
- padding:10px;
- }
- .affiliates {
- width:300px;
- padding:5px;
- text-align:left;
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:1px;
- margin-top:20px;
- }
- .affiliates img {
- padding:5px;
- width:50px;
- }
- .off a {
- display:block;
- padding:10px;
- border-bottom:1px solid #eee;
- text-transform:lowercase;
- font-size:10px;
- }
- .off a:hover {
- margin-left:5px;
- }
- /*----------PAGINATION---------*/
- #pagi {
- margin-top:40px;
- margin-left:750px;
- font-family:'roboto', sans-serif;
- text-transform:lowercase;
- font-size:20px;
- font-weight:bold;
- padding:20px;
- }
- /*----------POSTS---------*/
- .container {
- width:1140px;
- margin-left:calc(50% - 550px);
- background:{color:content background};
- padding:20px;
- margin-top:0px;
- }
- .entries {
- margin-top:50px;
- width:540px;
- margin-left:540px;
- background:{color:content background};
- }
- .posts {
- width:540px;
- margin-bottom:70px;
- background:{color:posts background};
- padding:20px;
- border:1px solid {color:borders};
- }
- /*----------QUOTE---------*/
- .quote {
- padding:10px;
- font-size:15px;
- }
- .quotesource {
- padding:10px;
- text-align:center;
- }
- /*----------CHAT---------*/
- .chat {
- line-height:150%;
- list-style:none;
- }
- .line.odd {
- padding:10px;
- background:#f8f8f8;
- }
- .line.even {
- padding:10px;
- }
- .label {
- text-transform:lowercase;
- font-size:10px;
- letter-spacing:1px;
- font-weight:bold;
- }
- /*----------AUDIO---------*/
- .cover {
- position:relative;
- z-index:1;
- max-width:100px;
- padding:10px;
- float:left;
- }
- .playbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:2;
- }
- .playbox {
- background-color:#000;
- position:absolute;
- z-index:2;
- padding:15px 24px 13px 16px;
- margin-top:30px;
- margin-left:30px;
- opacity:0.5;
- }
- .trackdetails {
- padding:10px;
- width:auto;
- height:100px;
- margin-top:10px;
- margin-left:100px;
- }
- /*----------ASK---------*/
- .question {
- padding:10px;
- background:{color:question};
- }
- .asker {
- text-transform:lowercase;
- }
- .answer {
- margin:10px;
- }
- /*----------INFO---------*/
- .info {
- padding:10px;
- text-transform:lowercase;
- border-top:1px solid #eee;
- margin-top:25px;
- }
- .tags {
- margin-left:10px;
- margin-top:-5px;
- }
- .tags a {
- margin-right:10px;
- letter-spacing:1px;
- }
- .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
- }
- /*----------POST NOTES---------*/
- ol.notes {
- padding:0px;
- margin:25px 0px 0px -10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*----------CREDIT---------*/
- .credit {
- font-size:10px;
- position:fixed;
- font-weight:bold;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:1px;
- padding:2px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div class="credit">
- <a title="by bru" href="https://geminicodes.tumblr.com/" target="_blank">c.</a></div>
- <div class="navigation">
- <div class="links">
- <a href="/">Home</a>
- <a href="/ask">Inbox</a>
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- <a href="{text:link 3 url}">{text:link 3 title}</a>
- <a href="{text:link 4 url}">{text:link 4 title}</a>
- <a href="{text:link 5 url}">{text:link 5 title}</a>
- <a href="{text:link 6 url}">{text:link 6 title}</a>
- </div>
- </div>
- <center><div class="header"></div></center>
- <div class="container">
- <div class="sidebar">
- <!-- WELCOME -->
- <div class="cat">
- <div class="cti"><i class="fa fa-home"></i> welcome.</div>
- <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
- <div class="description">{Description}</div>
- </div>
- <!-- BLOG PROJECTS -->
- <div class="cat">
- <div class="cti"><span class="fa fa-bookmark"></span> blog projects.</div>
- <div class="projects">
- <div class="pinfo"><ul> <b><a href="/">title here!</a></b><br>
- <b>+</b> info here, keep it short!<br></div>
- <div class="pinfo"><ul> <b><a href="/">title here!</a></b><br>
- <b>+</b> info here, keep it short!<br></div>
- </div></div>
- <!-- AFFILIATES -->
- <div class="cat">
- <div class="cti"><i class="fa fa-address-book"></i> affiliates.</div>
- <div class="affiliates">
- <center> <a href="https://brusthemetesting.tumblr.com/" title="bru's theme" target="_blank"><img src="https://api.tumblr.com/v2/blog/brusthemetesting.tumblr.com/avatar/40" alt="" /></a>
- <a href="https://brusthemetesting.tumblr.com/" title="bru's theme" target="_blank"><img src="https://api.tumblr.com/v2/blog/brusthemetesting.tumblr.com/avatar/40" alt="" /></a>
- <a href="https://brusthemetesting.tumblr.com/" title="bru's theme" target="_blank"><img src="https://api.tumblr.com/v2/blog/brusthemetesting.tumblr.com/avatar/40" alt="" /></a>
- <a href="https://brusthemetesting.tumblr.com/" title="bru's theme" target="_blank"><img src="https://api.tumblr.com/v2/blog/brusthemetesting.tumblr.com/avatar/40" alt="" /></a></center>
- </div>
- </div>
- <!-- MEMBERS -->
- <div class="cat">
- <div class="cti"><i class="fa fa-users"></i> team.</div>
- {block:GroupMembers}
- <table style="margin-top:0px;">
- {block:GroupMember}
- <tr>
- <td style="width:40px;">
- <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
- </td>
- <td style="width:290px; height:auto;">
- <div id="m" style="margin-bottom:10px;">
- <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:lowercase; font-family:'ABeeZee', open sans; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div>
- <!-- INFO -->
- <div class="cat">
- <div class="cti"><i class="fa fa-heart"></i> about the blog.</div>
- <div class="sinfo">
- <b>about:</b> <br>
- <b>admins:</b> <br>
- <b>designed by:</b> <br>
- <b>online:</b> <br>
- </div>
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="trackdetails"><br>
- {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker"><b>{Asker} said:</b></div>
- {Question}</div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <div class="info">
- {block:Date}
- <b><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</b></a>
- {/block:Date}
-
- <a href="{Permalink}">{NoteCount}</a>
-
- <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a> <b>Posted by</b> <a href="{PostAuthorURL}">{PostAuthorName}</a>
- <font style="float:right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </font style>
- </div>
- {block:HasTags}
- <div class="tags">
- #{block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}</div>
- <div id="pagi">
- {block:IndexPage}
- <div id="pagination">
- {block:Pagination}
- {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:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement