- <html>
- <!-- Ghosts theme by ishvi.tumblr.com -->
- <head>
- <title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{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="color:Background" content="#ffffff" />
- <meta name="image:Background" content="http://static.tumblr.com/vqwkook/KB5m3s63s/dots.png" />
- <meta name="color:Font" content="#888888" />
- <meta name="color:Links" content="#555555" />
- <meta name="color:Navigation" content="#668877" />
- <meta name="color:Post Titles" content="#668877" />
- <meta name="color:Note Tab" content="#668877" />
- <meta name="color:Scrollbar" content="#000000" />
- <meta name="if:Infinite Scroll" content="0" />
- <meta name="if:Circle Icon" content="1" />
- <meta name="if:Show Captions" content="1" />
- </head>
- <style>
- ::-webkit-scrollbar {
- width: 6px;
- }
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 0px {color:Scrollbar};
- }
- ::-webkit-scrollbar-track-piece{
- background-color: {color:Background};
- -webkit-border-radius: 3;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background: {color:Scrollbar};
- }
- body {
- background: {color:Background} url('{image:Background}');
- font-family:"Arial", sans-serif;
- font-size: 11px;
- color: {color:Font};
- line-height: 20px;
- text-align: center;
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: none;
- }
- a img {
- border: none;
- }
- #wrap {
- margin-top: 50px;
- margin-bottom: 50px;
- margin-left: auto;
- margin-right: auto;
- width: 480px;
- }
- #top {
- background: #ffffff;
- width: 480px;
- height: 200px;
- overflow: hidden;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 20px;
- }
- #icon {
- background: url('{PortraitURL-96}') center no-repeat;
- overflow: hidden;
- height: 96px;
- width: 96px;
- margin-top: 20px;
- margin-left: 30px;
- float: left;
- {block:ifCircleIcon}
- border-radius: 48px;
- -moz-border-radius: 48px;
- -khtml-border-radius: 48px;
- -webkit-border-radius: 48px;
- {/block:ifCircleIcon}
- }
- #description {
- float: right;
- margin-top: 20px;
- margin-right: 10px;
- width: 305px;
- height: 100px;
- padding-right: 5px;
- overflow: auto;
- text-align: justify;
- }
- ul.navigation {
- font-family: "Consolas", sans-serif;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-align: center;
- padding-right: 30px;
- }
- ul.navigation li {
- list-style-type: none;
- display: inline;
- }
- ul.navigation li a {
- font-weight: normal;
- color: {color:Navigation};
- margin-right: 10px;
- padding-bottom: 3px;
- }
- ul.navigation li a:hover {
- border-bottom: 2px solid #eeeeee;
- }
- #content {
- margin-left: auto;
- margin-right: auto;
- width: 480px;
- text-align: justify;
- line-height: 150%;
- }
- .post a {
- color: {color:Links};
- text-decoration: none;
- }
- .subject {
- font-family: "Georgia", sans-serif;
- line-height: 1;
- text-align: left;
- letter-spacing: 2px;
- padding: 10px 5px 5px 15px;
- margin: 5px;
- }
- h1 {
- font-size: 22px;
- color: {color:Post Titles};
- padding: 0px 0 0 10px;
- font-weight: normal;
- }
- h1 a {
- color: {color:Post Titles};
- font-weight: normal;
- }
- .postcontainer {
- overflow: hidden;
- position: relative;
- width: 480px;
- background: #ffffff;
- }
- .post {
- padding: 10px;
- }
- .post img {
- max-width: 400px;
- }
- .post blockquote {
- border-left: 5px solid #111111;
- padding-left: 6px;
- margin-left: 5px;
- }
- .photo, .video {
- text-align: center;
- }
- .quote {
- font-family: "Georgia", sans-serif;
- font-size: 30px;
- float: left;
- color: #111111;
- line-height: 150%;
- }
- .audio {
- text-align: center;
- }
- .album {
- float: right;
- display: block;
- z-index:1;
- }
- .album_art{
- width: 50px;
- height: 50px;
- border: 5px solid #111111;
- }
- .ask {
- font-size: 10px;
- font-style: italic;
- background: #f5f5f5;
- border: 1px solid #eeeeee;
- padding: 3px;
- }
- .ask_f {
- font-style: normal;
- text-transform: lowercase;
- }
- .ask_icon {
- height: 30px;
- width: 30px;
- border: 1px solid #eeeeee;
- padding: 1px;
- margin-right: 3px;
- float: left;
- }
- .permalink {
- font-family: "Courier New", sans-serif;
- font-size: 10px;
- text-align: center;
- width: 480px;
- position: relative;
- text-transform: uppercase;
- letter-spacing: 1px;
- margin-top: 20px;
- }
- .tab {
- float: right;
- width: 200px;
- margin-bottom: 20px;
- text-align: center;
- border-radius: 0 0 10px 10px;
- -moz-border-radius: 0 0 10px 10px;
- -khtml-border-radius: 0 0 10px 10px;
- -webkit-border-radius: 0 0 10px 10px;
- padding: 5px 7px 7px 7px;
- background: {color:Note Tab};
- }
- .tab a {
- font-famiy: "Consolas", sans-serif;
- font-size: 8px;
- letter-spacing:2px;
- color: #ffffff;
- text-transform: uppercase;
- }
- ol.notes {
- list-style-type: none;
- background: transparent;
- border: none;
- margin: 0;
- padding: 0;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 0px;
- }
- .notes img{
- width: 10px;
- height: 10px;
- }
- .clear {
- clear: both;
- }
- #jump {
- position: fixed;
- bottom: 10px;
- right: 10px;
- }
- </style>
- </head>
- <body>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/lPHlj76n8/infinitescrollingbycodysherman.js"></script>
- {/block:ifInfiniteScroll}
- {block:ifNotInfiniteScroll}
- {block:Pagination}
- <div id="jump">
- {block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/vqwkook/J47m3l98a/arrowleft.png"></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><img src="http://static.tumblr.com/vqwkook/Wc7m3l99d/arrowright.png"></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifNotInfiniteScroll}
- <div id="wrap">
- <div id="top">
- <div id="icon"></div>
- <div id="description">{Description}</div>
- <div class="clear"></div>
- <ul class="navigation">
- <li><a href="/">Index</a></li>
- <li><a href="/ask">Ask</a></li>
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}">{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- <li><a href="http://ishvi.tumblr.com" target="_blank">Theme</a></li>
- </ul>
- </div>
- <div id="content">
- {block:ifInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:ifInfiniteScroll}
- {block:Posts}
- <div class="postcontainer">
- <div class="post">
- <div class="subject">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- </div>
- {block:Text}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}</center>
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {block:ifNotShowCaptions}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">{Photoset-400}</div>
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {block:ifNotShowCaptions}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<p align="right">— {Source}</p>{/block:Source}
- {/block:Quote}
- {block:Link}
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br />
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="album"><img src="{AlbumArtURL}" class="album_art"></div>{/block:AlbumArt}
- <div class="audio">{AudioPlayerBlack}</br>
- {block:TrackName}"<b>{TrackName}</b>"{/block:TrackName} {block:Artist} by {Artist}{/block:Artist}
- </div>
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {block:ifNotShowCaptions}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotShowCaptions}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-400}</div>
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {block:ifNotShowCaptions}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotShowCaptions}
- {/block:Video}
- {block:Answer}
- <div class="ask">
- <img src="{AskerPortraitURL-30}" class="ask_icon">
- <span class="ask_f">{Asker} sent:</span> {Question}
- </div>
- <div class="clear"></div>
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- <div class="permalink">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br />
- {block:RebloggedFrom}Origin: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}<br><br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- </div>
- {block:IndexPage}
- <div class="tab">
- <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {/block:Posts}
- </div>
- <div class="clear"><div>
- </div>
- </div>
- </body>
- </html>

