- <!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">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="text:TopTitle" content="saneinsanity"/>
- <meta name="text:link 1" content="http://"/>
- <meta name="text:link 1 name" content="Link One"/>
- <meta name="text:link 2" content="http://"/>
- <meta name="text:link 2 name" content="Link Two"/>
- <meta name="text:link 3" content="http://"/>
- <meta name="text:link 3 name" content="Link Three"/>
- <meta name="text:link 4" content="http://"/>
- <meta name="text:link 4 name" content="Link Four"/>
- <meta name="image:Header Image" content="http://i.imgur.com/mbgQR.png"/>
- <meta name="if:Caption" content="0"/>
- <style type="text/css">
- body
- {background: #fff;
- margin:0px;
- color:#646464;
- font-family: times new roman;
- font-size:10px;
- line-height:12px;}
- a {text-decoration:none;
- outline:none;
- -moz-outline-style:none; color:#000;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- opacity:1;}
- a:hover
- {text-decoration:none;
- color:#6db5b5;
- opacity:1;}
- a.nav{
- display: inline-block;
- background: #000;
- text-align: center;
- color: #fff;
- padding: 3px;
- font-family: times new roman;
- font-size: 10px;
- text-transform: uppercase;
- width: 80px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a.nav:hover{
- background-color: #fff;
- color: #000;
- }
- b{
- color:#393838;}
- i{
- color:#393838;}
- u{
- color:#393838;}
- img:hover
- {
- -moz-transition: opacity 0.5s linear;
- -webkit-transition: opacity 0.5s linear;
- -o-transition: opacity 0.5s linear;
- transition: opacity 0.5s linear;
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- -webkit-box-shadow: 1px 2px 17px #d1d2d0; /* webkit browser*/
- -moz-box-shadow: 1px 2px 17px #d1d2d0; /* firefox */
- box-shadow: 1px 2px 17px #d1d2d0;
- }
- blockquote{
- padding-left:5px;
- border-left:1px solid #000;}
- #content {
- margin:42px;
- width:300px;
- margin-top: 195px;
- }
- #entry{
- padding:50px;
- margin:0px;
- border-bottom: 1px solid #e5e5e5;
- text-align:justify;
- color:#888;
- -webkit-box-shadow: 0px 6px 9px #d6d7d5; /* webkit browser*/
- -moz-box-shadow: 0px 6px 9px #d6d7d5; /* firefox */
- box-shadow: 0px 6px 9px #d6d7d5;
- }
- .photoset:hover {
- -moz-transition: opacity 0.5s linear;
- -webkit-transition: opacity 0.5s linear;
- -o-transition: opacity 0.5s linear;
- transition: opacity 0.5s linear;
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- h1{
- font-family: times new roman;
- font-size: 12px;
- letter-spacing: 2px;
- color: #6e6e6e;
- text-transform: uppercase;
- }
- .top {
- background-color:#fff;
- position: fixed;
- top:0px;
- width: 300px;
- left: 40px;
- padding:7px;
- text-transform: lowercase;
- margin:0px;
- }
- .topimg{
- -webkit-box-: 0px 0px 0px rgba(0,0,0,0.33);
- -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
- box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
- }
- .topimg:hover{
- -webkit-box-: 0px 0px 0px rgba(0,0,0,0.33);
- -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
- box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
- }
- #question {
- border-left: 3px dotted #dedede;
- padding:2px;
- padding-left: 5px;
- margin: 0px;
- margin-bottom: 5px;
- padding-bottom:3px;
- margin-top: 5px;
- }
- .box {width: 300px;
- height: 150px;
- margin:auto;
- }
- .main {width: 300px;
- height: 150px;
- background-color: #fff;
- }
- .b5 {opacity: 0.0;
- height: 0px;
- background-color: #fff;
- width: 300px;
- margin-top: 0px;
- position: absolute;
- font-size: 0px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .box:hover .b5 {opacity: 0.9;
- height: 100px;
- margin-top: -100px;
- font-size: 11px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .postborder{
- border-bottom: 1px dotted #cfcfcf;
- margin: 10px; }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class= "top">
- <h1> <a href="/">{text:TopTitle}</a>
- {block:PreviousPage} <a href="{PreviousPage}">«</a> {block:PreviousPage} {block:NextPage} <a href="{NextPage}">»</a>{block:NextPage}</h1> </center>
- <center><div class="box">
- <div class="main">
- <center>
- <img src="{image:Header Image}" class="topimg" />
- </center>
- </div>
- <div class="b5" style="text-align: justify;">
- • {description}
- <br>
- <br>
- <center>
- <a href="/" >home</a>
- <a href="/ask" >ask</a>
- <a href="/archive">archive</a>
- <br>
- <a href="{text:link 1}">{text:link 2 name}</a>
- <a href="{text:link 2}">{text:link 1 name}</a>
- <a href="{text:link 3}">{text:link 3 name}</a>
- <a href="{text:link 4}">{text:link 4 name}</a>
- </center>
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts} <div class="entry">
- <div class="postborder">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Text}
- {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Photo}
- {block:Photoset}<center>{Photoset-250}</center>{block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Photoset}
- {block:Quote}<i><b>"</b>{Quote}<b>"</b></i><br><i> {block:Source} —{Source}{/block:Source}</i>
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Quote}
- {block:Link}<h1><u><a href="{URL}" {Target}>{Name}</a></u></h1>{block:Description}{Description}{/block:Description}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Link}
- {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-48}"align="right" />
- <div id="question">{Asker} ささやき:<br>
- <b>"</b>{Question}<b>"</b></div><br>
- {Answer} <br><br>
- <center><br><a href="{ReblogURL}">Reblog</a> » <a href="{Permalink}"> {ShortDayOfWeek},</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount} <br> {block:HasTags}タグ: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags} </center>
- <br>{block:PostNotes}<br><B>注釈</B><BR>{PostNotes}{/block:PostNotes}
- {/block:Answer}
- </div>
- </div>{/block:Posts}</div>
- <!--- DO NOT REMOVE THIS! --->
- <div style="font-family:courier new; font-size:8px; font-weight:bold; text-transform:uppercase; position:fixed; bottom:0px; right:5px; "><a href="http://taenqooo.tumblr.com" title="designer">by taenqooo</a></div>
- </body></html>