Advertisement
timelordheist

theme 04.

Oct 1st, 2011
9,090
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1.  
  2. <!-- THEME 04 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="#000000" />
  9. <meta name="color:entry" content="#DAD8D8" />
  10. <meta name="color:sidebar" content="#FFFFFF" />
  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:sidebarlinktext" content="#000000" />
  16. <meta name="color:sidebarlinkhover" content="#333333" />
  17. <meta name="color:linksbackground" content="#2FDDD6" />
  18. <meta name="font:Title" content="helvetica" />
  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: 210px;
  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. margin-top: 100px;
  77. margin-left: 775px;
  78. align: center;
  79. position: fixed }
  80.  
  81. #sidebar {
  82. width: 250px;
  83. margin-top: 365px;
  84. margin-left: 775px;
  85. position: fixed;
  86. overflow: hidden;
  87. border: 0px;
  88. background-color: {color:sidebar};
  89. text-align: justify;
  90. font-size: 9px;
  91. color: {color:sidebartext};
  92. }
  93.  
  94. #sidebarcontent {
  95. padding-left: 20px;
  96. padding-right: 20px;
  97. padding-bottom: 15px; }
  98.  
  99. #browse {
  100. text-align: center;
  101. text-transform: uppercase;
  102. font-size: 9px;
  103. font-family: helvetica;
  104. letter-spacing: 3px;
  105. width: 30px;
  106. color: 000000;
  107. position: fixed
  108. }
  109.  
  110. #pagelink a {
  111. font-family: arial;
  112. font-size: 10px;
  113. text-align: center;
  114. margin: 2px 15px 2px 15px;
  115. padding: 2px 5px 2px 5px;
  116. color: #999999;
  117. text-transform: uppercase;
  118. text-decoration: none;
  119. position: fixed;
  120. }
  121.  
  122. #pagelink a:hover {
  123. background-color:{color:linkhover};
  124. }
  125.  
  126. #browsebox {
  127. position: fixed;
  128. margin-top: 212px;
  129. margin-left: 850px}
  130.  
  131. #browsebox2 {
  132. position: fixed;
  133. margin-top: 212px;
  134. margin-left: 870px; }
  135.  
  136. #reposition { margin-left: 25px; }
  137.  
  138.  
  139. #sidebarnav a {
  140. font-family: helvetica;
  141. font-size: 7px;
  142. letter-spacing: 2px;
  143. color: {color:sidebarlinktext};
  144. text-transform: uppercase;
  145. text-decoration: none
  146. }
  147.  
  148. #sidebarnav a:hover {
  149. color: {color:sidebarlinkhover};
  150. }
  151.  
  152.  
  153. #navigation {
  154. background-color: {color:linksbackground};
  155. padding: 5px;
  156. line-height: 15px;
  157. width: 250px; }
  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: 10px;
  216. font-family: {font:title};
  217. letter-spacing: 2px;
  218. font-style: italic;
  219. text-transform: uppercase;
  220. }
  221.  
  222. #questions {
  223. border: 1px dashed {color:linkbackground};
  224. width: 80%;
  225. padding: 5px;
  226. text-align: justify; }
  227.  
  228. blockquote{ text-decoration: none }
  229.  
  230. img a {
  231. border: none; width: 100% }
  232.  
  233. .audio{
  234. background-color: {color:entry};
  235. display: block}
  236.  
  237. .user_1 .label {color:{color:link}; font-weight:light; font-style: italic}
  238. .user_2 .label {color:{color:link}; font-weight:light; font-style: italic}
  239. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  240.  
  241.  
  242. .notes img{
  243. width:10px;
  244. position:relative;
  245. top:1px; }
  246.  
  247. ol.notes, .notes li {
  248. list-style:none;
  249. margin:0px;
  250. padding:0px; }
  251.  
  252. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  253.  
  254. </style>
  255. <style type="text/css">{CustomCSS}</style>
  256. </head>
  257.  
  258. <body>
  259.  
  260.  
  261. <div id="sidebarimage"><img src="{image:sidebar}" style="height: 250px; width: 250px; -moz-border-radius: 125px; border-radius: 125px;"></div>
  262.  
  263.  
  264. <div id="sidebar">
  265.  
  266. <div id="navigation"><div id="sidebarnav"><center>
  267. <a href="/">home</a> - <a href="/ask">ask</a> - <a href="/archives">archives</a> - <a href="http://the-redwaterfall.tumblr.com/">theme</a> | {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage} {block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
  268. </center></div>
  269. </div>
  270. <br />
  271.  
  272.  
  273.  
  274.  
  275. <div id="sidebarcontent">{block:Description}{Description}{/block:Description}</div>
  276.  
  277.  
  278. </div>
  279.  
  280.  
  281.  
  282. <div id="entries"><br>
  283. {block:Posts}
  284.  
  285.  
  286. <div id="posts">
  287.  
  288. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  289.  
  290. {block:Text}{body}{/block:Text}
  291.  
  292. {block:Quote}<quote>{quote}</quote>{/block:Quote}
  293.  
  294. {block:Source}<div class="source">by {Source}</div>{/block:Source}
  295.  
  296. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  297. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  298.  
  299. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  300.  
  301. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  302.  
  303. {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}
  304.  
  305. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  306.  
  307. {block:Answer}<div id="asker"><b>{Asker} wondered,</b></div> <center><div id="questions">{Question}</div></center> {Answer}{/block:Answer}
  308.  
  309. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  310.  
  311. <div id="postinfo">posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{block:RebloggedFrom}. originally <a href="{ReblogRootURL}">{ReblogRootName}</a>. {/block:RebloggedFrom}{block:HasTags}<br>
  312.  
  313. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  314. {/block:Posts}
  315. {block:PostNotes}{PostNotes}{/block:PostNotes}
  316.  
  317. </div></div>
  318.  
  319.  
  320.  
  321. </body>
  322. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement