Don't like ads? PRO users don't see any ads ;-)

A Very Darren Theme

By: dec0der on Mar 21st, 2012  |  syntax: None  |  size: 6.10 KB  |  hits: 3,853  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2. Revised: (c) 2012 |dec0der
  3. Theme #4: A Very Darren Theme
  4.  
  5. Please do not remove the credits! Thank you.
  6. -->
  7.  
  8. <html lang="en">
  9. <head>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <meta name="image:Background" content=""/>
  13. <meta name="color:background" content="#FFF"/>
  14. <meta name="color:title" content="#000"/>
  15. <meta name="color:text" content="#444"/>
  16. <meta name="color:link" content="#000"/>
  17. <meta name="color:hover" content="#A0A0A0"/>
  18. <meta name="font:title" content="Courier"/>
  19. <meta name="font:text" content="georgia"/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="if:show sidebar image" content="0"/>
  22.  
  23.  
  24. {block:description}<meta name="description" content="{MetaDescription}" />{/block:description}
  25. <title>{block:searchpage}Results for "{searchquery}" - {/block:searchpage}
  26. {block:PostSummary}
  27. {PostSummary} - {/block:PostSummary}{Title}</title>
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. body {
  33. margin:0px;
  34. background-color: {color:Background};
  35. background-image:url({image:Background});
  36. background-attachment: fixed;
  37. background-repeat: repeat;}
  38. body, div, p, textarea, submit, input{
  39. font-family: {font:text};
  40. font-size: 10px;
  41. line-height:12px;
  42. letter-spacing:0px;
  43. color:{color:Text};
  44. }
  45.  
  46. p {
  47. margin:0px;
  48. margin-top:0px;
  49. }
  50.  
  51.  
  52. a:link, a:active, a:visited{
  53. color: {color:Link};
  54. text-decoration: none;
  55. }
  56.  
  57. a:hover {
  58. color:{color:Hover};
  59. text-decoration: none;
  60. }
  61.  
  62.  
  63. div#cage{
  64. margin:auto;
  65. position:relative;
  66. width:790px;
  67. overflow:hidden;
  68. color: {color:Title};
  69. _margin-left:10%;
  70. }
  71.  
  72.  
  73. div#center{
  74. margin:auto;
  75. position:relative;
  76. width:835px;
  77. height:100%px;
  78. background-color:;
  79. overflow:auto;
  80. overflow-y:hidden;
  81. }
  82.  
  83. div#content{
  84. float:right;
  85. width:550px;
  86. height:100%px;
  87. padding:2px;
  88. padding-top: 0px;
  89. margin-top:0px;
  90. margin-right: 58px;
  91. background: {color:Background};
  92. }
  93.  
  94. div#entry{
  95. background-color:;
  96. margin-top:4px;
  97. padding-top:0px;
  98. padding-bottom:0px;
  99. }
  100.  
  101.  
  102. div#sidebar{
  103. position:fixed !important;
  104. width: 262px;
  105. height:auto;
  106. background-color: {Color:Background};
  107. margin: 0px 0px 0px -50px;
  108. padding-top:2px;
  109. padding-right:0px;
  110. padding-left:2px;
  111. }
  112.  
  113. .blogname {font-size:14px; letter-spacing:2px; font-family:Courier; line-height:18px; text-align:center; color:{color:links}}
  114.  
  115. #postnotes{
  116. text-align: justify;}
  117.  
  118. #postnotes blockquote{
  119. border: 0px;}
  120.  
  121. .title{
  122. font-family:Courier;
  123. font-size: 14px;
  124. line-height: 18px;
  125. letter-spacing:2px;
  126. color: {color:Title};
  127. }
  128.  
  129. blockquote{
  130. padding:0px 0px 2px 5px;
  131. margin:0px 0px 2px 1px;
  132. border-left: 1px dotted {color:Text};
  133. }
  134.  
  135. blockquote p, ul{
  136. margin:0px;
  137. padding:0px;
  138. }
  139.  
  140. a img{border: 0px;}
  141.  
  142. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  143.  
  144. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  145. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  146.  
  147. .notes img{width:10px; position:relative; top:3px;}
  148.  
  149.  
  150. .permalink{
  151. color:{color:links};
  152. display:block;
  153. margin-left: 555px;
  154. position: absolute;
  155. text-align: left;
  156. }
  157.  
  158. small{font-size: 90%;}
  159.  
  160. {CustomCSS}
  161. </style>
  162. <link rel="shortcut icon" href="{Favicon}">
  163. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  164. <meta name="viewport" content="width=820" />
  165. </head>
  166. <body>
  167.  
  168. <div id="cage"><div id="center"><div id="sidebar">
  169. <br>
  170. <div class="blogname"><a href="/">{Title}</a></div><br>
  171. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=260px></a>{/block:ifshowsidebarimage}<br>
  172. <br>
  173. <center><i>{Description}</i></center>
  174.  
  175. <center><br><br><br>
  176.  
  177. {block:PreviousPage}<a title="" href="{PreviousPage}">onwards</a>{/block:PreviousPage}
  178.  
  179. {block:NextPage} <a title="" href="{NextPage}">rewind</font></a>{/block:NextPage} </center>
  180.  
  181. </div>
  182.  
  183.  
  184. <div id="content">
  185. {block:Posts}
  186. <div id="entry">
  187.  
  188. <span class="permalink"> <a title="" href="{Permalink}"><big>∞</big></a></span>
  189.  
  190. {block:Text}
  191. {block:Title}<span class="title">{Title}</span>{/block:Title}
  192. <span class="entrytext">{Body}</span>
  193.  
  194. {/block:Text}
  195.  
  196. {block:Link}
  197. <a href="{URL}" class="title">{Name}</a>
  198. {block:Description}{Description}{/block:Description}
  199. {block:Link}
  200.  
  201. {block:Photo}<center>
  202. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=550px>{LinkCloseTag}</center>
  203. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  204. {/block:Photo}
  205.  
  206. {block:Quote}
  207. <span class="title">{Quote}</span><br>
  208. {block:Source}{Source}{/block:Source}
  209. {/block:Quote}
  210.  
  211. {block:Chat}
  212. {block:Title}<span class="title">{Title}</span>{/block:Title}
  213. <ul class="chat">
  214. {block:Lines}
  215. <li class="user_{UserNumber}">
  216. {block:Label}
  217. <span class="label">{Label}</span>
  218. {/block:Label}
  219.  
  220. {Line}
  221. </li>
  222. {/block:Lines}
  223. </ul>
  224.  
  225. {/block:Chat}
  226.  
  227.  
  228. {block:Audio}
  229. <centeR><div style="width:550px; height:28px; background-color:#FFF;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  230. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
  231. {block:Caption}{Caption}{/block:Caption}
  232. {/block:Audio}
  233.  
  234. {block:Video}<center>
  235. {Video-500}<br>
  236. {block:Caption}{Caption}{/block:Caption}</center>
  237. {block:Video}
  238.  
  239. {block:PostNotes}
  240. <center>
  241. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  242.  
  243. {block:HasTags}
  244. tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  245. {block:IfShowRebloggedFrom}
  246. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  247. originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:IfShowRebloggedFrom}
  248. </center></span>
  249. <br>
  250. <div id="postnotes">{PostNotes}</div><br>
  251.  
  252. <center>{block:ContentSource}
  253. <br><a href="{SourceURL}">
  254. {lang:Source}:
  255. {block:SourceLogo}
  256. <img src="{BlackLogoURL}" width="{LogoWidth}"
  257. height="{LogoHeight}" alt="{SourceTitle}" />
  258. {/block:SourceLogo}
  259. {block:NoSourceLogo}
  260. {SourceLink}
  261. {/block:NoSourceLogo}
  262. </a>
  263. {/block:ContentSource}</center>
  264.  
  265. {/block:PostNotes}
  266. </div>
  267. {/block:Posts}
  268.  
  269. <br>
  270. <center><small>themed by: <a href="http://www.dec0der.tumblr.com/">dec0der</a></small></center>
  271.  
  272. </div></div></div></body></html>