Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Rouge+Script::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="#ffffffff"/>
- <meta name="color:Text" content="#999999"/>
- <meta name="color:Link" content="#666666"/>
- <meta name="color:Link Hover" content="#aaaaaa"/>
- <meta name="color:Sidebar" content="#eeeeee"/>
- <meta name="color:Content" content="#eeeeee"/>
- <meta name="color:Photo" content="#cccccc"/>
- <meta name="color:Info" content="#eeeeee"/>
- <meta name="color:Nav" content="#666666"/>
- <meta name="color:Navb" content="#eeeeee"/>
- <meta name="color:Nav Hover" content="#999999"/>
- <meta name="color:Navb Hover" content="#eeeeee"/>
- <meta name="image:sidebar" content="" />
- <meta name="if:Infinite scrolling" content="0"/>
- <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=""/>
- <meta name="text:Navigation" content="navigation;"/>
- <style type="text/css">
- /*NOTE:
- 1. 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.
- */
- /*BODY*/
- body {background-color:{color:Page};
- font-size:11px;
- font-family:helvetica;
- line-height:12px;
- color:{color:Text};
- margin:0px;
- text-align:justify;
- }
- @import url(http://fonts.googleapis.com/css?family=Rouge+Script);
- /*LINKS*/
- a:link, a:active, a:visited{color:{color:Link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;-
- }
- a:hover{color:{color:Link Hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;-
- }
- #nav a{background-color:{color:Navb};
- color:{color:Nav};
- display:inline-block;
- width:auto;
- text-align:center;
- padding:10px 20px 10px 15px;
- height:20px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;-
- }
- #nav a:hover{background-color:{color:Navb Hover};
- color:{color:Nav Hover};
- display:inline-block;
- position:relative;
- padding:10px 15px 10px 20px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;-
- }
- /*CONTENT*/
- #wrapper{width:80%;
- }
- #nav{padding:0px 10px 10px 20px;
- background-color:{color:Info};
- font-size:25px;
- line-height:15px;
- text-transform:lowercase;
- position:fixed;
- z-index:2;
- height:30px;
- width:100%;
- font-family:Rouge Script;
- }
- #sidebar{width:300px;
- margin-left:60px;
- padding:50px 40px 40px 40px;
- background-color:{color:Sidebar};
- position:fixed;
- height:100%;
- }
- #sidebar img{width:200px;
- border:10px solid {color:Photo};
- }
- #content{width:600px;
- margin-left:450px;
- padding-top:40px;
- position:relative;
- }
- .posts {background-color:{color:Content};
- padding:10px;
- margin-bottom:10px;
- width:450px;
- margin-left:auto;
- margin-right:auto;
- }
- .photopost{width:500px;
- background-color:{color:Photo};
- margin-left:-35px;
- margin-top:-10px;
- padding:10px;
- }
- #info {font-size:9px;
- line-height:10px;
- padding-top:2px;
- margin-top:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- border-top:1px solid {color:Text};
- background-color:{color:Info};
- }
- blockquote {border-left:2px solid;
- padding-left:2px;
- }
- img {border: 0px;
- max-width: 100%;
- }
- .title{font-size:30px;
- line-height:25px;
- text-transform:lowercase;
- font-family:Rouge Script;
- }
- </style>
- {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
- </head>
- <body>
- <div id="wrapper">
- <div id="nav">{text:Navigation}
- <a href="/">home</a>{block:AskEnabled}<a href="/ask">ask</a>
- {/block:AskEnabled}{block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}{block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}{block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3Title}{block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4Title}{block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5Title}<a href="http://flyawaythemes.tumblr.com/">theme</a>
- </div>
- <div id="sidebar">
- <center>{block:ifsidebarimage}<a href="/"><img src="{image:sidebar}"></a><p>{/block:ifsidebarimage}</center>
- {Description}<p>
- <center><div style="font-size:20px;">{block:ifNotInfiniteScrolling}{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◄{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}{/block:Pagination}{/block:ifNotInfiniteScrolling}</div></center>
- </div>
- <div id="content">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<span class="title"><center><a href="{Permalink}">{Title}</a></center></span>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="photopost"><a href="{Permalink}"><img src="{PhotoURL-500}" width="500px"></a></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photopost">{Photoset-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <span class="title"><center>{Quote}</center></span><br>
- <div style="text-align:right; font-size:10px; letter-spacing:1px; text-transform:uppercase;">- {Source}</div>
- {/block:Quote}
- {block:Link}
- <span class="title"><center><a href="{URL}">{Name}</a></center></span>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<span class="title"><center><a href="{Permalink}">{Title}</a><br></center></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}
- <div class="photopost">{Video-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <center><span class="title"><center>{Question}</center></span></center>
- <div style="text-align:right; font-size:10px; letter-spacing:1px; text-transform:uppercase; margin-top:-3px;">asked by {Asker}</div>
- {Answer}
- {/block:Answer}
- <div id="info"><center>{block:Date}Posted: <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment