Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME 11 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="image:sidebar" content=""/>
- <meta name="color:text" content="#444444" />
- <meta name="color:link" content="#999999" />
- <meta name="color:hover" content="#eeeeee" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:headerlinks" content="#444444"/>
- <meta name="color:headerlinks hover" content="#999999"/>
- <meta name="color:pagination" content="#e5e5e5" />
- <meta name="color:info" content="#444444" />
- <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">
- pre, p{
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- body {
- margin:0px;
- color:{color:text};
- font-family:'Cambria', serif;
- font-size:11px;
- }
- 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:1px 10px;
- border-left:1px solid #ccc;
- }
- blockquote blockquote {
- padding: 1px 10px;
- border-left:1px solid #ccc;
- }
- h1 {
- font-family:'Cambria', serif;
- font-style: italic;
- font-size: 15px;
- font-weight: 500;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:510px;
- margin-top:115px;
- font-size:11px;
- position:absolute;
- }
- #post {
- width:400px;
- padding-bottom:15px;
- padding: 5px;
- background-color:{color:posts};
- margin-bottom: 10px;
- }
- #header{
- width: 100%;
- height: 100px;
- top: 0;
- background-color:#fff;
- position:fixed;
- opacity: 0.9;
- z-index: 500;
- }
- #title{
- width: 390px;
- margin-left: 520px;
- margin-top: 35px;
- font-size: 20px;
- text-align: right;
- font-family:'Times New Roman', serif;
- font-style: italic;
- padding-right: 10px;
- }
- #title a{
- color:{color:text};
- }
- #links{
- font-family: 'Gautami', sans-serif;
- font-size: 11px;
- text-transform: uppercase;
- width: 390px;
- margin-left: 520px;
- text-align:right;
- }
- .link{
- padding-left: 20px;
- display:inline;
- }
- #links a{
- color:{color:headerlinks};
- }
- #links a:hover{
- color:{color:headerlinks hover};
- }
- #sidebar{
- position: fixed;
- margin-top: 125px;
- width: 120px;
- margin-left: 330px;
- padding: 8px 0;
- font-family: 'Gautami', sans-serif;
- }
- #sidebarimage img{
- width: 120px;
- }
- #description{
- font-size: 10px;
- width: 118px;
- padding: 10px 1px;
- line-height: 140%;
- text-align: justify;
- }
- #pagination{
- text-align: center;
- font-family: 'Cambria', serif;
- font-size: 11px;
- margin-top: 8px;
- padding: 5px;
- width: 110px;
- background-color:{color:pagination};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #info{
- font-size: 9px;
- margin-top: 15px;
- padding-top: 5px;
- padding-bottom: 35px;
- text-align: center;
- line-height: 140%;
- color:{color:info};
- font-family:cambria;
- }
- #info a{
- color:{color:info};
- }
- #info a:hover{
- color:{color:hover};
- }
- #dates{
- text-transform:uppercase;
- }
- .tag{
- padding: 0 5px;
- display: inline;
- }
- .tag a{
- color:{color:link};
- }
- .tag a:hover{
- color:{color:hover};
- }
- #tags {
- font-size: 10px;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- #tags a {
- color:{color:link};
- display:inline;
- text-align:left;
- }
- #postnotes{
- padding: 3px;
- }
- #postnotes ol{
- list-style-type:none;
- }
- #postnotes img{
- padding-right: 4px;
- }
- #ask{
- width:400px;
- }
- #askimg{
- padding:2px;
- }
- #question{
- font-size: 12px;
- padding: 10px 0;
- border-bottom: 1px solid #e5e5e5;
- font-style: italic;
- }
- #url{
- text-align:center;
- margin-top: -25px;
- }
- #asker{
- text-transform:uppercase;
- font-size: 11px;
- padding: 5px;
- height: 34px;
- background-color: {color:pagination};
- font-weight:bold;
- }
- .albumcover {
- position: relative;
- z-index: 1;
- height: 60px;
- width: 60px;
- float:left;
- padding:5px;
- background-color:#e2e2e2;
- }
- .playbutton {
- overflow: hidden;
- position: relative;
- z-index: 99;
- width: 30px;
- height: 30px;
- margin:15px;
- }
- .musicbin {
- background-color: #fff;
- position: absolute;
- z-index: 99;
- opacity: 0.2;
- margin:5px;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- .musicbin:hover {
- opacity:0.5;
- }
- .musicinfo {
- font-size:12px;
- height: 60px;
- padding: 5px;
- background-color: {color:pagination};
- }
- #src{
- padding-top: 10px;
- text-align: right;
- font-weight: bold;
- margin-top: 5px;
- border-top: 1px solid {color:pagination};
- }
- #lnk{
- padding: 10px;
- text-align: center;
- font-size: 13px;
- font-style: italic;
- background-color: {color:pagination};
- }
- .label{
- display:inline-block;
- min-width: 50px;
- font-weight: bold;
- }
- {CustomCSS}</style></head><body>
- <div id="header">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="links">
- <div class="link"><a href="{text:link 1 url}">{text:link 1}</a></div>
- <div class="link"><a href="{text:link 2 url}">{text:link 2}</a></div>
- <div class="link"><a href="{text:link 3 url}">{text:link 3}</a></div>
- <div class="link"><a href="{text:link 4 url}">{text:link 4}</a></div>
- <div class="link"><a href="{text:link 5 url}">{text:link 5}</a></div>
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">{Description} </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK</a> -
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">FORTH</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-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- <h1>"{Quote}"</h1>
- <div id="src">{Source}</div>{/block:Quote}
- {block:Link}<div id="lnk"><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}<div><div class="label">{Label}</div>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div class="musicbin"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" class="albumcover">{/block:AlbumArt}
- <div class="musicinfo">
- {block:TrackName}<div style="font-size:11px; text-transform:uppercase; font-weight:bold; text-align:left; padding:2px;">{TrackName}</div>{/block:Trackname}
- {block:Artist}<div style="font-size:10px; margin-bottom: 2px; text-align: left;">Artist: {Artist}</div>{/block:Artist}
- {block:Album}<div style="font-size:10px; margin-bottom: 2px; text-align: left;">Album: {Album}</div>{/block:Album}
- {block:PlayCount}<div style="font-style:normal; font-size:10px; text-align: left;">Played: {PlayCount} times</div> {/block:PlayCount}
- </div>
- <div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">
- <div id="asker">
- <div id="askimg"><img src="{AskerPortraitURL-30}"></div>
- <div id="url">{Asker}</div></div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- {block:Date}
- <div id = "info">
- <div id = "dates">
- <b>
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} <a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}</b>
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">src</a>{/block:ContentSource}
- </div>
- {block:HasTags}
- <div id = "tags">
- {block:Tags}<div class="tag"><a href="{TagURL}">{Tag}</a></div>{/block:Tags}
- </div>
- {/block:HasTags}
- </div></div>
- {/block:Date}
- {/block:Posts}
- {block:PostNotes}<div id="postnotes">{PostNotes-16}</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></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment