Advertisement
the-absence-of-light

theme #5

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