- <!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">
- <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}
- <!--
- DO NOT REMOVE THE CREDIT ICON
- theme by LITTLECITIESNAMES.tumblr.com
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script src="http://static.tumblr.com/wy8n0km/sZ9lvyj8o/cufon-yui.js" type="text/javascript"></script>
- <script src="http://plnchtt.googlecode.com/files/1942right_4002.font.js" type="text/javascript"></script>
- <script type="text/javascript">
- Cufon.replace('.wrapper');
- Cufon.replace('#titles');
- </script>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Text" content="#494949"/>
- <meta name="color:Link" content="#000"/>
- <meta name="text:Title size" content="14"/>
- <meta name="text:Text size" content="11"/>
- <meta name="text:Description size" content="10"/>
- <meta name="text:Space between posts" content="40"/>
- <meta name="image:Background" content=""/>
- <meta name="if:Fixed sidebar" content="1"/>
- <meta name="if:Right sidebar" content="0"/>
- <meta name="if:Show caption" content=""/>
- <style type='text/css'>
- {block:IndexPage}
- iframe#tumblr_controls {display:none!important;}
- #controls {position:absolute; top:20px; right:70px; white-space:nowrap; height:20px;}
- {/block:IndexPage}
- body {
- padding: 0px;
- margin: 0px;
- font-size: {text:Text size}px;
- background: {color:Background} url('{image:Background}');
- color: {color:Text};
- }
- img {
- border:none;
- }
- .wrapper{
- margin: 0px auto;
- width: 808px;
- margin-bottom:10px;
- margin-top:75px;
- }
- .left{
- {block:ifRightsidebar}
- float: right;
- {/block:ifRightsidebar}
- {block:ifnotRightsidebar}
- float: left;
- margin-right: 8px;
- {/block:ifnotRightsidebar}
- width: 300px;
- margin-top:40px;
- }
- .right{
- {block:ifRightsidebar}
- float: left;
- margin-left: -20px;
- {/block:ifRightsidebar}
- {block:ifnotRightsidebar}
- float: right;
- {/block:ifnotRightsidebar}
- width: 500px;
- }
- .footer{
- float: left;
- width: 100%;
- margin-bottom:40px;
- }
- a:link {color:{color:link}; text-decoration:none;}
- a:visited {color:{color:link}; text-decoration:none;}
- a:hover {color:{color:link}; text-decoration:none;}
- a:active {color:{color:link}; text-decoration:none;}
- .posts {margin-bottom:{text:Space between posts}px; padding:5px; }
- .posts .quote { text-align:center;
- -webkit-transform: rotate(-0.3deg);
- -moz-transform: rotate(-0.3deg);
- -o-transform: rotate(-0.3deg);
- -ms-transform: rotate(-0.3deg);
- transform: rotate(-0.3deg);
- }
- .quote p {
- display:none;
- }
- .posts p {display: display:inline;}
- #title a{ color:{color:text} }
- #title {text-align:center; font-size:{text:Title size}px; }
- .des { font-size:{text:Description size}px!important; padding-bottom:10px; letter-spacing:0px; {block:ifLeftsidebar}text-align:right;{/block:ifLeftsidebar}
- }
- ul.chat {list-style-type:none;}
- #audio {display:block; clear:both; min-height:115px;}
- {block:iffixedsidebar}
- .fixed {position:fixed; width:300px; }
- {/block:iffixedsidebar}
- .rot {
- -webkit-transform: rotate(2deg);
- -moz-transform: rotate(2deg);
- -o-transform: rotate(2deg);
- -ms-transform: rotate(2deg);
- transform: rotate(2deg);
- }
- blockquote {
- display: block;
- -webkit-margin-before: 1em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: -6px!important;
- -webkit-margin-end: -6px!important;
- }
- .text p {
- margin:-6px!important;
- }
- ol.notes {
- list-style-type:none;
- }
- img.avatar {
- display:none;
- }
- ol.notes a{
- text-transform:uppercase;
- }
- blockquote { margin-left:30px!important; text-indent: 50px;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="wrapper"> <!--wrapper-->
- {block:IndexPage}
- <div id="controls">
- <a href="/follow/{name}">Follow</a> / <a href="/dashboard">Dashboard</a>
- </div>
- {/block:IndexPage}
- <div class="left"> <!--left-->
- <div class="fixed">
- <div class="rot">
- <div id="title"><a href="/">{title}</a></div>
- <br>
- <center>
- <span class="des">{Description}</span></br></br>
- {block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
- <a href="/archive">{lang:Archive}</a>
- {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
- {block:HasPages} {block:Pages}<a href="{URL}">{Label} </a>{block:Pages} {/block:HasPages}
- </center>
- </div>
- </div>
- </div> <!--left-->
- <div class="right"> <!--right-->
- {block:Posts}
- <div class="posts"> <!--posts-->
- {block:Text}
- {block:Date}<a href="{permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{block:Date}
- {block:Title} <center>{Title}</center>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="text">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IndexPage} <a href="{permalink}">{/block:IndexPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
- {block:ifShowcaption}
- {block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {/block:ifShowcaption}
- </div>
- {/block:Photo}
- {block:Photoset}
- {block:Date}<a href="{permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{block:Date}
- <div class="text">
- {Photoset-500}
- {block:ifShowcaption}
- {block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {/block:ifShowcaption}
- </div>
- {/block:Photoset}
- {block:Quote}
- {block:Date}<a href="{permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{block:Date}
- <br><br>
- <div class="quote">
- "{Quote}"
- <br><br>
- {block:Source}({Source}){/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- {block:Date}<a href="{permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{block:Date} <br><br>
- <a href="{URL}">{Name}</a>
- {block:Description} {Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Date}<a href="{permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{block:Date}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- {/block:Chat}
- {block:Video}
- {block:Date}<a href="{permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{block:Date}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div id="audio">
- {block:Date}<a href="{permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a>{block:Date}<br><br>
- {block:AlbumArt}
- <div style="float:left;"><img src="{AlbumArtURL}" width="100px"></div>
- {/block:AlbumArt}
- {AudioPlayerBlack}
- <b>{block:Artist}{Artist}{/block:Artist}</b>, <i>{block:TrackName}{TrackName}{/block:TrackName}</i>
- </div>
- {/block:Audio}
- {block:Answer}
- <b>From:{Asker}</b><br>
- <i>"{Question}"</i><br>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:ContentSource}
- <div style="display:none;">
- <a href="{SourceURL}">{SourceTitle}</a>
- </div>
- {/block:ContentSource}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}<br><br>
- {block:Date} {Month}, {MonthNumber}{DayOfMonthSuffix} {Year}. at {24Hour}:{Minutes}.{block:Date}
- {block:NoteCount} Notes {NoteCount}{/block:NoteCount}<br>
- {block:HasTags}{block:Tags}<a href="{TagURL}"><big><big><big>#</big></big></big>{Tag} </a>{block:Tags}{/block:HasTags}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div class=“post” id=“n”>
- {PostNotes}
- </div><!/NOTES>
- {/block:PostNotes}
- </div> <!--posts-->
- {/block:Posts}
- <div class="footer"> <!--footer-->
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">{lang:Previous page}</a>
- {/block:PreviousPage}
- {block:NextPage}
- <span style="float:right;"> <a href="{NextPage}">{lang:Next page}</a></span>
- {/block:NextPage}
- {/block:Pagination}
- </div> <!--footer-->
- </div> <!--right-->
- </div> <!--wrapper-->
- </body>
- </html>

