- <!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 16: Ambrosia 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="#151515" />
- <meta name="color:entry" content="#121212" />
- <meta name="color:sidebar border" content="#121212" />
- <meta name="color:sidebar background" content="#121212" />
- <meta name="color:right background" content="#101010" />
- <meta name="color:description" content="#101010" />
- <meta name="color:title" content="#474747" />
- <meta name="color:text" content="#545454" >
- <meta name="color:link" content="#716f72" />
- <meta name="color:link hover" content="#424242" />
- <meta name="color:nav link" content="#121212" />
- <meta name="color:nav link hover" content="#B0CAD1" />
- <meta name="color:selection" content="#B0CAD1" />
- <meta name="color:title glow" content="#89888a" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="georgia" />
- <meta name="font:sidebar" content="georgia" />
- <meta name="font:tags" content="georgia" />
- <meta name="image:sidebar background" content="http://static.tumblr.com/z5o2pr2/At2m3spnh/m2.gif"/>
- <meta name="image:right background" content="http://static.tumblr.com/z5o2pr2/REzm3vt29/done.png" />
- <meta name="if:show tags" content="0" />
- <meta name="if:show post info" content="0" />
- <meta name="if:fading images" content="1" />
- <meta name="if:fading navigation" content="1" />
- <meta name="if:sidebar background repeat" content="0" />
- <meta name="if:500px posts" content="0" />
- <meta name="if:400px posts" content="1" />
- <meta name="if:white audio player" content="0" />
- <meta name="if:black audio player" content="1" />
- <meta name="if:small cursor" content="1" />
- <meta name="text:sidebar title font size" content="28"/>
- <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 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:{color:selection};background: {color:link hover};}
- ::selection {color: {color:selection};background: {color:link hover};}
- /* ---------- 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 {
- {block:ifsmallcursor}cursor: url(http://static.tumblr.com/z5o2pr2/o2Um47p68/zorzc.png), auto;{/block:ifsmallcursor}
- color:{color:text};
- background-color:{color:background};
- background-image: url('');
- 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{
- {block:ifsmallcursor}cursor: url(http://static.tumblr.com/z5o2pr2/HZ8m47pd2/k.png), auto;{/block:ifsmallcursor}
- color:{color:link hover};
- background-color: transparent;
- }
- #container {
- width:950px;
- float:left;
- }
- #entries{
- left:70%;
- margin-left:320px;
- margin-top:20px;
- {block:if400pxposts}width:410px{/block:if400pxposts}
- {block:if500pxposts}width:510px;{/block:if500pxposts}
- }
- {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:20px;
- -webkit-transition: all 0.7s
- ease-out;-moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- {block:ifnotshowtags}
- #posts:hover #tags {
- opacity: 1;
- {block:if400pxposts}margin-left:450px;{/block:if400pxposts}
- {block:if500pxposts}margin-left:550px;{/block:if500pxposts}
- }
- {/block:ifnotshowtags}
- #posts:hover #katniss {
- opacity:0;
- border-top:2px solid {color:text};
- opacity:1;
- {block:if400pxposts}width:400px;{/block:if400pxposts}
- {block:if500pxposts}width:500px;{/block:if500pxposts}
- }
- .right {
- {block:if400pxposts}margin-left:760px;{/block:if400pxposts}
- {block:if500pxposts}margin-left:860px;{/block:if500pxposts}
- margin-top:-20px;
- width:9000px;
- border-left:5px solid {color:sidebar border};
- height:150%;
- position:fixed;
- background-color:{color:right background};
- background-image: url('{image:right background}');
- background-attachment:fixed;
- background-repeat: repeat;
- z-index:0;
- }
- .description {
- color:{color:text};
- font-family:{font:sidebar};
- position:fixed;
- margin-left:-9px;
- top:0px;
- width:300px;
- font-size:9px;
- padding-bottom:10px;
- }
- .desc {
- width:200px;
- margin-top:200px;
- margin-left:40px;
- background-color:{color:description};
- padding:2px 3px;
- opacity:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease;
- transition: all 0.7s ease;
- }
- #sidebar {
- width:298px;
- height:100%;
- position:fixed;
- overflow:hidden;
- background-color: {color:sidebar background};
- background-image: url('{image:sidebar background}');
- {block:ifnotsidebarbackgroundrepeat}background-repeat:no-repeat;{/block:ifnotsidebarbackgroundrepeat}
- {block:ifsidebarbackgroundrepeat}background-repeat:repeat;{/block:ifsidebarbackgroundrepeat}
- background-position:center bottom;
- border-right:5px solid {color:sidebar border};
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #sidebar:hover .desc {
- opacity:1;
- width:200px;
- }
- .description:hover #love {
- opacity:0;
- }
- {block:iffadingnavigation}
- .description:hover #effie {
- opacity:0.8;
- }
- {/block:iffadingnavigation}
- h1{
- color:{color:title};
- font-family:georgia;
- font-size:12px;
- line-height:17px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:lowercase;
- margin:0px;
- padding:0px;
- text-align:center
- }
- h2{
- color:{color:title};
- font-family:georgia;
- 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;
- font-style:italic;
- }
- #tags {
- width:100px;
- position: absolute;
- {block:if400pxposts}
- {block:ifnotshowtags}margin-left:420px;{/block:ifnotshowtags}
- {block:ifshowtags}margin-left:445px;{/block:ifshowtags}
- {/block:if400pxposts}
- {block:if500pxposts}
- {block:ifnotshowtags}margin-left:520px;{/block:ifnotshowtags}
- {block:ifshowtags}margin-left:545px;{/block:ifshowtags}
- {/block:if500pxposts}
- font-style:italic;
- color:{color:text};
- text-align:left;
- text-transform:lowercase;
- padding: 3px;
- font-family: {font:tags};
- font-size:10px;
- {block:ifnotshowtags}opacity:0.01;{/block:ifnotshowtags}
- {block:ifshowtags}opacity:1;{/block:ifshowtags}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #tags a:hover {color:{color:link hover};}
- #linkk {
- position:fixed;
- width:200px;
- margin-top:200px;
- margin-left:300px;
- }
- #effie {
- position:fixed;
- bottom:12px;
- width: 300px;
- margin-left: 120px;
- {block:iffadingnavigation}opacity:0.3;{/block:iffadingnavigation}
- {block:ifnotfadingnavigation}opacity:0.8;{/block:ifnotfadingnavigation}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.1s ease-out;
- }
- #effie a {
- width:50px;
- display:block;
- margin-left:0px;
- margin-bottom: 2px;
- background-color:{color:nav link};
- font:10px georgia;
- text-transform: lowercase;
- color:{color:text};
- text-align:center;
- padding:2px;
- text-decoration:none;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.1s ease-out;
- z-index:9999;
- }
- #effie a:hover {
- color:{color:nav link hover};
- opacity:1;
- transform: scale(1.2);
- -ms-transform: scale(1.2);
- -webkit-transform: scale(1.2);
- -o-transform: scale(1.2);
- -moz-transform: scale(1.2);
- }
- #leftarrow {
- bottom:-5px;
- padding-bottom:30px;
- background-color:{color:nav link};
- color:{color:background}
- position: fixed;
- margin-left: 2px;
- width: 30px;
- font-size: 75px;
- font-family:georgia;
- z-index: 2;
- line-height: 20px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #leftarrow a{
- color:{color:link}; font-size: 50px!important
- }
- #leftarrow:hover {
- padding-bottom:60px;
- color:{color:link hover};
- }
- #rightarrow {
- bottom:-5px;
- padding-bottom:30px;
- background-color:{color:nav link};
- color:{color:background};
- position: fixed;
- margin-left:40px;
- width: 30px;
- font-size: 75px;
- font-family:georgia;
- z-index: 2;
- line-height: 20px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #rightarrow a{
- color:{color:link}; font-size: 50px!important
- }
- #rightarrow:hover {
- padding-bottom:60px;
- color:{color:link hover};
- }
- #katniss {
- height:9px;
- width:200px;
- margin-top:18px;
- margin-left:0px;
- position:absolute;
- border-top:2px solid {color:text};
- font-family:{font:body};
- font-size:9px;
- letter-spacing:0px;
- line-height:100%;
- text-align:left;
- text-transform:case;
- {block:ifshowpostinfo}opacity:1;{/block:ifshowpostinfo}
- {block:ifnotshowpostinfo}opacity:0;{/block:ifnotshowpostinfo}
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- /* If you want the font used for the title, please do not just copy the below code. Download it from dafont.com (http://www.dafont.com/dawning-of-a-new-day.font) and host it on your own account */
- @font-face {
- font-family: "dawning of a new day";
- src: url('http://static.tumblr.com/z5o2pr2/pNum3squi/dawningofanewday.ttf');
- }
- #love {
- position:fixed;
- width:300px;
- height:auto;
- overflow:auto;
- color:{color:text};
- font-family:"dawning of a new day";
- font-size:{text:sidebar title font size}px;
- line-height:normal;
- letter-spacing:0px;
- text-transform:case;
- margin-top:200px;
- margin-left:0px;
- text-align:center;
- z-index:9999;
- opacity:0.8;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease;
- transition: all 1.5s ease;
- text-shadow:0px 0px 11px {color:title glow};
- }
- blockquote {
- border-left:1px {color:text} dotted;
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- blockquote img, blockquote a img {
- {block:if500pxposts}max-width: 490px{/block:if500pxposts}
- {block:if400pxposts}max-width: 390px{/block:if400pxposts}
- }
- b, strong{
- color:{color:link hover}
- }
- 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;}
- .response {
- padding: 3px; display: block;
- background-color:{color:entry};
- border-top:1px dashed {color:text};
- }
- #question {
- font-size:8px;
- }
- .askerimg {
- background: transparent;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
- border:3px solid {color:text};
- }
- .asker-name {
- text-transform:uppercase;
- display:inline;
- font-size:8px;
- }
- .albumart{
- width:110px; height:110px;
- position:relative;
- }
- .albumart img{
- width:110px;
- }
- .albumart:hover .audio {
- -webkit-transform: rotate(360deg);
- }
- .audio_back{
- background-color:{block:ifwhiteaudioplayer}#fff{/block:ifwhiteaudioplayer}{block:ifblackaudioplayer}#000{/block:ifblackaudioplayer};
- 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 h1{
- font:normal 11px calibri;
- display:inline-block;
- padding:2px; color:{color:link hover};
- margin:0px; width:35px;
- text-transform:uppercase;
- }
- .ainfo{
- float:center;
- text-align:left;
- width:385px;
- margin-left:4px;
- }
- .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;
- }
- #credit {
- position:fixed;
- width:100px;
- right:0px;
- bottom:3px;
- line-height:5px;
- letter-spacing:0px;
- font:10px georgia;
- color: {color:text};
- text-transform:lowercase;
- font-style:italic;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <!-- Please do not remove my credit.-->
- <div id="credit"><a target="_blank"href="http://pevensied.tumblr.com/stuff/themes"><font color="{color:text}">theme by pevensied</a></font></div>
- <!-- It does not make your blog 'ugly' but if you must, I request you put in your faq-->
- <div class="description">
- <div id="love"><a href="/"><font color="{color:link}">{title}</font></a></div>
- <div id="sidebar">
- <div id="effie">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {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}
- </div>
- <div class="desc">
- {description}
- </div>
- </sidebar></div>
- </div>
- </div>
- <div class="right">
- {block:Pagination}
- <div id="page">
- {block:PreviousPage}<div id="leftarrow"><a href="{PreviousPage}">«</a></div>{/block:PreviousPage}
- {block:NextPage}<div id="rightarrow"><a href="{NextPage}">»</a></div>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:HasTags}<div id="tags"> {block:Tags}#<a href="{TagURL}">{Tag}</a><br>{/block:Tags}</div>{/block:HasTags}
- {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="{block:if400pxposts}{PhotoURL-400}{/block:if400pxposts}{block:if500pxposts}{PhotoURL-500}{/block:if500pxposts}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>{block:Caption}{caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center><div class="trans">{block:if400pxposts}{Photoset-400}{/block:if400pxposts}{block:if500pxposts}{Photoset-500}{/block:if500pxposts}</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}{block:if400pxposts}{Video-400}{/block:if400pxposts}
- {block:if500pxposts}{Video-500}{/block:if500pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}
- <div style="min-height:110px;">
- <div class="awrap">
- <div class="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audio">{block:ifwhiteaudioplayer}{AudioPlayerWhite}{/block:ifwhiteaudioplayer}
- {block:ifblackaudioplayer}{AudioPlayerBlack}{/block:ifblackaudioplayer}</div>
- <div class="audio_back"></div>
- </div>
- <div class="ainfo">
- <h1>Plays:</h1>{FormattedPlayCount}
- {block:Artist}
- <br><h1>Artist:</h1>{Artist}
- {/block:Artist}
- {block:Album}<br><h1>Album:</h1>{Album}{/block:Album}
- {block:Caption}{Caption}{/block:Caption}
- </div>
- </div>{/block:Audio}
- {block:Answer}
- <div id="question">
- <img src="{AskerPortraitURL-30}" width="30px" class="askerimg"><big><div class="asker-name">{Asker}</div></big> asked:{Question}<br></div>
- <div class="response">{Answer}</div>
- {/block:Answer}
- {block:date}
- <div id="katniss"><div style="float:center;">posted <a href="{Permalink}">{TimeAgo}</a> with {block:NoteCount} {NoteCount}{/block:NoteCount} notes {block:RebloggedFrom}| <a href="{ReblogRootURL}" title="{ReblogRootName}">©</a> / <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} </div>
- </div><br>
- {/block:Date}
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </body>
- </html>

