winchesterkirk

Blank Theme

Oct 20th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 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. Blank Theme by Chris @denisrenolds
  5.  
  6. ᵒ Do not remove or change the credit in any way
  7.  
  8. ᵒ Do not use as a base, the base I used is from here http://pastebin.com/SuV9Xhyg
  9.  
  10. ᵒ Do not steal from or redistribute
  11.  
  12. Please contact me if you have any questions or concerns and enjoy!
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Background" content="#e3f3fc"/>
  26. <meta name="color:Content" content="#ffffff"/>
  27. <meta name="color:Text" content="#a8a8a8"/>
  28. <meta name="color:Link" content="#b8b8b8"/>
  29. <meta name="color:Hover" content="#bad8eb"/>
  30. <meta name="color:Sidebar" content="#e3f3fc"/>
  31. <meta name="color:Scrollbar" content="#e3f3fc" />
  32. <meta name="color:Border" content="#fff"/>
  33. <meta name="color:Selection" content="#e9edff"/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:Sidebar Two" content=""/>
  36. <meta name="if:Simple" content="1"/>
  37. <meta name="if:Advanced" content="0"/>
  38. <meta name="text:Link One" content="one" />
  39. <meta name="text:Link One URL" content="/" />
  40. <meta name="text:Link Two" content="two" />
  41. <meta name="text:Link Two URL" content="/" />
  42. <meta name="text:Link Three" content="three" />
  43. <meta name="text:Link Three URL" content="/" />
  44. <meta name="text:Link Four" content="four" />
  45. <meta name="text:Link Four URL" content="/" />
  46.  
  47.  
  48. <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>
  49.  
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title],a[title],img[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:100,
  56. tip_fade_speed:300,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62. </script>
  63.  
  64.  
  65. <style type="text/css">
  66. ::selection {background:{color:selection};}
  67. ::-moz-selection {background:{color:selection};}
  68. ::-webkit-scrollbar{width:6px;height:15px;background-color:{color:background};}
  69. ::-webkit-scrollbar-track {background-color:{color:content};}
  70. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};border: 1px solid {color:content};}
  71. body{background:{color:background};margin:0px;color:{color:text};font-family:arial, calibri, monospace;margin:0px;font-size:9px;line-height:125%;word-wrap:break-word;}
  72. 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}
  73. 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;}
  74. blockquote{margin:0px 5px;padding:0em 1em;border-left:1px solid #e1e1e1;}
  75. ul{list-style-type:circle;margin-left:-20px;}
  76. #caption{background-color:{color:content};padding:5px;margin-top:10px;margin-left:auto;margin-right:auto;width:95%;border:1px solid {color:border};border-radius:2px;}
  77. h1{font-size:10px;border-radius:3px;padding:11px;margin-left:-2px;text-align:center;text-transform:uppercase;border:1px solid {color:border};background-color:{color:content};}
  78. h1 a{color:{color:link};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  79. h1 a:hover{letter-spacing:1px;color:{color:link};}
  80. h2{font-size:16px;line-height:135%;font-family:arial;text-align:right;font-weight:bold;}
  81. #entries{padding:10px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}margin-left:550px;margin-top:40px;}
  82. #post{{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}padding-bottom:20px;padding:10px;margin-top:15px;margin-bottom:40px;background-color:transparent;}
  83. #post img{max-width:100%;height:auto;}
  84. #sidebar{width:152px;position:fixed;margin-left:320px;margin-top:80px;opacity:1;height:181px;background-color:transparent;}
  85. .links{width:250px;height:5px;font-size:8px;font-family:calibri;text-align:center;margin-top:-4px;padding-top:9px;margin-left:-47px;text-transform:uppercase;word-spacing:2px;position:fixed;padding-bottom:7px;}
  86. .links a{width:20px;padding:2px;padding-left:10px;padding-right:10px;margin-left:-5px;}
  87. .links a:hover{color:#a29e9e;}
  88. #description{position:fixed;background-color:{color:content};font-size:9px; width:140px; border-radius:2px;border:1px solid {color:border};margin-top:17px; padding:8px; line-height:126%;margin-left:-3px;text-align:justify; color:{color:text};}
  89. #navigation{width:155px;background-color:{color:sidebar};height:220px;border-radius:2px;margin-left:-2px;margin-top:20px;border:1px solid {color:border};}
  90. #pagination {width:100px;height:5px;font-size:12px;border:1px solid {color:border};padding:10px;text-align:center;line-height:105%;word-spacing:2px;position:fixed;bottom:15px;right:5px;word-spacing:15px;padding-bottom:15px;border-radius:2px;}
  91. #pagination a:hover{color:#a29e9e;}
  92. #info{text-align:center;margin-top:-30px;margin-left:10px;padding-left:4px;width:380px;text-transform:uppercase;font-size:9px;border-radius:3px;padding:10px;padding-bottom:12px;background-color:{color:content};border:1px solid {color:border};}
  93. #info a{-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
  94. #info a:hover{color:#a29e9e;}
  95. #perma{font-size:9px;text-align:left;margin-top:10px;line-height:140%;padding-left:4px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
  96. #perma a{color:{color:permalink};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
  97. #perma a:hover{text-shadow:1px 1px 1px {color:hover};color:{color:link};}
  98. #permatags a{margin-right:3px;}
  99. #tags{text-transform:lowercase;font-size:9px;margin-left:4px;line-height:130%;margin-top:4px;text-align:left;}
  100. #tags a{display:inline;margin-right:5px;text-align:left;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
  101. #tags a:hover{text-shadow:1px 1px 1px {color:hover};color:{color:link};}
  102. #ask{padding:10px;text-align:center;border-bottom-right-radius:2px;border-bottom-left-radius:2px;background-color:{color:content};border:1px solid {color:border};}
  103. #asker{padding:5px;border-top-left-radius:2px;border-top-right-radius:2px;text-align:center;font-weight:bold;border-top:1px solid {color:border};border-right:1px solid {color:border};border-left:1px solid {color:border};}
  104. #asker a{-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
  105. #asker a:hover{color:#a29e9e;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
  106. #musicbox{border-bottom:1px solid {color:border};border-right:1px solid {color:border};border-left:1px solid {color:border};background-color:{color:content};border-bottom-right-radius:2px;border-bottom-left-radius:2px;width:99%;height:27px;}
  107. #musicinfo{padding:5px;border:1px solid {color:border};border-top-left-radius:2px;border-top-right-radius:2px;}
  108. #musicboxp{border-left:1px solid {color:border};border-right:1px solid {color:border};border-top:1px solid {color:border};border-bottom-right-radius:2px;border-bottom-left-radius:2px;width:95%;background-color:{color:content};margin-left:8px;height:27px;}
  109. .june{width:130px;border:5px solid {color:content};margin-top:10px;height:77px;overflow:hidden;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  110. .float img{width:130px;height:77px;border-radius:2px;position:fixed;margin-top:0px;opacity:1;margin-left:-65px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  111. .float img:hover{opacity:0;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  112. .float2 img{width:130px;height:77px;border-radius:2px;opacity:1;margin-left:-65px;position:fixed;margin-top:0px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  113. #desc{width:120px;height:43px; overflow:auto;padding:10px;margin-top:5px;border-radius:3px;margin-left:auto;margin-right:auto;font-size:9px;border:1px solid {color:border};background-color:{color:content};}
  114. .button{padding:5px;margin-top:8px;background-color:#e3f3fc;text-transform:uppercase;border:1px solid {color:content};font-weight:bold;font-size:7px;border-radius:2px;width:50px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  115. .button:hover{background-color:{color:content};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  116. .button a:hover{color:{color:link};}
  117. #musicinfop{padding:5px;border:1px solid {color:border};border-top-left-radius:2px;border-top-right-radius:2px;width:370px;margin-left:8px;}
  118. ol.notes{width:421px;padding:0px;margin-left:2px;list-style-type:none;font-size:7px;letter-spacing:1px;text-transform:uppercase;text-align:left;}
  119. li.note{padding:10px;width:380px;margin:7px;border:1px solid {color:border};border-radius:2px;}
  120. li.note a{color:{color:text};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
  121. li.note a:hover{color:{color:text};}
  122. img.avatar{vertical-align: -4px;margin-right:10px;width:14px;height:14px;}
  123. ol.notes blockquote{background-color:#f4f4f4;padding:5px;margin-top:10px;margin-left:auto;margin-right:auto;width:90%;border:1px solid {color:border};border-radius:2px;}
  124. #s-m-t-tooltip{font-size:7px;max-width:150px;line-height:8px;padding:5px 5px 2px 5px;margin:15px 0px 0px 10px;z-index:10;color:{color:text};background:{color:content};text-transform:uppercase;
  125. opacity:1;border:1px solid {color:border};border-radius:1px;letter-spacing:1px;z-index:999999;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);}
  126. #cred{position:fixed;bottom:5px;left:5px;font-size:14px;}
  127. {CustomCSS}</style></head><body>
  128.  
  129. <div id="sidebar">
  130.  
  131. {block:ifsimple}<div id="description">{Description}</div>{/block:ifsimple}
  132. <div class="links">
  133. <a href="{text:link one url}">{text:link one}</a>
  134. <a href="{text:link two url}">{text:link two}</a>
  135. <a href="{text:link three url}">{text:link three}</a>
  136. <a href="{text:link four url}">{text:link four}</a>
  137. </div>
  138.  
  139. {block:ifadvanced}<div id="navigation"><center><br><div class="june"><div class="float2"><img src="{image:Sidebar Two}"/></div><div class="float"><img src="{image:Sidebar}"/></div></div></center>
  140. <div id="desc">{Description}</div>
  141. <center><div class="button"><a href="/">go home</a></div></center>
  142. </div></div>{/block:ifadvanced}</div>
  143.  
  144. {block:Pagination}<div id="pagination">
  145. {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}
  146. {block:NextPage}<a href="{NextPage}">Forward</a>{/block:NextPage}
  147. </div>{/block:Pagination}
  148.  
  149. <div id="entries">{block:Posts}<div id="post">
  150.  
  151. {block:Text}{block:Title}{block:IndexPage}<h1>{/block:IndexPage}{block:PermalinkPage}<h2>{/block:PermalinkPage}{Title}{block:IndexPage}</h1>{/block:IndexPage}{block:PermalinkPage}</h2>{/block:PermalinkPage}{/block:Title}{Body}{/block:Text}
  152.  
  153. {block:Photo}{LinkOpenTag}<img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-400}{/block:PermalinkPage}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  154.  
  155. {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  156.  
  157. {block:Quote}{block:Source}<div id="asker">{Source}</div>{/block:Source}<div id="ask">{Quote}</div>{/block:Quote}
  158.  
  159. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  160.  
  161. {block:Chat}{block:Title}{block:IndexPage}<h1>{/block:IndexPage}{block:PermalinkPage}<h2>{/block:PermalinkPage}{Title}{/block:IndexPage}</h1>{/block:IndexPage}{/block:PermalinkPage}</h2>{/block:PermalinkPage}{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  162.  
  163. {block:Audio}
  164. {block:IndexPage}<div id="musicinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName} {block:Artist}{Artist}{/block:Artist}</div>
  165. {block:AudioPlayer}<div id="musicbox">{AudioPlayerwhite}</div>{/block:AudioPlayer}{/block:IndexPage}
  166. {block:PermalinkPage}<div id="musicinfop">{block:TrackName}<b>{TrackName}</b>{/block:TrackName} {block:Artist}{Artist}{/block:Artist}</div>
  167. {block:AudioPlayer}<div id="musicboxp">{AudioPlayerwhite}</div>{/block:AudioPlayer}{/block:PermalinkPage}
  168. {block:AudioEmbed}{block:PermalinkPage}{AudioEmbed-400}{/block:PermalinkPage}{block:IndexPage}{AudioEmbed-250}{/block:IndexPage}{/block:AudioEmbed}
  169. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  170. {/block:Audio}
  171.  
  172. {block:Video}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  173.  
  174. {block:Answer}<div id="asker">{Asker} said: </div><div id="ask">{Question}</div>{Answer}{/block:Answer}
  175.  
  176. {block:IndexPage}<div id="perma"><br><a href="{Permalink}"title="Permalink">{24Hour}:{Minutes}</a> <a href="/day/{Year}/{Month}/{DayofMonth}" title="more from this date">{DayofWeek}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a></div>{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
  177. </div>
  178.  
  179.  
  180. {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}
  181. {/block:Date}{/block:PermalinkPage}
  182. {/block:Posts}
  183. </div>
  184. <div id="cred"><a href="http://jimothythemes.tumblr.com/" title="Code by Chris">☢</a></div>
  185. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment