Advertisement
hawtornes

THEME2.

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