Advertisement
winchestheart

theme 25; sestra.

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