Advertisement
hawtornes

THEME14.

May 26th, 2013
3,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 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 #14 by hawtornes--->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Sidebar" content="#ffffff"/>
  12. <meta name="color:Text" content="#a8a8a8"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Scrollbar" content="#000000"/>
  15. <meta name="color:scrollbg" content="#ffffff"/>
  16. <meta name="color:Tags" content="f0f0f0"/>
  17. <meta name="color:Hover" content="#f2f2f2"/>
  18. <meta name="color:SidebarImag" content="#f2f2f2"/>
  19. <meta name="color:Line" content="#f2f2f2"/>
  20. <meta name="color:Border" content="#e4e4e4"/>
  21. <meta name="color:LinksBg" content="#e4e4e4"/>
  22. <meta name="color:Post" content="#ffffff"/>
  23. <meta name="color:Answer" content="#f8f8f8"/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar bg" content=""/>
  26. <meta name="image:background" content=""/>
  27. <meta name="image:header" content=""/>
  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="if:Show Link 1" content="1" />
  35. <meta name="if:Show Link 2" content="1" />
  36. <meta name="if:Show Link 3" content="1" />
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {height: auto;width: 7px;}
  42. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  43. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  44.  
  45. body {
  46. background:{color:background};
  47. margin:0px;
  48. color:{color:text};
  49. font-family:Calibri;
  50. font-size:9px;
  51. line-height:100%;
  52. letter-spacing:1px;
  53. background-image:url('{image:Background}');
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. h1 {
  78. font-size:14px;
  79. letter-spacing:3px;
  80. text-transform:lowercase;
  81. font-family:playfair display;
  82. font-style:italic;
  83. line-height:10px;
  84. }
  85.  
  86. a:hover {
  87. opacity:10;
  88. color:{color:hover};
  89. -webkit-transition: all 0.7s ease;
  90. -moz-transition: all 0.7s ease;
  91. -o-transition: all 0.7s ease
  92. }
  93.  
  94. #entries {
  95. padding:10px;
  96. width:500px;
  97. margin-left:432px;
  98. margin-top:-10px;
  99. font-size:10px;
  100. }
  101.  
  102. #post {
  103. width:500px;
  104. padding-bottom:20px;
  105. padding:20px;
  106. margin-top:20px;
  107. background-color:{color:Post};
  108. padding:7px;
  109. border:1px solid;
  110. border-color: {color:Border};
  111. border-radius:2px;
  112. }
  113.  
  114. #sidebar {
  115. width:113px;
  116. height:1003px;
  117. position:fixed;
  118. margin-left:315px;
  119. margin-top:20px;
  120. background-color:{color:Sidebar};
  121. border:1px solid;
  122. border-color: {color:Border};
  123. border-radius:2px;
  124. }
  125.  
  126. #sidebarimage {
  127. width 130px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:80px;
  132. margin-left:12px;
  133. margin-top:7px;
  134. padding:3px;
  135. background-color:{color:SidebarImag};
  136. border:1px solid;
  137. border-color: {color:Border};
  138. border-radius:2px;
  139. }
  140.  
  141. #header {
  142. width:600px;
  143. height:243px;
  144. margin-top:0px;
  145. margin-left:315px;
  146. }
  147.  
  148. #header img {
  149. width:649px;
  150. height:243px;
  151. }
  152.  
  153. .links {
  154. width:635px;
  155. font-family:'Trebuchet Ms';
  156. padding: 7px;
  157. font-size:7px;
  158. margin-left: 0px;
  159. text-align:center;
  160. margin-top:0px;
  161. margin-left:315px;
  162. text-align:center;
  163. text-transform:uppercase;
  164. background-color:{color:LinksBg};
  165. border:0px solid;
  166. border-color: {color:#1D1D1D};
  167. border-radius:2px;
  168. }
  169.  
  170. .links a {
  171. width:90px;
  172. padding:4px;
  173. font-size: 7px;
  174. letter-spacing:3px;
  175. }
  176.  
  177. .links a:hover {
  178. color:{color:Hover}
  179. background-color:#fffff;
  180. }
  181.  
  182. #description {
  183. padding:7px;
  184. text-align:justify;
  185. font-family:'Trebuchet Ms';
  186. margin-left:9px;
  187. width:78px;
  188. margin-top:5px;
  189. font-size: 7px;
  190. text-transform:uppercase;
  191. position:fixed;
  192. letter-spacing:1px;
  193. background-color:#ffffff;
  194. border:1px solid;
  195. border-color: {color:Border};
  196. border-radius:2px;
  197. line-height:8px;
  198.  
  199. }
  200.  
  201.  
  202. #pagination {
  203. width:105px;
  204. padding:7px;
  205. position:fixed;
  206. font-size:49px;
  207. text-align:center;
  208. font-family:cambria;
  209. margin-left:938px;
  210. margin-top:209px;
  211. letter-spacing:1px;
  212. }
  213.  
  214. #info {
  215. text-align:left;
  216. font-family:'Trebuchet Ms';
  217. margin-top:10px;
  218. text-transform:uppercase;
  219. letter-spacing:1px;
  220. font-size:7px;
  221. font-style:none;
  222. padding:3px;
  223. border-top:1px solid {color:Line};
  224. background-color:#fdfdfd;
  225. line-height:92%;
  226. border:1px solid;
  227. border-color: {color:Border};
  228. border-radius:3px;
  229. }
  230.  
  231. #info a {
  232. text-align:center;
  233. letter-spacing:1px;
  234. }
  235.  
  236. #info a:hover {
  237. color:transparent;
  238. }
  239.  
  240. #tags {
  241. font-family:'Trebuchet Ms';
  242. letter-spacing:1px;
  243. text-transform:uppercase;
  244. font-size:7px;
  245. margin-top:4px;
  246. text-align:left;
  247. }
  248.  
  249. #asker {
  250. padding:7px;
  251. font-family:'Trebuchet Ms';
  252. font-size:7px;
  253. letter-spacing:1px;
  254. text-align:left;
  255. text-transform:uppercase;
  256. border:1px solid;
  257. border-color: {color:Border};
  258. border-radius:5px;
  259. background-color:{color:Answer}
  260. }
  261.  
  262. {CustomCSS}</style></head><body>
  263.  
  264. <div id="header"><img src="{image:header}"/></div>
  265. <div style="color:{color:#fff};"><div class="links">
  266. <a href="/">home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  267. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  268. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  269. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  270. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  271. <a href="http://hawtornes.tumblr.com">cred</a></div>
  272. </div></div>
  273. <div id="sidebar">
  274. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  275. <div id="description">{Description}</div></div>
  276.  
  277.  
  278. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  279. </div>
  280.  
  281. <div id="entries">{block:Posts}<div id="post">
  282.  
  283. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  284.  
  285. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  286.  
  287. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  288.  
  289. {block:Quote}{Quote}{/block:Quote}
  290.  
  291. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  292.  
  293. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  294.  
  295. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  296. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  297. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  298. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  299. {/block:Audio}
  300.  
  301. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  302.  
  303. {block:Answer}<div id="asker"><span style="font-style:bold;font-family:'Trebuchet Ms';font-size:7px;font-style:italic;"><b>{Asker}:</b></span> {Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
  304.  
  305. <div id="info">
  306. &nbsp;&nbsp;<a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <font color="red"><small><small>♥</small></small></font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  307. {block:HasTags}<div id="tags">&nbsp;&nbsp;<b>file under:</b>{block:Tags} &nbsp;&nbsp;#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  308. {/block:Posts}
  309. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  310. {/block:Posts}</div></div></div>
  311.  
  312. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement