Advertisement
the-absence-of-light

Defeat - Theme #3

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