Advertisement
henrywinchester

Theme 01

May 17th, 2014
848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1. <!---
  2.  
  3. HENRYWINCHESTER'S THEMES
  4. THEME 01
  5.  
  6. --->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#b8b8b8"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Border" content="#dddddd"/>
  23.  
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  26. <meta name="color:Description" content="#b8b8b8"/>
  27.  
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 Text" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 5 Text" content="" />
  38. <meta name="text:Link 6" content="" />
  39. <meta name="text:Link 6 Text" content="" />
  40. <meta name="text:Link 7" content="" />
  41. <meta name="text:Link 7 Text" content="" />
  42. <meta name="if:Show Link 1" content="1" />
  43. <meta name="if:Show Link 2" content="1" />
  44. <meta name="if:Show Link 3" content="1" />
  45. <meta name="if:Show Link 4" content="1" />
  46. <meta name="if:Show Link 5" content="1" />
  47. <meta name="if:Show Link 6" content="1" />
  48. <meta name="if:Show Link 7" content="1" />
  49.  
  50. <meta name="color:Post Links" content="#b8b8b8"/>
  51.  
  52. <style type="text/css">
  53.  
  54. /* LAYOUT */
  55.  
  56. body {
  57. background: {color:Background};
  58. margin: 0px;
  59. color: {color:Text};
  60. font-family: 'Arial';
  61. font-size: 8px;
  62. line-height: 15px;
  63. letter-spacing: 0px;
  64. text-align: justify;
  65. text-transform: lowercase;}
  66.  
  67. h1 {
  68. font-size: 15px;
  69. letter-spacing: 1px;
  70. font-family: 'Baskerville';
  71. font-style: none;
  72. color: {color:Sidebar Links};
  73. text-transform: lowercase;
  74. font-style: italic;
  75. line-height: 13px;
  76. text-align: left;
  77. padding: 0px;}
  78.  
  79. small {
  80. font-size: 9px;}
  81.  
  82. sub {
  83. font-size: 9px;}
  84.  
  85. big {
  86. font-size: 9px;}
  87.  
  88. a {
  89. text-decoration: none;
  90. outline: none;
  91. -moz-outline-style: none;
  92. color: {color:Post Links};}
  93.  
  94. a:hover {
  95. color: {color:Hover};
  96. -moz-transition-duration: 0.3s;
  97. -webkit-transition-duration: 0.3s;
  98. -o-transition-duration: 0.3s;}
  99.  
  100. img {
  101. border: none;}
  102.  
  103. blockquote {
  104. border-left: 1px solid #dddddd;
  105. padding: 3px 20px 3px 20px;
  106. margin: 5px;
  107. font-family: 'Arial';
  108. font-style: none;}
  109.  
  110. blockquote img {
  111. max-width: 360px;}
  112.  
  113. .caption {
  114. text-align: left;
  115. margin-top: 5px;
  116. font-size: 9px;
  117. font-family: 'Arial';
  118. padding: 5px 0px 0px 5px;
  119. display: block;
  120. color: {color:Text};
  121. {block:ifNot400pxposts}
  122. max-width: 500px!important;
  123. {/block:ifNot400pxposts}
  124. {block:if400pxposts}
  125. max-width: 400px!important;
  126. {/block:if400pxposts}}
  127.  
  128. .caption img {
  129. max-width: 360px;}
  130.  
  131. #pagination {
  132. font-family: 'Helvetica';
  133. width: 500px;
  134. margin-left: 15px;
  135. font-size: 9px;
  136. margin-top: 40px;
  137. margin-bottom: 70px;
  138. padding-left: 5px;
  139. text-transform: uppercase;
  140. word-spacing: 15px;
  141. letter-spacing: 1px;
  142. text-align: center;}
  143.  
  144. #pagination a {
  145. color: {color:Post Links};}
  146.  
  147. /* POSTS */
  148.  
  149. #entries {
  150. padding: 10px;
  151. width: 500px;
  152. margin-left: 460px;
  153. margin-top: -20px;
  154. font-size: 9px;
  155. font-family: 'Arial';
  156. letter-spacing: 0px;}
  157.  
  158. #entries a:hover {
  159. color: {color:Hover};}
  160.  
  161. #post {
  162. width: 500px;
  163. padding-bottom: 40px;
  164. padding: 25px;
  165. margin-top: 50px;}
  166.  
  167. /* POST INFO */
  168.  
  169. #info {
  170. width: 500px;
  171. text-align: left;
  172. font-family: 'Calibri';
  173. margin-top: -3px;
  174. letter-spacing: 1px;
  175. font-size: 7px;
  176. font-style: none;
  177. padding-top: 8px;
  178. line-height: 10px;
  179. border-top: 1px solid;
  180. text-transform: uppercase;
  181. border-color: {color:Border};}
  182.  
  183. #info a {
  184. text-align: center;
  185. color: {color:Post Links};}
  186.  
  187. #info a:hover {
  188. -moz-transition-duration: 0.3s;
  189. -webkit-transition-duration: 0.3s;
  190. -o-transition-duration: 0.3s;
  191. color: {color:Hover}}
  192.  
  193. #tags {
  194. float: left;
  195. width: 489px;
  196. margin-top: -3px;
  197. margin-left: -5px;
  198. text-align: center;
  199. font-size: 8px;
  200. padding: 5px;
  201. color: {color:Post Links};}
  202.  
  203. #tags a {
  204. letter-spacing: 0px;
  205. text-align: center;
  206. font-size: 8px;
  207. text-decoration: none;
  208. display: inline-block;}
  209.  
  210. #tags a:hover {
  211. background-color: #ffffff;
  212. -moz-transition-duration: 0.3s;
  213. -webkit-transition-duration: 0.3s;
  214. -o-transition-duration: 0.3s;
  215. color: {color:Hover};}
  216.  
  217. ol.notes {
  218. margin: 0px;
  219. padding: 0px;
  220. padding-left: 20px;
  221. padding-bottom: 30px;
  222. text-align: left;
  223. margin-top: 30px;
  224. list-style-type: none;
  225. background: none repeat scroll 0 0 #ffffff;}
  226.  
  227. ol.notes li.note {
  228. padding: 3px;}
  229.  
  230. ol.notes li.note img.avatar {
  231. height: 16px;
  232. width: 16px;
  233. margin-right: 5px;
  234. vertical-align: -4px;}
  235.  
  236. ol.notes li.note blockquote {
  237. border-color: #ffffff;
  238. margin: 10px 0 0 25px;
  239. padding: 4px 10px;}
  240.  
  241. ol.notes li.note blockquote a {
  242. text-decoration: none;}
  243.  
  244. /* SIDEBAR */
  245.  
  246. #sidebar {
  247. position: fixed;
  248. margin-left: 180px;
  249. margin-top: 90px;}
  250.  
  251. #sidebarimage {
  252. width: 245px;}
  253.  
  254. #sidebarimage img {
  255. width: 245px;
  256. margin-top: 150px;
  257. padding: 3px;
  258. padding-bottom: 5px;
  259. margin-left: -5px;}
  260.  
  261. #description {
  262. text-align: justify;
  263. font-family: 'Arial';
  264. width: 240px;
  265. margin-top: 0px;
  266. margin-left: 1px;
  267. font-size: 9px;
  268. position: fixed;
  269. word-spacing: 2px;
  270. text-transform: lowercase;
  271. color: {color:Description};}
  272.  
  273. .links {
  274. width: 250px;
  275. font-family: 'Baskerville';
  276. padding: 4px;
  277. text-align: center;
  278. text-transform: lowercase;
  279. position: fixed;
  280. font-style: italic;
  281. margin-top: 3px;
  282. margin-left: -9px;}
  283.  
  284. .links a {
  285. width: 94px;
  286. padding: 3px;
  287. font-size: 10px;
  288. letter-spacing: 1px;
  289. color: {color:Sidebar Links};}
  290.  
  291. .links a:hover {
  292. -moz-transition-duration:0.3s;
  293. -webkit-transition-duration:0.3s;
  294. -o-transition-duration:0.3s;
  295. color: {color:Hover};}
  296.  
  297. /* ASKS */
  298.  
  299. #asker {
  300. letter-spacing: 0px;
  301. font-size: 9px;
  302. padding-bottom: 5px;
  303. font-family: 'Arial';
  304. text-transform: lowercase;
  305. line-height: 100%;
  306. background-color: none;}
  307.  
  308. {CustomCSS}
  309. </style>
  310. </head>
  311.  
  312. <body>
  313.  
  314. <div id="sidebar">
  315.  
  316. <div id="sidebarimage">
  317. <img src="{image:Sidebar}"></a>
  318.  
  319. <div id="description">
  320. {Description}
  321.  
  322. <div class="links">
  323. <a href="/">Index</a> ・
  324. <a href="/ask">Contact</a> ・
  325. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a> ・{/block:IfShowLink1}
  326. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a> ・{/block:IfShowLink2}
  327. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}<br>
  328. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a> ・{/block:IfShowLink4}
  329. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a> ・{/block:IfShowLink5}
  330. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a> ・{/block:IfShowLink6}
  331. {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a> ・{/block:IfShowLink7}
  332. <a href="http://henrywinchester.tumblr.com/">Theme</a>
  333.  
  334. </div></div></div></div>
  335.  
  336. <div id="entries">
  337.  
  338. {block:Posts}
  339. <div id="post">
  340.  
  341. {block:Text}
  342. <h1>{block:Title}{Title}{/block:Title}</h1>
  343. {Body}{/block:Text}
  344.  
  345. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}"></a><br>{LinkCloseTag}
  346. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photo}
  347.  
  348. {block:Photoset}{Photoset-500}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photoset}
  349.  
  350. {block:Quote}"{Quote}"
  351. {block:Source}<div class="qsource"><b><i> — &nbsp;{Source}</i></b></div>{/block:Source}{/block:Quote}
  352.  
  353. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  354.  
  355. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  356.  
  357. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  358. {/block:ExternalAudio}{block:TrackName}<p><b>Title:</b> {TrackName}{/block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp;{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Caption}<br><span class="caption">{Caption}</span>{/block:Caption}{/block:Audio}<br>
  359.  
  360. {block:Video}{Video-500}<br>{block:Caption}{Caption}<br>{/block:Caption}{/block:Video}
  361.  
  362. {block:Answer} <br><div id="asker"><span style="text-align:right; font-style:italic;"><b><i>{Asker} asked:</i></b><br></span></div> <span style="font-size:9px;">{Question}</span> <left><div style="margin-top:3px; font-size:9px;padding-bottom:6px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  363.  
  364. {block:Date}<div id="info"> <span style="background:#f5f5f5; padding-left:5px; padding-right:5px; font-size:8px;">{DayOfWeek}, {Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</span>
  365. {/block:Date} {block:NoteCount} &nbsp;<span style="font-size:8px;">( <font color="#d71732">&hearts;</font> <a href="{Permalink}">{NoteCount}</a> )</span> {/block:NoteCount}</div>
  366.  
  367. <div style="float:right; margin-top:-11px;"> {block:RebloggedFrom}
  368. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  369. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  370. <a title="{SourceTitle}" href="{SourceURL}"></a></div>
  371.  
  372. {block:HasTags}<div class="tags">
  373. {block:Tags} <span style="font-size:9px;"><a href="{TagURL}"> #{Tag} </a>&nbsp;&nbsp;</span> {/block:Tags}</div>{/block:HasTags}
  374.  
  375. <div class="postnote">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  376.  
  377. </div>
  378. {/block:Posts}
  379.  
  380. {block:Pagination}<div id="pagination">
  381. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  382. {block:JumpPagination length="10"}
  383. {block:CurrentPage}<span class="current_page">{PageNumber}</span>
  384. {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  385. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  386. </div>{/block:Pagination}
  387.  
  388. </div>
  389. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement