Advertisement
timelordheist

theme 03.

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