- <!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 18: Kids 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="#fff" />
- <meta name="color:title" content="#695D51" />
- <meta name="color:text" content="#C0AEA0" />
- <meta name="color:link" content="#D9B693" />
- <meta name="color:link hover" content="#ffcc77" />
- <meta name="color:nav link" content="#a2866a" />
- <meta name="color:nav link hover" content="#b39d87" />
- <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 icon" content="1" />
- <meta name="if:show description" content="0" />
- <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="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:#F0F0EB;background: {color:selection};}
- ::selection {color: #F0F0EB ;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{
- margin-left:540px;
- 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-top:20px;
- margin-bottom:16px;
- }
- #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:200px;
- margin-top:20px;
- width:210px;
- font-size:9px;
- padding-bottom:10px;
- }
- {block:ifnotshowdescription}
- .description:hover .desc {
- margin-top:-180px;
- opacity:1;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }{/block:ifnotshowdescription}
- .desc{
- background-color:#fff;
- width:100px;
- position: fixed;
- float:left;
- margin-top:{block:ifnotshowdescription}-0px{/block:ifnotshowdescription}{block:ifshowdescription}-180px{/block:ifshowdescription};
- margin-left:50px;
- padding:10px;
- {block:ifnotshowdescription}opacity:0;{/block:ifnotshowdescription}
- {block:ifshowdescription}opacity:.8;{/block:ifshowdescription}
- 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;
- }
- .description:hover .hovert {
- opacity:0;
- margin-top:-20px;
- -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, helvetica, sans-serif;
- font-size:10px;
- color:{color:background};
- z-index:9999;
- opacity:0.5;
- margin-top:-1px;
- margin-left:10px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #icon img {
- position:fixed;
- max-width: 100px;
- margin-left:0px;
- margin-top:-60px;
- z-index:9999;
- text-align:center;
- border:3px solid {color:nav link};
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #sidebarimg img {
- width: 200px;
- margin-left:10px;
- height: auto;
- text-align:center;;
- }
- #sidebarimg:hover .desc {
- opacity:0.80
- }
- #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;
- }
- h1{
- color:{color:title};
- font-family:{font:title};
- 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:{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
- }
- #source {text-align: right}
- #tags {
- display:block;
- position:absolute;
- {block:ifshowtags}
- width:500px;
- {/block:ifshowtags}
- padding-top:3px;
- margin-top:6px;
- 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:100px;
- position: absolute;
- margin-left:490px;
- margin-top:0px;
- font-style:italic;
- background-color: transparent;
- color:{color:text};
- text-align:left;
- text-transform: uppercase lowercase;
- padding: 3px;
- font-family: {font:body};
- 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};
- }
- #effie {
- position:fixed;
- margin-top:{block:ifshowicon}80px{/block:ifshowicon}
- {block:ifnotshowicon}40px;{/block:ifnotshowicon};
- width: 100px;
- margin-left: 238px;
- opacity:1;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #effie a {
- width:51px;
- display:block;
- margin-left:0px;
- margin-bottom: 2px;
- line-height:20px;
- background-color:{color:Nav Link};
- color: {color:text};
- font:10px georgia;
- text-transform: lowercase;
- text-align:center;
- padding:3px;
- text-decoration:none;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #effie a:hover {
- color:{color:nav link};
- background-color:{color:Nav Link Hover};
- }
- #pagination {
- position:fixed;
- margin-top:20px;
- 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;
- }
- 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%}
- .audio{background-color: transparent; display:block;}
- .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};
- }
- .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};
- }
- random text{
- background-color:transparent!important;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div class="description">
- <br><br>
- <div id="sidebar">
- {block:ifnotshowdescription}<div class="hovert">HOVER</div>{/block:ifnotshowdescription}
- <div id="effie">
- {block:ifshowicon}
- <div id="icon">
- <img src="{PortraitURL-64}" width="51px" >
- </div>
- {/block:ifshowicon}
- <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 id="sidebarimg"><center><img src="{image:sidebar}"/>
- <div class="desc">{description}</div>
- </div>
- {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"><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">
- <a href="{permalink}">{TimeAgo}</a><br>
- <a href="{permalink">{NoteCount}</a> notes
- {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}
- {block:ifnotshowtags}
- <br>
- <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
- </div>
- {/block:ifnotshowtags}
- </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}<center><span class="audio">{AudioPlayerWhite}</span>{block:Caption}{Caption}{/block:Caption}</center>{/block:Audio}<br>
- {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>

