Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME 14 BY CAYLO (princeoberynn)
- Please don't steal, redistribute or remove credit!
- Thank you ♥
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" 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:description" content="#444444" />
- <meta name="color:link" content="#999999" />
- <meta name="color:border" content="#999999" />
- <meta name="color:hover" content="#eeeeee" />
- <meta name="color:pagination" content="#e5e5e5" />
- <meta name="color:tags" content="#8d8d8d"/>
- <meta name="color:info" content="#444444" />
- <meta name="color:background" content="#ffffff" />
- <meta name="if:400px posts" 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="" />
- <style type="text/css">
- ::-webkit-scrollbar {
- height: 5px;
- width: 5px;
- -webkit-border-radius: 0px;
- background-color:white;
- }
- ::-webkit-scrollbar-thumb{background-color:gray;}
- ::-webkit-scrollbar-track{background-color:white;}
- pre, p{
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- blockquote p {
- margin: 7px;
- }
- body {
- margin:0px;
- color:{color:text};
- background-color:{color:background};
- font-family: 'Cambria', serif;
- font-size: 10px;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -o-transition: all 0.5s;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -o-transition: all 0.5s;
- }
- img {
- border:none;
- }
- blockquote {
- border-left: 2px solid {color:border};
- margin-left: 5px;
- }
- blockquote blockquote {
- border-left: 2px solid {color:border};
- margin-left: 5px;
- }
- h1 {
- font-size: 16px;
- font-weight: bold;
- }
- #sidebar{
- position: fixed;
- margin-top: 100px;
- width: 110px;
- margin-left: 330px;
- }
- #title{
- font-weight: bold;
- font-size: 14px;
- text-align: left;
- font-family: times;
- }
- #sidebarimage{
- }
- #sidebarimage img{
- width: 110px;
- margin-top: 5px;
- }
- #description{
- font-size: 10px;
- line-height: 140%;
- margin: 2px;
- margin-top: 8px;
- text-align: justify;
- color: {color:description};
- }
- #links{
- margin-top: 15px;
- font-family: 'gautami', sans-serif;
- font-weight: bold;
- line-height: 200%;
- font-size: 11px;
- border-top: 1px solid {color:border};
- padding-top: 12px;
- }
- #links a{
- display: inline-block;
- width: 45px;
- padding: 2px;
- }
- #pagination{
- color: {color:pagination};
- text-align: right;
- font-size: 10px;
- margin-top: 8px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #pagination a{
- color: {color:pagination};
- }
- #entries {
- {block:If400pxPosts}
- width: 400px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width: 500px;
- {/block:IfNot400pxPosts}
- margin-left: 501px;
- position: absolute;
- margin-top: 45px;
- }
- #post {
- {block:If400pxPosts}
- width: 400px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width: 500px;
- {/block:IfNot400pxPosts}
- margin-top: 40px;
- margin-bottom: 30px;
- }
- #caption{
- margin-top: 5px;
- }
- #info{
- font-size: 9px;
- margin-top: 15px;
- padding-top: 5px;
- padding-bottom: 35px;
- color:{color:info};
- text-align: right;
- font-family: 'times', serif;
- }
- #info a{
- color:{color:info};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #info a:hover{
- color:{color:hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- .tag{
- padding-left: 8px;
- display: inline;
- color:{color:tags};
- }
- .tag a{
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- .tag a:hover{
- color:{color:hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #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:tags};
- display:inline;
- text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #postnotes{
- padding: 3px;
- }
- #postnotes ol{
- list-style-type:none;
- }
- #postnotes img{
- padding-right: 4px;
- }
- #question{
- border-bottom: 1px solid {color:border};
- padding-bottom: 12px;
- font-size: 11px;
- }
- #url{
- letter-spacing: 1px;
- margin-top: -6px;
- text-align: right;
- }
- #asker a{
- color: {color:title};
- font-weight:bold;
- background-color:white;
- z-index:50;
- position:relative;
- text-transform:uppercase;
- padding: 0 3px;
- }
- .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.7s linear;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .musicbin:hover {
- opacity:0.7;
- }
- .musicinfo {
- font-size:12px;
- height: 60px;
- padding: 5px;
- background-color: {color:pagination};
- }
- #src{
- padding-top: 10px;
- margin-top: 5px;
- }
- .label{
- display:inline-block;
- min-width: 50px;
- font-weight: bold;
- }
- {CustomCSS}</style></head>
- <body>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"/></div>
- <div id="description">{Description}</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>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a> |
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</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}
- {block:If400pxPosts}
- <img src="{PhotoURL-400}">
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- <img src="{PhotoURL-500}">
- {/block:IfNot400pxPosts}{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}{block:If400pxPosts}
- {Photoset-400}
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {Photoset-500}
- {/block:IfNot400pxPosts}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}
- <h1><em>"{Quote}"</em></h1>
- <div id="src">— {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 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}{block:If400pxPosts}
- {Video-400}
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {Video-500}
- {/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">
- <div id="question"><em>{Question}</em></div>
- <div id="asker">
- <div id="url">{Asker}</div></div></div>
- {Answer}{/block:Answer}
- {block:Date}
- <div id = "info">
- <div id = "dates">
- <b>
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</b>
- {block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
- | <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom}
- </div>
- {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}
- </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