Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME 01 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:Background" content="#ffffff"/>
- <meta name="color:Post" content="#ffffff"/>
- <meta name="color:Text" content="#9a9a9a"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Hover" content="#444444"/>
- <meta name="color:Linkbg" content="ffffff"/>
- <meta name="color:Tags" content="f0f0f0"/>
- <meta name="color:Line" content="#e4e4e4"/>
- <meta name="color:Border" content="#d3d3d3"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Text" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Text" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Text" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;
- display: block;
- background-color: {color:white};
- }
- ::-webkit-scrollbar-track-piece {
- background-color: white;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;
- background-color: gray;
- }
- body {
- background: {color:background};
- margin: 0px;
- color: {color:text};
- font-family:'Calibri', sans-serif;
- font-size: 10px;
- }
- pre, p{
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- 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 {
- 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:1px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- }
- #entries {
- position: absolute;
- padding:10px;
- width:500px;
- margin-left:470px;
- margin-top:10px;
- font-size:11px;
- }
- #post {
- width:500px;
- padding:10px;
- margin-top:40px;
- background-color:{color:Post};
- }
- #sidebar {
- width:130px;
- height:auto;
- position:fixed;
- margin-left:280px;
- margin-top:220px;
- }
- #sidebarimage {
- width 130px;
- }
- #sidebarimage img {
- width:130px;
- }
- #sidebar:hover .links{
- opacity:1;
- margin-top:-30px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .links {
- z-index:50;
- position:absolute;
- opacity:0;
- width:130px;
- height:7px;
- padding:4px 0px 7px 0px;;
- font-size:8px;
- font-family:'calibri', sans-serif;
- text-align:center;
- margin-top:-10px;
- text-align:center;
- text-transform:uppercase;
- word-spacing:2px;
- background-color:{color:linkbg};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .links a {
- font-size: 8px;
- }
- .links a:hover {
- color:{color:Hover}
- }
- #description {
- font-family: 'Calibri', sans-serif;
- font-size:10px;
- font-style:italic;
- width:110px;
- margin-top:8px;
- padding:10px;
- text-align:center;
- border-top: 1px solid {color:border};
- border-bottom: 1px solid {color:border};
- color:{color:text};
- line-height: 107%;
- }
- #pagination {
- width:125px;
- font-size:8px;
- text-align:center;
- margin-top:10px;
- position:fixed;
- font-family:'Consolas', monospace;
- letter-spacing:0px;
- }
- #info {
- text-align: left;
- margin-top: 15px;
- text-transform: uppercase;
- font-size: 8px;
- font-style: none;
- border-top: 1px solid {color:Line};
- padding: 8px 0;
- }
- #tags {
- letter-spacing:0px;
- padding-right:3px;
- text-transform:lowercase;
- font-size:10px;
- margin-top:4px;
- text-align:left;
- }
- #tags a {
- display:inline;
- color:{color:Tags};
- padding:-1px;
- text-align:left;
- }
- #tags a:hover{
- color:{color:Hover};
- }
- #asker {
- padding: 5px;
- padding-top: 7px;
- text-align:left;
- font-size: 12px;
- }
- #ask{
- width:500px;
- font-family:'Calibri';
- text-align:left;
- min-height: 60px;
- }
- #askimg img {
- padding: 4px;
- border: 1px solid {color:border};
- float: left;
- margin: 10px 7px 0 0;
- }
- .url{
- text-decoration: underline;
- font-size:12px;
- text-transform:uppercase;
- font-weight: bold;
- }
- {CustomCSS}
- </style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="links">
- <a href="{text:Link 1}">{text:Link 1 Text}</a>
- <a href="{text:Link 2}">{text:Link 2 Text}</a>
- <a href="{text:Link 3}">{text:Link 3 Text}</a>
- <a href="{text:Link 4}">{text:Link 4 Text}</a>
- <a href="{text:Link 5}">{text:Link 5 Text}</a>
- </div>
- <div id="description">
- {Description}
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- </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}<center><h1>"{Quote}"</h1><br/>{Source}</center>{/block:Quote}
- {block:Link}<div class="url"><a href="{URL}" {Target}>{Name}</a></div>{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:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="ask">
- <div id="askimg"><img src="{AskerPortraitURL-40}"></div>
- <div id="asker"><b>{Asker} asked:</b> </div>
- <em>{Question}</em>
- </div>
- <p>{Answer}</p>{/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} - <a href="{SourceURL}">©{SourceTitle}</a>{/block:ContentSource} - {NoteCountWithLabel}
- {block:HasTags}<div id="tags">TAGGED:{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