winchesterkirk

June Theme

Aug 9th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.97 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. June Theme by Chris @denisrenolds
  6.  
  7. ᵒ Do not remove or change the credit in any way
  8.  
  9. ᵒ Do not use as a base, the base I used is from here http://pastebin.com/r8Mckwjq
  10.  
  11. ᵒ Do not steal from or redistribute
  12.  
  13. Please contact me if you have any questions or concerns and enjoy!
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21. <script src="http://code.jquery.com/jquery-1.10.0.min.js">
  22. </script>
  23. <script>
  24. $(document).ready(function(){
  25.  
  26. $(".one").click(function(){
  27. $(".1").toggle();
  28. $(".2,.3,.4,.5").hide();
  29. });
  30.  
  31. $(".two").click(function(){
  32. $(".2").toggle();
  33. $(".1,.3,.4,.5").hide();
  34. });
  35.  
  36. $(".three").click(function(){
  37. $(".3").toggle();
  38. $(".1,.2,.4,.5").hide();
  39. });
  40.  
  41. $(".four").click(function(){
  42. $(".4").toggle();
  43. $(".1,.2,.3,.5").hide();
  44. });
  45. $(".five").click(function(){
  46. $(".5").toggle();
  47. $(".1,.2,.3,.4").hide();
  48. });
  49. });
  50. </script>
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <meta name="color:Background" content="#ffffff"/>
  56. <meta name="color:Content" content="#e3f3fc"/>
  57. <meta name="color:Post" content="#ffffff"/>
  58. <meta name="color:Headers" content="#f4f4f4"/>
  59. <meta name="color:Text" content="#a8a8a8"/>
  60. <meta name="color:Link" content="#b8b8b8"/>
  61. <meta name="color:Hover" content="#f2f2f2"/>
  62. <meta name="color:Line" content="#f2f2f2"/>
  63. <meta name="color:Border" content="#eee"/>
  64. <meta name="image:Sidebar" content=""/>
  65. <meta name="image:Background" content=""/>
  66. <meta name="text:FAQ" content="Write your FAQ here."/>
  67. <meta name="text:About" content="Write your about me here."/>
  68. <meta name="text:Link One" content="Link One"/>
  69. <meta name="text:Link One URL" content="/"/>
  70. <meta name="text:Link Two" content="Link Two"/>
  71. <meta name="text:Link Two URL" content="/"/>
  72. <meta name="text:Link Three" content="Link Three"/>
  73. <meta name="text:Link Three URL" content="/"/>
  74. <meta name="text:Link Four" content="Link Four"/>
  75. <meta name="text:Link Four URL" content="/"/>
  76. <meta name="text:Link Five" content="Link Five"/>
  77. <meta name="text:Link Five URL" content="/"/>
  78. <meta name="text:Link Six" content="Link Six"/>
  79. <meta name="text:Link Six URL" content="/"/>
  80.  
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("[title],a[title],img[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:100,
  89. tip_fade_speed:300,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94. </script>
  95. </script>
  96. <style type="text/css">
  97.  
  98. ::-webkit-scrollbar{width:6px;height:6px;background-color:{color:background};}
  99. ::-webkit-scrollbar-track{background-color:{color:background};}
  100. ::-webkit-scrollbar-thumb{background-color:{color:content};border:2px solid {color:background};}
  101. body{background: {color:Background} url('{image:Background}')no-repeat center fixed ;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;margin:0px;color:{color:text};font-family:arial;font-size:9px;line-height:130%;word-wrap:break-word;}
  102. .1, .2, .3, .4, .5 {display:none;}
  103. a{text-decoration:none;outline:none;-moz-outline-style:none;color:{color:link};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  104. a:hover{opacity:10;color:{color:hover};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  105. img{border:none;}
  106. blockquote{margin:0px 5px;padding:0em 1em;border-left:1px solid {color:blockquote};}
  107. ul{list-style-type:circle;margin-left:-20px;}
  108. h1{text-align:right;font-weight:bold;}
  109. #content{border:1px solid {color:border};width:300px;margin:auto;background-color:{color:content};margin-top:-1px;height:200px;overflow:auto;padding-bottom:10px;}
  110. #post{width:250px;padding-bottom:20px;padding:10px;opacity:1;margin-left:auto;margin-right:auto;margin-top:15px;background-color:{color:Post};}
  111. #post img{max-width:100%;height:auto;}
  112. .links{width:284px;padding:8px;font-size:10px;margin-top:-1px;text-align:center;margin-left:auto;margin-right:auto;text-transform:uppercase;word-spacing:8px;height:10px;background-color:{color:headers};border:1px solid {color:border};font-family:arial}
  113. .links a{font-size: 8px;}
  114. .links a:hover{color:{color:Hover}}
  115. #title{font-size:15px;padding:8px;width:284px;margin-top:200px;background-color:{color:headers};margin-left:auto;margin-right:auto;text-align:center;border:1px solid {color:border};font-family:arialfont-weight:bold;}
  116. #title a{-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  117. #title a:hover{color:{color:background};}
  118. #pagination{width:100px;font-size:8px;text-align:center;margin-left:auto;margin-right:auto;margin-top:20px;padding-bottom:15px;z-index:2;letter-spacing:0px;}
  119. #pagination a{padding:5px;margin-top:5px;background-color:white;text-transform:uppercase;font-weight:bold;width:50px;margin-left:10px;}
  120. #info{text-align:left;margin-top:5px;text-transform:uppercase;font-size:8px;padding:10px;width:250px;margin-left:12px;text-align:center;font-style:none;border:1px solid {color:border};background-color:{color:post};}
  121. #tags{letter-spacing:0px;text-transform:lowercase;font-size:10px;margin-top:4px;text-align:left;}
  122. ol.notes{width:250px;background-color:{color:post};padding:10px;list-style-type:none;font-size:9px;margin-left:12px;margin-top:5px;border:1px solid {color:border};letter-spacing:1px;text-align:left;}
  123. li.note{padding:8px;background-color:{color:post};margin:7px;border:1px solid {color:border};}
  124. img.avatar{vertical-align: -4px;margin-right:12px;width:14px;height:14px;}
  125. ol.notes blockquote{background-color:{color:caption};padding:5px;margin-top:10px;margin-left:auto;margin-right:auto;width:90%;border:1px solid {color:headers};border-radius:2px;}
  126. #tags a{display:inline;background-color:{color:Tags};padding:-3px;text-align:left;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  127. #asker{padding:5px;text-align:left;margin-left:10px;border-left:2px solid {color:border};background-color:{color:background}}
  128. .june{width:200px;border:5px solid white;margin-top:10px;overflow:hidden;height:80px;}
  129. #woohoo img:hover{width:300px;overflow:hidden;}
  130. #desc{width:170px;height:40px; overflow: auto; padding:20px;margin-top:5px;margin-left:auto;margin-right:auto;font-size:9px;border:1px solid #eee;background-color:#f4f4f4;}
  131. .float img{width:200px;height:80px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  132. .float img:hover{width:250px;height:100px;cursor: url(http://pyglet.org/doc-current/_images/cursor_win_crosshair.png), auto;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  133. #contact{background:white;padding:20px;width:190px;max-height:110px;overflow:auto;margin-top:13px;margin-left:auto;margin-right:auto;text-align:center;}
  134. #proceed a{padding:5px;margin-top:5px;background-color:white;text-transform:uppercase;font-weight:bold;}
  135. .contacttitle{font-weight:bold;font-size:11px;text-transform:uppercase}
  136. #musicbox * {width:100%;height:50%;}
  137. #links{margin-top:10px;}
  138. #links a{float:left;border-radius:2px;border:1px solid {color:border};color:{color:text};width:130px;padding:20px 0px 20px;margin:5px;height:10px;text-decoration:none;font-size:8px;text-align:center;font-family:arial;letter-spacing:2px;background:#fff;margin-left:10px;text-transform:uppercase;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  139. #links a:hover{background:{color:content};border:1px solid #fff;}
  140. #s-m-t-tooltip{font-size:7px;max-width:150px;line-height:8px;padding:5px 5px 2px 5px;margin:20px 0px 0px 10px;z-index:10;color:{color:text};background:#fff;text-transform:uppercase;opacity:1;border:1px solid {color:border};border-radius:1px;letter-spacing:1px;z-index:999999;}
  141.  
  142. #cred{position:fixed;bottom:5px;right:5px;font-size:14px;}
  143.  
  144. {CustomCSS}</style></head><body>
  145.  
  146. <div id="title">
  147. <a href="/" title="go home">{Title}</a>
  148. </div>
  149.  
  150. <div id="content">
  151.  
  152. <div class="2" style="display:none;">
  153. <center>
  154. <div class="june float">
  155. <img src="{image:sidebar}"/></center>
  156.  
  157. <div id="desc">
  158. {Description}
  159. </div></div>
  160.  
  161. <div class="3" style="display:none;">
  162. <div id="contact">
  163. <div class="contacttitle">BEFORE CONTACTING</div><p></p>
  164. {text:FAQ}
  165. </div><p></p>
  166. <center><div id="proceed"><a href="/ask">proceed</a></div></center>
  167. </div>
  168.  
  169. <div class="4" style="display:none;">
  170. <div style="padding:20px">
  171. {text:about}
  172. </div></div>
  173.  
  174. <div class="5" style="display:none;">
  175. <div id="links">
  176. <a href="{text:link one url}">{text:link one}</a>
  177. <a href="{text:link two url}">{text:link two}</a>
  178. <a href="{text:link three url}">{text:link three}</a>
  179. <a href="{text:link four url}">{text:link four}</a>
  180. <a href="{text:link five url}">{text:link five}</a>
  181. <a href="{text:link six url}">{text:link six}</a>
  182. </div></div>
  183.  
  184. <div class="1">
  185. {block:Posts}<div id="post">
  186.  
  187. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  188.  
  189. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  190.  
  191. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  192.  
  193. {block:Quote}<div id="asker">{Quote}</div>{block:Source}<br>{Source}{/block:Source}{/block:Quote}
  194.  
  195. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  196.  
  197. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  198.  
  199. {block:Audio}
  200. {block:AudioPlayer}<div id="musicbox">{AudioPlayerwhite}</div>{/block:AudioPlayer}
  201. {block:AudioEmbed}{block:PermalinkPage}{AudioEmbed-400}{/block:PermalinkPage}{block:IndexPage}{AudioEmbed-250}{/block:IndexPage}{/block:AudioEmbed}
  202. {block:Caption}{Caption}{/block:Caption}
  203. {/block:Audio}
  204.  
  205. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  206.  
  207. {block:Answer}<div id="asker">{Asker}: </span>{Question}</div>{Answer}{/block:Answer}
  208.  
  209. {block:IndexPage}<p></p><a href="{Permalink}" title="Permalink">{24Hour}:{Minutes}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
  210. </div>
  211.  
  212.  
  213. {block:PermalinkPage}{block:Date}<div id="info"><p>Posted {24Hour}:{Minutes}:{Seconds} {DayofWeek} {DayofMonth} {Month} {Year}</p>{block:RebloggedFrom}<p>Reblogged From <a href="{ReblogParentURL}">{ReblogParentName}</a></p>{/block:RebloggedFrom} {block:ContentSource}<p>Originally From: <a href="{SourceURL}">{SourceLink}</a></p>{/block:ContentSource}<p>With {NoteCountWithLabel}</p>{block:HasTags}<div id="permatags">Tagged As: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>{block:PostNotes}{PostNotes-16}{/block:PostNotes}
  214. {/block:Date}{/block:PermalinkPage}
  215. {/block:Posts}
  216.  
  217. {block:Pagination}<div id="pagination">
  218. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  219. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  220. </div>{/block:Pagination}
  221. </div></div>
  222.  
  223. <div class="links">
  224. <a class="two" href="#" title="description">one</a>
  225. <a class="three" href="#" title="contact">two</a>
  226. <a class="four" href="#" title="about">three</a>
  227. <a class="five" href="#" title="links">four</a>
  228. </div>
  229.  
  230. <div id="cred"><a href="http://jimothythemes.tumblr.com/" title="Code by Chris">☢</a></div>
  231.  
  232.  
  233. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment