- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- Theme 003 by hatterthemes -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background1" content="#89c2f8" />
- <meta name="color:Background2" content="#ffffff" />
- <meta name="color:Titles" content="#ffffff" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Link" content="#000066" />
- <meta name="color:LinkHover" content="#588297" />
- <meta name="color:TopLinks" content="#ffffff" />
- <meta name="color:Scrollbar" content="#bddbfd" />
- <meta name="color:Selection" content="#bef7ad" />
- <meta name="image:SidebarImage" content="" />
- <meta name="text:Link1URL" content="http://" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link2URL" content="http://" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link3URL" content="http://" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link4URL" content="http://" />
- <meta name="text:Link4" content="" />
- <meta name="if:ShowDescription" content="1" />
- <meta name="if:ShowSubmitLink" content="0" />
- <meta name="if:ShowArchiveLink" content="1" />
- <meta name="if:ShowLink1" content="1" />
- <meta name="if:ShowLink2" content="1" />
- <meta name="if:ShowLink3" content="1" />
- <meta name="if:ShowLink4" content="1" />
- <meta name="if:AudioPlayerWhite" content="0" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</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=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @font-face {font-family: 'RosarioRegular';src: url('Rosario-Regular-webfont.eot');src: url('Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-Regular-webfont.woff') format('woff'),url('Rosario-Regular-webfont.ttf') format('truetype'),url('Rosario-Regular-webfont.svg#RosarioRegular') format('svg');font-weight: normal;font-style: normal;}
- @font-face {font-family: 'RosarioItalic';src: url('Rosario-Italic-webfont.eot');src: url('Rosario-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-Italic-webfont.woff') format('woff'),url('Rosario-Italic-webfont.ttf') format('truetype'),url('Rosario-Italic-webfont.svg#RosarioItalic') format('svg');font-weight: normal;font-style: normal;}
- @font-face {font-family: 'RosarioBold';src: url('Rosario-Bold-webfont.eot');src: url('Rosario-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-Bold-webfont.woff') format('woff'),url('Rosario-Bold-webfont.ttf') format('truetype'),url('Rosario-Bold-webfont.svg#RosarioBold') format('svg');font-weight: normal;font-style: normal;}
- @font-face {font-family: 'RosarioBoldItalic';src: url('Rosario-BoldItalic-webfont.eot');src: url('Rosario-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-BoldItalic-webfont.woff') format('woff'),url('Rosario-BoldItalic-webfont.ttf') format('truetype'),url('Rosario-BoldItalic-webfont.svg#RosarioBoldItalic') format('svg');font-weight: normal;font-style: normal;}
- body {
- background: {color:Background1};
- background: -webkit-gradient(linear, left top, left bottom, from({color:Background1}), to({color:Background2}));
- background: -moz-linear-gradient(top, {color:Background1}, {color:Background2});
- background-attachment:fixed;
- height:100%px;
- font-family:"rosario" arial sans-serif;
- font-size:13px;
- text-align:left;
- text-decoration:none;
- color:{color:Text};
- }
- a {
- color:{color:Link};
- text-decoration:none!important;
- }
- .leaves a:hover {
- color:{color:LinkHover};
- }
- i,em {
- font-style:normal;
- }
- b,strong {
- opacity:0.5;
- }
- blockquote {
- border-left:2px solid {color:Link};
- opacity:0.3;
- padding-left:6px;
- padding-right:4px;
- margin-left:10px;
- }
- blockquote:hover {
- opacity:0.8;
- transition:0.6s ease-in;
- }
- h1 {
- font-style:normal;
- font-family:"Cedarville Cursive";
- font-size:30px;
- line-height:28px;
- color:{color:Titles};
- text-align:center;
- }
- h2 {
- font-style:normal;
- font-family:"Cedarville Cursive";
- font-size:30px;
- line-height:28px;
- color:{color:LinkHover};
- }
- h4 {
- font-size:13px;
- }
- #header {
- display:block;
- position:fixed;
- padding:10px;
- height:65px;
- width:auto;
- background-color:transparent!important;
- }
- /* Let's get this party started */
- ::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- -webkit-border-radius: 10px;
- border-radius: 10px;
- background: #cdcdcd;
- -webkit-box-shadow: inset 0 0 6px {color:Scrollbar};
- }
- ::-webkit-scrollbar-thumb:window-inactive {
- background: {color:Scrollbar};
- }
- ::selection{
- background:{color:Selection};
- }
- ::-moz-selection{
- background:{color:Selection};
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- background-color:{color:Background2};
- opacity:0.5;
- }
- iframe#tumblr_controls:hover {
- opacity:1.0;
- }
- .theme {
- display:block;
- width:310px;
- height:10px;
- font-size:11px;
- top:147px !important;
- left:607px !important;
- position:fixed !important;
- text-align:center;
- background:{color:Background1};
- -webkit-border-bottom-right-radius:10px;
- -webkit-border-bottom-left-radius:10px;
- -moz-border-radius-bottomright:10px;
- -moz-border-radius-bottomleft:10px;
- -o-border-bottom-right-radius:10px;
- -o-border-bottom-left-radius:10px;
- opacity:0.5;
- }
- .theme:hover {
- opacity:1;
- }
- .theme a {
- color:{color:Background2};
- opacity:1;
- }
- .headerlinks {
- height:60px;
- width:50px;
- background-color:transparent;
- border:4px double {color:TopLinks};
- -webkit-border-top-right-radius:50px;
- -webkit-border-bottom-left-radius:50px;
- -moz-border-radius-topright:50px;
- -moz-border-radius-bottomleft:50px;
- -o-border-top-right-radius:50px;
- -o-border-bottom-left-radius:50px;
- text-align:center;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- -o-transition:all 0.6s ease-out;
- }
- .headerlinks:hover {
- border:4px solid {color:TopLinks};
- -webkit-border-top-left-radius:50px;
- -webkit-border-top-right-radius:0px;
- -webkit-border-bottom-right-radius:50px;
- -webkit-border-bottom-left-radius:0px;
- -moz-border-radius-topright:0px;
- -moz-border-radius-topleft:50px;
- -moz-border-radius-bottomleft:0px;
- -moz-border-radius-bottomright:50px;
- -o-border-top-right-radius:0px;
- -o-border-top-left-radius:50px;
- -o-border-bottom-left-radius:0px;
- -o-border-bottom-right-radius:50px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- -o-transition:all 0.6s ease-out;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- .headerlinks a {
- color:{color:TopLinks};
- font-family:"Cedarville Cursive";
- font-size:13px;
- }
- .headerlinks a:hover {
- color:{color:Link};
- }
- .turn {
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .turn:hover {
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- #sidebar {
- width:300px;
- height:150px;
- position:fixed;
- margin-left:600px;
- margin-top:-10px;
- overflow:hidden;
- z-index:-1;
- }
- #simg img {
- height:150px;
- -webkit-border-radius:10px;
- -moz-border-radius:10px;
- -o-border-radius:10px;
- }
- .description{
- opacity:0.05;
- filter: alpha(opacity = 0);
- position:fixed;
- display:block;
- padding:5px;
- width:300px;
- height:140px;
- margin-top:-153px;
- color:{color:Text};
- overflow-y:scroll;
- background:{color:Background1};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- z-index:2;
- text-transform:italic;
- font-size:12px;
- }
- .description big {
- letter-spacing:2px;
- }
- #simg:hover .description {
- opacity:0.8;
- filter: alpha(opacity = 90);
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #pagination {
- top:20px!important;
- right:10px!important;
- position:fixed!important;
- font-size:50px;
- font-family: "Cedarville Cursive";
- }
- #pagination a,a:hover{
- color:{color:TopLinks};
- }
- #trees{
- margin-left:20px;
- margin-top:133px;
- width:5560px;
- position:absolute;
- padding:3px;
- background-color: transparent;
- {block:permalinkpage}
- width:515px;
- background-color:transparent;
- {/block:permalinkpage}
- }
- .leaves {
- background-color:{color:Entry};
- padding:10px;
- float:left;
- width:515px;
- min-height:400px;
- max-height:auto;
- {block:IndexPage}
- {/block:IndexPage}
- {block:permalinkpage}
- width:505px;
- height:100%;
- margin-bottom:10px;
- {/block:permalinkpage}
- overflow:hidden;
- border-right:4px double {color:Background2};
- border-left:4px double {color:Background1};
- }
- .chat li {
- list-style-type:none;
- border-top: 1px dashed {color:Link};
- border-bottom: 1px solid {color:Text};
- padding:2px;
- padding-left:25px;
- }
- .roots {
- padding-left:5px;
- padding-top:30px;
- margin-bottom:30px;
- position:absolute;
- text-align:center;
- text-transform:lowercase;
- font-style:normal;
- font-size:9px;
- }
- .roots a {
- color:{color:Background1};
- }
- a.tags {
- color:{color:Titles};
- background-color:{color:Background1};
- -webkit-border-radius:10px;
- -moz-border-radius:10px;
- -o-border-radius:10px;
- padding:3px;
- opacity:0.3;
- }
- a.tags:hover{
- opacity:1;
- color:{color:Background2};
- }
- #questions {
- display:block;
- background:transparent!important;
- border-bottom:3px solid {color:Background1};
- text-transform:lowercase;
- }
- .questions {
- font-size:10px;
- color:{color:Text};
- margin-left:300px;
- margin-top:-7px;
- width:auto;
- }
- .caption {
- font-size:13px;
- }
- </style>
- </head>
- <body>
- <div id="header">
- <table class="tble" cellspacing="2px">
- <tr>
- <td class="headerlinks"><div class="turn"><a href="/">home</a></div></td>
- <td class="headerlinks"><div class="turn"><a href="/ask" >ask</a></div></td>
- {block:ifShowSubmitLink}<td class="headerlinks"><div class="turn"><a href="/submit">submit</a></div></td>{/block:ifShowSubmitLink}
- {block:ifShowArchiveLink}<td class="headerlinks"><div class="turn"><a href="/archive">archive</a></div></td>{/block:ifShowArchiveLink}
- {block:ifShowLink1}<td class="headerlinks"><div class="turn"><a href="{text:Link1URL}">{text:Link1}</a></div></td>{/block:ifShowLink1}
- {block:ifShowLink2}<td class="headerlinks"><div class="turn"><a href="{text:Link2URL}">{text:Link2}</a></td>{/block:ifShowLink2}
- {block:ifShowLink3}<td class="headerlinks"><div class="turn"><a href="{text:Link3URL}">{text:Link3}</a></td>{/block:ifShowLink3}
- {block:ifShowLink4}<td class="headerlinks"><div class="turn"><a href="{text:Link4URL}">{text:Link4}</a></td>{/block:ifShowLink4}
- </tr>
- </table>
- </div>
- <div id="sidebar">
- <div id="simg"><center><img src="{image:sidebarimage}"></center><em><div class="description">{Description}</div></em>
- </div>
- <div class="theme"><a href="http://hatterthemes.tumblr.com">theme © hatterthemes</a></div>
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}</div>
- <div id="trees">
- {block:Posts}
- <div class="leaves">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<h1>"{Quote}"</h1><br />— {Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<br /><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}<br />
- {block:Photoset}<center>{Photoset-500}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
- {block:Chat}<div class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label} {Line}</li>{/block:Lines}</div>{/block:Chat}
- {block:Video}<br />{Video-500}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
- {block:Answer}<div id="questions"><h2>"{Question}"</h2></div><div class="questions">wondered by {Asker}</div>
- {Answer}{/block:answer}
- {block:Audio}<span class="audio"><center>{block:ifAudioPlayerWhite}{AudioPlayerWhite}{/block:ifAudioPlayerWhite}{block:ifNotAudioPlayerWhite}{AudioPlayerBlack}{/block:ifNotAudioPlayerWhite}</center></span>{block:Caption}<h4>{Caption}{/block:Caption}</h4>{/block:Audio}<br>
- <div class="roots"><a href="{Permalink}">~ {TimeAgo}</a> {block:HasTags}{block:Tags}<a class="tags"href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} ~</div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>