- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--theme by berceau.tumblr.com-->
- <head>
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:Text" content="#000000"/>
- <meta name="if:Drop Shadow" content="0" />
- <meta name="text:Custom Link One URL" content="" />
- <meta name="text:Custom Link One Name" content="" />
- <meta name="text:Custom Link Two URL" content="" />
- <meta name="text:Custom Link Two Name" content="" />
- <meta name="text:Custom Link Three URL" content="" />
- <meta name="text:Custom Link Three Name" content="" />
- <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PostSummary} ({PostSummary}){/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script src="toggle.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $("#description").hide();
- $("blogtitle").click(function(){
- $('#description').slideToggle(375);
- return true;
- });
- });
- </script>
- <style type="text/css">
- #notes{
- text-align:center;
- font-size:9px;
- padding:1px;
- }
- img{
- border:none;
- }
- ol.notes li.note img.avatar {
- display:none;
- height:0px;
- width:0px;
- }
- {block:IfFadedImages}
- img{
- border:none;
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.85;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- {/block:IfFadedImages}
- a:active {
- COLOR: {color:text};
- text-decoration:none;
- }
- a:link {
- COLOR:{color:text};
- text-decoration:none;
- }
- a:visited {
- COLOR: {color:text};
- text-decoration:none;
- }
- a:hover {
- COLOR: {color:text};
- text-decoration:none;
- }
- a img:hover{
- opacity:0.7;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;
- }
- body {
- width:700px;
- margin:auto;
- margin-left:375px;
- margin-top:2px;
- background-color:{color:background};
- font-family:georgia;
- font-size:11px;
- text-align:justify;
- color:{color:text};
- text-align:justify;
- }
- {block:ifDropShadow}
- a img{
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- }
- .audio{
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- }
- {/block:ifDropShadow}
- #description{
- font-size:9px;
- }
- #col{
- width: 320px;
- padding:10px;
- float:left;
- }
- #entry{
- max-width:320px;
- left:100px;
- }
- #sidebar{
- padding-top:300px;
- background-color:{color:background};
- text-align: right !important;
- position: fixed;
- left: 100px !important;
- width:260px;
- height:100%;
- padding-bottom:5px;
- }
- #center{
- width: 320px;
- padding:10px;
- margin-top:1px;
- }top
- .pagination{
- text-align:center;
- padding:3px;
- max-width:320px;
- border-top:#636363 solid 2px;
- }
- .audio{
- background-color:#e4e4e4;
- width:320px;
- }
- blogtitle{
- font-family:verdana;
- font-size:12px;
- text-transform:uppercase;
- text-align:right !important;
- }
- sidelinks{
- font-family:georgia;
- font-size:11px;
- letter-spacing:.1em;
- text-align:right !important;
- }
- /*
- |--------------------------------------------------------------------------
- | UItoTop jQuery Plugin 1.1
- | http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
- |--------------------------------------------------------------------------
- */
- #toTop {
- display:none;
- text-decoration:none;
- position:fixed;
- bottom:10px;
- right:10px;
- overflow:hidden;
- width:60px;
- height:60px;
- border:none;
- text-indent:-999px;
- background:url(http://static.tumblr.com/oji7zlw/gbrlovc58/screen_shot_2011-07-24_at_9.55.35_pm.png) no-repeat left top;
- }
- #toTopHover {
- background:url(http://static.tumblr.com/oji7zlw/gbrlovc58/screen_shot_2011-07-24_at_9.55.35_pm.png) no-repeat left -51px;
- width:60px;
- height:60px;
- display:block;
- overflow:hidden;
- float:left;
- opacity: 0;
- -moz-opacity: 0;
- filter:alpha(opacity=0);
- }
- #toTop:active, #toTop:focus {
- outline:none;
- }
- </style>
- </head>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- /*
- var defaults = {
- containerID: 'moccaUItoTop', // fading element id
- containerHoverClass: 'moccaUIhover', // fading element hover class
- scrollSpeed: 1200,
- easingType: 'linear'
- };
- */
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>
- <body>
- <div id="sidebar">
- <blogtitle>{title}</blogtitle><br>
- <div id="description">{block:description}<br>{description}<br><br>{/block:description}</div>
- <sidelinks>
- <a href="/">home</a>
- <A href="/archive">archive</a>
- <a href="/ask">message</a>
- {block:IfCustomLinkOneName}<a href="{text:Custom Link One URL}">{text:Custom Link One Name}</a> {/block:ifCustomLinkOneName}
- {block:ifCustomLinkTwoName}
- <a href="{text:Custom Link Two URL}">{text:Custom Link Two Name}</a>{/block:ifCustomLinkTwoName}
- {block:ifCustomLinkThreeName}
- <a href="{text:Custom Link Three URL}">{text:Custom Link Three Name}</a>{/block:ifCustomLinkThreeName}
- <A href="http://berceau.tumblr.com">theme</a></sidelinks><br>
- </div>
- </div>
- <div id="col">
- {block:Posts}
- {block:Odd}
- <div id="center">
- <div id="entry">
- {block:Text}
- {block:title}<div style="border-bottom: solid 1px #c0c0c0;">{Title}</div>{/block:title}
- {Body}<div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Text}
- {block:Photo}<div id="entry">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="320"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {block:PermalinkPage}{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}{/block:PermalinkPage}</div>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}{caption} {/block:Caption}{/block:permalinkpage}<div id="notes">
- <a href="{Permalink}"> {NoteCountWithLabel}</a></div>
- {/block:Photoset}
- {block:Quote}
- {Quote}<div style="text-align:right;">- <i>{Source}</i></div><div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><u>{Name}</u></a>{/block:Link}
- {block:Link}{block:Description}<P>{Description}</p>{/block:Description}<div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>{/block:Link}
- {block:Chat}
- {block:Title}<i>{Title}</i>{/block:Title}<br>
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {AudioPlayerGrey}
- </div><center>{block:Caption}{Caption}{/block:Caption}</center>
- <div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
- <div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:Video}
- {block:Answer} <div id="entry">
- <div style="border-bottom:#636363 solid 1px;">{Asker}: {Question}</div>
- {Answer}
- </div><div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Answer}
- </div>
- </div>
- {/block:Odd}
- {/block:Posts}
- </div>
- <div id="col">
- {block:Posts}
- {block:Even}
- <div id="center">
- <div id="entry">
- {block:Text}
- {block:title}<div style="border-bottom: solid 1px #c0c0c0;">{Title}</div>{/block:title}
- {Body}<div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Text}
- {block:Photo}<div id="entry">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="320"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {block:PermalinkPage}{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}{/block:PermalinkPage}</div>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}{caption} {/block:Caption}{/block:permalinkpage}<div id="notes">
- <a href="{Permalink}"> {NoteCountWithLabel}</a></div>
- {/block:Photoset}
- {block:Quote}
- {Quote}<div style="text-align:right;">- <i>{Source}</i></div><div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><u>{Name}</u></a>{/block:Link}
- {block:Link}{block:Description}<P>{Description}</p>{/block:Description}<div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>{/block:Link}
- {block:Chat}
- {block:Title}<i>{Title}</i>{/block:Title}<br>
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {AudioPlayerGrey}
- </div><center>{block:Caption}{Caption}{/block:Caption}</center>
- <div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
- <div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:Video}
- {block:Answer} <div id="entry">
- <div style="border-bottom:#636363 solid 1px;">{Asker}: {Question}</div>
- {Answer}
- </div><div id="notes"><a href="{Permalink}">{ShortMonth} {DayOfMonth} · {NoteCountWithLabel}</a></div>
- {/block:Answer}
- </div>
- </div>
- {/block:Even}
- {/block:Posts}
- <Br>
- <center><div style="margin-left:5px; width:320px;">{block:Pagination}<div class="pagination" id="entry" id="center"><div style="font-size:12px; letter-spacing:1px;">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}</div></div>
- {/block:Pagination}</center>
- </div>
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>