Advertisement
hawtornes

THEME12.

Apr 6th, 2013
1,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 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 #12 by hawtornes | tumblr DON'T STEAL, please--->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:SidCircle" content="#ffffff"/>
  12. <meta name="color:Text" content="#a8a8a8"/>
  13. <meta name="color:Post Bg" content="#a8a8a8"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Title" content="#a8a8a8"/>
  16. <meta name="color:Tags" content="fafafa"/>
  17. <meta name="color:Tags Backg Hover" content="020202"/>
  18. <meta name="color:SBackground" content="020202"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:SidBorder" content="#ffffff"/>
  21. <meta name="color:Answer" content="#f8f8f8"/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:sidebar bg" content=""/>
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 1 Text" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 2 Text" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 3 Text" content="" />
  30. <meta name="if:Show Link 1" content="1" />
  31. <meta name="if:Show Link 2" content="1" />
  32. <meta name="if:Show Link 3" content="1" />
  33.  
  34. <style type="text/css">
  35.  
  36. body {
  37. background:{color:background};
  38. margin:0px;
  39. color:{color:text};
  40. font-family:Consolas;
  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:120px;
  83. margin-top:40px;
  84. font-size:10px;
  85. font-family:calibri;
  86. letter-spacing:1px;
  87. }
  88.  
  89. #post {
  90. width:500px;
  91. padding-bottom:20px;
  92. padding:20px;
  93. margin-top:50px;
  94. background-color: {color:Post Bg};
  95. }
  96.  
  97.  
  98. #sidebar {
  99. width:150px;
  100. height:1000px;
  101. position:fixed;
  102. margin-left:700px;
  103. margin-top:-60px;
  104. background-color: {color:sbackground};
  105. background-image:url('{image:Sidebar bg}');
  106. }
  107.  
  108. #sidebarimage {
  109. width 130px;
  110. }
  111.  
  112. #sidebarimage img {
  113. width:100px;
  114. margin-top:200px;
  115. margin-left:19px;
  116. background-color:{color:SidCircle};
  117. border:1px solid;
  118. border-color: {color:SidBorder};
  119. padding:3px;
  120. border-radius:100%;
  121. }
  122.  
  123. #sidebar:hover .links {
  124. opacity:1;
  125. -moz-transition-duration:0.6s;
  126. -webkit-transition-duration:0.6s;
  127. -o-transition-duration:0.6s;}
  128.  
  129. .links {
  130. position:fixed;
  131. width:80px;
  132. z-index:-1px;
  133. font-family:'Trebuchet MS';
  134. text-transform:uppercase;
  135. padding:1px;
  136. font-size:7px;
  137. letter-spacing:1px;
  138. margin-left:32px;
  139. margin-top:-85px;
  140. font-style:none;
  141. position:fixed;
  142. text-align:center;
  143. opacity:0;
  144. -moz-transition-duration:0.8s;
  145. -webkit-transition-duration:0.8s;
  146. -o-transition-duration:0.8s;
  147. }
  148.  
  149. .links a {
  150. color:#727272;
  151. background-color:#fcfcfc;
  152. letter-spacing:1px;
  153. display:block;
  154. padding:1px;
  155. margin-bottom:1px;
  156. -moz-transition-duration:1s;
  157. -webkit-transition-duration:1s;
  158. -o-transition-duration:1s;}
  159.  
  160. .links a:hover {
  161. color:#fff;
  162. background-color:#000;
  163. z-index:-2;
  164. -moz-transition-duration:0.4s;
  165. -webkit-transition-duration:0.4s;
  166. -o-transition-duration:0.4s;
  167. }
  168.  
  169. #title {
  170. font-size:8px;
  171. position:fixed;
  172. font-family:calibri;
  173. margin-left:146px;
  174. margin-top:156px;
  175. text-transform:uppercase;
  176. width:50px;
  177. text-align:right;
  178. color:{color:Title}
  179. }
  180.  
  181. #description {
  182. padding: 12px;
  183. margin-left: 13px;
  184. margin-top: 14px;
  185. width: 100px;
  186. line-height: 100%;
  187. text-align:justify;
  188. font-family:'Trebuchet Ms';
  189. text-transform:uppercase;
  190. font-size: 7px;
  191. font-style: none;
  192. position:fixed;
  193. background-color:#fcfcfc;
  194. }
  195.  
  196. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;
  197. }
  198.  
  199. #pagination {
  200. width:80px;
  201. height:20px;
  202. position:fixed;
  203. font-size:8px;
  204. text-align:center;
  205. font-family:'Trebuchet Ms';
  206. margin-left:735px;
  207. margin-top:613px;
  208. border-color: {color:border};
  209. background-color:#f3f3f3;
  210. }
  211.  
  212. #info {
  213. font-family:'Trebuchet MS';
  214. background-color:#fafafa;
  215. font-size:7px;
  216. font-style:none;
  217. padding:8px;
  218. text-transform:uppercase;
  219. letter-spacing:1px;
  220. text-align:center;
  221. padding-right:0px;
  222. -moz-transition-duration:0.5s;
  223. -webkit-transition-duration:0.5s;
  224. -o-transition-duration:0.5s;
  225. }
  226.  
  227. #info a {
  228. color:#727272;
  229. text-align:center;
  230. letter-spacing:1px;
  231. }
  232.  
  233. #info a:hover {
  234. color:transparent;
  235. }
  236.  
  237. #tags {
  238. font-family:'Trebuchet MS';
  239. letter-spacing:1px;
  240. text-transform:uppercase;
  241. font-size:7px;
  242. margin-top:4px;
  243. text-align:right;
  244. }
  245.  
  246. #tags a {
  247. display:inline;
  248. background-color:{color:Tags};
  249. padding:-3px;
  250. text-align:left;
  251. -webkit-transition: all 0.6s ease-in-out;
  252. -moz-transition: all 0.6s ease-in-out;
  253. -o-transition: all 0.6s ease-in-out;
  254. -ms-transition: all 0.6s ease-in-out;
  255. transition: all 0.6s ease-in-out;
  256. }
  257.  
  258. #tags a:hover {
  259. display:inline;
  260. background-color:{color:Tags Backg Hover};
  261. padding:-3px;
  262. text-align:left;
  263. -webkit-transition: all 0.6s ease-in-out;
  264. -moz-transition: all 0.6s ease-in-out;
  265. -o-transition: all 0.6s ease-in-out;
  266. -ms-transition: all 0.6s ease-in-out;
  267. transition: all 0.6s ease-in-out;
  268. }
  269.  
  270. #asker {
  271. padding:10px;
  272. font-family:'Trebuchet MS';
  273. font-size:7px;
  274. letter-spacing:1px;
  275. text-align:left;
  276. text-transform:uppercase;
  277. background-color:{color:Answer}
  278. }
  279.  
  280. #note {
  281. font-family:consolas;
  282. letter-spacing:1px;
  283. text-transform:uppercase;
  284. font-size:8px;
  285. margin-top:4px;
  286. text-align:left;
  287. }
  288.  
  289. #cred {
  290. position:fixed;
  291. width:55px;
  292. font-family:'Trebuchet Ms';
  293. text-transform:uppercase;
  294. font-size:7px;
  295. letter-spacing:2px;
  296. right:-7px;
  297. bottom:2px;
  298. color:{color:text};
  299. padding:3px;
  300. border:1px solid {color:#fafafa};
  301. }
  302.  
  303. {CustomCSS}</style></head><body>
  304.  
  305. <div id="sidebar">
  306.  
  307. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  308.  
  309. <div id="description">{Description}</div>
  310.  
  311. <div class="links">
  312.  
  313. <a href="/">HOME</a>
  314. <a href="/ask">ASK</a>
  315. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  316. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  317. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  318. </div>
  319. </div>
  320.  
  321. {block:Pagination}<div id="pagination">
  322. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  323. {block:JumpPagination length="0"}
  324. {block:CurrentPage}<br><br><span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  325. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  326. {/block:JumpPagination}
  327. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  328. </div>{/block:Pagination}
  329.  
  330. <div id="entries">{block:Posts}<div id="post">
  331.  
  332. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  333.  
  334. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  335.  
  336. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  337.  
  338. {block:Quote}{Quote}{/block:Quote}
  339.  
  340. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  341.  
  342. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  343.  
  344. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  345. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  346. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  347. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  348. {/block:Audio}
  349.  
  350. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer}<div id="asker"><span style="font-style:bold;font-family:cambria;font-size:8px;font-style:italic;"><b>{Asker}:</b></span> {Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
  353.  
  354. <div id="info">
  355. {block:Date} <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom}&nbsp;&nbsp;via &nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} source&nbsp;<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</span> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  356.  
  357. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Tags}</div>
  358.  
  359. <div class="note">
  360. {block:PostNotes}{PostNotes}{/block:PostNotes}
  361. </div>
  362. </div>
  363. {/block:Posts}
  364.  
  365. </div>
  366.  
  367. <div id="cred"><a href="http://hawtornes.tumblr.com/"><b><center>theme</b></a></div>
  368. </div>
  369.  
  370. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement