Advertisement
winchestheart

theme 24; the dark side.

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