Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME 02 BY CAYLO (princeoberynn)
- Please don't steal, redistribute or remove credit!
- Thank you ♥
- -->
- <html xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Title" content="#444444"/>
- <meta name="color:Sidebar" content="#ffffff"/>
- <meta name="color:Text" content="#a8a8a8"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Tags" content="f0f0f0"/>
- <meta name="color:Hover" content="#f2f2f2"/>
- <meta name="color:Description" content="#fdfdfd"/>
- <meta name="color:Post" content="#ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 url" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 url" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 url" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 url" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 url" content="" />
- <link href='http://fonts.googleapis.com/css?family=Bad+Script|Julius+Sans+One' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 5px;height: 5px;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #fff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 20px;background-color: #aaa;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family: 'Calibri', sans-serif;
- font-size: 10px;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size: 12px;
- text-transform:uppercase;
- }
- #entries {
- padding: 10px;
- width: 500px;
- margin-left: 450px;
- font-size: 10px;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- background-color:{color:Post};
- }
- #sidebarbig {
- width:250px;
- height:101%;
- background-image: url('{image:sidebar}');
- margin-top: -5px;
- font-style: none;
- position: fixed;
- background-position:bottom center;
- color: {color:text};
- margin-left: 105px;
- }
- #sidebar {
- margin-top:100px;
- position: fixed;
- color: {color:text};
- margin-left:35px;
- line-height: 12px;
- width:180px;
- min-height:80px;
- text-align: center;
- }
- #title{
- color:{color:title};
- font-family:'Bad Script';
- font-size: 16px;
- text-align: center;
- padding: 10px;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- #sidebarbig:hover .links{
- opacity:1;
- }
- #sidebarbig:hover #title{
- opacity:0;
- }
- .links {
- width: 220px;
- font-family:'Cambria', serif;
- font-size: 10px;
- margin-top: -20px;
- margin-left: -20px;
- text-transform: uppercase;
- text-align: center;
- opacity: 0;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease
- }
- .links a {
- font-size: 10px;
- padding: 0px 2px 0px 2px;
- }
- .links a:hover {
- color: {color:Hover}
- }
- #description{
- color:{color:text};
- font-size: 9px;
- font-family: 'Cambria', serif;
- margin-top: 5px;
- text-align:center;
- padding: 10px;
- width: 160px;
- border: 1px solid #ededed;
- opacity: 0.8;
- background-color: {color:description};
- }
- #pagination {
- color: {color:text};
- font-size: 9px;
- font-family:'Julian Sans One';
- margin-top:0px;
- text-align:center;
- width: 180px;
- }
- #info {
- text-align:left;
- margin-top:20px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- padding-bottom:10px;
- }
- #tags {
- font-family:'consolas', monospace;
- text-transform:uppercase;
- font-size:10px;
- margin-top:4px;
- text-align:right;
- }
- #dates{
- padding-bottom:5px;
- width: 500px;
- border-bottom: 1px dotted {color:Line};
- }
- #tags a {
- display:inline;
- color:{color:Tags};
- padding:-3px;
- }
- #tags a:hover{
- color: {color:hover};
- }
- #asker {
- padding: 5px;
- padding-top: 10px;
- text-align:left;
- }
- #ask{
- width:500px;
- font-family:'Calibri';
- text-align:left;
- min-height: 60px;
- }
- #askimg img {
- padding: 4px;
- border: 1px dotted {color:Line};
- float: left;
- margin: 10px 7px 0 0;
- }
- .tumblr_audio_player{
- height: 100px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebarbig">
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div class="links">
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</a>
- <a href="{text:link 5 url}">{text:link 5}</a>
- </div>
- <div id="description">{block:Description}{Description}{/block:Description}</div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage} <a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a> {/block:NextPage}
- </div>{/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<h1>"{Quote}"</h1>{Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name} >></a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div id="ask">
- <div id="askimg"><img src="{AskerPortraitURL-30}"></div>
- <div id="asker"><b>{Asker} asked:</b> </div>
- {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div id="info">
- <div id="dates"><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource} - {NoteCountWithLabel}</div>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Date}
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- <!-- CREDIT, PLEASE DON'T TOUCH -->
- <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/">♥ CAYLO</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment