Advertisement
timelordheist

theme 01.

Sep 9th, 2011
12,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1.  
  2. <!-- THEME 01 BY THE-REDWATERFALL, TRY NOT TO REMOVE THIS PLEASE -->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:Background" content="#ececec" />
  9. <meta name="color:entry" content="#dfdfdf" />
  10. <meta name="color:sidebar" content="#dadada" />
  11. <meta name="color:text" content="#555555" />
  12. <meta name="color:sidebartext" content="#5f5e5e" />
  13. <meta name="color:link" content="#8a8a8b" />
  14. <meta name="color:linkhover" content="#b69db9" />
  15. <meta name="color:linkbackground" content="#4c3e6d" />
  16. <meta name="color:linkbackgroundhover" content="#313131" />
  17. <meta name="color:sidebarlinkhover" content="#6d5b77" />
  18. <meta name="font:Title" content="courier new" />
  19. <meta name="font:Body" content="trebuchet ms" />
  20. <meta name="font:Accent" content="helvetica" />
  21.  
  22. <meta name="image:sidebar" content="" />
  23. <meta name="image:Background" content="" />
  24.  
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  26. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  27. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30. <style type="text/css">
  31. body {
  32. background: {color:Background} url('{image:Background}') top right fixed norepeat;
  33. margin: 0;
  34. padding: 0;
  35. font-family: {font:Body};
  36. }
  37.  
  38. .clear {
  39. clear: both;
  40. height: 0px;
  41. overflow: hidden;
  42. }
  43.  
  44. a img {
  45. border: none;
  46. }
  47.  
  48. #entries {
  49. margin-left: 320px;
  50. width: 530px }
  51.  
  52. body {
  53. color:{color:text};
  54. background-color:{color:background};
  55. background-image: url('{image:Background}');
  56. background-position: center;
  57. background-attachment:fixed;
  58. background-repeat: repeat;
  59. font-family:{font:body};
  60. font-size:11px;
  61. line-height:10px;
  62. text-align:justify;
  63. }
  64.  
  65. a:link, a:active, a:visited{
  66. color: {color:link};
  67. text-decoration:none }
  68.  
  69.  
  70. a:hover{
  71. color:{color:linkhover};
  72. }
  73.  
  74.  
  75. #sidebarimage {
  76. width: 250px;
  77. margin-top: 20px;
  78. margin-bottom: 15px;
  79. align: center }
  80.  
  81. #sidebar {
  82. width: 250px;
  83. margin-top: 150px;
  84. margin-left: 15px;
  85. position: fixed;
  86. overflow: hidden;
  87. border: 0px;
  88. padding-left: 20px;
  89. padding-right: 20px;
  90. padding-bottom: 15px;
  91. background-color: {color:sidebar};
  92. text-align: justify;
  93. font-size: 9px;
  94. color: {color:sidebartext};
  95. }
  96.  
  97. #browse {
  98. text-align: center;
  99. text-transform: uppercase;
  100. font-size: 9px;
  101. font-family: helvetica;
  102. letter-spacing: 3px;
  103. width: 30px;
  104. color: 000000;
  105. position: fixed
  106. }
  107.  
  108. #pagelink a {
  109. background-color: {color:linkbackground};
  110. font-family: arial;
  111. font-size: 8px;
  112. text-align: center;
  113. padding: 2px 15px 2px 15px;
  114. color: #999999;
  115. text-transform: uppercase;
  116. text-decoration: none;
  117. position: fixed;
  118. }
  119.  
  120. #pagelink a:hover {
  121. background-color:{color:linkbackgroundhover};
  122. }
  123.  
  124. #browsebox {
  125. position: fixed;
  126. margin-top: 137px;
  127. margin-left: 200px}
  128.  
  129. #browsebox2 {
  130. position: fixed;
  131. margin-top: 137px;
  132. margin-left: 250px; }
  133.  
  134.  
  135. #sidebarnav a {width: 175px;
  136. display: block;
  137. background-color: {color:linkbackground};
  138. font-family: arial;
  139. font-size: 8px;
  140. letter-spacing: 3px;
  141. text-align: left;
  142. padding: 20px 2px 10px 15px;
  143. color: #999999;
  144. text-transform: uppercase;
  145. text-decoration: none
  146. }
  147.  
  148. #sidebarnav a:hover {
  149. padding: 15px 2px 10px 15px;
  150. border-top: 5px solid {color:sidebarlinkhover};
  151. background-color:{color:linkbackgroundhover};
  152. }
  153.  
  154.  
  155. #navigation {
  156. margin-left: 865px;
  157. margin-top: 325px;
  158. position: fixed;
  159. line-height:5px}
  160.  
  161. #posts {
  162. overflow: hidden;
  163. background-color: {color: entry};
  164. border: 0px;
  165. padding: 15px;
  166. font-size: 11px;
  167. background-color: {color:entry};
  168. color: {color:Text};
  169. }
  170.  
  171. bigtitle {
  172. color: {color:title};
  173. font-family: {font:Body};
  174. letter-spacing: 3px;
  175. padding: 5px;
  176. text-align: justify;
  177. font-style: italic;
  178. font-size: 9px;
  179. text-transform: uppercase
  180. }
  181.  
  182. quote {
  183. color: {color:title};
  184. font-family: {font:Body};
  185. letter-spacing: 3px;
  186. padding: 5px;
  187. text-align: justify;
  188. font-style: italic;
  189. font-size: 9px;
  190. }
  191.  
  192. #source {
  193. text-align: left
  194. }
  195.  
  196. #postinfo {
  197. font-family: helvetica;
  198. font-size: 7px;
  199. text-transform: uppercase;
  200. letter-spacing: 2px;
  201. margin-top: -5px
  202. }
  203.  
  204. #asks {
  205. background-color: {color:entry};
  206. color: {color: text};
  207. padding: 5px;
  208. margin-bottom: 0px;
  209. font-family: trebuchet ms;
  210. font-size: 9px;
  211. margin-left: 15px
  212. }
  213.  
  214. #questions {
  215. border-bottom: 1px dashed {color:linkbackground};
  216. padding-bottom: 5px }
  217.  
  218. blockquote{ text-decoration: none }
  219.  
  220. img a {
  221. border: none; width: 100% }
  222.  
  223. .audio{
  224. background-color: {color:entry};
  225. display: block}
  226.  
  227. .user_1 .label {color:{color:link}; font-weight:light; font-style: italic}
  228. .user_2 .label {color:{color:link}; font-weight:light; font-style: italic}
  229. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  230.  
  231.  
  232. .notes img{
  233. width:10px;
  234. position:relative;
  235. top:1px; }
  236.  
  237. ol.notes, .notes li {
  238. list-style:none;
  239. margin:0px;
  240. padding:0px; }
  241.  
  242. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  243.  
  244. </style>
  245. <style type="text/css">{CustomCSS}</style>
  246. </head>
  247.  
  248. <body>
  249.  
  250. <div id="browsebox"><div id="pagelink">{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div></div>
  251.  
  252. <div id="browsebox2"><div id="pagelink">
  253. {block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}</div></div>
  254.  
  255. <div id="navigation"><div id="sidebarnav">
  256. <a href="/">home</a><br />
  257. <a href="/ask">ask</a><br />
  258. <a href="/archive">archives</a><br />
  259. <a href="http://the-redwaterfall.tumblr.com/">theme</a><br />
  260. </div><br /><br /></div>
  261.  
  262. <div id="sidebar">
  263.  
  264. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  265.  
  266.  
  267. {block:Description}{Description}{/block:Description}
  268.  
  269.  
  270. </div>
  271.  
  272.  
  273.  
  274. <div id="entries"><br>
  275. {block:Posts}
  276.  
  277.  
  278. <div id="posts">
  279.  
  280. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  281.  
  282. {block:Text}{body}{/block:Text}
  283.  
  284. {block:Quote}<quote>{quote}</quote>{/block:Quote}
  285.  
  286. {block:Source}<div class="source">by {Source}</div>{/block:Source}
  287.  
  288. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  289. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  290.  
  291. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  292.  
  293. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  294.  
  295. {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}
  296.  
  297. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  298.  
  299. {block:Answer}<div id="questions"><b>{Asker}:</b> {Question}</div> {Answer}{/block:Answer}
  300.  
  301. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  302.  
  303. <div id="postinfo">posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{block:RebloggedFrom}. originally <a href="{ReblogRootURL}">{ReblogRootName}</a>. {/block:RebloggedFrom}{block:HasTags}<br>
  304.  
  305. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  306. {/block:Posts}
  307. {block:PostNotes}{PostNotes}{/block:PostNotes}
  308.  
  309. </div></div>
  310.  
  311.  
  312.  
  313. </body>
  314. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement