Advertisement
timelordheist

theme 07.

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