Advertisement
timelordheist

theme 08.

Jan 29th, 2012
1,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- THEME 08 BY THE-REDWATERFALL, TRY NOT TO REMOVE THIS PLEASE -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:Background" content="#ffffff" />
  10. <meta name="color:exteriortext" content="#000000" />
  11. <meta name="color:header" content="#333333" />
  12. <meta name="color:entry" content="#e2e2e2" />
  13. <meta name="color:text" content="#555555" />
  14. <meta name="color:sidebartext" content="#5f5e5e" />
  15. <meta name="color:sidebar regular link" content="#5f5e5e" />
  16. <meta name="color:link" content="#8a8a8b" />
  17. <meta name="color:linkhover" content="#B6903E" />
  18. <meta name="color:sidebar link background" content="#000000" />
  19. <meta name="color:sidebar link text" content="#ffffff" />
  20. <meta name="color:sidebar link background fade" content="#999999" />
  21. <meta name="color:sidebar link text fade" content="#333333" />
  22. <meta name="font:Title" content="courier new" />
  23. <meta name="font:Body" content="trebuchet ms" />
  24. <meta name="font:Accent" content="georgia" />
  25. <meta name="if:ShowPageCount" content="1" />
  26. <meta name="image:sidebar" content="" />
  27. <meta name="image:Background" content="" />
  28. <meta name="text:FirstLinkName" content="" />
  29. <meta name="text:LinkOne" content="" />
  30. <meta name="text:SecondLinkName" content="" />
  31. <meta name="text:LinkTwo" content="" />
  32. <meta name="text:ThirdLinkName" content="" />
  33. <meta name="text:LinkThree" content="" />
  34. <meta name="text:FourthLinkName" content="" />
  35. <meta name="text:LinkFour" content="" />
  36. <meta name="text:FifthLinkName" content="" />
  37. <meta name="text:LinkFive" content="" />
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45. <style type="text/css">
  46. body {
  47. background: {color:Background} url('{image:Background}') top right fixed norepeat;
  48. margin: 0;
  49. padding: 0;
  50. font-family: {font:Body};
  51. }
  52.  
  53. .clear {
  54. clear: both;
  55. height: 0px;
  56. overflow: hidden;
  57. }
  58.  
  59. a img {
  60. border: none;
  61. }
  62.  
  63.  
  64.  
  65. #entries {
  66. margin-left: 350px;
  67. width: 530px;}
  68.  
  69.  
  70.  
  71.  
  72. body {
  73. color:{color:text};
  74. background-color:{color:background};
  75. background-image: url('{image:Background}');
  76. background-position: center;
  77. background-attachment:fixed;
  78. background-repeat: repeat;
  79. font-family:{font:body};
  80. font-size:11px;
  81. line-height:10px;
  82. text-align:justify;
  83. color: {color:exteriortext};
  84. }
  85.  
  86. a:link, a:active, a:visited{
  87. color: {color:link};
  88. text-decoration:none }
  89.  
  90.  
  91. a:hover{
  92. color:{color:linkhover};
  93. -webkit-transition: all .8s ease-in-out;
  94. -moz-transition: all .8s ease-in-out;
  95. -o-transition: all .8s ease-in-out;
  96. -ms-transition: all .8s ease-in-out;
  97. transition: all .8s ease-in-out;
  98. }
  99.  
  100. #extralinks a:hover{
  101. color:{color:linkhover};
  102. -webkit-transition: all .8s ease-in-out;
  103. -moz-transition: all .8s ease-in-out;
  104. -o-transition: all .8s ease-in-out;
  105. -ms-transition: all .8s ease-in-out;
  106. transition: all .8s ease-in-out;
  107. }
  108.  
  109. #tags a:hover{
  110. color:{color:linkhover};
  111. -webkit-transition: all .8s ease-in-out;
  112. -moz-transition: all .8s ease-in-out;
  113. -o-transition: all .8s ease-in-out;
  114. -ms-transition: all .8s ease-in-out;
  115. transition: all .8s ease-in-out;
  116. }
  117.  
  118. #header {
  119. width: 100%;
  120. padding: 10px 20px 10px 20px;
  121. position: fixed;
  122. background-color: {color:header}; }
  123.  
  124.  
  125. #sidebarimage {
  126. width: 250px;
  127. margin-top: 20px;
  128. margin-bottom: 15px;
  129. align: center }
  130.  
  131. #sidebar {
  132. width: 250px;
  133. margin-top: 60px;
  134. position: fixed;
  135. overflow: hidden;
  136. border: 0px;
  137. padding: 20px;
  138. text-align: justify;
  139. font-size: 9px;
  140. margin-left: 50px;
  141. color: {color:sidebartext};
  142. }
  143.  
  144. #sidebar a {
  145. color: {color:sidebar regular link};
  146. }
  147.  
  148. #browse {
  149. text-align: center;
  150. text-transform: uppercase;
  151. font-size: 9px;
  152. font-family: helvetica;
  153. letter-spacing: 3px;
  154. width: 30px;
  155. color: 000000;
  156. position: fixed
  157. }
  158.  
  159.  
  160. #pagelink {
  161. margin-left: 50px;
  162. margin-top: 20px;
  163. position: fixed;
  164. font-size: 8px;
  165. text-transform: lowercase;
  166. letter-spacing: 2px;
  167. font-family: georgia;
  168. font-style: italic; }
  169.  
  170.  
  171. #pagelink a:hover {
  172. color: {color:sidebarlinkhover highlight}; }
  173.  
  174. #sidebarnav {
  175. font-size: 8px;
  176. color: {color:sidebartext};
  177. }
  178.  
  179. #sidebarnav a {
  180. padding: 3px 5px 3px 5px;
  181. display: block;
  182. background-color: {color:sidebar link background};
  183. color: {color:sidebar link text};
  184. width: 150px;
  185. letter-spacing: 3px;
  186. text-transform: lowercase;
  187. font-family: georgia;
  188. font-style: italic;
  189. }
  190.  
  191. #sidebarnav a:hover {
  192. -webkit-transition: all .8s ease-in-out;
  193. -moz-transition: all .8s ease-in-out;
  194. -o-transition: all .8s ease-in-out;
  195. -ms-transition: all .8s ease-in-out;
  196. transition: all .8s ease-in-out;
  197. color: {color:sidebar link text fade};
  198. background-color: {color:sidebar link background fade};
  199. width: 130px;
  200. padding-left: 40px;
  201. }
  202.  
  203.  
  204. #blogtitle {
  205. font-family: georgia;
  206. text-transform: lowercase;
  207. font-size:8px;
  208. letter-spacing: 3px;
  209. text-align: right;
  210. width: 125px;
  211. padding-right: 20px;
  212. }
  213.  
  214. #blogtitle a {
  215. color: {color:sidebar regular link};
  216. }
  217.  
  218. #blogtitle a:hover{
  219. color:{color:linkhover};
  220. -webkit-transition: all .8s ease-in-out;
  221. -moz-transition: all .8s ease-in-out;
  222. -o-transition: all .8s ease-in-out;
  223. -ms-transition: all .8s ease-in-out;
  224. transition: all .8s ease-in-out;
  225. }
  226.  
  227. #navigation {
  228. font-family: georgia;
  229. text-transform: lowercase;
  230. font-size:8px;
  231. letter-spacing: 3px;
  232. text-align: right;
  233. margin-right: 100px; }
  234.  
  235. #navigation a {
  236. color: {color:sidebar regular link};
  237. }
  238.  
  239. #navigation a:hover{
  240. color:{color:linkhover};
  241. -webkit-transition: all .8s ease-in-out;
  242. -moz-transition: all .8s ease-in-out;
  243. -o-transition: all .8s ease-in-out;
  244. -ms-transition: all .8s ease-in-out;
  245. transition: all .8s ease-in-out;
  246. }
  247.  
  248. #posts {
  249. overflow: hidden;
  250. background-color: {color: entry};
  251. border: 0px;
  252. width: 500px;
  253. padding: 15px;
  254. font-size: 11px;
  255. background-color: {color:entry};
  256. color: {color:Text};
  257. }
  258.  
  259. bigtitle {
  260. color: {color:title};
  261. font-family: {font:Title};
  262. letter-spacing: 2px;
  263. padding: 5px;
  264. text-align: justify;
  265. font-size: 15px;
  266. margin-left: 10px;
  267. text-transform: lowercase;
  268. font-style: italic;
  269. }
  270.  
  271. quote {
  272. color: {color:title};
  273. font-family: {font:Title};
  274. letter-spacing: 2px;
  275. padding: 5px;
  276. text-align: justify;
  277. font-size: 15px;
  278. margin-left: 10px;
  279. text-transform: lowercase;
  280. font-style: italic;
  281.  
  282. }
  283.  
  284. #source {
  285. text-align: left
  286. }
  287.  
  288. #tags {
  289. text-align: justify;
  290. font-family: georgia;
  291. font-size: 8px;
  292. font-style: italic;
  293. text-transform: lowercase;
  294. letter-spacing: 1px; }
  295.  
  296. #asks {
  297. background-color: {color:entry};
  298. color: {color: text};
  299. padding: 5px;
  300. margin-bottom: 0px;
  301. font-family: trebuchet ms;
  302. font-size: 9px;
  303. margin-left: 15px
  304. }
  305.  
  306. #asker {
  307. margin-left: 20px;
  308. text-align: left;
  309. font-size: 20px;
  310. font-family: {font:title};
  311. letter-spacing: 2px;
  312. font-style: italic;
  313. }
  314.  
  315. #questions {
  316. width: 90%;
  317. padding: 5px;
  318. text-align: justify;
  319. border-bottom: 1px dashed {color:sidebarlinkhover highlight};
  320. }
  321.  
  322. #notecount {
  323. font-family: georgia;
  324. font-size: 8px;
  325. font-style: italic;
  326. text-transform: lowercase;
  327. letter-spacing: 1px;
  328. width: 125px;
  329. margin-top: 15px;
  330. }
  331.  
  332.  
  333.  
  334. blockquote{ text-decoration: none }
  335.  
  336. img a {
  337. border: none; width: 100% }
  338.  
  339. .audio{
  340. background-color: {color:entry};
  341. display: block}
  342.  
  343. .user_1 .label {
  344. font-weight:light;
  345. font-family: helvetica;
  346. background-color: {color:sidebar};
  347. text-transform: uppercase;
  348. padding: 2px;
  349. letter-spacing: 2px;
  350. font-size: 7px; }
  351.  
  352. .user_2 .label {
  353. font-weight:light;
  354. font-family: helvetica;
  355. text-transform: uppercase;
  356. letter-spacing: 2px;
  357. font-size: 7px; }
  358.  
  359.  
  360. ul.chat, .chat ol, .chat li {
  361. list-style:none;
  362. margin:0px;
  363. padding:0px;}
  364.  
  365.  
  366. .notes img{
  367. width:10px;
  368. position:relative;
  369. top:1px; }
  370.  
  371. ol.notes, .notes li {
  372. list-style:none;
  373. margin:0px;
  374. padding:2px; }
  375.  
  376. #pagination {
  377. font-size: 7px;
  378. font-family: arial;
  379. color: {color:tags color}; }
  380.  
  381. #pagination a {
  382. font-size: 12px;
  383. font-family: georgia;
  384. color: {color:tags color}; }
  385.  
  386. #extralinks {
  387. width: 250px;
  388. border-top: 1px dashed {color:link};
  389. padding-top: 3px;
  390. color: {color:exteriortext};
  391. }
  392.  
  393. #extralinks a {
  394. color: {color:exteriortext}; }
  395.  
  396.  
  397. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  398. background-color:transparent!important;
  399. }
  400.  
  401. </style>
  402. <style type="text/css">{CustomCSS}</style>
  403. </head>
  404.  
  405. <body>
  406.  
  407.  
  408. <div id="header">
  409. <table width="100%">
  410. <tr><td>
  411. <table><tr><td><div id="blogtitle"><a href="/"><i>{Title}</i></a></div></td><td>
  412. <div id="sidebarnav"> <a href="/ask">inquire</a> <a href="/archive">archive</a> <a href="http://stupidbloodyidiots.tumblr.com/themes">theme</a></div></td></tr></table>
  413. </td>
  414. <td><div id="navigation"> {block:PreviousPage}<a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage} {block:IfShowPageCount}
  415. <font style="size: 7px;">{CurrentPage}/{TotalPages}</font>
  416. {/block:IfShowPageCount} {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a></font>{/block:NextPage} </div></td></tr>
  417. </table>
  418.  
  419. </div>
  420.  
  421.  
  422.  
  423.  
  424. <div id="sidebar">
  425.  
  426.  
  427.  
  428. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  429.  
  430. {block:Description}{Description}{/block:Description}
  431.  
  432. <br />
  433.  
  434. <center>
  435.  
  436. {block:ifLinkOne}<div id="extralinks">{/block:ifLinkOne}
  437. {block:ifLinkOne}<a href="{text:LinkOne}">{text:FirstLinkName}</a>{/block:ifLinkOne}
  438. {block:ifLinkTwo} - <a href="{text:LinkTwo}">{text:SecondLinkName}</a>{/block:ifLinkTwo}
  439. {block:ifLinkThree} - <a href="{text:LinkThree}">{text:ThirdLinkName}</a>{/block:ifLinkThree}
  440. {block:ifLinkFour} - <a href="{text:LinkFour}">{text:FourthLinkName}</a>{/block:ifLinkFour}
  441. {block:ifLinkFive} - <a href="{text:LinkFive}">{text:FifthLinkName}</a>{/block:ifLinkFive}
  442. {block:ifLinkOne}</div>{/block:ifLinkOne}
  443.  
  444.  
  445. </center>
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. </div>
  453.  
  454. <div id="entries"><br><br><br><br><br><br><br><br>
  455. {block:Posts}
  456.  
  457. <table>
  458. <tr>
  459. <td>
  460.  
  461.  
  462.  
  463.  
  464. <div id="posts">
  465.  
  466.  
  467. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  468.  
  469. {block:Text}{body}{/block:Text}
  470.  
  471. {block:Quote}<quote>{quote}</quote>{/block:Quote}
  472.  
  473. {block:Source}<div class="source">from {Source}</div>{/block:Source}
  474.  
  475. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  476. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  477.  
  478. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  479.  
  480. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  481.  
  482. {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}
  483.  
  484. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  485.  
  486. {block:Answer} <center><div id="questions"><table width="100%" cellspacing="10px"><tr><td><img src="{AskerPortraitURL-64}" style="height: 70px; width: 70px; -moz-border-radius: 35px; border-radius: 35px; margin-right: 10px"></td><td style="vertical-align:text-top"><div align="justify"> <b>{Asker}: </b>{Question}</div></td></tr></table> </div></center><br/> {Answer}{/block:Answer}
  487.  
  488. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  489.  
  490.  
  491. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  492.  
  493. </div>
  494. </td>
  495. <td valign="top"><br />
  496.  
  497.  
  498. <div id="notecount">
  499. @ <a href="{Permalink}">{TimeAgo}</a><br />
  500. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  501. from <a href="{ReblogRootURL}">{ReblogRootName}</a>
  502. {/block:RebloggedFrom}<br /> | {NoteCountWithLabel}</div><br />
  503. </div>
  504. </td>
  505. </tr>
  506. </table>
  507.  
  508. {/block:Posts}
  509. {block:PostNotes}{PostNotes}{/block:PostNotes}
  510. </div></div>
  511.  
  512.  
  513. </body>
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement