- <!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 17: Dances 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="#eeeeee" />
- <meta name="color:title" content="#695D51" />
- <meta name="color:text" content="#C0AEA0" />
- <meta name="color:sidebar text" content="#C0AEA0" />
- <meta name="color:link" content="#D9B693" />
- <meta name="color:link hover" content="#ffcc77" />
- <meta name="color:nav link 1" content="#ddddee" />
- <meta name="color:nav link 2" content="#aaaacc" />
- <meta name="color:nav link 3" content="#445599" />
- <meta name="color:nav link 4" content="#886699" />
- <meta name="color:nav link 5" content="#333355" />
- <meta name="color:nav link hover" content="#000" />
- <meta name="color:selection" content="#dd9955" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="helvetica" />
- <meta name="font:sidebar" content="helvetica" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="" />
- <meta name="if:show tags" content="0" />
- <meta name="if:fading images" content="1" />
- <meta name="text:link one" content="/"/>
- <meta name="text:link one name" content="l<br>i<br>n<br>k<br>1"/>
- <meta name="text:link two" content="/"/>
- <meta name="text:link two name" content="l<br>i<br>n<br>k<br>2"/>
- <meta name="text:link three" content="/"/>
- <meta name="text:link three name" content="l<br>i<br>n<br>k<br>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}" />
- <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 {
- 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:280px;
- 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:15px;
- -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:0px;
- }
- .description {
- color:{color:sidebar text};
- font-family:{font:sidebar};
- position:fixed;
- margin-left:20px;
- margin-top:20px;
- width:210px;
- font-size:9px;
- padding-bottom:10px;
- }
- .desc {
- background-color:{color:background};
- width:100px;
- position: fixed;
- float:left;
- text-align:center;
- margin-top:50px;
- margin-left:50px;
- padding:10px;
- opacity: 0.1;
- z-index:9999;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .desc:hover {
- opacity:0.80
- }
- #sidebarimg img {
- width: 200px;
- margin-left:10px;
- margin-top:0px;
- height: auto;
- text-align:center;;
- }
- #sidebar {
- width:210px;
- position:fixed;
- overflow:hidden;
- background-color: trans;
- border-left:0px solid;
- border-right:0px solid;
- padding:5px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- @font-face {
- font-family: "La Belle Aurore";
- src: url('http://static.tumblr.com/z5o2pr2/Mmhm5d3ot/labelleaurore.ttf');
- }
- h1{
- color:{color:title};
- font-family:'La Belle Aurore', cursive;
- font-size:20px;
- line-height:17px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- padding:0px;
- text-align:center
- }
- h2{
- color:{color:title};
- font-family:{font:title};
- font-size:16px;
- line-height:14px;
- letter-spacing:-1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- padding:0px;
- margin-bottom:1px;
- text-align:center
- }
- #tags {
- display:block;
- position:absolute;
- {block:ifshowtags}
- width:500px;
- position:absolute;
- {/block:ifshowtags}
- padding-top:3px;
- margin-top:2px;
- font-style:italic;
- font-family:{font:body};
- padding-bottom: 2px;
- background-color:#transparent;
- font-size:10px;
- text-transform:case;
- text-align:{block:ifshowtags}center{/block:ifshowtags}{block:ifnotshowtags}left{/block:ifnotshowtags};
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- {block:ifnotshowtags}opacity:0.8;{/block:ifnotshowtags}
- }
- #info {
- width:70px;
- position: absolute;
- margin-left:510px;
- margin-top:-10px;
- font-style:italic;
- background-color: {color:entry};
- color:{color:text};
- text-align:left;
- text-transform: uppercase lowercase;
- padding: 3px;
- font-family: calibri;
- font-size:10px;
- opacity:0.0;
- -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};
- }
- .reblogicons img {
- border: 2px solid {color:text};
- }
- .e {
- position:fixed;
- margin-top:-1px;
- margin-left:56px;
- font-family:georgia;
- text-align:center;
- padding:4px 1px 0px;
- -webkit-border-bottom-left-radius: 8px;
- -webkit-border-bottom-right-radius: 8px;
- width:10px;
- z-index:0;
- }
- #e1 {
- padding-bottom:25px;
- margin-left:78px;
- background-color:{color:Nav Link 1};
- color:{color:Nav Link 1};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e1:hover {
- color:{color:Nav Link Hover};
- padding-bottom:35px;
- padding-top:20px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e2 {
- padding-bottom:20px;
- margin-left:92px;
- background-color:{color:Nav Link 2};
- color:{color:Nav link 2};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e2:hover {
- color:{color:Nav link hover};
- padding-bottom:30px;
- padding-top:20px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e3 {
- padding-bottom:15px;
- margin-left:106px;
- background-color:{color:Nav Link 3};
- color:{color:Nav link 3};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e3:hover {
- color:{color:nav link hover};
- padding-bottom:25px;
- padding-top:20px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e4 {
- padding-bottom:30px;
- margin-left:120px;
- background-color:{color:Nav Link 4};
- color:{color:Nav Link 4};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e4:hover {
- color:{color:Nav Link Hover};
- padding-bottom:40px;
- padding-top:20px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e5 {
- padding-bottom:15px;
- margin-left:134px;
- background-color:{color:Nav Link 5};
- color:{color:Nav Link 5};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #e5:hover {
- color:{color:Nav Link Hover};
- padding-bottom:25px;
- padding-top:20px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s 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/joy-like-sunshine-through-my-windowpane.font) and host it on your own account */
- @font-face {
- font-family: "joy like sunshine";
- src: url('http://static.tumblr.com/z5o2pr2/UqLm30wjs/joy_like_sunshine_through_my_windowpane.ttf');
- }
- #love {
- position:fixed;
- width:220px;
- height:auto;
- overflow:auto;
- color:{color:text};
- font-family:"joy like sunshine";
- font-size:{text:title font size}px;
- line-height:normal;
- letter-spacing:0px;
- text-transform:case;
- margin-left:200px;
- margin-top:80px;
- text-align:center;
- z-index:9999;
- }
- #pagination {
- position:fixed;
- margin-top:90px;
- margin-left:95px;
- }
- #pagination a {
- color: {color:link};
- font-family:georgia;
- text-align:center;
- font-size:45px;
- font-weight:lighter;
- }
- #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;
- }
- .response {
- padding: 3px; display: block;
- background-color:{color:entry};
- border-top:1px dashed {color:text};
- }
- .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};
- }
- .askerimg {
- background: #fff;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
- border:3px solid {color:text};
- }
- 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%}
- .albumart{
- width:110px; height:110px;
- position:relative;
- }
- .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;
- }
- .aise {
- font:normal 11px calibri;
- display:inline-block;
- padding:2px; color:{color:link hover};
- margin:0px; width:35px;
- text-transform:uppercase;
- }
- #source {text-align: right}
- .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;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div class="description">
- <br><br>
- <div id="sidebar">
- <div class="desc">{description}
- </div>
- <div id="sidebarimg"><center><img src="{image:sidebar}"/>
- </div>
- <a href="/" class="e" id="e1">h<br>o<br>m<br>e</a>
- <a href="/ask" class="e" id="e2">a<br>s<br>k</a>
- <a href="{text:link one}" class="e" id="e3">{text:link one name}</a>
- <a href="{text:link two}" class="e" id="e4">{text:link two name}</a>
- <a href="{text:link three}" class="e" id="e5">{text:link three name}</a>
- {block:Pagination}
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a></div>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <!-- 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>
- <!-- If you must, you MUST give ME credit in FAQ, About Me, or anywhere visible.-->
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:date}
- <div id="info">
- <div align="center">
- <a href="{permalink}">{TimeAgo}</a><br>
- <a href="{permalink">{NoteCount}</a> notes <br>
- <div align="center">
- {block:RebloggedFrom}<div class="reblogicons"><a href="reblogged from {ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
- {block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName} posted originally"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}</div>{/block:RebloggedFrom}
- {/block:ContentSource}</div>
- <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
- </div>
- </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}"/>{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">
- <div class="aise">Plays:</div>{FormattedPlayCount}
- {block:Artist}
- <br><div class="aise">Artist:</div>{Artist}
- {/block:Artist}
- {block:Album}<br><div class="aise">Album:</div>{Album}{/block:Album}
- </div>
- </div>{/block:Audio}
- {block:ifshowtags}
- <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:ifshowtags}
- <div class="info"></div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>

