Advertisement
hawtornes

THEME5.

Nov 26th, 2012
4,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 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 #5 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:Tags" content="f0f0f0"/>
  15. <meta name="color:Hover" content="#f2f2f2"/>
  16. <meta name="color:Line" content="#f2f2f2"/>
  17. <meta name="color:Border" content="#e4e4e4"/>
  18. <meta name="color:Post" content="#ffffff"/>
  19. <meta name="color:Answer" content="#f8f8f8"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:Link 1" content="" />
  22. <meta name="text:Link 1 Text" content="" />
  23. <meta name="text:Link 2" content="" />
  24. <meta name="text:Link 2 Text" content="" />
  25. <meta name="text:Link 3" content="" />
  26. <meta name="text:Link 3 Text" content="" />
  27. <meta name="if:Show Link 1" content="1" />
  28. <meta name="if:Show Link 2" content="1" />
  29. <meta name="if:Show Link 3" content="1" />
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35. background:{color:background};
  36. margin:0px;
  37. color:{color:text};
  38. font-family:Calibri;
  39. font-size:9px;
  40. line-height:100%;
  41. }
  42.  
  43. a {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. color:{color:link};
  48. }
  49.  
  50. img {
  51. border:none;
  52. }
  53.  
  54. blockquote {
  55. padding-left:5px;
  56. border-left:2px solid;
  57. }
  58.  
  59. blockquote blockquote {
  60. padding-left:5px;
  61. border-left:2px solid;
  62. }
  63.  
  64. h1 {
  65. font-size:9px;
  66. text-transform:uppercase;
  67. }
  68.  
  69. a:hover {
  70. opacity:10;
  71. color:{color:hover};
  72. -webkit-transition: all 0.7s ease;
  73. -moz-transition: all 0.7s ease;
  74. -o-transition: all 0.7s ease
  75. }
  76.  
  77. #entries {
  78. padding:10px;
  79. width:500px;
  80. margin-left:500px;
  81. margin-top:40px;
  82. font-size:10px;
  83. }
  84.  
  85. #post {
  86. width:500px;
  87. padding-bottom:20px;
  88. padding:20px;
  89. margin-top:50px;
  90. border:1px solid;
  91. border-color: {color:border};
  92. background-color:{color:Post};
  93. padding:20px;
  94. }
  95.  
  96. #sidebar {
  97. width:130px;
  98. position:fixed;
  99. margin-left:260px;
  100. margin-top:150px;
  101. background-color:{color:Sidebar};
  102. }
  103.  
  104. #sidebarimage {
  105. width 130px;
  106. }
  107.  
  108. #sidebarimage img {
  109. width:130px;
  110. border:1px solid;
  111. border-color: {color:border};
  112. padding:5px;
  113. border-radius:5px;
  114. background-color:{color:Sidebar};
  115. }
  116.  
  117. .links {
  118. width:180px;
  119. padding: 9px;
  120. font-size:10px;
  121. margin-left: -5px;
  122. text-align:center;
  123. margin-top: -130px;
  124. margin-left:140px;
  125. text-align:left;
  126. text-transform:uppercase;
  127. position:fixed;
  128. }
  129.  
  130. .links a {
  131. font-size: 8px;
  132. }
  133.  
  134. .links a:hover {
  135. color:{color:Hover}
  136. }
  137.  
  138. #description {
  139. padding:5px;
  140. text-align:center;
  141. margin-left:2px;
  142. width:130px;
  143. margin-top:4px;
  144. font-size: 8px;
  145. text-transform:uppercase;
  146. position:fixed;
  147. }
  148.  
  149. #pagination {
  150. font-size:8px;
  151. text-align:center;
  152. margin-left:60px;
  153. }
  154.  
  155. #info {
  156. text-align:left;
  157. margin-top:10px;
  158. text-transform:uppercase;
  159. font-size:8px;
  160. font-style:none;
  161. border-top:1px solid {color:Line}
  162. }
  163.  
  164. #tags {
  165. font-family:cambria;
  166. letter-spacing:0px;
  167. text-transform:lowercase;
  168. font-size:10px;
  169. font-style:italic;
  170. margin-top:4px;
  171. text-align:left;
  172. }
  173.  
  174. #tags
  175. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  176. -webkit-transition: all 0.6s ease-in-out;
  177. -moz-transition: all 0.6s ease-in-out;
  178. -o-transition: all 0.6s ease-in-out;
  179. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  180.  
  181. #asker {
  182. padding:10px;
  183. font-family:cambria;
  184. letter-spacing:1px;
  185. text-align:left;
  186. background-color:{color:Answer}
  187. }
  188.  
  189. {CustomCSS}</style></head><body>
  190.  
  191. <div id="sidebar">
  192.  
  193. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  194.  
  195. {block:Pagination}{/block:Pagination}
  196. <div id="description">{Description}</div>
  197.  
  198. <div class="links">
  199. {block:PreviousPage}<a href="{PreviousPage}"><b>BACK</b></a>{/block:PreviousPage}<br/>
  200. <a href="/">HOME</a><br>
  201. <a href="/ask">ASK</a><br>
  202. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  203. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br>
  204. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  205. <br>{block:NextPage}<a href="{NextPage}"><b>NEXT</b></a>{/block:NextPage}
  206. </div>
  207. </div>
  208.  
  209. <div id="entries">{block:Posts}<div id="post">
  210.  
  211. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  212.  
  213. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  214.  
  215. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  216.  
  217. {block:Quote}{Quote}{/block:Quote}
  218.  
  219. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  220.  
  221. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  222.  
  223. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  224. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  225. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  226. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  227. {/block:Audio}
  228.  
  229. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  230.  
  231. {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}
  232.  
  233.  
  234. <div id="info">
  235. <br>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>
  236. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  237. {/block:Posts}
  238. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  239. {/block:Posts}</div></div></div>
  240.  
  241. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; font-style:italic; letter-spacing:1px; font-family:cambria;"><a href="http://hawtornes.tumblr.com/"><b>hawtornes</b></a></center></div>
  242.  
  243. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement