- <!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">
- <!-- DO NOT REMOVE THE FOLLOWING
- ♡ Theme 19: Obsessions by Rachael: pevensied @ tumblr.com ♡
- • 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 always be MY theme
- -->
- <body>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:entry" content="#e7e7e7" />
- <meta name="color:question background" content="#D1D1D1" />
- <meta name="color:title" content="#777788" />
- <meta name="color:text" content="#91867A" />
- <meta name="color:link" content="#bbbb33" />
- <meta name="color:link hover" content="#aabbbb" />
- <meta name="color:nav link" content="#8899aa" />
- <meta name="color:nav link hover" content="#777788" />
- <meta name="color:selection" content="#bbbb33" />
- <meta name="font:body" content="helvetica" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="" />
- <meta name="if:fading images" content="1" />
- <meta name="if:show info" content="1" />
- <meta name="if:show tags" content="1" />
- <meta name="if:show links" content="0" />
- <meta name="text:title font size" content="19"/>
- <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 name="text:link four" content="/"/>
- <meta name="text:link four name" content="link 4"/>
- <meta name="text:link five" content="/"/>
- <meta name="text:link five name" content="link 5"/>
- <meta name="text:link six" content="/"/>
- <meta name="text:link six name" content="link 6"/>
- <meta name="text:link seven" content="/"/>
- <meta name="text:link seven name" content="link 7"/
- <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}" />
- <style type="text/css">
- /* ---------- scroll bar --------- */
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:nav link}; height:30px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:nav link}; height:10px!important;}
- ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:5px;}
- /* ---------- color selection --------- */
- ::-moz-selection {color:#FFFFFF;background: {color:selection};}
- ::selection {color: #FFFFFF;background: {color:selection};}
- /* ---------- follow/dash fade --------- */
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.4;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- body {
- color:{color:text};
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position: center;
- background-attachment:fixed;
- background-repeat: repeat;
- font-family:{font:body};
- font-size:9px;
- 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{
- left:70%;
- margin-left:-20px;
- margin-top:20px;
- width:510px}
- {block:iffadingimages}
- #entries img {
- opacity: .8;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #entries img:hover {
- opacity: 1;
- }
- .trans {
- opacity: .8;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .trans:hover {
- opacity: 1;
- }
- {/block:iffadingimages}
- #posts{
- overflow:hidden;
- background-color: {color:entry};
- padding:5px;
- margin-bottom:24px;
- -webkit-transition: all 0.7s
- ease-out;-moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #posts:hover #info {
- opacity:1.0;
- margin-left:510px;
- margin-top:10px;
- }
- {block:ifnotShowTags}
- #posts:hover #tags {
- opacity:1;
- margin-top:10px;
- }
- {/block:ifnotShowTags}
- #container {
- width:950px;
- float:right;
- }
- .description {
- color:{color:text};
- font-family:{font:sidebar};
- position:fixed;
- right:150px;
- margin-top:120px;
- width:220px;
- font-size:9px;
- }
- #sidebarimg img {
- width: 220px;
- margin-left:0px;
- margin-top:0px;
- height: auto;
- text-align:center;
- z-index:0;
- }
- .description:hover .mockingjay {
- margin-top: 20px;
- margin-left:0px;
- background-color:#eeeeee;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- opacity:0.8;
- }
- .mockingjay {
- position: absolute;
- width: 208px;
- margin-top:-50px;
- padding:6px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- opacity:0;
- }
- .description:hover .hovert {
- opacity:0;
- margin-top:-10px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .hovert {
- position:absolute;
- font-family:calibri;
- font-size:10px;
- color:{color:background};
- opacity:0.5;
- margin-top:-0px;
- margin-left:190px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- z-index:999;
- }
- .description:hover #love {
- opacity:0;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #sidebar {
- width:250px;
- position:fixed;
- overflow:hidden;
- border-left:0px solid;
- border-right:0px solid;
- padding:0px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- h1{
- color:{color:title};
- font-family: 'Dawning of a New Day', cursive;
- font-size:25px;
- line-height:30px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- padding:0px;
- text-align:center
- }
- h2{
- color:{color:title};
- font-family:{font:body};
- font-size:15px;
- line-height:14px;
- letter-spacing:-1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- padding:0px;
- margin-bottom:1px;
- text-align:center
- }
- h3{
- font:normal 11px calibri;
- display:inline-block;
- padding:2px; color:{color:link hover};
- margin:0px; width:35px;
- text-transform:uppercase;
- }
- #source {text-align: right}
- #tags {
- display:block;
- width:500px;
- padding-bottom: 2px;
- position:absolute;
- background-color:transparent;
- font-size:10px;
- text-transform:lowercase;
- text-align:right;
- font-style:italic;
- font-family:georgia;
- {block:ifnotShowTags}
- padding-top:3px;
- {block:IndexPage}opacity:0;{/block:IndexPage}
- {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
- {block:IndexPage} margin-top:-20px;{/block:IndexPage}
- {block:PermalinkPage}margin-top:10px;{/block:PermalinkPage}
- {/block:ifnotShowTags}
- {block:ifShowTags}
- padding-top:10px;
- opacity:1;
- margin-top:10;
- {/block:ifShowTags}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #info {
- width:70px;
- position: absolute;
- margin-top:10px;
- font-style:italic;
- background-color: transparent;
- color:{color:text};
- text-align:left;
- text-transform: uppercase lowercase;
- padding: 3px;
- font-family: georgia;
- font-size:10px;
- {block:ifnotShowInfo}
- {block:IndexPage}margin-left:490px;{/block:IndexPage}
- {block:PermalinkPage} margin-left:510px; {/block:PermalinkPage}
- {block:IndexPage}opacity:0;{/block:IndexPage}
- {block:PermalinkPage} opacity:1; {/block:PermalinkPage}
- {/block:ifnotShowInfo}
- {block:ifShowInfo}
- margin-left:510px;
- opacity:1;
- {/block:ifShowInfo}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #info a:hover {
- color:{color:link hover};
- }
- @font-face {
- font-family: "Dawning of a New Day";
- src: url('http://static.tumblr.com/z5o2pr2/656m5ad2r/dawningofanewday.ttf');
- }
- #love {
- position:fixed;
- width:220px;
- height:auto;
- overflow:auto;
- color:{color:text};
- font-family:"Dawning of a New Day";
- font-size:{text:title font size}px;
- line-height:normal;
- letter-spacing:0px;
- text-transform:case;
- margin-left:0px;
- margin-top:17px;
- text-align:center;
- z-index:0;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- text-shadow: 4px 4px 5px #A8A8A8;
- filter: dropshadow(color=#A8A8A8, offx=, offy=);
- }
- #pagination {
- position:fixed;
- margin-top:10px;
- margin-left:190px;
- }
- #pagination a {
- color: {color:link};
- font-family:georgia;
- text-align:center;
- font-size:45px;
- font-weight:lighter;
- }
- #train {
- position:fixed;
- margin-top:10px;
- width: 300px;
- {block:ifnotShowLinks}
- margin-left: 40px;
- opacity:0;
- {/block:ifnotShowLinks}
- {block:ifShowLinks}
- margin-left:-50px;
- {/block:ifShowLinks}
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- }
- {block:ifnotShowLinks}
- .description:hover #train {
- margin-left:-50px;
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- opacity:1;
- }
- {/block:ifnotShowLinks}
- #effie a {
- width:20px;
- height:10px;
- color:{color:nav link};
- background-color:{color:nav link};
- margin-bottom:2px;
- margin-left:20px;
- font-family:{font:body};
- font-size:10px;
- line-height:10px;
- overflow:hidden;
- display: list-item;
- text-align:left;
- padding:3px;
- text-transform:lowercase;
- font-style:italic;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #effie a:hover {
- font-size:10px;
- width:40px;
- color:{color:background};
- background-color:{color:nav link hover};
- padding-left:20px;
- padding-right:20px;
- font-style:italic;
- }
- #leftarrow{position: fixed; top: 45%; left: 20px; width: 30px; font-size: 75px; z-index: 2; line-height: 75px}
- #leftarrow a{color:{color:Nav Link 1}; font-size: 75px!important}
- #leftarrow a:hover{color:{color:Nav Link 1};}
- #rightarrow{position: fixed; top: 45%; right: 30px; width: 30px; font-size: 75 z-index: 2; line-height: 75px}
- #rightarrow a{color:{color:Nav Link 2}; font-size: 75px!important}
- #rightarrow a:hover{color:{color:Nav Link 1};}
- #credit {
- position:fixed;
- width:auto;
- right:2px;
- bottom:3px;
- line-height:5px;
- letter-spacing:0px;
- font:10px georgia;
- color: {color:text};
- text-transform:lowercase;
- font-style:italic;
- }
- #question {
- display: block;
- margin-left: 0px;
- background-color: {color:question background};
- padding: 6px;
- overflow: hidden;
- color: {color:text};
- }
- .response {
- padding: 3px; display: block;
- background-color:{color:entry};
- }
- .asked {
- display: block;
- margin-left: 35px;
- margin-top : 0px;
- line-height: 5px;
- font-style: none;
- color: {color:link};
- height: 16px;
- text-align: left;
- text-shadow: 1px 1px 1px # 59493rd;
- line-height: 18px ;
- text-transform: lowercase;
- }
- .asked a {
- color: {color:link};
- }
- .arrow {
- font-family:arial;
- font-size:20px;
- position: absolute;
- margin-left: 15px;
- margin-top: 0px;
- color:{color:question background}
- }
- blockquote {
- border-left:1px {color:text} dotted;
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- blockquote img, blockquote a img { max-width: 490px}
- b, strong{
- color:{color:title}
- }
- i, em {
- color:{color:link hover};
- }
- p{
- margin-top:3px; margin-bottom:3px
- }
- img a{border:none; width:100%}
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{
- background-color: #bebebe;
- width:10px;
- position:relative;
- top:1px;
- }
- ol.notes, .notes li{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- random text{
- background-color:transparent!important;
- }
- .albumart{
- width:110px; height:110px;
- position:relative;
- background-image:url('http://static.tumblr.com/z5o2pr2/f6Bm6eu6g/audio.png');
- }
- .albumart img{
- width:110px;
- }
- .albumart:hover .audio {
- -webkit-transform: rotate(360deg);
- }
- .audio_back{
- background-color:#fff;
- width:48px;
- height:48px;
- position:relative;
- margin-top:-38px;
- margin-left:30px;
- opacity: 1;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .audio_back:hover {
- -webkit-transform: rotate(360deg);
- }
- .audio{
- width:28px;
- height:28px;
- overflow:hidden;
- position:relative;
- margin-top:-70px;
- margin-left:40px;
- z-index:3;
- }
- .awrap{
- width:110;
- height:110;
- float:left;
- }
- .ainfo{
- float:right;
- text-align:left;
- width:385px;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- {block:Pagination}
- {block:PreviousPage}<div id="leftarrow"><a href="{PreviousPage}">«</a></div>{/block:PreviousPage}
- {block:NextPage}<div id="rightarrow"><a href="{NextPage}">»</a></div>{/block:NextPage}
- {/block:Pagination}
- <div class="description">
- <div id="sidebar">
- <div class="hovert">HOVER</div>
- <div class="mockingjay">{description}</div>
- <div id="sidebarimg">
- <div id="love"><a href="/"><font color="{color:background}">{title}</a></font></div>
- <img src="{image:sidebar}"/>
- </div>
- </div>
- <div id="train">
- <div id="effie">
- <a href="/">home</a>
- {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
- {block:IfLinkOne}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOne}
- {block:IfLinkTwo}<a href="{text:link Two}">{text:link two name}</a>{/block:IfLinkTwo}
- {block:IfLinkThree}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThree}
- {block:IfLinkFour}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFour}
- {block:IfLinkFive}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFive}
- {block:IfLinkSix}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSix}
- {block:IfLinkSeven}<a href="{text:link seven}">{text:link Seven name}</a>{/block:IfLinkSeven}
- </div>
- </div>
- </div>
- <div id="credit"><a target="blank" href="http://pevensied.tumblr.com/"><font color="{color:text}">theme by pevensied</a></font></div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:date}
- <div id="info">
- <div align="center">
- <a href="{permalink}">{TimeAgo}</a><br>
- {NoteCount} notes <br><br>
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
- {block:ContentSource}<a href="{SourceURL}" title="source {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}{/block:RebloggedFrom}
- {/block:ContentSource}
- </div>
- </div>
- {/block:date}
- {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="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center><div class="trans">{Photoset-500}</div></center>{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 id="question">
- <img src="{AskerPortraitURL-30}" width="30px" class="askerimg"> {Asker} asked:
- {Question}</div>
- <div class="response">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- <div style="min-height:110px;">
- <div class="awrap">
- <div class="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audio">{AudioPlayerWhite}</div>
- <div class="audio_back"></div>
- </div>
- <div class="ainfo">
- <h3>Plays:</h3>{FormattedPlayCount}
- {block:Artist}
- <br><h3>Artist:</h3>{Artist}
- {/block:Artist}
- {block:Album}<br><h3>Album:</h3>{Album}{/block:Album}<br>
- {block:caption}{caption}{/block:caption}
- </div>
- </div>{/block:Audio}
- <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- <div class="info"></div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </body>
- </html>

