- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- Themes by Faluvtha@tumblr.com
- -------[ Tsuyikomo Themes ]-------
- ———————————————--- RULES! ---—————————————————————
- - Do not remove credit!
- - Do not use this code as your base.
- - Do not claim as your own.
- - If you remove the small and unobviously credit in right corner, I'll report you.
- - You can edit it likely and whatever you want but leave the credit alone.
- ———————————————--- THANK YOU! ---——————————————————
- -->
- <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="if:Bigger Post" content="0"/>
- <meta name="if:Show Caption" content="0"/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="image:Sidebar" content="http://static.tumblr.com/4tjoyn6/NM8ly5gxc/tumblr_lwoqc1uthi1r3t4qxo1_500.png"/>
- <meta name="image:Background"
- content="http://img580.imageshack.us/img580/2775/cshimvmp112.png"/>
- <meta name="color:Background" content="#181818" />
- <meta name="color:Sidebar Background" content="#111111" />
- <meta name="color:Title" content="#fff"/>
- <meta name="color:Title Post" content="#aaa"/>
- <meta name="color:Title background" content="#000000"/>
- <meta name="color:Title background Post" content="#181818"/>
- <meta name="color:Links" content="#fff" />
- <meta name="color:Links Hover" content="#aaa" />
- <meta name="color:description text" content="#868686" />
- <meta name="color:Texts" content="#868686" />
- <meta name="color:Blockquote" content="#181818" />
- <meta name="color:Border Blockquote" content="#222222" />
- <meta name="color:Permalink Background" content="#181818" />
- <meta name="color:Post" content="#111111" />
- <meta name="color:Bold text" content="#ccc" />
- <meta name="color:Italic text" content="#ccc" />
- <meta name="color:menu text background" content="#ffffff" />
- <meta name="color:menu text background hover" content="#f0f0f0" />
- <meta name="color:menu background" content="#181818" />
- <meta name="color:menu background hover" content="#282828" />
- <meta name="color:Scrollbar" content="#000000" />
- <meta name="color:Scrollbar Background" content="#f7f7f7" />
- <meta name="text:Custom Text Navigation Title" content="Navigation"/>
- <meta name="text:Font" content="consolas"/>
- <meta name="text:Font Size" content="10"/>
- <meta name="text:Line height" content="12"/>
- <meta name="text:Custom Link One" content="Link 1"/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content="Link 2"/>
- <meta name="text:Custom Link Two URL" content=""/>
- <style type="text/css">
- {CustomCSS}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-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.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- ::-webkit-scrollbar {width: 10px;}
- ::-webkit-scrollbar-track-piece
- {background-color: {color:Scrollbar Background};}
- ::-webkit-scrollbar-thumb:vertical
- {width:8px; border:1px solid #fff;
- background-color: {color:Scrollbar};}
- body{
- font-family: {text:Font};
- font-size: {text:Font size}px;
- line-height:{text:Line height}px;
- background-color:{color:Background};
- background-image:url('{image:Background}');
- background-position: fixed;
- background-attachment:fixed;
- background-repeat:repeat;}
- a
- {text-decoration:none;
- color:{color:Links};}
- a:link, a:visited, a:active
- {text-decoration:none;
- -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
- }
- a:hover{
- color:{color:Links hover};
- text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
- }
- blockquote{
- padding:5px;
- margin-top:5px;
- margin-bottom:5px;
- border-left:1px dashed {color:border blockquote};
- background-color:{color:blockquote};
- }
- #sidebar
- {position:fixed;
- top:100px;
- left:600px;
- width:220px;
- padding:7px;
- text-align:center;
- font-family:consolas;
- font-size:10px;
- background-color:{color:Sidebar Background};}
- #title {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size: 20px;
- letter-spacing:3px;
- line-height:30px;
- text-transform:none;
- letter-spacing:3px;
- margin-bottom:0px;
- color: {color:Title};
- }
- .titles {
- font-size:14px;
- font-style:normal;
- font-weight:light;
- font-family:consolas;
- text-transform:uppercase;
- text-align:justify;
- margin-left:5px;
- border-left:15px solid {color:Title Post};
- border-bottom: 1px solid {color:Title Post};
- background-color:{color:Title Background Post};
- padding:5px;
- }
- #description {
- color:{color:description text};
- text-align:center;
- font-family: {text:Font};
- font-size: {text:Font size}px;
- width:200px;
- margin-top:3px;
- }
- #posts {
- {block:IfNotBiggerPost}
- margin-left:150px;
- width:400px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:500px;
- margin-left:50px;
- {/block:IfBiggerPost}
- }
- .post {
- {block:IfNotBiggerPost}
- width:400px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:500px;
- {/block:IfBiggerPost}
- padding:8px;
- margin-top:10px;
- margin-bottom:5px;
- font-family: {text:Font};
- font-size: {text:Font size}px;
- line-height:{text:Line height}px;
- background-color:{color:Post};
- color:{color:Texts};}
- .post img{ max-width:100%;}
- #credit {
- position:fixed;
- bottom:6px;
- right:6px;
- font-family:consolas;
- font-size:10px;
- font-weight:bold;
- text-transform:uppercase;}
- #credit a{
- color:{color:links};
- text-decoration:none;
- opacity:0.5;
- }
- #credit a:hover {
- color:{color:links};
- text-decoration:none;
- opacity:1;
- }
- b, em, strong{
- color: {color:Bold text};
- font-weight:bold;
- }
- i, em {
- color: {color:Italic text};
- font-weight:lighter;
- font-style:italic;
- }
- .audio{
- max-width:100px;
- overflow:hidden;
- float:left;
- margin-right:5px;
- }
- .source{
- margin:6px;
- margin-top:6px;
- margin-left: 25px;
- }
- .ask{
- background-color: {color:Ask background};
- padding:5px;
- font-family: {text:Font};
- font-size: {text:Font size}px;
- border-bottom:1px solid {color:border blockquote};
- }
- .links{
- font-size:16px;
- padding:8px;
- margin-left:5px;
- border-left:15px solid {color:Title Post};
- border-bottom: 1px solid {color:Title Post};
- background-color:{color:Title Background Post};
- }
- .sa{
- font-size:14px;
- font-style:normal;
- font-weight:light;
- font-family:consolas;
- text-transform:uppercase;
- text-align:justify;
- margin-left:5px;
- border-left:15px solid {color:Title Post};
- border-bottom: 1px solid {color:Title Post};
- background-color:{color:Title Background Post};
- padding:5px;
- }
- .navbar {
- width:220px;
- height:30px;
- overflow:hidden;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease
- }
- .navbar:hover{
- height:170px;
- }
- .navu a{
- font-family:georgia;
- text-transform:uppercase;
- font-size:15px;
- margin-bottom:10px;
- margin-top:10px;
- text-align:center;
- background-color:{color:background navbar visible};
- color: #aaaaaa;
- width:220px;
- display:block;
- opacity:1;
- }
- .menu a{
- letter-spacing:5px;
- font-family:consolas;
- text-transform:uppercase;
- font-size:8px;
- text-align:center;
- margin-bottom:2px;
- background-color:{color:menu background};
- color:{color:menu text background};
- border-left:0px solid {color:border blockquote};
- border-right:7px solid {color:border blockquote};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- display:block;
- padding:5px;
- padding-right:0px;
- }
- .menu a:hover{
- background-color:{color:menu background hover};
- color:{color:menu text background hover};
- border-right:0px solid {color:border blockquote};
- border-left:15px solid {color:border blockquote};
- letter-spacing:3px;
- text-align:center;
- padding-left:40px;
- }
- .pagination {
- text-align:center;
- left:855px;
- top:100px;
- position:fixed;
- bottom:10px;
- font-size:26px;
- }
- #permalinks{
- {block:IfNotBiggerPost}
- width:400px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:500px;
- {/block:IfBiggerPost}
- z-index:999;
- padding:8px;
- background-color:{color:Post};
- color:{color:Texts};}
- #permalink {
- filter:alpha(opacity=0);
- -moz-opacity: 0; -khtml-opacity: 0; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
- {block:IfNotBiggerPost}
- width:400px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:500px;
- {/block:IfBiggerPost}
- text-align:center;
- color:#868686;
- background-color:{color:permalink background};
- font-family:consolas;
- text-transform:uppercase;
- font-size:8px;
- line-height:25px;
- margin-top:30px;
- position: absolute;
- z-index:1;
- }
- .post:hover #permalink {
- display: block;
- opacity:0.8;
- margin-top:0px;
- {block:IfNotBiggerPost}
- width:400px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:500px;
- {/block:IfBiggerPost}
- }
- .post:hover #permalink:hover {
- display: block;
- opacity:1;
- margin-top:0px;
- }
- </style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="sidebar">
- <div id="title">{title}</div>
- <a href="/"><img src="{image:sidebar}"style="-moz-border-radius: 38px; -webkit-border-radius: 56px;"width="220px"> </a>
- <div class="navbar">
- <div class="navu" align="center"><a title="more">{text:Custom Text Navigation Title}</a></div>
- <div class="menu">
- <a href="/">index</a>
- <a href="/archive">archive</a>
- <a href="/ask">message</a>
- <a href="{text:Custom Link One URL}">{text:Custom Link One}</a>
- <a href="{text:Custom Link Two URL}">{text:Custom Link Two}</a>
- <a href="http://faluvtha.tumblr.com">themes</a></div>
- </td>
- </tr>
- </table></div>
- <div id="description">{description}</div>
- {block:IfNotInfiniteScrolling}
- <div class="pagination">
- {block:previouspage}
- <a href="{previouspage}" title="previous page">«</a>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}" title="next page">»</a>
- {/block:nextpage}
- <br>
- <br>
- <center>
- <i>{currentpage} / {totalpages}</center></i>
- </div>
- {/block:IfNotInfiniteScrolling}
- </div>
- <div id="credit">
- <a href="http://faluvtha.tumblr.com">✂</a>
- </div>
- <div id="posts">
- {block:IfInfiniteScrolling}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScrolling}
- {block:Posts}
- <div class="post">
- {block:IndexPage}
- <div id="permalink">
- {24Hour}:{Minutes}{AmPm} with <a href="{Permalink}"> {block:NoteCount}{notecountwithlabel}{/block:NoteCount} </a> </div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <div class="titles"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:IfBiggerPost}
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>
- {linkCloseTag}
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- <img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>
- {linkCloseTag}
- {/block:IfNotBiggerPost}
- {block:IfShowCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Photo}
- {block:Photoset}
- {block:IfBiggerPost}
- {Photoset-500}
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- {Photoset-400}
- {/block:IfNotBiggerPost}
- {block:IfShowCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Photoset}
- {block:Quote}
- <div class="links">❝{Quote}❞</div>
- {block:Source}
- <div class="source"> — {Source} </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="sa">
- → <a href="{URL}" {Target}>{Name}</a>
- </div>
- {block:Description}
- {Description}
- {/block:Description}{/block:Link}
- {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div style="width:100%; background-color:#000;">{AudioPlayerBlack}</div>
- {/block:Audio}
- {block:Video}
- {block:IfBiggerPost}
- {video-500}
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- {video-400}
- {/block:IfNotBiggerPost}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="ask">{Asker}:
- <br>
- {Question}</div>
- {Answer}
- </div>
- {/block:Answer}
- </div>
- {block:PermalinkPage}
- <div id="permalinks">
- {block:Date}
- <span style="text-transform:uppercase; font-size:15px; ">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} | {TimeAgo} </span><br/> {/block:Date}
- <div style="border-bottom:1px solid {color:border blockquote};"></div>
- <br>
- {block:RebloggedFrom}<b>original:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
- <br> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
- {block:HasTags} Tagged as: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- <div style="border-bottom:1px solid {color:border blockquote};margin-bottom:5px;"></div>
- <i>navigate</i>:
- <a href="/">index</a> , <a href="/random">random</a>
- <div style="border-bottom:1px solid {color:border blockquote};margin-top:5px;"></div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </body>
- </html>

