Advertisement
winchestheart

theme 20; étoiles.

Mar 16th, 2014
9,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 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 20; étoiles 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="#b6b6b6" />
  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="link" />
  37. <meta name="text:Link 04" content="link" />
  38. <meta name="text:Link 05" content="link" />
  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="9" />
  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 {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:main color};}
  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:main color};}
  117. h1 a {color:{color:main color};}
  118.  
  119. .label {font-weight:bold;color:{color:main color};}
  120. .chat {line-height:12px;margin:8px;}
  121.  
  122. ::selection {color:{color:main color};}
  123. ::-moz-selection {color:{color:main color};}
  124. ::-webkit-selection {color:{color:main color};}
  125.  
  126. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  127.  
  128. /************************************************************************/
  129.  
  130. #sidebar {position:fixed;width:220px;margin-left:280px;margin-top:220px;text-align:right;}
  131.  
  132. .titre {font-size:20px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;line-height:25px;color:{color:main color};}
  133. .titre a {color:{color:main color};}
  134.  
  135. .description {margin:0px;line-height:10px;margin:5px 0px;color:{color:main color};}
  136.  
  137. .navigation {margin-top:10px;}
  138. .navigation a {padding:0px 3px;}
  139. .navigation a:hover {text-decoration:underline;color:{color:main color};}
  140.  
  141. /************************************************************************/
  142.  
  143. #post {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}margin:40px 0px 80px 550px;text-align:justify;}
  144.  
  145. #post blockquote div {margin-top:8px;}
  146. #post blockquote img {{block:IfNot400pxPosts}max-width:450px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}}
  147. #postimage img {{block:IfNot400pxPosts}max-height:700px;width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-height:560px;width:400px;{/block:If400pxPosts}overflow:hidden;}
  148.  
  149. #permalink {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}color:{color:main color};margin-top:15px;}
  150. #permalink a {color:{color:main color};}
  151.  
  152. .heart {font-size:11px;}
  153. .heart:hover {color:red;}
  154.  
  155. #tags {line-height:15px;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}color:{color:main color};margin-top:3px;}
  156. #tags a {padding-right:5px;color:{color:main color};}
  157. #tags a:hover {text-decoration:underline;}
  158.  
  159. /************************************************************************/
  160.  
  161. #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};}
  162.  
  163. #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;}
  164. #tagspp a {padding:0px 5px;}
  165. #tagspp a:hover {text-decoration:underline;}
  166.  
  167. /************************************************************************/
  168.  
  169. .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};}
  170. .audio {position:absolute;z-index:50;margin-top:-27px;text-align:center;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}}
  171.  
  172. /************************************************************************/
  173.  
  174. .quote {font-size:12px;font-family:cambria;line-height:15px;}
  175. .source {font-size:8px;text-transform:uppercase;font-family:calibri;font-weight:bold;padding-top:10px;text-align:center;margin-bottom:10px;}
  176.  
  177. /************************************************************************/
  178.  
  179. #question {margin:10px 0px;padding:10px 20px;line-height:15px;border-bottom:1px solid {color:border};text-align:center;}
  180.  
  181. /************************************************************************/
  182.  
  183. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}width:480px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}}
  184. .notes a:hover {background-color:transparent;color:{color:links};}
  185. ol.notes {list-style-type:none;}
  186. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  187. ol.notes li.note img.avatar {vertical-align:-6px;}
  188. ol.notes li.note img {padding:2px 5px 2px 2px;}
  189. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  190.  
  191. /************************************************************************/
  192.  
  193. .hidden {display:none;}
  194. .unhidden {display:block;}
  195.  
  196. /************************************************************************/
  197.  
  198. </style>
  199. </head>
  200.  
  201. <body>
  202.  
  203. <!----------------------------------------------------------------------->
  204.  
  205. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">WH</a></div>
  206.  
  207. <!----------------------------------------------------------------------->
  208.  
  209. <div id="sidebar">
  210.  
  211. <div class="titre"><a href="/">{Title}</a></div>
  212.  
  213. {block:IfSidebarImage}<img src="{image:sidebar}" width="220" style="margin:3px 0px;">{/block:IfSidebarImage}
  214.  
  215. <div class="description">{Description}</div>
  216.  
  217. <div class="navigation">
  218. {block:IfNotInfiniteScrolling}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{/block:IfNotInfiniteScrolling}
  219. <a href="{text:Link 01 URL}">{text:Link 01}</a>
  220. <a href="{text:Link 02 URL}">{text:Link 02}</a>
  221. <a href="{text:Link 03 URL}">{text:Link 03}</a>
  222. <a href="{text:Link 04 URL}">{text:Link 04}</a>
  223. <a href="{text:Link 05 URL}">{text:Link 05}</a>
  224. {block:IfNotInfiniteScrolling}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:IfNotInfiniteScrolling}
  225. </div>
  226.  
  227. </div>
  228.  
  229. <!----------------------------------------------------------------------->
  230.  
  231. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  232.  
  233. {block:Posts}
  234. <div id="post">
  235.  
  236. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  237.  
  238. {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}
  239.  
  240. {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  241.  
  242. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  243.  
  244. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  245.  
  246. {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}
  247.  
  248. {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  249.  
  250. {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}
  251.  
  252. {block:Answer}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
  253.  
  254. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  255. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  256.  
  257. <!-- {block:NoRebloggedFrom}
  258. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  259. {/block:NoRebloggedFrom} -->
  260.  
  261. {block:IndexPage}
  262. <div id="permalink">
  263. <span class="heart">♥</span> {block:Date}<a href="{Permalink}" title="{TimeAgo}"><b>{MonthNumberWithZero}.{DayOfMonthWithZero}</b></a>{/block:Date} {block:NoteCount}+{NoteCount}{/block:NoteCount}
  264. </div>
  265. {/block:IndexPage}
  266.  
  267. {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}
  268.  
  269. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  270.  
  271. {block:HasTags}<div id="tags">{block:IndexPage}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:IndexPage}</div>{/block:HasTags}
  272.  
  273. {block:PostNotes}
  274. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  275. <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>
  276. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  277. {/block:PostNotes}
  278.  
  279. </div>
  280. {/block:Posts}
  281.  
  282. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  283.  
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement