Advertisement
winchestheart

theme 26; ghost.

Jun 26th, 2015
2,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.45 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 26; ghost by ~winchestheart ©
  4. > http://winchestheart.tumblr.com
  5.  
  6. - do not remove the credit
  7. - do not steal
  8. - do not claim as your own
  9.  
  10. thanks :)
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <html><head>
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <meta name="image:Background" content="" />
  21. <meta name="image:Sidebar" content="" />
  22.  
  23. <meta name="color:Links" content="#000000" />
  24. <meta name="color:Text" content="#4a4c4c" />
  25. <meta name="color:Background" content="#ffffff" />
  26. <meta name="color:Border" content="#f1f1f1" />
  27. <meta name="color:Scrollbar" content="#000000" />
  28. <meta name="color:Sidebar" content="#f9f9f9" />
  29.  
  30. <meta name="text:Link 01" content="one" />
  31. <meta name="text:Link 02" content="two" />
  32. <meta name="text:Link 03" content="three" />
  33. <meta name="text:Link 01 URL" content="/" />
  34. <meta name="text:Link 02 URL" content="/ask" />
  35. <meta name="text:Link 03 URL" content="/" />
  36. <meta name="text:Background Image Position" content="left" />
  37. <meta name="text:Font Family" content="arial" />
  38. <meta name="text:Font Size" content="9" />
  39.  
  40. <meta name="if:Lazy Load" content="0" />
  41. <meta name="if:Custom Scrollbar" content="1">
  42. <meta name="if:Background Image Repeat" content="0" />
  43. <meta name="if:Infinite Scrolling" content="0" />
  44. <meta name="if:400px posts" content="1" />
  45. <meta name="if:540px posts" content="0" />
  46.  
  47. <!--------------------------------------------------------------------------->
  48.  
  49. {block:IfLazyLoad}
  50. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  51. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  52. <script type="text/javascript" charset="utf-8">
  53. var $j = jQuery.noConflict();
  54. $j(function() {
  55. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  56. $j("img").lazyload({
  57. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  58. effect: "fadeIn",
  59. });
  60. });
  61. </script>
  62. {/block:IfLazyLoad}
  63.  
  64. <!--------------------------------------------------------------------------->
  65.  
  66. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:IfInfiniteScrolling}
  67.  
  68. <!--------------------------------------------------------------------------->
  69.  
  70. <script type="text/javascript">
  71. function unhide(divID) {
  72. var item = document.getElementById(divID);
  73. if (item) {
  74. item.className=(item.className=='hidden')?'unhidden':'hidden';
  75. }
  76. }
  77. </script>
  78.  
  79. <!--------------------------------------------------------------------------->
  80.  
  81. <style type="text/css">
  82.  
  83. /****************************************************************************/
  84.  
  85. {block:IfCustomScrollbar}
  86. ::-webkit-scrollbar {height:9px;width:9px;}
  87. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:4px solid {color:background};}
  88. {/block:IfCustomScrollbar}
  89.  
  90. 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;}
  91.  
  92. 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}}
  93.  
  94. 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;}
  95. a:hover {border-bottom:1px solid #000;}
  96.  
  97. strong, bold, b {font-weight:bold;}
  98.  
  99. small, sub {font-size:{text:font size}px;}
  100. code {font-size:{text:font size}px;font-family:{text:font family};}
  101. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  102.  
  103. blockquote {padding-left:8px;margin:8px 0px -2px 8px;margin-left:8px;border-left:1px solid {color:border};}
  104.  
  105. 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};}
  106. h1 a {color:{color:links};}
  107.  
  108. .label {font-weight:bold;color:{color:links};}
  109. .chat {line-height:14px;margin:10px;}
  110.  
  111. ::selection {color:{color:links};background-color:{color:border};}
  112. ::-moz-selection {color:{color:links};background-color:{color:border};}
  113. ::-webkit-selection {color:{color:links};background-color:{color:border};}
  114.  
  115. #credit {position:fixed;bottom:10px;right:10px;font-weight:bold;}
  116.  
  117. #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;}
  118.  
  119. /****************************************************************************/
  120.  
  121. #sidebar {position:fixed;width:485px;text-align:left;top:0;left:0;height:100%;background-color:{color:sidebar};border-right:1px solid {color:border};}
  122.  
  123. .sideimg {margin-top:180px;}
  124. .sideimg img {width:80px;height:80px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;}
  125. .sideimg a, .sideimg a:hover {border:none;}
  126.  
  127. .description {margin:30px 0px;text-align:justify;line-height:18px;padding:0px 170px;letter-spacing:1px;}
  128.  
  129. .navigation {text-align:center;font-weight:bold;letter-spacing:2px;font-size:7px;margin-top:-10px;text-transform:uppercase;}
  130. .navigation a {margin:0px 2px;}
  131.  
  132. /****************************************************************************/
  133.  
  134. #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;}
  135.  
  136. #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;}
  137. #post:hover #permalink {opacity:1;}
  138.  
  139. .permalink {text-transform:lowercase;color:{color:links};display:inline;}
  140. .permalink a:hover, .permalink a {border:none;}
  141.  
  142. .tags {display:inline;}
  143. .tags a {margin:0px 6px;}
  144.  
  145. /****************************************************************************/
  146.  
  147. #permalinkpage {margin-top:15px;background-color:{color:sidebar};text-align:center;padding:5px 0px;text-transform:lowercase;border-top:1px solid {color:border};}
  148.  
  149. #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;}
  150. #tagspp a {margin:0px 5px;}
  151.  
  152. /****************************************************************************/
  153.  
  154. .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}}
  155.  
  156. .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}}
  157. .audio b {color:{color:links};}
  158.  
  159. .audioart {padding-right:2px;width:100px;height:100px;}
  160. .audioart img {width:100px;}
  161.  
  162. /****************************************************************************/
  163.  
  164. .quote {font-size:14px;font-family:cambria;line-height:18px;}
  165. .source {font-weight:bold;padding-top:8px;text-align:center;}
  166.  
  167. /****************************************************************************/
  168.  
  169. #question {margin:10px 0px;padding:10px 20px;line-height:15px;border:1px solid {color:border};text-align:center;background-color:{color:sidebar};}
  170.  
  171. /****************************************************************************/
  172.  
  173. .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}}
  174. .notes a:hover {background-color:transparent;color:{color:links};}
  175. ol.notes {list-style-type:none;}
  176. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  177. ol.notes li.note img.avatar {vertical-align:-6px;}
  178. ol.notes li.note img {padding:2px 5px 2px 2px;}
  179. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  180.  
  181. /****************************************************************************/
  182.  
  183. .hidden {display:none;}
  184. .unhidden {display:block;}
  185.  
  186. /****************************************************************************/
  187.  
  188. </style>
  189. </head>
  190.  
  191. <body>
  192.  
  193. <!--------------------------------------------------------------------------->
  194.  
  195. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">wh.</a></div>
  196.  
  197. <!--------------------------------------------------------------------------->
  198.  
  199. <div id="sidebar">
  200.  
  201. <div class="sideimg">
  202. <center><a href="/"><img src="{image:Sidebar}" height="80"></a></center>
  203. </div>
  204.  
  205. <div class="description">{Description}</div>
  206.  
  207. <div class="navigation">
  208. <a href="{text:Link 01 URL}">{text:Link 01}</a>
  209. <a href="{text:Link 02 URL}">{text:Link 02}</a>
  210. <a href="{text:Link 03 URL}">{text:Link 03}</a>
  211. </div>
  212.  
  213. </div>
  214.  
  215. <!------- ------------------------------------------------------------------->
  216.  
  217. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  218.  
  219. {block:Posts}
  220. <div id="post">
  221.  
  222. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  223.  
  224. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  225. {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}
  226.  
  227. {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}
  228.  
  229. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">— {Source}</div>{/block:Source}{/block:Quote}
  230.  
  231. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  232.  
  233. {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}
  234.  
  235. {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}
  236.  
  237. {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}&nbsp;&nbsp;&nbsp;<b>TRACK NAME:</b> {TrackName}{/block:TrackName} <br> {block:Artist}&nbsp;&nbsp;&nbsp;<b>ARTIST:</b> {Artist}{/block:Artist} <br> {block:Album}&nbsp;&nbsp;&nbsp;<b>ALBUM:</b> {Album}{/block:Album}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
  238.  
  239. {block:Answer}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
  240.  
  241. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  242. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  243.  
  244. <!-- {block:NoRebloggedFrom}
  245. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  246. {/block:NoRebloggedFrom} -->
  247.  
  248. {block:IndexPage}
  249. <div id="permalink">
  250. <div class="permalink">{block:Date}<a href="{Permalink}" title="{TimeAgo}"><u><b>{ShortMonth} {DayOfMonthWithZero}</b></u></a>{/block:Date} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{NoteCount}{/block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a></div><div class="tags">{block:HasTags}&nbsp;&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  251. {/block:IndexPage}
  252.  
  253. {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}
  254.  
  255. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  256.  
  257. {block:PostNotes}
  258. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  259. <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>
  260. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  261. {/block:PostNotes}
  262.  
  263. </div>
  264. {/block:Posts}
  265.  
  266.  
  267. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  268.  
  269. {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}
  270.  
  271. <!--------------------------------------------------------------------------->
  272.  
  273. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement