Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME 03 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:Text" content="#9e9e9e"/>
- <meta name="color:Title" content="#444444"/>
- <meta name="color:Desctext" content="#9e9e9e"/>
- <meta name="color:Link" content="#ababab"/>
- <meta name="color:Sidebarlink" content="#ababab"/>
- <meta name="color:Hover" content="#9cb859"/>
- <meta name="color:Border" content="#9e9e9e"/>
- <meta name="color:Post" content="#ffffff"/>
- <meta name="color:Info" content="#9e9e9e"/>
- <meta name="color:Tags" content="#9e9e9e"/>
- <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="" />
- <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 {
- margin:0px;
- color:{color:text};
- font-family:'times', serif;
- font-size:11px;
- line-height:110%;
- }
- a {
- text-decoration:none;
- outline: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;
- }
- small{
- font-size:9px;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left: 8px;
- border-left:1px solid;
- }
- blockquote blockquote {
- padding-left:8px;
- border-left:1px solid;
- }
- h1 {
- font-size:13px;
- font-family: 'times', serif;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- #sidebar {
- position:fixed;
- width:370px;
- margin-left:100px;
- margin-top:240px;
- }
- #sidebarimage {
- float:left;
- width:120px;
- }
- #sidebarimage img {
- width:120px;
- height:120px;
- padding:8px;
- border: 1px solid {color:border};
- }
- #links {
- margin-left: 21px;
- margin-top: 21px;
- padding: 8px 2px;
- width: 90px;
- font-family:'times';
- text-align:center;
- text-transform:uppercase;
- position:absolute;
- background-color: white;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #links a {
- color: {color:sidebarlink};
- font-size: 9px;
- width: 90px;
- display: block;
- height: 10px;
- padding: 3px 0px;
- }
- #links a:hover {
- color: {color:Hover};
- font-size: 12px;
- }
- #sidebar:hover #links{
- opacity:0.9;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #wrapper{
- float:right;
- width:220px;
- margin-top:35px;
- }
- #title{
- text-transform:uppercase;
- font-size:15px;
- font-family:'Trajan pro', serif;
- text-align:left;
- letter-spacing:1px;
- line-height:120%;
- }
- #title a{
- color:{color:title};
- }
- #description {
- margin-left:7px;
- font-family:'Cambria', serif;
- font-size:11px;
- width:180px;
- padding-top:8px;
- color: {color:desctext};
- }
- #pagination{
- padding-top:10px;
- width:180px;
- text-align:right;
- font-family:'times', serif;
- }
- #entries {
- padding: 10px;
- width: 500px;
- margin-left: 500px;
- margin-top: 40px;
- position: absolute;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:20px;
- background-color:{color:Post};
- }
- #info {
- font-family:'times', serif;
- text-align: center;
- margin-top: 20px;
- text-transform: uppercase;
- font-size: 9px;
- border-top: 1px solid #dddddd;
- }
- #info a{
- color:{color:info};
- }
- #info a:hover{
- color: {color:hover};
- }
- #tags {
- font-family: 'Cambria', serif;
- font-size:10px;
- margin-top:4px;
- text-align:center;
- text-transform:none;
- }
- #tags a{
- color: {color:tags};
- display: inline;
- padding: 3px;
- }
- #quotesource{
- font-size:13px;
- text-align:right;
- margin-right:25px;
- }
- #chatter{
- text-align:right;
- }
- #asker {
- padding: 5px;
- width: 450px;
- text-align: left;
- margin-top: -55px;
- margin-left: 55px;
- }
- #question{
- min-height: 50px;
- }
- #question img{
- padding:4px;
- border: 1px solid {color:border};
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="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="wrapper">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="description">{Description}</div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </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><div id="quotesource">{Source}</div>{/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}
- <table>
- {block:Lines}
- <tr><td><div id="chatter">{block:Label}<b>{Label}</b>{/block:Label}</div></td>
- <td>{Line}</td></tr>{/block:Lines}
- </table>{/block:Chat}
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question">
- <img src="{AskerPortraitURL-40}">
- <div id="asker"><b>{Asker} asked:</b> <br/>
- {Question}</div></div>{Answer}{/block:Answer}
- {block:Date}
- <div id="info">
- <br><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource}
- - <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Date}
- {/block:Posts}
- {/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