Advertisement
hawtornes

THEME17.

Jun 30th, 2013
1,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.66 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---THEME #17 by hawtornes | tumblr DON'T STEAL, please--->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:SidCircle" content="#ffffff"/>
  12. <meta name="color:Text" content="#a8a8a8"/>
  13. <meta name="color:Post Bg" content="#a8a8a8"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Title" content="#a8a8a8"/>
  16. <meta name="color:Links Bg" content="#f3f3f3"/>
  17. <meta name="color:Tags" content="fafafa"/>
  18. <meta name="color:Tags Backg Hover" content="020202"/>
  19. <meta name="color:SBackground" content="020202"/>
  20. <meta name="color:Hover" content="#f2f2f2"/>
  21. <meta name="color:SidBorder" content="#ffffff"/>
  22. <meta name="color:Answer" content="#f8f8f8"/>
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 2 Text" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 3 Text" content="" />
  29. <meta name="if:Show Link 1" content="1" />
  30. <meta name="if:Show Link 2" content="1" />
  31. <meta name="if:Show Link 3" content="1" />
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. height:auto;
  37. background-color: #ddd;
  38. border: 2px solid #fff;
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. height:9px;
  43. width:9px;
  44. background-color: #ddd;
  45. border: 4px solid #fff;
  46. }
  47.  
  48. body {
  49. background:{color:background};
  50. margin:0px;
  51. color:{color:text};
  52. font-family:Consolas;
  53. font-size:9px;
  54. line-height:100%;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote {
  69. padding-left:5px;
  70. border-left:2px solid;
  71. }
  72.  
  73. blockquote blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. h1 {
  79. font-size:16px;
  80. letter-spacing:0px;
  81. text-transform:lowercase;
  82. font-family:arial;
  83. font-style:none;
  84. line-height:10px;
  85. text-align:center;
  86. }
  87.  
  88. a:hover {
  89. opacity:10;
  90. color:{color:hover};
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease
  94. }
  95.  
  96. #entries {
  97. padding:10px;
  98. width:500px;
  99. margin-left:220px;
  100. margin-top:40px;
  101. font-size:10px;
  102. font-family:calibri;
  103. letter-spacing:1px;
  104. }
  105.  
  106. #post {
  107. width:500px;
  108. padding-bottom:20px;
  109. padding:20px;
  110. margin-top:50px;
  111. background-color: {color:Post Bg};
  112. }
  113.  
  114.  
  115. #sidebar {
  116. width:200px;
  117. position:fixed;
  118. margin-left:80px;
  119. margin-top:220px;
  120. }
  121.  
  122.  
  123. #title {
  124. font-size:8px;
  125. position:fixed;
  126. font-family:calibri;
  127. margin-left:146px;
  128. margin-top:156px;
  129. text-transform:uppercase;
  130. width:50px;
  131. text-align:right;
  132. color:{color:Title}
  133. }
  134.  
  135. #description {
  136. padding: 12px;
  137. margin-left: 0px;
  138. margin-top: 67px;
  139. width: 88px;
  140. line-height: 100%;
  141. text-align:justify;
  142. font-family:'Trebuchet Ms';
  143. text-transform:uppercase;
  144. font-size: 7px;
  145. font-style: none;
  146. position:fixed;
  147. background-color:#fcfcfc;
  148. }
  149.  
  150. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;
  151. }
  152.  
  153. #pagination {
  154. width:104px;
  155. position:fixed;
  156. font-size:10px;
  157. text-align:center;
  158. font-family:'ARIAL';
  159. background-color:#fcfcfc;
  160. padding:4px;
  161. margin-top:5px;
  162. margin-left:-12px;
  163. }
  164.  
  165. #info {
  166. font-family:'Trebuchet MS';
  167. background-color:#fafafa;
  168. font-size:7px;
  169. font-style:none;
  170. padding:8px;
  171. text-transform:uppercase;
  172. letter-spacing:1px;
  173. text-align:center;
  174. padding-right:0px;
  175. margin-top:2px;
  176. -moz-transition-duration:0.5s;
  177. -webkit-transition-duration:0.5s;
  178. -o-transition-duration:0.5s;
  179. }
  180.  
  181. #info a {
  182. color:#727272;
  183. text-align:center;
  184. letter-spacing:1px;
  185. }
  186.  
  187. #info a:hover {
  188. color:transparent;
  189. }
  190.  
  191. #tags {
  192. font-family:'Trebuchet MS';
  193. letter-spacing:1px;
  194. text-transform:uppercase;
  195. font-size:7px;
  196. margin-top:6px;
  197. text-align:right;
  198. margin-left:6px;
  199. }
  200.  
  201. #tags a {
  202. display:inline;
  203. background-color:{color:Tags};
  204. padding:3px;
  205. text-align:left;
  206. -webkit-transition: all 0.6s ease-in-out;
  207. -moz-transition: all 0.6s ease-in-out;
  208. -o-transition: all 0.6s ease-in-out;
  209. -ms-transition: all 0.6s ease-in-out;
  210. transition: all 0.6s ease-in-out;
  211. }
  212.  
  213. #tags a:hover {
  214. display:inline;
  215. background-color:{color:Tags Backg Hover};
  216. padding:-3px;
  217. text-align:left;
  218. -webkit-transition: all 0.6s ease-in-out;
  219. -moz-transition: all 0.6s ease-in-out;
  220. -o-transition: all 0.6s ease-in-out;
  221. -ms-transition: all 0.6s ease-in-out;
  222. transition: all 0.6s ease-in-out;
  223. }
  224.  
  225. #asker {
  226. padding:14px;
  227. font-family:'arial';
  228. font-size:10px;
  229. letter-spacing:0px;
  230. text-align:left;
  231. margin-top:7px;
  232. text-transform:lowercase;
  233. background-color:#2e2e2e;
  234. }
  235.  
  236. #note {
  237. font-family:consolas;
  238. letter-spacing:1px;
  239. text-transform:uppercase;
  240. font-size:8px;
  241. margin-top:4px;
  242. text-align:left;
  243. }
  244.  
  245. #cred {
  246. position:fixed;
  247. font-family:'Trebuchet Ms';
  248. text-transform:uppercase;
  249. font-size:7px;
  250. letter-spacing:2px;
  251. right:0px;
  252. bottom:3px;
  253. color:{color:text};
  254. padding:3px;
  255. border:1px solid {color:#fafafa};
  256. padding:3px;
  257. background-color:#000;
  258. letter-spacing:0px;
  259. }
  260.  
  261. .links {
  262. position:fixed;
  263. width:45px;
  264. font-family:cambria;
  265. text-transform:lowercase;
  266. padding:4px;
  267. font-size:7px;
  268. letter-spacing:1px;
  269. margin-left:143px;
  270. margin-top:207px;
  271. font-style:italic;
  272. text-align:right;
  273. opacity:1;
  274. }
  275.  
  276. .links a {
  277. color:#000;
  278. margin-bottom:2px;
  279. background-color:{color:Links Bg};
  280. padding:1px;
  281. display:block;
  282. }
  283.  
  284. .links a:hover {
  285. color:#000;
  286. background-color:#fff;
  287. text-align:right;
  288. }
  289.  
  290. {CustomCSS}</style></head><body>
  291.  
  292. <div id="sidebar">
  293.  
  294. <div style="margin-top:-10px"><center><img src="{PortraitURL-64}" width="64" align="left"></center></div>
  295. <div id="description">{Description}
  296. {block:Pagination}<div id="pagination">
  297. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  298. {block:JumpPagination length="0"}
  299. {block:CurrentPage}<br><br><span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  300. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  301. {/block:JumpPagination}
  302. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  303. </div>{/block:Pagination}
  304. </div></div>
  305.  
  306.  
  307. <div class="links">
  308. <a href="/">home</a>
  309. <a href="/ask">ask</a>
  310. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  311. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  312. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  313. </div></div>
  314.  
  315. <div id="entries">{block:Posts}<div id="post">
  316.  
  317. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  318.  
  319. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  320.  
  321. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  322.  
  323. {block:Quote}<h2>"{Quote}"</h2>
  324. {block:Source}<div class="qsource"> —{Source}</div>{/block:Source}{/block:Quote}
  325.  
  326. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  327.  
  328. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  329.  
  330. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  331. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  332. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  333. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  334. {/block:Audio}
  335.  
  336. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  337.  
  338. {block:Answer}<div id="asker"><span style="font-family:'arial';text-align:lowercase;font-size:12px;font-style:italic;"><b>{Asker} asked:</b></span> {Question}</div><left><div style="letter-spacing:0px;background-color:#f8f8f8;padding:6px;margin-top:1px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  339.  
  340. <div id="info">
  341. {block:Date} <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom}&nbsp;&nbsp;via &nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} source&nbsp;<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</span> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  342.  
  343. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Tags}</div>
  344.  
  345. <div class="note">
  346. {block:PostNotes}{PostNotes}{/block:PostNotes}
  347. </div>
  348. </div>
  349. {/block:Posts}
  350.  
  351. </div>
  352.  
  353. <div id="cred"><a href="http://hawtornes.tumblr.com/"><b><center>theme</b></a></div>
  354. </div>
  355.  
  356. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement