Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 26; ghost by ~winchestheart ©
- > http://winchestheart.tumblr.com
- - do not remove the credit
- - do not steal
- - do not claim as your own
- thanks :)
- -->
- <html><head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="color:Links" content="#000000" />
- <meta name="color:Text" content="#4a4c4c" />
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Border" content="#f1f1f1" />
- <meta name="color:Scrollbar" content="#000000" />
- <meta name="color:Sidebar" content="#f9f9f9" />
- <meta name="text:Link 01" content="one" />
- <meta name="text:Link 02" content="two" />
- <meta name="text:Link 03" content="three" />
- <meta name="text:Link 01 URL" content="/" />
- <meta name="text:Link 02 URL" content="/ask" />
- <meta name="text:Link 03 URL" content="/" />
- <meta name="text:Background Image Position" content="left" />
- <meta name="text:Font Family" content="arial" />
- <meta name="text:Font Size" content="9" />
- <meta name="if:Lazy Load" content="0" />
- <meta name="if:Custom Scrollbar" content="1">
- <meta name="if:Background Image Repeat" content="0" />
- <meta name="if:Infinite Scrolling" content="0" />
- <meta name="if:400px posts" content="1" />
- <meta name="if:540px posts" content="0" />
- <!--------------------------------------------------------------------------->
- {block:IfLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:IfLazyLoad}
- <!--------------------------------------------------------------------------->
- {block:IfInfiniteScrolling}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:IfInfiniteScrolling}
- <!--------------------------------------------------------------------------->
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <!--------------------------------------------------------------------------->
- <style type="text/css">
- /****************************************************************************/
- {block:IfCustomScrollbar}
- ::-webkit-scrollbar {height:9px;width:9px;}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:4px solid {color:background};}
- {/block:IfCustomScrollbar}
- iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
- body {margin:0;font-family:{text:font family};font-size:{text:font size}px;line-height:14px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
- a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:{color:links};border-bottom:1px solid transparent;padding-bottom:2px;}
- a:hover {border-bottom:1px solid #000;}
- strong, bold, b {font-weight:bold;}
- small, sub {font-size:{text:font size}px;}
- code {font-size:{text:font size}px;font-family:{text:font family};}
- pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
- blockquote {padding-left:8px;margin:8px 0px -2px 8px;margin-left:8px;border-left:1px solid {color:border};}
- h1 {font-size:14px;font-weight:bold;letter-spacing:1px;padding:10px 0px;text-transform:uppercase;text-align:center;line-height:16px;color:{color:links};}
- h1 a {color:{color:links};}
- .label {font-weight:bold;color:{color:links};}
- .chat {line-height:14px;margin:10px;}
- ::selection {color:{color:links};background-color:{color:border};}
- ::-moz-selection {color:{color:links};background-color:{color:border};}
- ::-webkit-selection {color:{color:links};background-color:{color:border};}
- #credit {position:fixed;bottom:10px;right:10px;font-weight:bold;}
- #pagination {margin:0px 0px 30px 640px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;font-style:italic;}
- /****************************************************************************/
- #sidebar {position:fixed;width:485px;text-align:left;top:0;left:0;height:100%;background-color:{color:sidebar};border-right:1px solid {color:border};}
- .sideimg {margin-top:180px;}
- .sideimg img {width:80px;height:80px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;}
- .sideimg a, .sideimg a:hover {border:none;}
- .description {margin:30px 0px;text-align:justify;line-height:18px;padding:0px 170px;letter-spacing:1px;}
- .navigation {text-align:center;font-weight:bold;letter-spacing:2px;font-size:7px;margin-top:-10px;text-transform:uppercase;}
- .navigation a {margin:0px 2px;}
- /****************************************************************************/
- #post {{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}margin:50px 0px 120px 640px;}
- #permalink {{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}line-height:15px;opacity:0;transition:.5s;margin-top:10px;}
- #post:hover #permalink {opacity:1;}
- .permalink {text-transform:lowercase;color:{color:links};display:inline;}
- .permalink a:hover, .permalink a {border:none;}
- .tags {display:inline;}
- .tags a {margin:0px 6px;}
- /****************************************************************************/
- #permalinkpage {margin-top:15px;background-color:{color:sidebar};text-align:center;padding:5px 0px;text-transform:lowercase;border-top:1px solid {color:border};}
- #tagspp {line-height:15px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
- #tagspp a {margin:0px 5px;}
- /****************************************************************************/
- .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
- .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
- .audio b {color:{color:links};}
- .audioart {padding-right:2px;width:100px;height:100px;}
- .audioart img {width:100px;}
- /****************************************************************************/
- .quote {font-size:14px;font-family:cambria;line-height:18px;}
- .source {font-weight:bold;padding-top:8px;text-align:center;}
- /****************************************************************************/
- #question {margin:10px 0px;padding:10px 20px;line-height:15px;border:1px solid {color:border};text-align:center;background-color:{color:sidebar};}
- /****************************************************************************/
- .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:480px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}{block:If540pxPosts}width:520px;{/block:If540pxPosts}}
- .notes a:hover {background-color:transparent;color:{color:links};}
- ol.notes {list-style-type:none;}
- ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
- ol.notes li.note img.avatar {vertical-align:-6px;}
- ol.notes li.note img {padding:2px 5px 2px 2px;}
- ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
- /****************************************************************************/
- .hidden {display:none;}
- .unhidden {display:block;}
- /****************************************************************************/
- </style>
- </head>
- <body>
- <!--------------------------------------------------------------------------->
- <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">wh.</a></div>
- <!--------------------------------------------------------------------------->
- <div id="sidebar">
- <div class="sideimg">
- <center><a href="/"><img src="{image:Sidebar}" height="80"></a></center>
- </div>
- <div class="description">{Description}</div>
- <div class="navigation">
- <a href="{text:Link 01 URL}">{text:Link 01}</a>
- <a href="{text:Link 02 URL}">{text:Link 02}</a>
- <a href="{text:Link 03 URL}">{text:Link 03}</a>
- </div>
- </div>
- <!------- ------------------------------------------------------------------->
- {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
- {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:If540pxPosts}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Photoset-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Photoset}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div id="chat">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
- {block:Video}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Video-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Video-500}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}<div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audio">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<span class="height:60px;">{block:TrackName} <b>TRACK NAME:</b> {TrackName}{/block:TrackName} <br> {block:Artist} <b>ARTIST:</b> {Artist}{/block:Artist} <br> {block:Album} <b>ALBUM:</b> {Album}{/block:Album}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
- {block:Answer}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:IndexPage}
- <div id="permalink">
- <div class="permalink">{block:Date}<a href="{Permalink}" title="{TimeAgo}"><u><b>{ShortMonth} {DayOfMonthWithZero}</b></u></a>{/block:Date} {block:NoteCount} {NoteCount}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">reblog</a></div><div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
- {/block:IndexPage}
- {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {Month} {DayOfMonthWithZero}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
- {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
- {block:PostNotes}
- <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
- <div style="margin-top:-7px;text-align:center;color:{color:text};"><span style="background-color:#fff;padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
- <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a> — {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
- <!--------------------------------------------------------------------------->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement