Advertisement
the-absence-of-light

Burn - Theme #2

Feb 17th, 2012
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 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.  
  3. <!--
  4. theme #2 by d-ystopian.tumblr.com
  5. don't remove the credit & don't move it to another page!
  6. -->
  7.  
  8. <html>
  9. <head>
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="color:background" content="#0a0a0a" />
  12. <meta name="color:sidebar" content="#121212" />
  13. <meta name="color:entry" content="#121212" />
  14. <meta name="color:text" content="#696969" />
  15. <meta name="color:link" content="#992e40" />
  16. <meta name="color:linkhover" content="#7e7b80" />
  17. <meta name="color:navigation" content="#1f1e1f" />
  18. <meta name="color:navhover" content="#1a191a" />
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="font:text" content="" />
  23. <meta name="font:link" content="" />
  24. <meta name="font:sidebar" content="" />
  25.  
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}
  35. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  36. {block:Description}
  37. <meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40. <style type="text/css">
  41.  
  42. body {
  43. color:{color:text};
  44. background-color:{color:background};
  45. font-family:{font:body};
  46. font-size:10px;
  47. line-height:100%;
  48. text-align:justify;
  49. }
  50.  
  51. a:link, a:active, a:visited{
  52. color: {color:link};
  53. text-decoration:none;
  54. }
  55.  
  56. a:hover{
  57. color:{color:linkhover};
  58. -webkit-transition: all 0.4s ease-in;
  59. -moz-transition: all 0.4s ease-in;
  60. -o-transition: all 0.4s ease-in;
  61. transition: all 0.4s ease-in;}
  62.  
  63. #entries{
  64. margin-left: 300px;
  65. margin-top: -10px;
  66. padding: 5px;
  67. width:510px;
  68. font-style: normal;
  69. font-family:georgia;
  70. }
  71.  
  72. #entry {
  73. margin: 0px 0 0px 0;
  74. width: 500px;
  75. background-color:{color:sidebar};
  76. text-align: justify;
  77. padding: 5px
  78. }
  79.  
  80. #sideimg {
  81. margin-top:-2px;
  82. margin-left: 8px;
  83. max-width: 246px;
  84. }
  85.  
  86. #sideimg img {
  87. max-width: 246px;
  88. height: auto;
  89. text-align:center;}
  90.  
  91. #title {
  92. font-size: 16px;
  93. font-family: georgia;
  94. letter-spacing: 2px;
  95. font-style: italic;
  96. text-align:center;
  97. font-family: georgia;
  98. width: 270px;
  99. margin-bottom: 5px;
  100. margin-top: 5px;
  101. color: {color:link};
  102. }
  103.  
  104. #sidebar {
  105. width:262px;
  106. margin-left: 20px;
  107. margin-right: 20px;
  108. margin-top:10px;
  109. position:fixed;
  110. overflow:hidden;
  111. background-color: {color:sidebar};
  112. padding:5px;}
  113.  
  114. #sidetext {
  115. font-family:georgia;
  116. font-size:10px;
  117. width:245px;
  118. margin: 5px;
  119. overflow: auto;
  120. padding: 5px;
  121. }
  122.  
  123. #pagination {
  124. font-family:georgia;
  125. text-align:center;
  126. font-size: 40px;
  127. text-transform:lowercase;
  128. }
  129.  
  130. #info{
  131. font-family:georgia;
  132. font-size:10px;
  133. text-transform:lowercase;
  134. text-align: right;
  135. padding: 5px;}
  136.  
  137. #tags {
  138. margin:2px 0px 2px 0px;
  139. font-family:georgia;
  140. font-size:10px;
  141. text-transform: lowercase;
  142. color:{color:text};
  143. letter-spacing: 1px;
  144. text-align:right;
  145. padding:2px;
  146. border-top: 1px dashed; color: {color:text};
  147. font-style:normal;
  148. }
  149.  
  150. #sidebar2 {
  151. position: fixed;
  152. margin-top: 200px;
  153. top: -10px;
  154. left: 840px;
  155. height: 200px;
  156. width: 150px;
  157. background-color: {color:sidebar};
  158. padding-top: 35px;
  159. padding-bottom: 10px;
  160. }
  161.  
  162. #navigation a {
  163. width: 100px;
  164. height: 8px;
  165. font-style: normal;
  166. font-family: georgia;
  167. font-size: 9px;
  168. display:block;
  169. text-align: center;
  170. background-color:{color:navigation};
  171. margin-bottom: -8px;
  172. margin-left: 20px;
  173. padding:5px;
  174. border-bottom: 1px dashed; color: {color:link};
  175. letter-spacing:0px;
  176. text-transform:lowercase;
  177. font-style:italic;
  178. }
  179.  
  180. #navigation a:hover {
  181. color: {color:text};
  182. background-color:{color:navhover};
  183. font-style:italic;
  184. text-align: center;
  185. letter-spacing: 3px;
  186. transition: all 0.5s ease-out;
  187. -o-transition-transition: all 0.5s ease-out;
  188. -webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out;
  190. }
  191.  
  192. h1{
  193. color:{color:link};
  194. font-family:{font:body};
  195. font-size:15px;
  196. line-height:15px;
  197. letter-spacing:0px;
  198. font-weight:normal;
  199. text-transform:lowercase;
  200. margin:0px;
  201. padding:0px;
  202. text-align:left;
  203. font-style:italic
  204. }
  205.  
  206. h2{
  207. color:{color:text};
  208. font-family:{font:body};
  209. font-size:12px;
  210. line-height:12px;
  211. letter-spacing:0px;
  212. font-weight:normal;
  213. text-transform:lowercase;
  214. margin:0px;
  215. padding:0px;
  216. margin-bottom:-0px;
  217. text-align:left;
  218. font-style:italic
  219. }
  220.  
  221.  
  222. #asker {
  223. width:500px;
  224. text-align: right;
  225. text-transform:lowercase;
  226. font-style: italic;
  227. color{color:link};
  228. }
  229.  
  230. #asker a {
  231. color:{color:link};
  232. }
  233.  
  234. #question {
  235. background-color:{color:background};
  236. font-size: 11px;
  237. font-weight: normal;
  238. font-family: Georgia;
  239. line-height:110%;
  240. color: {color:text};
  241. padding: 10px;
  242. position: relative;
  243. }
  244.  
  245.  
  246. blockquote {
  247. border-left:1px {color:text} solid;
  248. padding-left:5px;
  249. margin:0px 2px 0px 10px;
  250. }
  251.  
  252. .postalign{
  253. text-align:justify;
  254. padding:3px 7px 0px 7px;
  255. }
  256.  
  257. .question{
  258. background: {color:background};
  259. font-size: 10px;
  260. font-weight:bold;
  261. color: {color:Font};
  262. padding: 10px;
  263. }
  264.  
  265. b, strong{color:{color:text}}
  266. z, strong{color:text}
  267. i, em {color:{color:text};}
  268. p{margin-top:5px; margin-bottom:5px}
  269. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  270.  
  271. img a{border:none; width:100%}
  272. .audio{background-color:black; display:block;}
  273.  
  274. .user_1 .label {color:{color:link}; font-weight:bold}
  275. .user_2 .label {color:{color:text}; font-weight:bold}
  276. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  277.  
  278. .notes img{width:10px; position:relative; top:1px;}
  279. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  280. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  281.  
  282. </style>
  283. <style type="text/css">{CustomCSS}</style>
  284. </head>
  285.  
  286. <body>
  287.  
  288. <div id="sidebar">
  289. <center><div id="title">{Title}</br></div></center>
  290. <br><div id="sideimg"><img src="{image:sidebar}"></br></div><br>
  291. <div id="sidetext">{block:Description}{Description}{/block:Description}</div>
  292.  
  293. <div id="sidebar2">
  294. <div id="navigation"><a href="/">home</a></br>
  295. <a href="/archive">archive</a></br>
  296. <a href="/ask">message</a><br>
  297. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  298. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  299. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  300. <a href="http://d-ystopian.tumblr.com/tagged/themes">theme</a></br></div>
  301. <br><br><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">ยซ</a> &nbsp;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}</div></div></div>
  302.  
  303.  
  304. <div id="entries">
  305. <br>{block:Posts}
  306. <div id="entry">
  307. <div id="posts">
  308. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  309. {block:Text}{Body}{/block:Text}
  310.  
  311. {block:Quote}<h2>"{Quote}"</h2>{/block:Quote}
  312. {block:Source}<div class="source">โ€” {Source}</div>{/block:Source}
  313.  
  314. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  315. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  316.  
  317. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  318. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  321.  
  322. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  323.  
  324. {block:Answer}<div id="asker">{Asker} wondered,</div>
  325. <div id="question">
  326. {Question}
  327. <br>
  328. </div>
  329. <br>
  330. <div id="answer">{Answer}</div>
  331. {/block:answer}
  332.  
  333. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br></div>
  334.  
  335. <div id="info">posted {TimeAgo} with <a href="{Permalink}">{NoteCount} notes</a> <br>{block:RebloggedFrom} reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:RebloggedFrom} originally <a href="{ReblogRootURL}">{ReblogRootName} </a>{/block:RebloggedFrom}</div></div>
  336.  
  337. <div id="tags">
  338. {block:HasTags}tagged as: {block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags} {/block:HasTags} </div><br>
  339. {block:PostNotes}{PostNotes}{/block:PostNotes}<br>
  340.  
  341.  
  342. </body>
  343. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement