Advertisement
hawtornes

THEME1.

Nov 10th, 2012
3,928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!---theme #1 by hawtornes--->
  5.  
  6.  
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="color:Text" content="#838282"/>
  9. <meta name="color:Link" content="#818181"/>
  10. <meta name="color:hover" content="#dfdfdf"/>
  11. <meta name="color:border" content="#dfdfdf"/>
  12. <meta name="color:linkb" content="#f0f0f0"/>
  13. <meta name="color:Scrollbar" content="#d6d3d4"/>
  14. <meta name="color:scrollbg" content="#ffffff"/>
  15. <meta name="image:sidebar" content=""/>
  16. <meta name="color:hover" content="#838282"/>
  17.  
  18. <meta name="text:Link1" content="" />
  19. <meta name="text:Link1 Title" content="" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="" />
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:background" content=""/>
  27.  
  28. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30. <head><title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar {height: auto;width: 6px;}
  40. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  41. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  42.  
  43.  
  44. body {
  45. background:{color:background};
  46. background-image: url('{image:background}') no-repeat fixed center;;
  47. margin:0px;
  48. color:{color:text};
  49. font-family:cambria;
  50. font-size:9px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. -webkit-transition: all 0.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. -o-transition: all 0.5s ease
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. border-left:1px solid;
  71. }
  72.  
  73. h1 {
  74. font-size:12px;
  75. font-family:cambria;
  76. text-transform:uppercase;
  77. }
  78.  
  79. a:hover {
  80. opacity:10;
  81. color:{color:hover};
  82. -webkit-transition: all 0.7s ease;
  83. -moz-transition: all 0.7s ease;
  84. -o-transition: all 0.7s ease
  85. }
  86.  
  87. small{
  88. font-size:8px;
  89. line-height:110%
  90. }
  91.  
  92. big {
  93. font-size:12px;
  94. line-height:110%
  95. }
  96.  
  97. b, strong{
  98. color:{color:text}
  99. }
  100. i, em {
  101. color:{color:text}
  102. }
  103. p{
  104. margin-top:5px;
  105. margin-bottom:5px
  106. }
  107. blockquote {
  108. padding:0px;
  109. padding-left:5px;
  110. margin:5px;
  111. border-left:1px dotted {color:text}
  112. }
  113.  
  114. blockquote img {
  115. max-width:300px
  116. }
  117.  
  118. ul, li img {
  119. max-with:250px
  120. }
  121.  
  122.  
  123. .audio {width:500px;height:160px;}
  124. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  125. .albumart img {width:150px;height:150px;float:left;}
  126. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  127. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  128. overflow:hidden;background-color:white;}
  129. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  130.  
  131. #entries {
  132. padding:10px;
  133. width:500px;
  134. margin-left:200px;
  135. margin-top:30px;
  136. }
  137.  
  138.  
  139. #post {
  140. width:500px;
  141. padding-bottom:3px;
  142. font-family:cambria;
  143. opacity:1;
  144. }
  145.  
  146. #sidebar {
  147. width:180px;
  148. position:fixed;
  149. margin-left:750px;
  150. margin-top:150px;
  151. opacity:1;
  152. }
  153.  
  154.  
  155. #sidebarimage {
  156. width 180px;
  157.  
  158. }
  159.  
  160. #sidebarimage img {
  161. width:180px;
  162. border:1px solid;
  163. border-color: {color:border};
  164. padding:3px;
  165. -webkit-transition: all 0.5s ease;
  166. -moz-transition: all 0.5s ease;
  167. -o-transition: all 0.5s ease
  168. }
  169.  
  170.  
  171. #links {
  172. font-family:cambria;
  173. font-size:8px;
  174. opacity:1;
  175. text-align:center;
  176. padding-top:54px;
  177. letter-spacing:1px;
  178. text-transform:uppercase;
  179. padding-bottom:5px;
  180. margin-top:-50px;
  181. margin-left:8px;
  182. }
  183.  
  184. #description {
  185. padding:5px;
  186. font-family:cambria;
  187. font-size: 9px;
  188. font-style:italic;
  189. opacity: 0.8;
  190. text-align:center;
  191. margin-top:-2px;
  192. margin-left:6px;
  193. }
  194.  
  195. #pagination {
  196. font-size:8px;
  197. text-align:center;
  198. color:{color:link};
  199. font-family: cambria;
  200. letter-spacing:2px;
  201. margin-left:11px;
  202. }
  203.  
  204. #info {
  205. text-align:center;padding:5px;
  206. margin-top:5px;
  207. margin-bottom:10px;
  208. text-transform: uppercase;
  209. font-family:cambria;
  210. font-size:8px;
  211. }
  212.  
  213. #tags {
  214. font-family:cambria;
  215. letter-spacing:1px;
  216. text-transform:uppercase;
  217. font-size:8px;
  218. margin-top:4px;
  219. }
  220.  
  221. #tags
  222. a {display:inline; background-color:{color:linkb};
  223. padding:-4px;
  224. text-align:left;
  225. -webkit-transition: all 0.6s ease-in-out;
  226. -moz-transition: all 0.6s ease-in-out;
  227. -o-transition: all 0.6s ease-in-out;
  228. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  229.  
  230. #asker {
  231. float:left;
  232. margin-right:5px;
  233. }
  234.  
  235. #asked {
  236. font-family:cambria;
  237. text-transform:lowercase;
  238. letter-spacing:1px;
  239. padding-bottom:3px;
  240. }
  241.  
  242. #notes {
  243. font-family:cambria;
  244. text-transform:lowercase;
  245. font-size:9px;
  246. }
  247.  
  248. #question {
  249. font-family:cambria;
  250. font-style:italic;
  251. font-size:10px;
  252. }
  253.  
  254. #answer {
  255. font-family:cambria;
  256. text-transform:uppercase;
  257. font-size:9px;
  258. }
  259.  
  260. {CustomCSS}</style></head><body>
  261.  
  262. <div id="sidebar">
  263.  
  264. <a href="/"><div id="sidebarimage"><img src="{image:sidebar}"></div></a>
  265.  
  266. <div id="links">
  267. <a href="/">home</a>
  268. <a href="/ask">askbox</a>
  269. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  270. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  271. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  272. </div>
  273.  
  274.  
  275. <div id="description">{Description}</div>
  276.  
  277. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage} OF {TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  278. </div>
  279.  
  280. <div id="entries">{block:Posts}<div id="post">
  281.  
  282. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  283.  
  284. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  285.  
  286. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  287.  
  288. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  289.  
  290. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  291.  
  292. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  293.  
  294. {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>
  295. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  296. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  297. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  298. {/block:Audio}
  299.  
  300. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  301.  
  302. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  303.  
  304. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  305. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  306. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  307. {/block:Posts}
  308. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  309. {/block:Posts}</div></div></div>
  310.  
  311. <div style="position:fixed;bottom:3px; right:3px; font-size:8px; text-transform:uppercase;"><a href="http://hawtornes.tumblr.com/">© hawtornes</a></center></div>
  312.  
  313. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement