Advertisement
the-absence-of-light

Crash - Theme #1

Feb 11th, 2012
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 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 #1 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="#14100E" />
  12. <meta name="color:sidebar" content="#181513" />
  13. <meta name="color:entry" content="#181513" />
  14. <meta name="color:text" content="#817C77" />
  15. <meta name="color:link" content="#57504B" />
  16. <meta name="color:linkhover" content="#817C77" />
  17. <meta name="color:navigation" content="#14100E" />
  18. <meta name="color:navhover" content="#57504B" />
  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: 190px;
  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-bottom:2px;
  82. margin-top:-2px;
  83. margin-left: 9px;
  84. }
  85.  
  86. #sideimg img {
  87. max-width: 245px;
  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: 10px;
  100. color: {color:link};
  101. }
  102.  
  103. #sidebar {
  104. width:262px;
  105. margin-left: 720px;
  106. margin-right: 20px;
  107. margin-top:10px;
  108. position:fixed;
  109. overflow:hidden;
  110. background-color: {color:sidebar};
  111. padding:5px;}
  112.  
  113. #sidetext {
  114. font-family:georgia;
  115. font-size:10px;
  116. width:245px;
  117. margin: 5px;
  118. overflow: auto;
  119. padding: 5px;
  120. }
  121.  
  122. #pagination {
  123. font-family:georgia;
  124. text-align:center;
  125. font-size: 20px;
  126. top: 200px;
  127. text-transform:lowercase;
  128. padding: 2px;
  129. }
  130.  
  131. #info{
  132. font-family:georgia;
  133. font-size:10px;
  134. text-transform:lowercase;
  135. text-align: right;
  136. padding: 5px;}
  137.  
  138. #tags {
  139. margin:2px 0px 2px 0px;
  140. font-family:georgia;
  141. font-size:10px;
  142. text-transform: lowercase;
  143. color:{color:text};
  144. letter-spacing: 1px;
  145. text-align:right;
  146. padding:2px;
  147. font-style:normal;
  148. }
  149.  
  150. #sidebar2 {
  151. position: fixed;
  152. top: -10px;
  153. left:30px;
  154. height: 1000px;
  155. width: 150px;
  156. background-color: {color:sidebar};
  157. padding-top: 325px;
  158. }
  159.  
  160. #navigation a {
  161. width:245px;
  162. height:8px;
  163. font-style:normal;
  164. font-family: georgia;
  165. font-size: 9px;
  166. display:block;
  167. text-align: center;
  168. background-color:{color:navigation};
  169. color:{color:text};
  170. margin-bottom: -8px;
  171. margin-left: 4px;
  172. padding:5px;
  173. letter-spacing:0px;
  174. text-transform:lowercase;
  175. font-style:italic;
  176. transition: all 0.5s ease-out;
  177. -o-transition-transition: all 0.5s ease-out;
  178. -webkit-transition: all 0.5s ease-out;
  179. -moz-transition: all 0.5s ease-out;
  180. }
  181.  
  182. #navigation a:hover {
  183. color: {color:navigation};
  184. background-color:{color:navhover};
  185. font-style:italic;
  186. letter-spacing: 3px;
  187. text-align: center;
  188. }
  189.  
  190. h1{
  191. color:{color:link};
  192. font-family:{font:body};
  193. font-size:15px;
  194. line-height:15px;
  195. letter-spacing:0px;
  196. font-weight:normal;
  197. text-transform:lowercase;
  198. margin:0px;
  199. padding:0px;
  200. text-align:left;
  201. font-style:italic
  202. }
  203.  
  204. h2{
  205. color:{color:text};
  206. font-family:{font:body};
  207. font-size:12px;
  208. line-height:12px;
  209. letter-spacing:0px;
  210. font-weight:normal;
  211. text-transform:lowercase;
  212. margin:0px;
  213. padding:0px;
  214. margin-bottom:-0px;
  215. text-align:left;
  216. font-style:italic
  217. }
  218.  
  219.  
  220. #asker {
  221. width:500px;
  222. text-align: right;
  223. text-transform:lowercase;
  224. font-style: italic;
  225. color{color:link};
  226. }
  227.  
  228. #asker a {
  229. color:{color:link};
  230. }
  231.  
  232. #question {
  233. background-color:{color:background};
  234. font-size: 11px;
  235. font-weight: normal;
  236. font-family: Georgia;
  237. line-height:110%;
  238. color: {color:text};
  239. padding: 10px;
  240. position: relative;
  241. }
  242.  
  243.  
  244. blockquote {
  245. border-left:1px {color:text} solid;
  246. padding-left:5px;
  247. margin:0px 2px 0px 10px;
  248. }
  249.  
  250. .postalign{
  251. text-align:justify;
  252. padding:3px 7px 0px 7px;
  253. }
  254.  
  255. .question{
  256. background: {color:background};
  257. font-size: 10px;
  258. font-weight:bold;
  259. color: {color:Font};
  260. padding: 10px;
  261. }
  262.  
  263. b, strong{color:{color:text}}
  264. z, strong{color:text}
  265. i, em {color:{color:text};}
  266. p{margin-top:5px; margin-bottom:5px}
  267. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  268.  
  269. img a{border:none; width:100%}
  270. .audio{background-color:black; display:block;}
  271.  
  272. .user_1 .label {color:{color:link}; font-weight:bold}
  273. .user_2 .label {color:{color:text}; font-weight:bold}
  274. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  275.  
  276. .notes img{width:10px; position:relative; top:1px;}
  277. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  278. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  279.  
  280. </style>
  281. <style type="text/css">{CustomCSS}</style>
  282. </head>
  283.  
  284. <body>
  285.  
  286. <div id="sidebar">
  287. <center><div id="title">{Title}</br></div></center>
  288. <div id="navigation"><a href="/">home</a></br>
  289. <a href="/archive">archive</a></br>
  290. <a href="/ask">message</a><br>
  291. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  292. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  293. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  294. <a href="http://d-ystopian.tumblr.com/tagged/themes">theme</a></br></div>
  295. <br><div id="sideimg"><img src="{image:sidebar}"></br></div><br>
  296. <div id="sidetext">{block:Description}{Description}{/block:Description}</div>
  297.  
  298. <div id="sidebar2"><div id="pagination">{CurrentPage} of {TotalPages}<br><br>{block:PreviousPage}<a href="{PreviousPage}">ยซ</a> &nbsp;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}</div></div><br></div>
  299.  
  300.  
  301. <div id="entries">
  302. <br>{block:Posts}
  303. <div id="entry">
  304. <div id="posts">
  305. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  306. {block:Text}{Body}{/block:Text}
  307.  
  308. {block:Quote}<h2>"{Quote}"</h2>{/block:Quote}
  309. {block:Source}<div class="source">โ€” {Source}</div>{/block:Source}
  310.  
  311. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  312. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  313.  
  314. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  315. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  316.  
  317. {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}
  318.  
  319. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  320.  
  321. {block:Answer}
  322. <div id="question">
  323. {Question}
  324. <br>
  325. </div>
  326. <div id="asker">asked by {Asker}</div><br>
  327. <div id="answer">{Answer}</div>
  328. {/block:answer}
  329.  
  330. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br></div>
  331.  
  332. <div id="info"><a href="{Permalink}">{NoteCount} notes</a> | posted {TimeAgo} <br>{block:RebloggedFrom} reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> |{/block:RebloggedFrom}{block:RebloggedFrom} originally <a href="{ReblogRootURL}">{ReblogRootName} </a>{/block:RebloggedFrom}</div></div>
  333.  
  334. <div id="tags">
  335. {block:HasTags}tagged as: {block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags} {/block:HasTags} </div><br>
  336. {block:PostNotes}{PostNotes}{/block:PostNotes}<br>
  337.  
  338.  
  339. </body>
  340. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement