Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Handlee|Coming+Soon|Dancing+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Handlee::latin', 'Coming+Soon::latin', 'Dancing+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="#573941"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Title" content="#a58588"/>
- <meta name="color:Link" content="#472935"/>
- <meta name="color:Link Hover" content="#a58588"/>
- <meta name="color:Content" content="#e1d0bc"/>
- <meta name="color:Sidebar" content="#e1d0bc"/>
- <meta name="color:Info" content="#8a7178"/>
- <meta name="color:Nav" content="#e1d0bc"/>
- <meta name="color:Navb" content="#8a7178"/>
- <meta name="color:Nav Hover" content="#a58588"/>
- <meta name="color:Navb Hover" content="#573941"/>
- <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:Trebuchet MS;
- font-size:13px;
- line-height:100%;
- text-align:justify;
- margin:0px;
- }
- @import url(http://fonts.googleapis.com/css?family=Handlee|Coming+Soon|Dancing+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};
- width:100%;
- color:{color:Nav};
- font-size:13px;
- line-height:110%;
- text-align:center;
- padding:0px;
- display: block;
- letter-spacing:1px;
- position:relative;
- margin-bottom:-12px;
- -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*/
- #wrapper{width:100%;
- margin:auto;
- position:relative;
- }
- #sidebar{width:18%;
- background-color:{color:Sidebar};
- height:100%;
- padding:5px;
- position:fixed !important;
- border-left:20px solid {color:info};
- }
- .page{line
- }
- #content{margin-left:20%;
- position:relative;
- width:80%
- height:100%;
- margin-top:-5px;
- }
- .posts {width:500px;
- margin-left:auto;
- margin-right:auto;
- background-color:{color:Content};
- padding:5px;
- border-bottom: 3px solid {color:Page};
- }
- #info {background-color:{color:info};
- margin-top:2px;
- text-align:right;
- padding:2px;
- padding-right:10px;
- font-size:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- }
- .perma{width:480px;
- background-color:{color:Content};
- padding:5px;
- margin-top:3px;
- margin-left:auto;
- margin-right:auto;
- border-left:10px solid {color:info};
- }
- .title{font-size:20px;
- font-family:Dancing Script;
- }
- .blogtitle{position:fixed;
- width:18%;
- bottom:25px;
- font-size:28px;
- padding:5px;
- font-family:Dancing Script;
- }
- blockquote {border-left: 1px solid {color:Text};
- padding-left: 3px;}
- }
- img {
- border: 0;
- max-width: 100%;
- }
- </style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar"><Center>
- <div class="blogtitle"><a href="/">{Title}</a></div>
- {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}" width=100%></a>{/block:ifsidebarimage}<p>
- {Description}<p>
- <div class="nav">
- <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}
- </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>
- {Source}
- {/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}{Label}{/block:Label} {Line}<p>{/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}
- <span class="title">{Asker} asked: {Question}</span><br>
- {Answer}
- {/block:Answer}
- <div id="info">{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>
- {block:PermalinkPage}<div class="perma">
- {block:RebloggedFrom}Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br>Original source: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}</div>
- {/block:Posts}
- </div>
- <div style="position:fixed; bottom:5px;right:5px;">
- <a href="http://flyawaythemes.tumblr.com/">#</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment