Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!----------- FANSITE THEME 4 by clumhood :> ------------>
- <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:links hover" content="#a5a5a5"/>
- <meta name="color:navigation" content="#000000"/>
- <meta name="color:nav links" content="#ffffff"/>
- <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:content background" content="#f8f8f8"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="color:events date" content="#eeeeee"/>
- <meta name="color:events name" content="#f8f8f8"/>
- <meta name="image:header" content=""/>
- <meta name="image:header2" 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=""/>
- <!----------------SCRIPTS---------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/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>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,400italic,500,500italic,700,700italic,900,900italic:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </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---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border:1px solid #eeeeee;
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- letter-spacing:2px;
- font-family:arial;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- /*----------BASICS---------*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:'roboto', sans-serif;
- 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:links 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:arial;
- line-height:150%;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:10px;
- margin:10px;
- border-left:1px solid #eee;
- }
- /*----------HEADER---------*/
- .header {
- width:1100px;
- height:500px;
- }
- .middle {
- width:200px;
- margin-top:-100px;
- }
- .middle img {
- border-radius:100%;
- border:4px solid white;
- width:200px;
- }
- .links {
- background:{color:navigation};
- margin-top:-113px;
- width:1040px;
- padding:30px;
- text-align:left;
- }
- .links a {
- padding:20px;
- color:{color:nav links};
- font-size:15px;
- text-transform:uppercase;
- font-weight:900;
- letter-spacing:1px;
- }
- /*----------SIDEBAR---------*/
- .sidebar {
- position:absolute;
- background:{color:sidebar};
- width:300px;
- margin-top:50px;
- margin-left:50px;
- }
- .cat {
- padding:20px;
- }
- .cti {
- padding:20px;
- font-size:15px;
- text-transform:uppercase;
- font-weight:900;
- border-bottom:1px solid #eee;
- color:{color:titles};
- margin-bottom:20px;
- }
- .desc {
- margin:20px;
- text-align:justify;
- }
- .sfm input {
- background-color: #eee;
- font-size: 8px;
- border: 0px;
- text-transform: uppercase;
- margin-top: 0px;
- color: #999;
- letter-spacing: 1px;
- padding: 4px 20px;
- font-family: calibri, helvetica, arial;
- margin-bottom:20px;
- }
- .date {
- float:left;
- padding:10px;
- margin-right:10px;
- background:{color:events date};
- text-transform:uppercase;
- font-weight:bold;
- }
- .e {
- padding:10px;
- background:{color:events name};
- }
- .hqs {
- height:150px;
- padding:10px;
- margin-left:10px;
- }
- .hqs img {
- float:left;
- margin:5px;
- display:block;
- width:64px;
- }
- .affiliates {
- width:250px;
- padding:5px;
- text-align:left;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- margin-top:20px;
- }
- .affiliates img {
- padding:5px;
- width:40px;
- margin-right:10px;
- border-radius:100%;
- }
- .projects {
- width:250px;
- padding:5px;
- text-align:left;
- margin-top:10px;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- }
- .projects img {
- padding:5px;
- border-radius:100%;
- width:64px;
- float:left;
- margin-right:10px;
- }
- .blogs {
- width:250px;
- padding:5px;
- text-align:left;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- margin-top:20px;
- }
- .blogs img {
- padding:5px;
- width:40px;
- float:left;
- margin-right:10px;
- border-radius:100%;
- }
- .stats {
- text-transform:uppercase;
- letter-spacing:1px;
- padding:20px;
- font-size:9px;
- line-height:20px;
- }
- /*----------PAGINATION---------*/
- #pagi {
- margin-top:40px;
- margin-left:600px;
- font-family:'roboto', sans-serif;
- text-transform:uppercase;
- font-size:20px;
- font-weight:bold;
- padding:20px;
- }
- /*----------POSTS---------*/
- .container {
- width:1060px;
- margin-left:calc(50% - 550px);
- background:{color:content background};
- padding:20px;
- }
- .entries {
- margin-top:50px;
- width:500px;
- margin-left:450px;
- background:#f8f8f8;
- }
- .posts {
- width:500px;
- margin-bottom:70px;
- background:{color:posts background};
- padding:20px;
- }
- /*----------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:uppercase;
- 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:uppercase;
- }
- .answer {
- margin:10px;
- }
- /*----------INFO---------*/
- .info {
- padding:10px;
- text-transform:uppercase;
- border-top:1px solid #eee;
- margin-top:25px;
- }
- .tags {
- margin-left:10px;
- margin-top:-5px;
- }
- .tags a {
- margin-right:10px;
- letter-spacing:1px;
- }
- /*----------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:8px;
- 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="theme" href="http://clumhood.tumblr.com/" target="_blank">CH</a></div>
- <center><div class="header"><img src="{image:header}"></div></center>
- <center><div class="middle"><img src="{image:header2}"></div></center>
- <center><div class="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- <font style="float:right;">
- <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>
- </font>
- </div></center>
- <div class="container">
- <div class="sidebar">
- <div class="cat">
- <div class="cti">Welcome</div>
- <div class="desc">{Description}</div>
- </div>
- <center><form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" id="sf"/>
- <input type="submit" value="Search" id="sb"/>
- </form></center>
- <!----- UPCOMING EVENTS ------>
- <div class="cat">
- <div class="cti">upcoming events</div>
- <div class="date">September 10</div><div class="e">02 Academy, London</div><br>
- <div class="date">September 11</div><div class="e">KoKo, London</div><br>
- <div class="date">September 27</div><div class="e">Life is Beautiful</div><br>
- <div class="date">September 30</div><div class="e">Badlands: San Diego</div><br>
- </div>
- <!----- LATEST HQS ------>
- <div class="cat">
- <div class="cti">Latest HQS</div>
- <center><div class="hqs">
- <a href="/tagged/miahq"><img src="http://static.tumblr.com/zy3qjic/Lomnua016/1.png"/></a>
- <a href="/tagged/miahq"><img src="http://static.tumblr.com/zy3qjic/ad4nua01f/2.png"/></a>
- <a href="/tagged/miahq"><img src="http://static.tumblr.com/zy3qjic/h7nnua01l/3.png"/></a>
- <a href="/tagged/miahq"><img src="http://static.tumblr.com/zy3qjic/X6nnua01s/4.png"/></a>
- <a href="/tagged/miahq"><img src="http://static.tumblr.com/zy3qjic/X8Bnua020/5.png"/></a>
- <a href="/tagged/miahq"><img src="http://static.tumblr.com/zy3qjic/2Kynua026/6.png"/></a>
- </div></center></div>
- <!----- AFFILIATES ------>
- <div class="cat">
- <div class="cti">Affiliates</div>
- <div class="affiliates">
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- <a href="http://url.tumblr.com/" title="url"><img src="http://static.tumblr.com/zy3qjic/wGdnud6cq/af.png"/></a>
- </div>
- </div>
- <!----- PROJECTS ------>
- <div class="cti">Projects</div>
- <div class="projects">
- <img src="http://static.tumblr.com/zy3qjic/x8Cns99kb/2.png">
- <ul> <b>Room 93</b><br>
- <b>Label</b>: Astralwerks<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/room-93-ep/id930637389">iTunes</a> | <a href="http://www.amazon.com/Room-93-EP-Halsey/dp/B00T4LLK46/ref=sr_1_1?ie=UTF8&qid=1434666411&sr=8-1&keywords=room+93+halsey">Amazon</a><br>
- <b>Released</b>: October 27th, 2014</ul>
- <br><br>
- <img src="http://static.tumblr.com/zy3qjic/IG5ns99l1/1.png">
- <ul> <b>Badlands</b><br>
- <b>Label</b>: Astralwerks<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/badlands-deluxe/id999626332">iTunes</a> | <a href="http://www.iamhalsey.com/badlands">Official</a><br>
- <b>Released</b>: August 28th, 2015</ul>
- <br><br>
- </div>
- <!----- MEMBERS ------>
- <div class="cat">
- <div class="cti">Members</div>
- <div class="blogs">
- {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;">
- </td>
- <td style="width:290px; height:auto;">
- <div id="m" style="margin-bottom:0px;">
- <a href="{GroupMemberURL}" style="font-weight:bold; margin-top:5px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div></div>
- <!----- ABOUT THE BLOG ------>
- <div class="cat">
- <div class="cti">About the blog</div>
- <div class="stats">
- <b>Admin:</b> Graziella<br>
- <b>Established:</b> March 2015<br>
- <b>About:</b> Halsey<br>
- <b>Theme by:</b> <br>
- <b>Visits:</b>
- </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-500}
- {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-500}
- {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="{Permalink}" 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