Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Parisienne::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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <!-- DEFAULT COLORS -->
- <meta name="color:Page" content="#cccc9a"/>
- <meta name="color:Text" content="#444444"/>
- <meta name="color:Title" content="#6b7e52"/>
- <meta name="color:Link" content="#6b7e52"/>
- <meta name="color:Link Hover" content="#bec1a4"/>
- <meta name="color:Content" content="#f2ecdc"/>
- <meta name="color:Sidebar" content="#e0d5b5"/>
- <meta name="color:Info" content="#e0d5b5"/>
- <meta name="image:sidebar" content="" />
- <meta name="text:Link 1" content="http://"/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2" content="http://"/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3" content="http://"/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4" content="http://"/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 5" content="http://"/>
- <meta name="text:Link 5 Title" content=""/>
- <style type="text/css">
- /*NOTE:
- 1. For the image to work properly in the sidebar, please resize it to 250px by 250px; if you can't do that making it into an exact square, or as close as you can, will work too. You could, instead, upload a pattern as I have done in the live preview. Or, you could not even upload a picture, it's up to you.
- 2. Feel free to change the colours, sizes and fonts as you please. All I ask is that you do not remove the credit or use this theme as a base, I spent a lot of time making this and this is all I ask in return.
- */
- /*STUFF*/
- @import url(http://fonts.googleapis.com/css?family=Parisienne);
- /*BODY*/
- body {background-color: {color:Page};
- color: {color:Text};
- font-family: helvetica neue;
- font-size: 11px;
- line-height: 11px;
- text-align: justify;
- line-height: 11px;
- margin:1px;
- }
- /*LINKS*/
- a:link, a:active, a:visited{color: {color:Link};
- text-decoration:none;
- }
- a:hover{color: {color:Link Hover};
- }
- /*ONE DIRECTION LULZ*/
- #onedirection{margin: auto;
- position: relative;
- width: 100%;
- height: 100%
- margin-top: 0px;
- margin-left: auto;
- margin-right: auto;
- }
- #niall{background-color:{color: Sidebar};
- position: fixed !important;
- background-image: url('{image:sidebar}');
- background-size: 250px;
- position: relative;
- margin-left: 40px;
- margin-top: 0px;
- width: 250px;
- height: 250px;
- top: 30px;
- border-radius: 155px;
- text-align :center;
- border: 5px {color:Sidebar} solid;
- }
- #liam{background-color:{color:Page};
- position: relative;
- padding: 50px;
- top: -1px;
- left: -1px;
- width: 152px;
- height: 152px;
- border-radius: 155px;
- opacity: 0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #liam:hover{opacity: 0.9;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #harry{position: absolute;
- overflow: hidden;
- margin-left: 330px;
- margin-toP: 0px;
- width: 516px;
- }
- .louis {background-color: {color:Content};
- margin-bottom: 5px;
- padding: 8px;
- }
- #zayn {background-color: {color:Info};
- padding: 1px;
- margin-top: 5px;
- }
- .paul{font-family: Parisienne;
- font-size: 25px;
- line-height: 100%;
- color: {color:Title};
- text-align: center;
- }
- blockquote {border-left: 2px solid {color:Text};
- padding-left: 0px;}
- img {
- border: 0;
- max-width: 100%;
- }
- </style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <div id="onedirection">
- <div id="niall">
- <div id="liam">
- {Description}<p>
- <a href="/">home</a><br>
- {block:AskEnabled}<a href="/ask">ask</a><br>
- {/block:AskEnabled}
- <a href="/archive">archive</a><br>
- {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a><br>{/block:ifLink1Title}
- {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a><br>{/block:ifLink2Title}
- {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a><br>{/block:ifLink3Title}
- {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a><br>{/block:ifLink4Title}
- {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
- </div></div>
- <div id="harry">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div class="louis">
- {block:Text}
- {block:Title}<span class="paul"><center><a href="{Permalink}">{Title}</a></center></span>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-500}" width="500px"></a>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <span class="paul">{Quote}</span>
- <span style="float:right;margin-top:12px;"><i>{Source}</i></span>
- {/block:Quote}
- {block:Link}
- <span class="paul"><center><a href="{URL}">{Name}</a></center></span>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<span class="paul"><a href="{Permalink}">{Title}</a></span>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}<center>{AudioPlayer}</center>{/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- {Asker} asked: <i>{Question}</i><br>
- {Answer}
- {/block:Answer}
- <div id="zayn"><center>{block:Date}Posted: <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<br><i>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</i>{/block:HasTags}
- </div>
- </div>
- {block:PermalinkPage}
- {block:RebloggedFrom}Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br>Original source: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <div style="position:fixed;bottom:15px;left:870px;font-family: Parisienne;
- font-size:30px;line-height;100%;color:{color:Title}; padding:10px;"><a href="/">{Title}</a></div>
- <div style="position:fixed; bottom:5px;left:5px;">
- <a href="http://flyawaythemes.tumblr.com/">theme</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment