Advertisement
winchestheart

theme 18; electro.

Feb 7th, 2014
15,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 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 18; electro 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="#d3d3d3" />
  27. <meta name="color:Main Color" content="#8a8f8e" />
  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. <meta name="color:Links Hover Background" content="#f9f9f9" />
  33.  
  34. <meta name="text:Link 1" content="index" />
  35. <meta name="text:Link 2" content="askbox" />
  36. <meta name="text:Link 3" content="link 3" />
  37. <meta name="text:Link 4" content="link 4" />
  38. <meta name="text:Link 1 URL" content="/" />
  39. <meta name="text:Link 2 URL" content="/ask" />
  40. <meta name="text:Link 3 URL" content="/" />
  41. <meta name="text:Link 4 URL" content="/" />
  42. <meta name="text:Background Image Position" content="left" />
  43. <meta name="text:Font Family" content="calibri" />
  44. <meta name="text:Font Size" content="10" />
  45. <meta name="if:Lazy Load" content="0" />
  46. <meta name="if:Custom Scrollbar" content="1">
  47. <meta name="if:Background Image Repeat" content="0" />
  48. <meta name="if:Infinite Scrolling" content="0" />
  49. <meta name="if:400px posts" content="0" />
  50. <meta name="if:Grayscale" content="0" />
  51. <meta name="if:Source Permalink Page" content="1" />
  52. <meta name="if:Reblog Button" content="0" />
  53.  
  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. <style type="text/css">
  79.  
  80. {block:IfCustomScrollbar}
  81. ::-webkit-scrollbar {width:5px;height:5px;background:{color:background};}
  82. ::-webkit-scrollbar-thumb:vertical {height:5px;background:{color:scrollbar};}
  83. ::-webkit-scrollbar-thumb:horizontal {height:5px;background:{color:scrollbar};}
  84. {/block:IfCustomScrollbar}
  85.  
  86. 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;}
  87.  
  88. 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}}
  89.  
  90. 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};}
  91. a:hover {color:{color:main color};}
  92.  
  93. strong, bold, b {font-weight:bold;color:{color:links};}
  94.  
  95. small, sub {font-size:{text:font size}px;}
  96. code {font-size:{text:font size}px;font-family:{text:font family};}
  97. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  98.  
  99. {block:IfGrayscale}img {-webkit-transition:opacity 0.8s linear;opacity:0.60;-webkit-filter:grayscale(100%);}
  100. img:hover {-webkit-transition:opacity 0.8s linear;opacity:1;-webkit-filter:none;}{/block:IfGrayscale}
  101.  
  102. blockquote {padding-left:8px;margin:-2px 8px;border-left:3px solid {color:border};}
  103.  
  104. h1 {font:12px arial;font-weight:bold;}
  105.  
  106. .label {font-weight:bold;color:{color:main color};}
  107. .chat {line-height:12px;margin:8px;}
  108.  
  109. ::selection {color:{color:main color};}
  110. ::-moz-selection {color:{color:main color};}
  111. ::-webkit-selection {color:{color:main color};}
  112.  
  113. #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};}
  114.  
  115. /*********************************************************************/
  116.  
  117. #sidebar {position:fixed;width:180px;margin-left:300px;margin-top:150px;}
  118.  
  119. .navigation {font-size:11px;font-family:arial;margin-top:8px;padding:5px 0px;text-align:center;}
  120. .navigation a {padding:0px 3px;}
  121.  
  122. .description {text-align:center;margin:0px;padding:2px;line-height:12px;}
  123.  
  124. /*********************************************************************/
  125.  
  126. #post {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}margin:40px 0px 40px 580px;text-align:justify;}
  127.  
  128. #post blockquote div {margin-top:8px;}
  129. #post blockquote img {{block:IfNot400pxPosts}max-width:450px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}}
  130. #postimage img {{block:IfNot400pxPosts}max-height:700px;width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-height:560px;width:400px;{/block:If400pxPosts}overflow:hidden;}
  131.  
  132. #permalink {font:9px arial;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}margin-top:15px;text-align:left;color:{color:links};}
  133. #permalink a {padding:2px 2px 2px 3px;}
  134.  
  135. .date, .info {display:inline;}
  136. .info a:hover {text-decoration:underline;}
  137.  
  138. .tags {line-height:15px;display:inline;}
  139. .tags a:hover {text-decoration:none;background-color:{color:links hover background};color:{color:text};}
  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="180">
  180.  
  181. <div class="navigation">{block:IfNotInfiniteScrolling}{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}{/block:IfNotInfiniteScrolling}<a href="{text:Link 1 URL}">{text:Link 1}</a> <a href="{text:Link 2 URL}">{text:Link 2}</a> <a href="{text:Link 3 URL}">{text:Link 3}</a> <a href="{text:Link 4 URL}">{text:Link 4}</a>{block:IfNotInfiniteScrolling}{block:NextPage} <a href="{NextPage}">+</a>{/block:NextPage}{/block:IfNotInfiniteScrolling}</div>
  182.  
  183. <div class="description">{Description}</div>
  184.  
  185. </div>
  186.  
  187. <!-------------------------------------------------------------------->
  188.  
  189. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  190.  
  191. {block:Posts}
  192.  
  193.  
  194. <div id="post">
  195.  
  196. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  197.  
  198. {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}
  199.  
  200. {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  201.  
  202. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  203.  
  204. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  205.  
  206. {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}
  207.  
  208. {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  209.  
  210. {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}
  211.  
  212. {block:Answer}<div id="question"><div class="asker">{Asker} asked:</div><div class="question">{Question}</div></div>{Answer}{/block:Answer}
  213.  
  214. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  215. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  216.  
  217. <!-- {block:NoRebloggedFrom}
  218. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  219. {/block:NoRebloggedFrom} -->
  220.  
  221. <div id="permalink">
  222.  
  223. <div class="date">
  224. {block:Date}<a href="{Permalink}" style="font-weight:normal;background-color:{color:links hover background};padding:2px 2px 2px 3px;">{ShortMonth} {DayOfMonthWithZero} </a>{/block:Date}
  225. </div>
  226.  
  227. <div class="info">
  228. {block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IfReblogButton}&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfReblogButton}
  229.  
  230. {block:IfNotSourcePermalinkPage}{block:RebloggedFrom}&nbsp;<a href="{ReblogRootURL}" title="posted by {ReblogRootName}" target="_blank">source</a>{/block:RebloggedFrom}{/block:IfNotSourcePermalinkPage}
  231.  
  232. {block:IfSourcePermalinkPage}{block:PermalinkPage}{block:RebloggedFrom}&nbsp;<a href="{ReblogRootURL}" title="posted by {ReblogRootName}" target="_blank">source</a>{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfSourcePermalinkPage}
  233. </div>
  234.  
  235. <div class="tags">{block:HasTags}&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  236.  
  237. </div>
  238.  
  239. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  240.  
  241. </div>
  242.  
  243. {/block:Posts}
  244.  
  245. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  246.  
  247. </body>
  248. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement