Advertisement
the-absence-of-light

Theme #4

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