Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans|Lobster+Two' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Open+Sans::latin', 'Lobster+Two::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="#ffc1b5"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#853f4a"/>
- <meta name="color:Link Hover" content="#a93d4d"/>
- <meta name="color:Sidebar" content="#d0757a"/>
- <meta name="color:Info" content="#d0757a"/>
- <meta name="color:Nav" content="#ffc1b5"/>
- <meta name="color:Navb" content="#853f4a"/>
- <meta name="color:Nav Hover" content="#853f4a"/>
- <meta name="color:Navb Hover" content="#ffc1b5"/>
- <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. 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};
- color: {color:Text};
- font-family: Open Sans;
- font-size: 10px;
- line-height: 11px;
- text-align: justify;
- line-height: 11px;
- margin:0px;
- }
- @import url(http://fonts.googleapis.com/css?family=Open+Sans|Lobster+Two);
- /*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};
- font-size:10px;
- text-align:center;
- width:50%;
- display:inline-block;
- letter-spacing:1px;
- -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};
- position:relative;
- letter-spacing:3px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;-
- }
- /*CONTENT*/
- #sidebar{width:250px;
- background-color:{color:Sidebar};
- padding:80px 50px 0px 50px;
- position:fixed;
- height:100%;
- }
- #sidebar img{width:236px;
- border:7px solid {color:Page};
- }
- #nav{width:100%;
- line-height:20px;
- text-transform:uppercase;
- }
- #content{margin-left:350px;
- width:510px;
- }
- .posts {width:500px;
- padding:10px;
- margin-bottom:20px;
- }
- #info {background-color:{color:info};
- margin-top:5px;
- padding:6px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- blockquote {border-left:1px {color:info} solid;
- padding:2px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- .title{font-family:Lobster Two;
- font-size:17px;
- line-height:18px;
- text-transform:lowercase;
- }
- </style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <center>
- {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}"></a><p>{/block:ifsidebarimage}</center>
- {Description}<p>
- <div id="nav">
- <center><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></center>
- </div>
- </div>
- <div id="content">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div class="posts">
- {block:Text}
- <span class="title">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</span>
- {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="title">{Quote}</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"><a href="{URL}">{Name}</a></span>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <span class="title">{block:Title}<a href="{Permalink}">{Title}</a><br>{/block:Title}</span>
- {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}
- <center><span class="title"> {Question} </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:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}source: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- </div>
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment