Advertisement
Guest User

buriedlies

a guest
Jan 9th, 2012
1,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 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>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <meta name="color:Title Colour" content="#797979"/>
  6. <title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  15.  
  16. <style type="text/css">
  17. body {
  18. background-image: url('http://static.tumblr.com/kw9ut5n/ctPl25sop/background.png');
  19. margin: 50px 0px 0px 50px;
  20. font-family: Arial, Helvetica, sans-serif;
  21. background-color: #151515;
  22. color: #444;
  23. font-size: 18px;
  24. }
  25. a {
  26. text-decoration: none;
  27. color: #797979;
  28. }
  29. a:hover {
  30. color: #9b9b9b;
  31. }
  32. h1 {
  33. font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  34. font-size: 48px;
  35. text-align: right;
  36. margin-bottom: 0px;
  37. margin-top: 0px;
  38. text-transform: uppercase;
  39. }
  40. h1 a {
  41. color: {color:Title Colour};
  42. }
  43. h2 {
  44. font-family: Helvetica, Arial, sans-serif;
  45. margin-top: 0px;
  46. margin-bottom: 0px;
  47. font-size: 32px;
  48. }
  49. #wrapper {
  50. width: 820px;
  51. }
  52. #sidebar {
  53. width: 300px;
  54. float: left;
  55. margin-right: 50px;
  56. position: fixed;
  57. overflow: hidden;
  58. }
  59. #sidebar a:active {
  60. position: relative;
  61. top: 1px;
  62. }
  63. #rss-archive {
  64. text-align: right;
  65. display: block;
  66. font-size: 12px;
  67. }
  68. #rss-archive a {
  69. color: #525252;
  70. text-shadow: 1px 2px 2px #000;
  71. }
  72. #rss-archive a:hover {
  73. color: #6b6b6b;
  74. }
  75. #page-navigation {
  76. display: block;
  77. margin: 50px 0px 50px 0px;
  78. text-align: right;
  79. }
  80. #credit {
  81. display: block;
  82. font-size: 10px;
  83. text-align: right;
  84. }
  85. #content {
  86. width: 516px;
  87. margin: 0px 0px 0px 330px;
  88. position: absolute;
  89. top: 58px;
  90. }
  91. .caption {
  92. padding: 8px;
  93. line-height: 1.2em;
  94. }
  95. .caption a {
  96. border-bottom: 1px #444 solid;
  97. }
  98. .byline {
  99. text-align: right;
  100. font-size: 12px;
  101. margin-bottom: 90px;
  102. padding: 5px;
  103. }
  104. .byline a {
  105. color: #4f4f4f;
  106. text-shadow: 1px 2px 2px #000;
  107. margin-left: 10px;
  108. }
  109. .byline a:hover {
  110. color: #686868;
  111. }
  112. .photo-picture {
  113. padding: 7px;
  114. border: 1px #444444 solid;
  115. }
  116. a .photo-picture:hover {
  117. border: 1px #6e6e6e solid;
  118. }
  119. .link-link {
  120. /*background-color: #0b0b0b;*/
  121. padding: 7px;
  122. font-size: 26px;
  123. -moz-border-radius: 8px;
  124. -webkit-border-radius: 8px;
  125. border-radius: 8px;
  126. text-shadow: 0px 2px 2px #000;
  127. /*-moz-box-shadow: 0px 2px 2px #000;
  128. -webkit-box-shadow: 0px 2px 2px #000;
  129. box-shadow: 0px 2px 2px #000;*/
  130. color: #686868;
  131. }
  132. .link-link:hover {
  133. background-color: #131313;
  134. }
  135. .link-link:active {
  136. position: relative;
  137. top: 2px;
  138. }
  139. .lnk {
  140. margin-top: 0px;
  141. }
  142. .the-quote {
  143. font-size: 26px;
  144. font-family: Georgia, "Times New Roman", Times, serif;
  145. font-style: italic;
  146. }
  147. .jewelcase {
  148. background-image: url('http://static.tumblr.com/kw9ut5n/OEvl1q6do/jewel.png');
  149. padding: 3px 0px 0px 13px;
  150. width: 90px;
  151. height: 82px;
  152. background-repeat: no-repeat;
  153. float: left;
  154. }
  155. .jewelcase img {
  156. width: 71px;
  157. height: 73px
  158. }
  159. .music {
  160. height: 82px;
  161. }
  162. .chat-label {
  163. font-weight: bold;
  164. color: #5d5d5d;
  165. }
  166. {CustomCSS}
  167.  
  168. </style>
  169. </head>
  170.  
  171. <body>
  172.  
  173. <div id="wrapper">
  174.  
  175. <div id="sidebar">
  176. <h1><a href="/" title="Home">{Title}</a></h1>
  177. <span id="rss-archive"><a href="{RSS}">RSS</a>&nbsp;&nbsp;<a href="/archive">Archive</a>&nbsp;&nbsp;<a href="/ask">{AskLabel}</a>&nbsp;&nbsp;
  178.  
  179. {block:HasPages}
  180.  
  181. {block:Pages}<a href="{URL}" title="{Label}">{Label}</a>&nbsp;&nbsp;
  182. {/block:Pages}
  183.  
  184. {/block:HasPages}
  185. <br><br>
  186.  
  187.  
  188. {Description}
  189.  
  190. </span>
  191. <span id="page-navigation">{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {CurrentPage} <em>of</em> {TotalPages} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</span>
  192. <span id="credit"><a href="http://blog.davidsummerton.com">Export Theme</a> <br />by <a href="http://blog.davidsummerton.com">David Summerton</a></span>
  193. </div>
  194.  
  195. <div id="content">
  196. {block:Posts}
  197. {block:Photo}
  198. <div class="post photo">
  199. {LinkOpenTag}<img alt="{PhotoAlt}" class="photo-picture" src="{PhotoURL-500}" />{LinkCloseTag}
  200. {block:Caption}
  201. <div class="caption">
  202. {Caption}
  203. </div>
  204. {/block:Caption}
  205. <div class="byline">
  206. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  207. </div>
  208. </div>
  209.  
  210. {block:PostNotes}{PostNotes}{/block:PostNotes}
  211. {/block:Photo}
  212.  
  213. {block:Photoset}
  214. <div class="post photo">
  215. {Photoset-500}
  216. {block:Caption}
  217. <div class="caption">
  218. {Caption}
  219. </div>
  220. {/block:Caption}
  221. <div class="byline">
  222. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  223. </div>
  224. </div>
  225.  
  226. {block:PostNotes}{PostNotes}{/block:PostNotes}
  227. {/block:Photoset}
  228.  
  229. {block:Text}
  230. <div class="post text">
  231. {block:Title}
  232. <a href="{Permalink}"><h2>{Title}</h2></a>
  233. {/block:Title}
  234. <div class="caption">
  235. {Body}
  236. </div>
  237. <div class="byline">
  238. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  239. </div>
  240. </div>
  241.  
  242. {block:PostNotes}{PostNotes}{/block:PostNotes}
  243. {/block:Text}
  244.  
  245. {block:Link}
  246. <div class="post link">
  247. <a class="link-link" href="{URL}" target="{Target}">{Name} &rarr;</a>
  248. {block:Description}
  249. <div class="lnk caption">
  250. {Description}
  251. </div>
  252. {/block:Description}
  253. <div class="byline">
  254. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  255. </div>
  256. </div>
  257.  
  258. {block:PostNotes}{PostNotes}{/block:PostNotes}
  259. {/block:Link}
  260.  
  261. {block:Quote}
  262. <div class="post quote">
  263. <span class="the-quote">"{Quote}"</span>
  264. {block:Source}
  265. <div class="caption">
  266. {Source}
  267. </div>
  268. {/block:Source}
  269. <div class="byline">
  270. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  271. </div>
  272. </div>
  273.  
  274. {block:PostNotes}{PostNotes}{/block:PostNotes}
  275. {/block:Quote}
  276.  
  277.  
  278. {block:Video}
  279. <div class="post video">
  280. {Video-500}
  281. {block:Caption}
  282. <div class="caption">
  283. {Caption}
  284. </div>
  285. {/block:Caption}
  286. <div class="byline">
  287. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  288. </div>
  289. </div>
  290.  
  291. {block:PostNotes}{PostNotes}{/block:PostNotes}
  292. {/block:Video}
  293.  
  294. {block:Chat}
  295. <div class="post chat">
  296. {block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}
  297. <div class="caption">
  298. {block:Lines}{block:Label}<span class="chat-label">{Label}</span>{/block:Label} {Line}<br />{/block:Lines}
  299. </div>
  300. <div class="byline">
  301. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  302. </div>
  303. </div>
  304.  
  305. {block:PostNotes}{PostNotes}{/block:PostNotes}
  306. {/block:Chat}
  307.  
  308. {block:Audio}
  309. <div class="post audio">
  310.  
  311.  
  312. <div class="music">
  313. <div class="jewelcase">{block:AlbumArt}
  314. <img src="{AlbumArtURL}" />
  315. {/block:AlbumArt}</div> {AudioPlayerBlack}
  316. {block:TrackName}
  317. <em>{TrackName}</em>
  318. {/block:TrackName} {block:Artist}
  319. by <strong>{Artist}</strong>
  320. {/block:Artist}<br />
  321. <small><small>Played {PlayCount} Times</small></small>
  322. </div>
  323.  
  324. <div class="caption">
  325. {Caption}
  326. </div>
  327.  
  328. <div class="byline">
  329. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  330. </div>
  331.  
  332. {block:PostNotes}{PostNotes}{/block:PostNotes}
  333. {/block:Audio}
  334.  
  335.  
  336. {block:Answer}
  337. <div class="post answer">
  338. <div class="caption">
  339. <p>{Asker}: <em>{Question}</em></p>
  340. <p>{Answer}</p>
  341. </div>
  342. <div class="byline">
  343. <a href="{Permalink}">{TimeAgo}</a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  344. </div>
  345. </div>
  346.  
  347.  
  348. {block:PostNotes}{PostNotes}{/block:PostNotes}
  349. {/block:Answer}
  350.  
  351.  
  352.  
  353. {/block:Posts}
  354.  
  355. </div>
  356.  
  357. </div>
  358.  
  359. </body>
  360.  
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement