Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--------NIALL HORAN !---------
- MADE BY irrelevantdivision.tumblr.com
- --------------------------------
- last update (m/d/y): 11/30/15
- rules of usage:
- -DO NOT REMOVE CREDIT
- -DO NOT USE AS A BASE, THEN CLAIM AS YOUR OWN
- -DO NOT REDISTRIBUTE
- JUST DON'T BECAUSE I WILL FIND YOU BUT THE COPS WON'T FIND YOUR BODY
- THANKS
- horizontal from: http://alturl.com/u5e4g
- ------------------------------->
- <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='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300' rel='stylesheet' type='text/css'>
- <link href="//fonts.googleapis.com/css?family=Pacifico:400" rel="stylesheet" type="text/css">
- <meta name="if:Always Show Description" content="1"/>
- <meta name="if:Hanging Title" content="1"/>
- <meta name="if:Show Note Count" content="1"/>
- <meta name="if:Show Reblog Link" content="0"/>
- <meta name="if:Uppercase" content="1"/>
- <meta name="text:Title Font" content="Pacifico"/>
- <meta name="color:Main Color" content="#000"/>
- <meta name="color:Main Color 2" content="#fff"/>
- <meta name="color:Accent 1" content="#e1612f"/>
- <meta name="color:Accent 2" content="#00af16"/>
- <meta name="image:Header Image" content="https://31.media.tumblr.com/b59f4399921919269767824eb4a00ff8/tumblr_n7i9sdxRZf1rm1fjeo2_r3_250.png"/>
- <meta name="text:Link 1 URL" content="http://"/>
- <meta name="text:Link 1 Name" content=""/>
- <meta name="text:Link 2 URL" content="http://"/>
- <meta name="text:Link 2 Name" content=""/>
- <meta name="text:Link 3 URL" content="http://"/>
- <meta name="text:Link 3 Name" content=""/>
- <meta name="text:Link 4 URL" content="http://"/>
- <meta name="text:Link 4 Name" content=""/>
- <style>
- @font-face {
- font-family: "never let go";
- src: url(http://static.tumblr.com/idxyunh/HTrn7ncbe/neverletgo.ttf);
- }
- body {
- font-family: arial;
- }
- a {
- text-decoration: none;
- color: {color:Accent 1};
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- a:hover {
- color: {color:Accent 2};
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .sidebar {
- width: 100%;
- height: 250px;
- background-color: {color:Main Color};
- position: fixed;
- z-index: 100;
- top: 0;
- left: 0;
- }
- .sidebar img {
- width: auto;
- max-height: 250px;
- position: fixed;
- z-index: 100;
- top: 0;
- left: 200px;
- }
- .title {
- font-family: {text:Title Font};
- font-size: 72px;
- color: {color:Main Color};
- top: 222px;
- margin-left: 440px;
- {block:ifNotHangingTitle}color: {color:Main Color 2};
- top: 174px;
- padding-left: 452px;{/block:ifNotHangingTitle}
- position: fixed;
- z-index: 102;
- }
- /*BLOG INFO*/
- .desc {
- {block:ifNotAlwaysShowDescription}opacity: 0;{/block:ifNotAlwaysShowDescription}
- width: 450px;
- margin: 80px 460px;
- font-size: 10px;
- letter-spacing: +1px;
- text-align: justify;
- color: {color:Main Color 2};
- position: fixed;
- z-index: 1000;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- transition-duration: 0.7s;
- }
- .mainlinks {
- font-size: 10px;
- }
- {block:ifNotAlwaysShowDescription}
- .desc:hover {
- opacity: 1;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- {/block:ifNotAlwaysShowDescription}
- .container {
- margin-top: 270px;
- }
- td {
- vertical-align: top;
- }
- /*.postcol {
- {block:IndexPage}
- width: 200%;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 100%;
- {/block:PermalinkPage}
- max-height: 700px;
- margin-top: 270px;
- border: 1px solid #000;
- }*/
- .posts {
- width: 500px;
- position: relative;
- {block:PermalinkPage}
- margin-left: auto;
- margin-right: auto;
- {/block:PermalinkPage}
- margin-bottom: 5px;
- padding: 5px 25px;
- letter-spacing: +1px;
- font-size: 10px;
- {block:IndexPage}
- max-height: 550px;
- overflow: scroll;
- {/block:IndexPage}
- }
- .posts li {
- list-style: circle;
- }
- .posts img {
- margin: auto;
- }
- .posts blockquote {
- border-left: 2px solid {color:Accent 2};
- padding-left: 6px;
- }
- .posts img, .posts li, .posts blockquote {max-width: 100%;}
- /*DATE/TIME*/
- .date {
- opacity: 0.7;
- font-size: 10px;
- margin-bottom: 6px;
- margin-top: 2px;
- text-align: center;
- {block:ifUppercase}text-transform: uppercase;{/block:ifUppercase}
- }
- /*NAVIGATION*/
- .minicon {
- {block:IndexPage}
- width: 100%;
- height: 75px;
- left: 0;
- bottom: 0;
- position: fixed;
- background-color: #000;
- text-align: center;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- margin: 0 auto 10px auto;
- {/block:PermalinkPage}
- }
- .navigation {
- font-size: 10px;
- {block:IndexPage}
- position: fixed;
- width: 100%;
- margin: 10px auto;
- {/block:IndexPage}
- }
- .current_page {
- color: {color:Main Color 2};
- background-color: {color:Main Color};
- border: solid 1px {color:Main Color 2};
- margin: 0 -1px;
- padding: 1px 5px 1px 6px;
- }
- .jump_page {
- color: {color:Main Color};
- background-color: {color:Main Color 2};
- border: solid 1px {color:Main Color 2};
- margin: 0 -1px;
- padding: 1px 5px 1px 6px;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .jump_page:hover {
- color: {color:Main Color 2};
- background-color: {color:Main Color};
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .next {
- color: {color:Accent 1};
- border: solid 1px {color:Accent 1};
- padding: 0 10px;
- margin: 0 50px;
- }
- .next:hover {
- color: {color:Main Color 2};
- border: solid 1px {color:Main Color 2};
- }
- .back {
- color: {color:Accent 2};
- border: solid 1px {color:Accent 2};
- padding: 0 10px;
- margin: 0 50px;
- }
- .back:hover {
- color: {color:Main Color 2};
- border: solid 1px {color:Main Color 2};
- }
- /*PHOTO*/
- .photo img {
- max-width: 100%;
- margin: auto;
- }
- /*QUOTE*/
- .quotetext_short {
- font-size: 28px;
- font-style: italic;
- margin-bottom: 8px;
- }
- .quotetext_medium {
- font-size: 24px;
- font-style: italic;
- margin-bottom: 8px;
- }
- .quotetext_long {
- font-size: 18px;
- font-style: italic;
- margin-bottom: 8px;
- }
- .source {
- text-align: right;
- }
- /*ASKS*/
- .question {
- border-top: {color:Accent 2} solid 6px;
- border-bottom: {color:Accent 1} solid 6px;
- }
- #asker {
- font-style: italic;
- }
- /*LINKS*/
- h2 {
- font-size: 13px;
- text-align: center;
- padding: 6px 0;
- border-top: {color:Accent 2} solid 6px;
- border-bottom: {color:Accent 1} solid 6px;
- }
- h2 a {
- {block:ifUppercase}text-transform: uppercase;{/block:ifUppercase}
- color: {color:Main Color};
- }
- /*AUDIO*/
- .cover {
- width: 125px;
- position: relative;
- z-index: 1;
- margin-top: 3px;
- }
- .playbox {
- background-color: #000;
- overflow: hidden;
- position: absolute;
- z-index: 10;
- margin-top: 34px;
- margin-left: 33px;
- opacity: 0.7;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .playbox:hover {
- opacity: 0.9;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- transition-duration: 0.7s;
- }
- .playbutton {
- width: 20px;
- overflow: hidden;
- position: relative;
- z-index: 10;
- margin: 15px 23px 13px 16px;
- }
- .audioinfo {
- font-size: 10px;
- text-align: center;
- max-width: 350px;
- top: -97px;
- left: 150px;
- position: relative;
- z-index: 11;
- border-top: {color:Accent 2} solid 6px;
- border-bottom: {color:Accent 1} solid 6px;
- }
- .song {
- font-size:13px;
- {block:ifUppercase}text-transform: uppercase;{/block:ifUppercase}
- padding-top: 2px;
- }
- .album {
- font-size: 7px;
- {block:ifUppercase}text-transform: uppercase;{/block:ifUppercase}
- padding-bottom: 2px;
- }
- /*TAGS*/
- .tags {
- position: relative;
- margin-bottom: 35px;
- padding-top: 5px;
- text-align: center;
- {block:ifUppercase}text-transform: uppercase;{/block:ifUppercase}
- font-size: 8px;
- border-top: solid 2px {color:Main Color};
- }
- .tags a {
- color: {color:Main Color};
- padding: 0 4px;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .tags a:nth-child(odd):hover {
- color: {color:Accent 2};
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .tags a:nth-child(even):hover {
- color: {color:Accent 1};
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- /*POST NOTES*/
- .postnotes ol {
- list-style: none;
- font-size: 10px;
- font-family: arial;
- max-width: 500px;
- margin: 0 auto;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {background-color: #000; height: 10px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color: #000; height:10px!important;}
- ::-webkit-scrollbar {background-color: #fff; height:12px; width:5px;}
- iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; right:3px !important; position: fixed !important;}
- /* Custom CSS */
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://www.google.com/jsapi"></script>
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <div class="sidebar">
- <div class="title">{Title}</div>
- <div class="desc">{Description}<br /><br />
- <span class="mainlinks"><a href="/">home</a>
- {block:AskEnabled} - <a href="/ask">ask</a>{/block:AskEnabled}
- - <a href="/archive">archive</a>
- {block:SubmissionsEnabled} - <a href="/submit">submit</a>{/block:SubmissionsEnabled}
- {block:ifLink1Name} - <a href="{text:Link 1 URL}">{text:Link 1 Name}</a>{/block:ifLink1Name}
- {block:ifLink2Name} - <a href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:ifLink2Name}
- {block:ifLink3Name} - <a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:ifLink3Name}
- {block:ifLink4Name} - <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4Name}
- {block:ifLink5Name} - <a href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:ifLink5Name}
- - <a href="http://irrelevantdivision.tumblr.com">©</a>
- </span>
- </div>
- <a href="/"><img src="{image:Header Image}"></a>
- </div>
- {block:IndexPage}<table cellspacing="15" cellpadding="0" border="0" style="vertical-align: top"><tbody><tr>{/block:IndexPage}
- <div class="container">
- {block:Posts}
- {block:IndexPage}<td>{/block:IndexPage}
- <div class="posts">
- <div class="date">{block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonth}.{ShortYear}</a> - <a href="{Permalink}">{24Hour}:{Minutes}{CapitalAmPm}</a>{/block:Date}
- {block:ifShowNoteCount} - <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} </a>{/block:ifShowNoteCount}
- {block:ifShowReblogLink} - <a href="{ReblogURL}" target="_blank" class="details">reblog</a>{/block:ifShowReblogLink}
- </div>
- {block:Text}
- {block:Title}{Title}{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote">
- <div class="quotetext_{Length}">"{Quote}"</div>
- {block:Source}<div class="source">- {Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h2><a class="link" href="{LinkURL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- <ul>{block:Lines}
- <li>{block:Label}{Label}{/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Answer}
- <div class="question">
- <table style="padding-bottom:5px; padding-top: 5px; margin-left:3px;">
- <tr>
- <td style="vertical-align:top; padding-right:10px; width:64px; height: auto;"><img src="{AskerPortraitURL-48}"></td>
- <td style="vertical-align:top;"><span id="asker"><strong>{Asker} asked:</strong> {Question}</span></td>
- </tr>
- </table>
- </div>
- {Answer}
- {/block:Answer}
- <div class="photo">
- {block:Photo}{LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {/block:Photo}
- </div>
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Panorama}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Panorama}
- {block:AudioPlayer}<div class="playbox"><div class="playbutton">{AudioPlayerBlack}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="audioinfo">
- <span class="song"><strong>{block:TrackName}{TrackName}{/block:TrackName}</strong></span><br />
- <div class="album">
- {block:Album}{Album}-{/block:Album} {block:Artist}{Artist}-{/block:Artist} {block:PlayCount}{PlayCount}{/block:PlayCount}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}
- <div class="tags">
- {block:HasTags}
- {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {block:IndexPage}</td>{/block:IndexPage}
- {/block:Posts}
- {block:IndexPage}</tr></tbody></table>{/block:IndexPage}
- <div class="minicon">
- <div class="navigation">
- {block:Pagination}{block:PreviousPage}
- <a class="back" href="{PreviousPage}">Back</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 class="next" href="{NextPage}">Next</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment