Advertisement
winchestheart

theme 09; this is my design.

Jun 5th, 2013
5,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 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 09; this is my design 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:Post" content="#ffffff" />
  30. <meta name="color:Border" content="#f1f1f1" />
  31.  
  32. <meta name="text:Link 01" content="" />
  33. <meta name="text:Link 02" content="" />
  34. <meta name="text:Link 03" content="" />
  35. <meta name="text:Link 04" content="" />
  36. <meta name="text:Link 05" content="" />
  37. <meta name="text:Link 06" content="" />
  38. <meta name="text:Link 01 URL" content="" />
  39. <meta name="text:Link 02 URL" content="" />
  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:Link 06 URL" content="" />
  44.  
  45. <meta name="if:Lazy Load" content="" />
  46. <meta name="if:Custom Scrollbar" content="">
  47. <meta name="if:400 Posts" 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. <link href='http://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. {block:IfCustomScrollbar}
  75. ::-webkit-scrollbar {width:5px;height:5px;background:{color:sidebar background};}
  76. ::-webkit-scrollbar-thumb:vertical {height:5px;background:{color:main color};}
  77. ::-webkit-scrollbar-thumb:horizontal {height:5px;background:{color:main color};}
  78. {/block:IfCustomScrollbar}
  79.  
  80. iframe#tumblr_controls {top:0px!important;right:3px!important;position: fixed!important;}
  81.  
  82. body {font-family:'share';font-size:9px;background-color:{color:background};color:{color:text};line-height:11px;}
  83.  
  84. 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};}
  85. a:hover {color:{color:main color};}
  86.  
  87. small {font-size:9px;}
  88. code {font-size:9px;font-family:'share';}
  89. pre {word-wrap:break-word;font-size:9px;font-family:'share';}
  90.  
  91. blockquote {padding-left:8px;margin-left:10px;border-left:3px solid {color:border};}
  92.  
  93. blockquote img {max-width:300px;}
  94.  
  95. h1 {font-size:10px;font-weight:normal;}
  96.  
  97. .label {font-weight:bold;color:{color:main color};}
  98. .chat {line-height:12px;margin:8px;}
  99.  
  100. #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};}
  101.  
  102.  
  103. /* SIDEBAR */
  104.  
  105. #sidebar {position:fixed;width:105px;margin-left:200px;margin-top:200px;}
  106.  
  107. .pagination {text-align:center;margin-bottom:5px;color:{color:links};}
  108.  
  109. .navigation {text-align:center;margin:8px 0px;line-height:15px;}
  110. .navigation a {padding:3px;margin:0px 1px;color:{color:text};}
  111. .navigation a:hover {text-decoration:underline;}
  112.  
  113. .description {margin-top:5px;text-align:justify;}
  114.  
  115. /* POST */
  116.  
  117.  
  118. #line {width:1px;margin-left:360px;height:100%;margin-top:-8px;position:fixed;background-color:{color:border};}
  119.  
  120. #post {margin-left:400px;padding:1px;padding-bottom:8px;text-align:justify;background-color:{color:background};{block:If400Posts}width:400px;{/block:If400Posts}{block:IfNot400Posts}width:500px;{/block:IfNot400Posts}}
  121.  
  122. .line {margin-left:400px;margin-top:6px;height:1px;background-color:{color:border};{block:If400Posts}width:400px;{/block:If400Posts}{block:IfNot400Posts}width:500px;{/block:IfNot400Posts}}
  123.  
  124. .permalink {margin-left:398px;margin-top:-7px;text-transform:uppercase;font-size:7px;text-align:left;letter-spacing:1px;font-family:trebuchet ms;}
  125.  
  126. .tags {margin-left:402px;margin-top:5px;color:{color:links};{block:If400Posts}width:400px;{/block:If400Posts}{block:IfNot400Posts}width:500px;{/block:IfNot400Posts}}
  127. .tags a:hover {text-decoration:underline;color:{color:links};}
  128.  
  129.  
  130. /* QUOTE */
  131.  
  132. .quote {font-size:12px;font-family:cambria;line-height:15px;}
  133. .source {font-size:7px;text-transform:uppercase;font-family:trebuchet ms;padding-top:10px;text-align:center;margin-bottom:10px;}
  134.  
  135.  
  136. /* QUESTION */
  137.  
  138. .question {padding:10px;text-align:justify;font-style:italic;background-color:{color:border};}
  139. .asker {font-size:8px;font-weight:bold;text-transform:uppercase;text-align:right;margin-right:10px;margin-top:-2px;font-family:calibri;}
  140.  
  141.  
  142. /* NOTES */
  143.  
  144. .notes {margin-left:185px;margin-top:30px;{block:If400Posts}width:380px;{/block:If400Posts}{block:IfNot400Posts}width:480px;{/block:IfNot400Posts}}
  145. .notes a:hover {background-color:transparent;color:{color:links};}
  146. ol.notes {list-style-type:none;}
  147. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  148. ol.notes li.note img.avatar {vertical-align:-8px;}
  149. ol.notes li.note img {padding:2px;border:1px solid {color:border};}
  150. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  151.  
  152. </style>
  153. </head>
  154.  
  155.  
  156. <body>
  157.  
  158. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">THEME</a></div>
  159.  
  160. <!-- sidebar -->
  161.  
  162. <div id="sidebar">
  163.  
  164. <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>
  165.  
  166. <center><img src="{image:sidebar}" width="105"></center>
  167.  
  168. <div class="description">{Description}</div>
  169.  
  170. <div class="navigation">
  171. <a href="{text:Link 01 URL}" style="background-color:{color:main color};color:{color:background};">{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> <a href="{text:Link 06 URL}">{text:Link 06}</a></div>
  172.  
  173. </div> <!-- sidebar -->
  174.  
  175.  
  176. <!-- posts -->
  177.  
  178.  
  179. <div id="line"></div>
  180.  
  181. {block:Posts}
  182.  
  183. <br><br><br>
  184.  
  185. <div id="post">
  186.  
  187. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  188.  
  189. {block:If400Posts}
  190. {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  191. {/block:If400Posts}
  192.  
  193. {block:IfNot400Posts}
  194. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  195. {/block:IfNot400Posts}
  196.  
  197. {block:If400Posts}
  198. {block:Photoset}{Photoset-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  199. {/block:If400Posts}
  200.  
  201. {block:IfNot400Posts}
  202. {block:Photoset}{Photoset-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  203. {/block:IfNot400Posts}
  204.  
  205. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  206.  
  207. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  208.  
  209. {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}
  210.  
  211. {block:If400Posts}
  212. {block:Video}{Video-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  213. {/block:If400Posts}
  214.  
  215. {block:IfNot400Posts}
  216. {block:Video}{Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  217. {/block:IfNot400Posts}
  218.  
  219. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  220.  
  221. {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-size:20px;color:{color:border};">◥</span> {Asker}</div>{Answer}{/block:Answer}
  222.  
  223. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  224. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  225.  
  226. <!-- {block:NoRebloggedFrom}
  227. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  228. {/block:NoRebloggedFrom} -->
  229.  
  230. </div><!-- post -->
  231.  
  232. <div class="line"></div>
  233.  
  234. <center><div class="permalink">
  235. {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:post};">{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>
  236. <div class="tags">{block:HasTags}+{block:Tags}<a href="{TagURL}">{Tag}</a>;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  237.  
  238.  
  239.  
  240. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  241.  
  242. </div><!-- post -->
  243.  
  244. {/block:Posts}
  245.  
  246.  
  247. <br><br><br>
  248.  
  249. </body>
  250. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement