Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <html>
- <!-- DO NOT REMOVE THE FOLLOWING
- ♡ theme by starrify.org ♡
- • if you're using my theme, please keep credit in tact.
- • this theme isn't a base theme, do not redistribute.
- • edit to your heart's consent, but this will still be my theme
- -->
- <body>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:entry" content="#f5f3f3" />
- <meta name="color:title" content="#695D51" />
- <meta name="color:text" content="#91847A" />
- <meta name="color:permalink page text" content="#383430" />
- <meta name="color:link" content="#404040" />
- <meta name="color:link hover" content="#cccccc" />
- <meta name="color:navigation" content="#b0b0b0" />
- <meta name="color:scrollbar" content="#b0b0b0" />
- <meta name="color:selection" content="#b0b0b0" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="helvetica neue" />
- <meta name="image:sidebar" content="http://i.imgur.com/ckg1TWC.gif"/>
- <meta name="image:background" content="" />
- <meta name="text:sidebar title" content="sidebar title"/>
- <meta name="text:link one" content="/"/>
- <meta name="text:link one name" content="link 1"/>
- <meta name="text:link two" content="/"/>
- <meta name="text:link two name" content="link 2"/>
- <meta name="text:link three" content="/"/>
- <meta name="text:link three name" content="link 3"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* ---------- Dash/Follow Fade --------- */
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- }
- /* ---------- scroll bar --------- */
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height: 50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 5px;
- background-color: {color:background};
- }
- /* ---------- color selection --------- */
- ::-moz-selection {color: #FFF;background: {color:selection};}
- ::selection {color:#FFF;background: {color:selection};}
- body {
- {block:IndexPage}color:{color:text};{/block:IndexPage}
- {block:PermalinkPage}color:{color:permalink page text}{/block:PermalinkPage}
- background-color:{color:background};
- background-image: url('{image:Background}');
- background-position: center;
- background-attachment:fixed;
- background-repeat: repeat;
- font-family:calibri;
- font-size:10px;
- line-height:110%;
- text-align:justify}
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- a:hover{
- color:{color:link hover};
- background-color: transparent;
- }
- /* entries */
- #entries {
- margin-left:485px;
- margin-top:20px;
- width:507px}
- #posts{
- overflow:visible;
- background-color:{color:entries};
- padding:5px;
- margin-bottom:35px;
- -webkit-transition: all 0.7s ease-out;
- ease-out;-moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #sidebarimg {
- position:relative;
- width:180px;
- text-align:center;
- margin-left:2px;
- }
- #cf {
- position:relative;
- height:110px;
- width:180px;
- margin:0 auto;
- }
- #cf img {
- position:absolute;
- left:0;
- -webkit-transition: opacity 1s ease-in-out;
- -moz-transition: opacity 1s ease-in-out;
- -o-transition: opacity 1s ease-in-out;
- transition: opacity 1s ease-in-out;
- }
- #cf img.top:hover {
- opacity:0;
- }
- #const {
- position:fixed;
- margin-left:0px;
- margin-top:65px;
- width:500px;
- height:100%
- }
- #sidebar {
- width:180px;
- margin-left:150px;
- margin-top:65px;
- position:fixed;
- overflow:visible;
- padding:4px}
- #desc {
- color:{color:text};
- font:11px calibri,helvetica,sans-serif;
- margin-bottom:-0px;
- padding:8px;
- text-align:justify;
- }
- #bottomdesc {
- opacity:1;
- margin-top:5px;
- -webkit-transition: opacity 1s ease-in-out;
- -moz-transition: opacity 1s ease-in-out;
- -o-transition: opacity 1s ease-in-out;
- transition: opacity 1s ease-in-out;
- }
- #bottomdesc:hover {
- opacity:1px
- }
- #pagination {
- position:absolute;
- text-align:center;
- width:180px;
- margin-top:40px;
- }
- #pagination a {
- color: {color:link};
- font-family:georgia;
- text-align:center;
- font-size:45px;
- }
- #retainer {
- width:184px;
- position:absolute;
- margin-top:5px;
- }
- #tbox {
- height:20px;
- width:184px;
- overflow:hidden;
- }
- #title{
- margin:auto;
- height:500px;
- width:175px;
- background-color:{color:navigation};
- padding:5px;
- text-align:center;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #sidebar:hover #title {
- margin-top:-32px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .title {
- margin-top:-2px;
- font:10px georgia;
- color:{color:title}
- }
- #nav{
- margin-top:19px;
- }
- .nav{
- font:10px calibri,sans-serif;
- text-transform:lowercase;
- letter-spacing:1px;
- padding:2px;
- }
- #border {
- {block:IndexPage}border-top:1px solid {color:text};{/block:IndexPage}
- {block:PermalinkPage}border-top:1px solid {color:permalink page text};{/block:PermalinkPage}
- margin-top:10px
- }
- .info {
- display:block;
- text-align:left;
- margin:2px 0px;
- padding:1px;
- font:10px calibri;
- text-transform:lowercase;
- line-height:11px;
- }
- h1{
- color:{color:title};
- font-family:georgia, serif;
- font-size:20px;
- line-height:22px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- text-align:left;
- font-style:italic;
- }
- h2{
- color:{color:title};
- font-family:{font:title};
- font-size:15px;
- line-height:14px;
- letter-spacing:-1px;
- font-weight:normal;
- text-transform:lowercase;
- margin-bottom:2px;
- text-align:left;
- font-style:italic;
- }
- h3{
- font:normal 11px calibri,helvetica,sans serif;
- display:inline-block;
- padding:2px;
- color:#969696;
- margin:0px;
- width:35px;
- text-transform:uppercase;
- }
- .source {
- text-align:left;
- text-transform:uppercase;
- letter-spacing:1px;
- font:normal 10px calibri, helvetica, sans serif;
- }
- .other{
- font:normal 10px calibri, helvetica, sans serif;}
- #player {
- width:28px;
- height:28px;
- overflow:hidden;
- position:absolute;
- margin-top:35px;
- margin-left:35px;
- z-index:9999;
- }
- #albumart {margin:0px 0px;
- position:relative;}
- .askposts {
- background-color:{color:background};
- border-bottom:1px solid {color:text};
- width:100%
- }
- .askposts .top {
- border-bottom:1px solid {color:text};
- width:100%
- }
- .askposts .question {
- font:11px calibri, helvetica, sans serif;
- }
- .askposts .askerimg {
- background: transparent;
- opacity:2;
- }
- .askposts .questioner {
- font:14px calibri, helvetica, sans serif;
- letter-spacing:1px;
- text-transform:lowercase;
- }
- .answer {
- margin-top:10px;
- }
- blockquote {
- border-left:2px {color:text} solid;
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- blockquote img, blockquote a img {
- max-width: 460px
- }
- b, strong{
- color:{color:link hover}
- }
- i, em {
- color:{color:link hover};
- }
- p{
- margin-top:3px; margin-bottom:3px
- }
- .user_1 .label {color:{color:link}; font:11px calibri;}
- .user_2 .label {color:{color:link}; font:11px calibri;}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{
- background-color: {color:background};
- width:10px;
- position:relative;
- top:1px;
- }
- ol.notes, .notes li{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- #credit {
- position:fixed;
- width:90px;
- right:1px;
- bottom:1px;
- padding:2px;
- line-height:11px;
- letter-spacing:0px;
- font:10px Calibri, Tahoma, Helvetica, Sans-Serif;
- color: #383737;
- background-color:#fff;
- text-align:center;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="const">
- <div id="sidebar">
- <div id="retainer">
- <div id="sidebarimg">
- <a href="/">
- <img src="{image:sidebar}" />
- </a>
- </div>
- <div id="tbox">
- <div id="title">
- <div class="title">{text:sidebar title}</div>
- <div id="nav">
- {block:AskEnabled}<a class="nav" href="/ask">ask</a>
- {/block:AskEnabled}
- {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName}
- {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName}
- {block:IfLinkThreeName}<a href="{text:link Three}">{text:link Three name}</a>{/block:IfLinkThreeName}
- </div></div></div>
- {block:Description}<div id="desc">
- {Description}</div>{/block:Description}
- {block:Pagination}
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a></div>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="credit"><a target="blank"href="http://pevensied.tumblr.com/"><font color="{color:text}">theme by starrify</a></font></div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Title}<h1>{title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
- {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}</div>
- {block:Caption}
- {Caption}
- {/block:Caption}{/block:Photo}
- {block:Photoset}
- <div class="photo">{Photoset-500}</div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {/block:Chat}
- {block:Video}{Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}{/block:Video}
- {block:Answer}
- <div class="askposts">
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img class="askerimg" src="{AskerPortraitURL-30}"></td>
- <td style="vertical-align:top;"><div class="questioner">{Asker} said</div><div class="question">{Question}</div></td>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><div id="player">{AudioPlayerWhite} </div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div></td>
- <td style="vertical-align:top;"><div class="other">
- <h3>Plays:</h3>{FormattedPlayCount}<br>
- {block:TrackName}
- <h3>Song:</h3>{TrackName}
- {/block:TrackName}
- {block:Artist}
- <br><h3>Artist:</h3>{Artist}
- {/block:Artist}
- {block:Album}<br><h3>Album:</h3> {Album}{/block:Album}</div></td>
- </table>
- {block:caption}{caption}{/block:caption}
- {/block:Audio}
- <div id="border"></div>
- {block:Date}
- <div class="info">{DayOfMonthWithZero} {Month}, {Year} • {TimeAgo} • <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a> (© <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}<br>
- {block:HasTags}
- {block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div></div>
- {/block:Date}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {/block:Posts}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- </div>
- </body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment