Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME 15 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:text" content="#5a5a5a" />
- <meta name="color:link" content="#a3a3a3" />
- <meta name="color:hover" content="#427ea3" />
- <meta name="color:title" content="#5a5a5a" />
- <meta name="color:headerlinks" content="#ffffff" />
- <meta name="color:background links" content="#444444" />
- <meta name="color:description" content="#5a5a5a" />
- <meta name="color:info" content="#414141" />
- <meta name="color:tags" content="#a3a3a3" />
- <meta name="image:image" content=""/>
- <meta name="if:circle image" content="1" />
- <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="" />
- <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
- <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;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 5px;
- -webkit-border-radius: 0px;
- background-color:white;
- }
- ::-webkit-scrollbar-thumb{background-color: {color:background links};}
- ::-webkit-scrollbar-track{background-color: {color:background};}
- body {
- margin: 0px;
- color: {color:text};
- font-family: 'helvetica', sans-serif;
- font-size: 11px;
- background-color:{color:background};
- }
- a {
- text-decoration: none;
- outline :none;
- -moz-outline-style: none;
- color: {color:link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- opacity: 10;
- color: {color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- img {
- border: none;
- }
- blockquote {
- margin-left: 10px;
- border-left: 1px solid #ccc;
- padding-left: 7px;
- }
- blockquote blockquote {
- margin-left: 10px;
- border-left: 1px solid #ccc;
- padding-left: 7px;
- }
- h1 {
- font-size: 12px;
- font-weight: normal;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-family: 'raleway', 'helvetica', sans-serif;
- line-height: 100%;
- }
- #entries {
- width: 400px;
- margin: auto;
- margin-top: 110px;
- }
- #post {
- width: 400px;
- padding-bottom: 25px;
- margin-bottom: 75px;
- }
- #header{
- width: 320px;
- margin:auto;
- margin-top: 90px;
- text-align: center;
- }
- #title{
- font-size: 14px;
- font-family: 'raleway', sans-serif;
- letter-spacing: 4px;
- text-transform: uppercase;
- margin-top: 15px;
- color: {color:title};
- }
- #image img{
- width: 120px;
- {block:ifCircleImage}
- width: 90px;
- height: 90px;
- border-radius: 45px;
- -webkit-border-radius: 45px;
- -moz-border-radius: 45px;
- {/block:ifCircleImage}
- }
- #links{
- font-family: 'helvetica', sans-serif;
- font-weight: bold;
- font-size: 9px;
- margin-top: 7px;
- padding: 5px;
- background-color: {color:background links};
- }
- #links a{
- padding: 0 5px;
- color: {color:headerlinks};
- }
- #links a:hover{
- opacity: 0.7;
- }
- #description{
- font-family: 'times', serif;
- line-height: 180%;
- margin-top: 10px;
- padding: 0 5px;
- color: {color:description};
- }
- #pagination{
- font-family: 'helvetica', sans-serif;
- font-weight: bold;
- font-size: 9px;
- padding: 7px;
- margin: 50px 0;
- text-align: center;
- color: {color:headerlinks};
- background-color: {color:background links};
- }
- #pagination a{
- color: {color:headerlinks};
- opacity: 0.9;
- }
- #info{
- font-size: 10px;
- margin-top: 20px;
- text-align: center;
- padding-top: 2px;
- font-family: 'times', serif;
- }
- #info a{
- color: {color:info};
- }
- #info a:hover{
- color: {color:hover};
- }
- #tags{
- opacity: 0;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #post:hover #tags{
- opacity: 1;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .tag{
- display: inline;
- padding: 5px;
- }
- .tag a:hover{
- color:{color:hover};
- }
- #tags a{
- color: {color:tags};
- }
- #postnotes{
- padding: 3px;
- }
- #postnotes ol{
- list-style-type:none;
- }
- #postnotes img{
- padding-right: 4px;
- }
- #quote{
- text-align: center;
- }
- #asker{
- background-color: {color:background links};
- padding: 3px;
- font-weight: bold;
- color: {color:headerlinks};
- }
- #asker a{
- color: {color:headerlinks};
- }
- #ask {
- text-align: center;
- }
- #qq{
- padding: 5px;
- font-style: italic;
- }
- #trackname{
- color:{color:headerlinks};
- background-color:{color:background links};
- text-transform: uppercase;
- font-weight: bold;
- padding: 3px;
- }
- .albumcover {
- position: relative;
- z-index: 1;
- height: 60px;
- width: 60px;
- float:left;
- padding: 5px;
- }
- .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 {
- height: 60px;
- padding: 5px;
- }
- {CustomCSS}</style></head>
- <body>
- <div id="header">
- <div id="image"><img src="{image:image}"></div>
- <div id="title">{Title}</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>
- </div>
- <div id="description">{Description}</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-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="quote"><h1>"{Quote}"</h1>
- - {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}
- {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 id="trackname">{TrackName}</div>{/block:Trackname}
- {block:Artist}<div style="padding: 2px">Artist: {Artist}</div>{/block:Artist}
- {block:Album}<div style="padding: 2px">Album: {Album}</div>{/block:Album}
- {block:PlayCount}<div style="font-style:normal; font-size:10px; text-align: left;">Played: {PlayCount} cambria</div> {/block:PlayCount}
- </div>
- <div style="margin-top:15px;">{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">{Asker}</div>
- <div id="qq">{Question}</div></div>
- {Answer}{/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<div class="tag"><a href="{TagURL}"><small>#</small> {Tag}</a></div>{/block:Tags}
- </div>
- {/block:HasTags}
- </div></div>
- {/block:Date}
- {/block:Posts}
- {block:PostNotes}<div id="postnotes">{PostNotes-16}</div>{/block:PostNotes}
- {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>
- <!-- 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