Advertisement
winchestheart

theme 17; long may she reign

Jan 15th, 2014
6,497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 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 17; long may she reign 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="#c6c6c6" />
  27. <meta name="color:Main Color" content="#d6e3e1" />
  28. <meta name="color:Text" content="#b6b6b6" />
  29. <meta name="color:Background" content="#ffffff" />
  30. <meta name="color:Border" content="#f1f1f1" />
  31. <meta name="color:Scrollbar" content="#e3e3e3" />
  32.  
  33. <meta name="text:Link 01" content="home" />
  34. <meta name="text:Link 02" content="ask" />
  35. <meta name="text:Link 03" content="link" />
  36. <meta name="text:Link 04" content="link" />
  37. <meta name="text:Link 01 URL" content="/" />
  38. <meta name="text:Link 02 URL" content="/ask" />
  39. <meta name="text:Link 03 URL" content="/" />
  40. <meta name="text:Link 04 URL" content="/" />
  41. <meta name="text:Background Image Position" content="left" />
  42.  
  43. <meta name="if:Lazy Load" content="0" />
  44. <meta name="if:Custom Scrollbar" content="1">
  45. <meta name="if:Background Image Repeat" content="0" />
  46. <meta name="if:Infinite Scrolling" content="0" />
  47. <meta name="if:400px posts" content="0" />
  48. <meta name="if:Grayscale" content="0" />
  49.  
  50.  
  51. <!-------------------------------------------------------------------->
  52.  
  53. {block:IfLazyLoad}
  54. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  55. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  56. <script type="text/javascript" charset="utf-8">
  57. var $j = jQuery.noConflict();
  58. $j(function() {
  59. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  60. $j("img").lazyload({
  61. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  62. effect: "fadeIn",
  63. });
  64. });
  65. </script>
  66. {/block:IfLazyLoad}
  67.  
  68. <!-------------------------------------------------------------------->
  69.  
  70. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:IfInfiniteScrolling}
  71.  
  72. <!-------------------------------------------------------------------->
  73.  
  74. <style type="text/css">
  75.  
  76. {block:IfCustomScrollbar}
  77. ::-webkit-scrollbar {width:5px;height:5px;background:{color:background};}
  78. ::-webkit-scrollbar-thumb:vertical {height:5px;background:{color:scrollbar};}
  79. ::-webkit-scrollbar-thumb:horizontal {height:5px;background:{color:scrollbar};}
  80. {/block:IfCustomScrollbar}
  81.  
  82. 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;}
  83.  
  84. body {font-family:cambria;font-size:9px;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}}
  85.  
  86. 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};}
  87. a:hover {color:{color:main color};}
  88.  
  89. strong, bold, b {font-weight:bold;color:{color:links};}
  90.  
  91. small, sub {font-size:10px;}
  92. code {font-size:10px;font-family:calibri;}
  93. pre {word-wrap:break-word;font-size:10px;font-family:calibri;}
  94.  
  95. {block:IfGrayscale}img {-webkit-transition:opacity 0.8s linear;opacity:0.60;-webkit-filter:grayscale(100%);}
  96. img:hover {-webkit-transition:opacity 0.8s linear;opacity:1;-webkit-filter:none;}{/block:IfGrayscale}
  97.  
  98. blockquote {padding-left:8px;margin:-2px 8px;border-left:3px solid {color:border};}
  99.  
  100. h1 {font:12px cambria;font-weight:normal;font-style:italic;}
  101.  
  102. .label {font-weight:bold;color:{color:main color};}
  103. .chat {line-height:12px;margin:8px;}
  104.  
  105. ::selection {color:{color:main color};}
  106. ::-moz-selection {color:{color:main color};}
  107. ::-webkit-selection {color:{color:main color};}
  108.  
  109. #credit {position:fixed;bottom:5px;right:5px;text-transform:uppercase;font-size:8px;font-weight:bold;font-family:calibri;padding:3px;border:1px solid {color:border};}
  110.  
  111. /*********************************************************************/
  112.  
  113. #sidebar {position:fixed;width:160px;margin-left:340px;margin-top:200px;}
  114.  
  115. .navigation {margin-top:8px;padding:3px 0px;letter-spacing:1px;text-align:center;font-style:italic;}
  116. .navigation a {color:{color:links};padding:2px 4px;border-bottom:1px solid {color:background};}
  117. .navigation a:hover {border-bottom:1px solid {color:main color};color:{color:main color};}
  118.  
  119. .description {font-size:8px;letter-spacing:1px;font-style:italic;text-align:justify;margin:0px;padding:2px;line-height:12px;}
  120.  
  121. .pagination {font-style:italic;letter-spacing:1px;text-align:right;margin-top:5px;margin-right:23px;color:{color:links};}
  122. .pagination a {border-bottom:1px solid transparent;padding-bottom:3px;}
  123. .pagination a:hover {border-bottom:1px solid {color:main color};}
  124.  
  125. /*********************************************************************/
  126.  
  127. #post {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}margin:40px 0px 40px 560px;text-align:justify;font-family:calibri;font-size:10px;}
  128.  
  129. #post blockquote div {margin-top:8px;}
  130. #post blockquote img {{block:IfNot400pxPosts}max-width:450px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}}
  131. #postimage img {{block:IfNot400pxPosts}max-height:700px;width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-height:560px;width:400px;{/block:If400pxPosts}overflow:hidden;}
  132.  
  133. #permalink {font-family:cambria;font-size:8px;{block:IfNot400pxPosts}width:497px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:397px;{/block:If400pxPosts}text-align:left;letter-spacing:2px;margin-top:5px;color:{color:links};margin-left:-1px;padding:2px;border-bottom:1px solid {color:border};}
  134. #permalink a {border-bottom:1px solid transparent;padding-bottom:3px;}
  135. #permalink a:hover {border-bottom:1px solid {color:main color};}
  136.  
  137. #tags {font-family:cambria;font-size:8px;font-style:italic;letter-spacing:1px;margin-top:3px;margin-left:-6px;color:{color:links};}
  138. #tags a {border-top:1px solid transparent;padding-top:3px;}
  139. #tags a:hover {border-top:1px solid {color:main color};}
  140.  
  141. .tumblr_audio_player {border:1px solid {color:border};padding:0px;margin:0px;height:40px;position:relative;z-index:10;{block:IfNot400pxPosts}width:498px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:398px;{/block:If400pxPosts}}
  142. .audio {position:absolute;z-index:50;margin-top:-27px;text-align:center;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}}
  143.  
  144.  
  145. /*********************************************************************/
  146.  
  147. .quote {font-size:12px;font-family:cambria;line-height:15px;}
  148. .source {font-size:8px;text-transform:uppercase;font-family:calibri;font-weight:bold;padding-top:10px;text-align:center;margin-bottom:10px;}
  149.  
  150.  
  151. /*********************************************************************/
  152.  
  153. .asker {margin:2px 0px 5px 0px;font:12px cambria italic;color:{color:links};}
  154. .asker a {color:{color:links};}
  155. .question {padding-bottom:5px;border-bottom:1px solid {color:border};}
  156.  
  157.  
  158. /*********************************************************************/
  159.  
  160. .notes {margin-left:-15px;margin-top:30px;width:480px;}
  161. .notes a:hover {background-color:transparent;color:{color:links};}
  162. ol.notes {list-style-type:none;}
  163. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  164. ol.notes li.note img.avatar {vertical-align:-6px;}
  165. ol.notes li.note img {padding:2px 5px 2px 2px;}
  166. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  167.  
  168. </style>
  169. </head>
  170.  
  171. <body>
  172.  
  173. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">THEME</a></div>
  174.  
  175. <!-------------------------------------------------------------------->
  176.  
  177. <div id="sidebar">
  178.  
  179. <img src="{image:sidebar}" width="160" height="120">
  180.  
  181. <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> <a href="{text:Link 04 URL}">{text:Link 04}</a></div>
  182.  
  183. <div class="description">{Description}</div>
  184.  
  185. <div class="pagination">{block:IfNotInfiniteScrolling}{block:PreviousPage}<a href="{PreviousPage}">prev</a> {/block:PreviousPage} {block:NextPage} &mdash; <a href="{NextPage}">next</a>{/block:NextPage}{/block:IfNotInfiniteScrolling}</div>
  186.  
  187. </div>
  188.  
  189. <!-------------------------------------------------------------------->
  190.  
  191. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  192.  
  193. {block:Posts}
  194.  
  195.  
  196. <div id="post">
  197.  
  198. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  199.  
  200. {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}
  201.  
  202. {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  203.  
  204. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  205.  
  206. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  207.  
  208. {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}
  209.  
  210. {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  211.  
  212. {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}
  213.  
  214. {block:Answer}<div id="question"><div class="asker">{Asker} asked:</div><div class="question">{Question}</div></div>{Answer}{/block:Answer}
  215.  
  216. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  217. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  218.  
  219. <!-- {block:NoRebloggedFrom}
  220. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  221. {/block:NoRebloggedFrom} -->
  222.  
  223. <div id="permalink">{block:Date}shared <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} ▲ <a href="{ReblogRootURL}" title="posted by {ReblogRootName}" target="_blank">origin</a> (<a href="{ReblogParentURL}" title="via {ReblogParentName}" target="_blank">via</a>){/block:RebloggedFrom}</div>
  224.  
  225. <div id="tags">{block:HasTags}&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  226.  
  227. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  228.  
  229. </div>
  230.  
  231. {/block:Posts}
  232.  
  233. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  234.  
  235. </body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement