Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!----------- FANSITE THEME 3 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="#ffffff"/>
- <meta name="color:navi links" content="#000000"/>
- <meta name="color:content background" content="#f8f8f8"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="color:sidebars background" content="#ffffff"/>
- <meta name="color:description background" content="#facaa6"/>
- <meta name="color:description text" content="#d56614"/>
- <meta name="color:titles background" content="#f8f8f8"/>
- <meta name="color:titles border" content="#eeeeee"/>
- <meta name="color:official links background" content="#f8f8f8"/>
- <meta name="color:official links border" content="#eeeeee"/>
- <meta name="color:events date" content="#eeeeee"/>
- <meta name="color:events name" content="#f8f8f8"/>
- <meta name="color:question" content="#f8f8f8"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:scrollbar background" content="#ffffff"/>
- <meta name="image:header" content=""/>
- <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=""/>
- <!----------------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='http://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>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <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;
- }
- 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;
- }
- /*----------SIDEBAR---------*/
- .navi {
- width:100%;
- background:{color:navigation};
- padding:30px 0px 30px 0px;
- text-align:center;
- }
- .navi a {
- padding:20px;
- text-transform:uppercase;
- font-size:15px;
- font-weight:bold;
- color:{color:navi links};
- }
- .navi a:hover {
- color:{color:description background};
- }
- .title {
- font-size:15px;
- text-transform:uppercase;
- font-weight:bold;
- float:left;
- padding-left:30px;
- }
- .header {
- width:100%;
- height:500px;
- }
- /*----------POSTS---------*/
- .container {
- width:1200px;
- margin-left:calc(50% - 600px);
- background:{color:content background};
- padding:20px;
- }
- .entries {
- margin-top:50px;
- width:500px;
- margin-left:325px;
- }
- .posts {
- width:500px;
- margin-bottom:70px;
- background:{color:posts background};
- padding:20px;
- }
- .sidebar1 {
- width:250px;
- float:left;
- position:absolute;
- padding:10px;
- background:{color:sidebars background};
- margin-top:50px;
- }
- .sidebar2 {
- width:250px;
- float:right;
- padding:10px;
- background:{color:sidebars background};
- margin-top:50px;
- }
- .cti {
- padding:20px;
- margin-top:10px;
- text-transform:uppercase;
- font-size:15px;
- font-weight:bold;
- background:{color:titles background};
- text-align:right;
- border-right:4px solid {color:titles border};
- }
- .cat {
- padding:10px;
- text-align:justify;
- border:1px solid #eee;
- margin-top:20px;
- margin-bottom:30px;
- }
- .desc {
- padding:20px;
- background:{color:description background};
- margin-top:20px;
- text-align:justify;
- color:{color:description text};
- margin-bottom:50px;
- }
- .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};
- }
- .off {
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .off a {
- display:block;
- padding:10px;
- margin:10px;
- background:{color:official links background};
- border-left:4px solid {color:official links border};
- color:black;
- }
- .off a:hover {
- background:{color:description background};
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- .hqs {
- height:150px;
- padding:10px;
- }
- .hqs img {
- float:left;
- margin:5px;
- display:block;
- width:64px;
- }
- .music {
- padding:10px;
- height:220px;
- }
- .music img {
- width:100px;
- float:left;
- display:block;
- margin:5px;
- }
- .tours {
- padding:10px;
- font-size:10px;
- }
- .tours img {
- width:100px;
- float:left;
- padding:5px;
- }
- .projects {
- width:250px;
- padding:5px;
- text-align:left;
- margin-top:10px;
- }
- .projects img {
- padding:5px;
- border:1px solid #d1d1d1;
- width:80px;
- float:left;
- margin-right:10px;
- }
- /*----------QUOTE---------*/
- .quote {
- padding:10px;
- font-size:15px;
- text-align:center;
- }
- .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:20px;
- margin-left:20px;
- opacity:0.5;
- }
- .trackdetails {
- padding:10px;
- width:auto;
- height:100px;
- margin-top:20px;
- }
- /*----------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:12px;
- 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;
- color:black;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- #pagi {
- margin-top:40px;
- margin-left:600px;
- font-family:'roboto', sans-serif;
- text-transform:uppercase;
- font-size:20px;
- font-weight:bold;
- padding:20px;
- }
- </style>
- </head>
- <body>
- <div class="credit">
- <a title="theme" href="http://clumhood.tumblr.com/" target="_blank"><i class="fa fa-diamond"></i></a></div>
- <!----- NAVIGATION ------>
- <div class="navi"><div class="title"><i class="fa fa-diamond"></i> {Title}</div>
- <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>
- </div>
- <!----- HEADER ------>
- <center><div class="header"><img src="{image:header}"/></div></center>
- <div class="container">
- <!----- SIDEBAR 1 ------>
- <div class="sidebar1">
- <img src="{image:sidebar}"/>
- <!----- DESCRIPTION ------>
- <div class="cti">Welcome <i class="fa fa-home"></i></div>
- <div class="desc">{Description}</div>
- <!----- OFFICIAL LINKS ------>
- <div class="cti">Official links <i class="fa fa-globe"></i></div>
- <div class="cat"><div class="off">
- <a href="http://twitter.com/ashton5sos"><i class="fa fa-twitter"></i> Twitter</a>
- <a href="http://instagram.com/ashtonirwin"><i class="fa fa-instagram"></i> Instagram</a>
- <a href="http://youtube.com/user/hemmo1996"><i class="fa fa-youtube-play"></i> Youtube</a>
- <a href="http://5sos.com"><i class="fa fa-globe"></i> Official Website</a>
- </div></div>
- <!----- LATEST HQS ------>
- <div class="cti">Latest HQS <i class="fa fa-camera"></i></div>
- <center><div class="hqs">
- <a href="/tagged/siriusxmhq"><img src="http://static.tumblr.com/zy3qjic/SqJntg8qk/1.png"/></a>
- <a href="/tagged/siriusxmhq"><img src="http://static.tumblr.com/zy3qjic/Ctuntg8qu/2.png"/></a>
- <a href="/tagged/gmahq"><img src="http://static.tumblr.com/zy3qjic/5g1ntg8r2/3.png"/></a>
- <a href="/tagged/gmahq"><img src="http://static.tumblr.com/zy3qjic/KLLntg8ra/4.png"/></a>
- <a href="/tagged/gmahq"><img src="http://static.tumblr.com/zy3qjic/Q3wntg8ri/5.png"/></a>
- <a href="/tagged/gmahq"><img src="http://static.tumblr.com/zy3qjic/qC3ntg8rp/6.png"/></a>
- </div></center>
- <!----- MEMBERS ------>
- <div class="cti">Members <i class="fa fa-users"></i></div>
- <div class="cat">
- {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:uppercase; font-family:arial; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div>
- <!----- ABOUT THE BLOG ------>
- <div class="cti">About the blog <i class="fa fa-info"></i></div>
- <div class="cat">
- <b>About:</b> Ashton Irwin<br>
- <b>Admins:</b> <a href="http://clumhood.tumblr.com">Graziella</a> and <a href="http://zayenmalik.tumblr.com">Cynthia</a> <br>
- <b>Designed by:</b> <a href="http://clumhood.tumblr.com/">Graziella</a><br>
- <b>Online:</b> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5040470";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.body.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script><br>
- <b>Visits:</b> <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "2991474";
- fhsh.src = "http://s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.body.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script><br><br>
- Our site claims no credit for any images posted on this site unless stated otherwise. Images and information on this blog are copyright to their respectful owners.
- </div>
- </div>
- <!----- SIDEBAR 2 ------>
- <div class="sidebar2">
- <!----- UPCOMING EVENTS ------>
- <div class="cti">Upcoming Events <i class="fa fa-calendar"></i></div>
- <div class="cat">
- <div class="date">August 21</div><div class="e">ROWYSO Cleveland</div><br>
- <div class="date">August 22</div><div class="e">ROWYSO Indianapolis</div><br>
- <div class="date">August 23</div><div class="e">ROWYSO Burgettstown</div><br>
- <div class="date">August 25</div><div class="e">ROWYSO Toronto</div><br>
- <div class="date">August 26</div><div class="e">ROWYSO Saratoga Springs</div><br>
- </div>
- <div class="cti">Music <i class="fa fa-music"></i></div>
- <div class="projects">
- <img src="https://upload.wikimedia.org/wikipedia/en/5/53/5_Seconds_of_Summer_-_5_Seconds_of_Summer.png">
- <ul> <b>5 Seconds of Summer</b><br>
- <b>Label</b>: Capital Records<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/fr/album/5-seconds-of-summer-deluxe/id876410663">iTunes</a> | <a href="https://store.universalmusic.com/5sos/*/Music/">Official</a><br>
- <b>Released</b>: June 30th, 2014</ul>
- <br><br>
- <img src="http://www.5sos.com/wp-content/themes/5secondsofsummer2/assets/images/livesos-packshot.jpg">
- <ul> <b>LiveSOS</b><br>
- <b>Label</b>: Capital Records<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/fr/album/livesos-bonus-track-version/id939308954">iTunes</a> | <a href="https://store.universalmusic.com/5sos/*/Music/">Official</a><br>
- <b>Released</b>: December 15th, 2014</ul>
- <br><br>
- <img src="http://c.directlyrics.com/img/upload/5-seconds-of-summer-shes-kinda-hot-cover.jpg">
- <ul> <b>She's Kinda Hot</b><br>
- <b>Label</b>: Capital Records<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/fr/album/shes-kinda-hot-single/id1016879692">iTunes</a> | <a href="https://store.universalmusic.com/5sos/*/Music/">Official</a><br>
- <b>Released</b>: July 17th, 2015</ul>
- <br><br>
- <img src="http://40.media.tumblr.com/8b4d1926e0fac98793569710dd878b71/tumblr_nszj78CTb31trq9l0o4_1280.jpg">
- <ul> <b>Sounds Good Feels Good</b><br>
- <b>Label</b>: Capital Records<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/sounds-good-feels-good-deluxe/id1029985289">iTunes</a> | <a href="https://store.universalmusic.com/5sos/*/Sounds-Good-Feels-Good/">Official</a><br>
- <b>Release Date</b>: October 23rd, 2015</ul>
- </div>
- <!-- TOURS -->
- <div class="cti">Tours <i class="fa fa-location-arrow"></i></div>
- <div class="projects">
- <img src="http://www.livetradingnews.com/wp-content/uploads/2014/07/5SOS-Web-Teaser_500x500-1-1024x1024.jpg">
- <ul> <b>Rock Out With Your Socks Out</b><br>
- <b>Status</b>: Headliner<br>
- <b>Start</b>: May 4th, 2015<br>
- <b>End</b>: September 13th, 2015</ul>
- </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