Advertisement
hawtornes

THEME6.

Dec 1st, 2012
3,885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 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 #6 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:Link Bg" content="#fcfcfc"/>
  15. <meta name="color:Info" content="f0f0f0"/>
  16. <meta name="color:Tags" content="f0f0f0"/>
  17. <meta name="color:Hover" content="#f2f2f2"/>
  18. <meta name="color:Description" content="#f2f2f2"/>
  19. <meta name="color:Line" content="#f2f2f2"/>
  20. <meta name="color:Border" content="#e4e4e4"/>
  21. <meta name="color:Answer" content="#f8f8f8"/>
  22. <meta name="image:sidebar" content=""/>
  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.  
  34. <style type="text/css">
  35.  
  36. body {
  37. background:{color:background};
  38. margin:0px;
  39. color:{color:text};
  40. font-family:Calibri;
  41. font-size:9px;
  42. line-height:100%;
  43. }
  44.  
  45. a {
  46. text-decoration:none;
  47. outline:none;
  48. -moz-outline-style:none;
  49. color:{color:link};
  50. }
  51.  
  52. img {
  53. border:none;
  54. }
  55.  
  56. blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. blockquote blockquote {
  62. padding-left:5px;
  63. border-left:2px solid;
  64. }
  65.  
  66. h1 {
  67. font-size:9px;
  68. text-transform:uppercase;
  69. }
  70.  
  71. a:hover {
  72. opacity:10;
  73. color:{color:hover};
  74. -webkit-transition: all 0.7s ease;
  75. -moz-transition: all 0.7s ease;
  76. -o-transition: all 0.7s ease
  77. }
  78.  
  79. #entries {
  80. padding:10px;
  81. width:500px;
  82. margin-left:500px;
  83. margin-top:40px;
  84. font-size:10px;
  85. }
  86.  
  87. #post {
  88. width:500px;
  89. padding-bottom:20px;
  90. padding:20px;
  91. margin-top:50px;
  92. font-family:cambria;
  93. }
  94.  
  95. #sidebar {
  96. width:130px;
  97. position:fixed;
  98. margin-left:210px;
  99. margin-top:150px;
  100. background-color:{color:Sidebar};
  101. }
  102.  
  103. #sidebarimage {
  104. width 130px;
  105. }
  106.  
  107. #sidebarimage img {
  108. width:130px;
  109. height:160px;
  110. border:1px solid;
  111. border-color: {color:border};
  112. padding:3px;
  113. background-color:{color:Sidebar};
  114. }
  115.  
  116. .links {
  117. width:180px;
  118. font-family:cambria;
  119. padding: 9px;
  120. font-size:10px;
  121. margin-left: 35px;
  122. text-align:center;
  123. margin-top: -150px;
  124. margin-left:-193px;
  125. text-align:right;
  126. text-transform:uppercase;
  127. position:fixed;
  128. color: {color:Link}
  129. line-height: 13px;
  130. }
  131.  
  132. .links a {
  133. font-size: 8px;
  134. height: 14px;
  135. background-color: {color:Link Bg};
  136. letter-spacing: 1px;
  137. margin-bottom: -10px;
  138. margin-left: 5px;
  139. opacity:1;
  140. }
  141.  
  142. .links a:hover {
  143. color:{color:Hover}
  144. }
  145.  
  146. #title {
  147. font-size:8px;
  148. position:fixed;
  149. font-family:calibri;
  150. text-align:center;
  151. margin-left:352px;
  152. margin-top:157px;
  153. text-transform:uppercase;
  154. width:70px;
  155. text-align:left;
  156. }
  157.  
  158. #description {
  159. padding:5px;
  160. text-align:left;
  161. margin-left:350px;
  162. width:90px;
  163. margin-top:180px;
  164. font-size: 8px;
  165. font-family:cambria;
  166. text-transform:uppercase;
  167. position:fixed;
  168. background-color:{color:Description};
  169. }
  170.  
  171. #pagination {
  172. width:130px;
  173. font-size:8px;
  174. text-align:center;
  175. margin-left:216px;
  176. margin-top:328px;
  177. position:fixed;
  178. font-family:arial;
  179. letter-spacing:2px;
  180. }
  181.  
  182. #info {
  183. background-color:{color:Info};
  184. height:12px;
  185. font-family:calibri;
  186. text-align:center;
  187. margin-top:10px;
  188. text-transform:uppercase;
  189. font-size:8px;
  190. font-style:none;
  191. border-top:1px solid {color:Line}
  192.  
  193. }
  194.  
  195. #tags {
  196. font-family:calibri;
  197. letter-spacing:0px;
  198. text-transform:uppercase;
  199. font-size:8px;
  200. margin-top:7px;
  201. text-align:center;
  202. }
  203.  
  204. #tags
  205. a {display:inline; background-color:{color:Tags};
  206. padding:-4px;
  207. text-align:left;
  208. -webkit-transition: all 0.6s ease-in-out;
  209. -moz-transition: all 0.6s ease-in-out;
  210. -o-transition: all 0.6s ease-in-out;
  211. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  212.  
  213. #asker {
  214. padding:10px;
  215. font-family:cambria;
  216. letter-spacing:1px;
  217. text-align:left;
  218. background-color:{color:Answer}
  219. }
  220.  
  221. #cred {
  222. position:fixed;
  223. width:55px;
  224. font-family:cambria;
  225. text-transform:lowercase;
  226. font-size:9px;
  227. letter-spacing:1px;
  228. font-style:italic;
  229. right:-5px;
  230. bottom:10px;
  231. color:{color:text};
  232. background-color:{color:Link Bg};
  233. padding:3px;
  234. border:1px solid {color:border};
  235. }
  236.  
  237. {CustomCSS}</style></head><body>
  238.  
  239. <div id="sidebar">
  240.  
  241. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  242.  
  243. <div class="links">
  244.  
  245. <a href="/">HOME</a><br><br>
  246. <a href="/faq">ASK</a><br><br>
  247. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br><br>
  248. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br><br>
  249. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  250. </div>
  251. </div>
  252.  
  253. <div id="description">{Description}</div>
  254.  
  255. <div id="title">{Title}</div>
  256.  
  257. {block:Pagination}<div id="pagination">
  258. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  259. {block:JumpPagination length="5"}
  260. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  261. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  262. {/block:JumpPagination}
  263. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  264. </div>{/block:Pagination}
  265.  
  266. <div id="entries">{block:Posts}<div id="post">
  267.  
  268. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  269.  
  270. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  271.  
  272. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  273.  
  274. {block:Quote}{Quote}{/block:Quote}
  275.  
  276. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  277.  
  278. {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>
  279. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  280. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  281. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  282. {/block:Audio}
  283.  
  284. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  285.  
  286. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker}:</span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  287.  
  288.  
  289. <div id="info">
  290. posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</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} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  291. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  292. {/block:Posts}
  293. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  294. {/block:Posts}</div></div></div>
  295.  
  296. <div id="cred"><a href="http://hawtornes.tumblr.com/"><b>hawtornes</b></a></div>
  297. </div>
  298.  
  299. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement