Advertisement
winchestheart

theme 07; catnip.

Apr 19th, 2013
10,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 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 07; Catnip 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:Sidebar" content="" />
  24.  
  25. <meta name="color:Links" content="#c6c6c6" />
  26. <meta name="color:Main Color" content="#bdcbcc" />
  27. <meta name="color:Text" content="#a7a7a7" />
  28. <meta name="color:Background" content="#ffffff" />
  29. <meta name="color:Border" content="#f1f1f1" />
  30. <meta name="color:Scrollbar Background" content="#f8f8f8" />
  31. <meta name="color:Scrollbar" content="#bdcbcc" />
  32. <meta name="color:Question Background" content="#f9f9f9">
  33.  
  34. <meta name="text:Link 01" content="home" />
  35. <meta name="text:Link 02" content="message" />
  36. <meta name="text:Link 03" content="link 1" />
  37. <meta name="text:Link 04" content="link 2" />
  38. <meta name="text:Link 05" content="link 3" />
  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.  
  45. <meta name="if:Lazy Load" content="" />
  46. <meta name="if:Custom Scrollbar" content="">
  47. <meta name="if:Infinite Scrolling" content="">
  48.  
  49.  
  50. <!-- lazy load by Mika Tuupola | http://www.appelsiini.net -------------->
  51.  
  52. {block:IfLazyLoad}
  53. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  54. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  55. <script type="text/javascript" charset="utf-8">
  56. var $j = jQuery.noConflict();
  57. $j(function() {
  58. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  59. $j("img").lazyload({
  60. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  61. effect: "fadeIn",
  62. });
  63. });
  64. </script>
  65. {/block:IfLazyLoad}
  66.  
  67.  
  68. <!-- Infinite Scrolling by CodySherman | http://codysherman.tumblr.com -->
  69.  
  70. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:IfInfiniteScrolling}
  71.  
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. {block:IfCustomScrollbar}
  77. ::-webkit-scrollbar {width:5px;height:5px;background:{color:scrollbar background};}
  78. ::-webkit-scrollbar-thumb:vertical {height:5px;background:{color:scrollbar};}
  79. ::-webkit-scrollbar-thumb:horizontal {height:5px;background:{color:scrollbar};}
  80. {/block:IfCustomScrollbar}
  81.  
  82. iframe#tumblr_controls {top:0px!important;right:3px!important;position: fixed!important;}
  83.  
  84. body {font-family:trebuchet ms;font-size:9px;background-color:{color:background};color:{color:text};line-height:11px;}
  85.  
  86. 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};}
  87. a:hover {color:{color:main color};}
  88.  
  89. small {font-size:9px;}
  90. code {font-size:10px;font-family:consolas;}
  91. pre {font-size:10px;font-family:consolas;}
  92.  
  93. blockquote {padding-left:8px;margin-left:10px;border-left:3px solid {color:border};}
  94.  
  95. h1 {text-transform:uppercase;letter-spacing:0px;font-size:9px;font-weight:normal;font-family:cambria;}
  96.  
  97. .label {font-weight:bold;}
  98.  
  99. #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};}
  100.  
  101.  
  102. /* SIDEBAR */
  103.  
  104. #sidebar {position:fixed;width:280px;margin-left:150px;margin-top:200px;}
  105.  
  106. .navigation {font-family:trebuchet ms;letter-spacing:1px;font-size:7px;text-transform:uppercase;text-align:center;padding:10px;}
  107. .navigation a {padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;margin-left:2px;margin-right:2px;border:1px solid {color:border};}
  108. .navigation a:hover {background-color:{color:main color};color:{color:background};border:1px solid {color:main color};}
  109.  
  110. .description {font-family:cambria;letter-spacing:1px;font-size:8px;text-align:center;width:220px;margin-top:5px;padding-left:30px;padding-right:30px;}
  111.  
  112. .pagination {margin-top:5px;width:280px;text-align:center;font-family:cambria;font-size:9px;letter-spacing:1px;color:{color:links};}
  113.  
  114.  
  115. /* POST */
  116.  
  117. #post {width:500px;margin-left:500px;padding:1px;padding-bottom:8px;text-align:justify;background-color:{color:background};}
  118.  
  119. #line {width:500px;margin-left:500px;margin-top:6px;height:2px;background-color:{color:border};}
  120.  
  121. #permalink {margin-left:498px;margin-top:-7px;text-transform:uppercase;font-size:7px;text-align:left;letter-spacing:1px;font-family:trebuchet ms;}
  122.  
  123. .tags {margin-left:502px;font-size:9px;font-family:cambria;margin-top:5px;width:515px;color:{color:links};}
  124. .tags a {text-decoration:underline;}
  125. .tags a:hover {color:{color:links};}
  126.  
  127.  
  128. /* QUOTE */
  129.  
  130. .quote {font-size:14px;font-family:cambria;line-height:15px;}
  131. .source {font-size:8px;font-weight:bold;text-transform:uppercase;font-family:calibri;padding-top:10px;text-align:center;}
  132.  
  133.  
  134. /* QUESTION */
  135.  
  136. .question {padding:10px;text-align:justify;font-style:italic;background-color:{color:question background};}
  137. .asker {font-size:8px;font-weight:bold;text-transform:uppercase;text-align:right;margin-right:10px;margin-top:-2px;font-family:calibri;}
  138.  
  139.  
  140. /* NOTES */
  141.  
  142. .notes {font-family:calibri;font-size:10px;width:480px;margin-left:235px;margin-top:30px;font-weight:bold;}
  143. .notes a:hover {background-color:transparent;color:{color:links};}
  144. ol.notes {list-style-type:none;}
  145. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  146. ol.notes li.note img.avatar {vertical-align:-8px;}
  147. ol.notes li.note img {padding:2px;border:1px solid {color:border};}
  148. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  149.  
  150. </style>
  151. </head>
  152.  
  153.  
  154. <body>
  155.  
  156. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank">THEME</a></div>
  157.  
  158. <!-- sidebar -->
  159.  
  160. <div id="sidebar">
  161.  
  162. <center><img src="{image:Sidebar}" width="280"></center>
  163.  
  164. <div class="navigation">
  165. <a href="{text:Link 01 URL}">{text:Link 01}</a> <a href="{text:Link 02 URL}">{text:Link 02}</a> <a href="{text:Link 03 URL}">{text:Link 03}</a> <a href="{text:Link 04 URL}">{text:Link 04}</a> <a href="{text:Link 05 URL}">{text:Link 05}</a></div>
  166.  
  167. <div class="description">{Description}</div>
  168.  
  169. {block:IfNotInfiniteScrolling}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}"><i>prev</i></a> {/block:PreviousPage}{block:NextPage} — <a href="{NextPage}"><i>next</i></a>{/block:NextPage}</div>{/block:IfNotInfiniteScrolling}
  170.  
  171. </div> <!-- sidebar -->
  172.  
  173.  
  174.  
  175. <!-- posts -->
  176.  
  177. {block:IfInfiniteScrolling}<div class = "autopagerize_page_element" >{/block:IfInfiniteScrolling}
  178.  
  179. {block:Posts}
  180.  
  181. <br><br><br>
  182. <div id="post">
  183.  
  184. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  185.  
  186. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  187.  
  188. {block:Photoset}{Photoset-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  189.  
  190. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  191.  
  192. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  193.  
  194. {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}
  195.  
  196. {block:Video}{Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  197.  
  198. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  199.  
  200. {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-family:trebuchet ms;font-size:20px;color:{color:question background};">◥</span> {Asker}</div>{Answer}{/block:Answer}
  201.  
  202. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  203. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  204.  
  205. <!-- {block:NoRebloggedFrom}
  206. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  207. {/block:NoRebloggedFrom} -->
  208.  
  209. </div><!-- post -->
  210.  
  211. <div id="line"></div>
  212.  
  213. <center><div id="permalink">
  214. {block:Date}<span style="background-color:{color:background};padding:3px;"><a href="{Permalink}" style="font-family:cambria;letter-spacing:1px;font-weight:normal;background-color:{color:main color};padding:2px;padding-left:3px;color:{color:background};">{DayOfMonthWithZero} {Month}</a>{/block:Date}{block:NoteCount}&nbsp;&nbsp;<span style="color:{color:main color};opacity:.8;font-family:arial;">♥ </span><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}&nbsp;&nbsp;<span style="color:{color:main color};opacity:.8;">♡ </span><a href="{ReblogRootURL}" title="posted by {ReblogRootName}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}</span></div></center>
  215. <div class="tags">{block:HasTags}{block:Tags}+<a href="{TagURL}">{Tag};</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  216.  
  217.  
  218.  
  219. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  220.  
  221. {/block:Posts}
  222.  
  223. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  224.  
  225. <br><br><br>
  226.  
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement