Advertisement
winchestheart

theme 23; in a land of myth.

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