Advertisement
hawtornes

REUPLOAD - THEME9.

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