Advertisement
timelordheist

theme 07 w/ title.

Dec 1st, 2011
8,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.23 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 WITH TITLE 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. #blogtitle {
  197. font-family: arial;
  198. text-transform: lowercase;
  199. font-size: 25px;
  200. letter-spacing: 3px;
  201. line-height: 17px;
  202. font-style: italic;
  203. text-align: right;
  204. margin-right: 5px;
  205. }
  206.  
  207. #blogtitle a {
  208. font-family: arial;
  209. text-transform: lowercase;
  210. font-size: 25px;
  211. letter-spacing: 3px;
  212. line-height: 17px;
  213. font-style: italic;
  214. text-align: right;
  215. margin-right: 5px;
  216. color: {color:link};
  217. }
  218.  
  219. #blogtitle a:hover{
  220. color:{color:linkhover};
  221. -webkit-transition: all .5s ease-in-out;
  222. -moz-transition: all .5s ease-in-out;
  223. -o-transition: all .5s ease-in-out;
  224. -ms-transition: all .5s ease-in-out;
  225. transition: all .5s ease-in-out;
  226. }
  227.  
  228. #navigation {
  229. margin-left: 0px;
  230. margin-top: 60px;
  231. position: fixed;
  232. line-height: 5px; }
  233.  
  234. #posts {
  235. overflow: hidden;
  236. background-color: {color: entry};
  237. border: 0px;
  238. padding: 15px;
  239. font-size: 11px;
  240. background-color: {color:entry};
  241. color: {color:Text};
  242. }
  243.  
  244. bigtitle {
  245. color: {color:title};
  246. font-family: {font:Body};
  247. letter-spacing: 3px;
  248. padding: 5px;
  249. text-align: justify;
  250. font-style: italic;
  251. border-left: 2px dashed 454544;
  252. font-size: 9px;
  253. text-transform: uppercase
  254. }
  255.  
  256. quote {
  257. color: {color:title};
  258. font-family: {font:Body};
  259. letter-spacing: 3px;
  260. padding: 5px;
  261. text-align: justify;
  262. font-style: italic;
  263. border-left: 2px dashed 454544;
  264. font-size: 9px;
  265. }
  266.  
  267. #source {
  268. text-align: left
  269. }
  270.  
  271. #postinfo {
  272. font-family: arial;
  273. font-size: 7px;
  274. font-style: italic;
  275. text-transform: lowercase;
  276. letter-spacing: 1px;
  277. text-align: right;
  278. margin-top: 10px;
  279. margin-bottom: 2px;
  280. }
  281.  
  282. #tags {
  283. font-family: arial;
  284. font-size: 7px;
  285. font-style: italic;
  286. letter-spacing: 3px;
  287. padding: 5px;
  288. background-color: {color:tags background};
  289. color: {color:tags color};
  290. text-align: center;
  291. }
  292.  
  293. #asks {
  294. background-color: {color:entry};
  295. color: {color: text};
  296. padding: 5px;
  297. margin-bottom: 0px;
  298. font-family: trebuchet ms;
  299. font-size: 9px;
  300. margin-left: 15px
  301. }
  302.  
  303. #asker {
  304. margin-left: 20px;
  305. text-align: left;
  306. font-size: 20px;
  307. font-family: {font:title};
  308. letter-spacing: 2px;
  309. font-style: italic;
  310. }
  311.  
  312. #questions {
  313. width: 90%;
  314. padding: 5px;
  315. text-align: justify;
  316. border-bottom: 1px dashed {color:sidebarlinkhover highlight};
  317. }
  318.  
  319. blockquote{ text-decoration: none }
  320.  
  321. img a {
  322. border: none; width: 100% }
  323.  
  324. .audio{
  325. background-color: {color:entry};
  326. display: block}
  327.  
  328. .user_1 .label {
  329. font-weight:light;
  330. font-family: helvetica;
  331. background-color: {color:sidebar};
  332. text-transform: uppercase;
  333. padding: 2px;
  334. letter-spacing: 2px;
  335. font-size: 7px; }
  336.  
  337. .user_2 .label {
  338. font-weight:light;
  339. font-family: helvetica;
  340. text-transform: uppercase;
  341. letter-spacing: 2px;
  342. font-size: 7px; }
  343.  
  344. #extralinks {
  345. width: 275px;
  346. border-top: 1px dashed {color:tags background};
  347. padding-top: 3px;
  348. color: {color:exteriortext};
  349. }
  350.  
  351. #extralinks a {
  352. width: 275px;
  353. border-top: 1px dashed {color:tags background};
  354. padding-top: 3px;
  355. color: {color:exteriortext};
  356. }
  357.  
  358. ul.chat, .chat ol, .chat li {
  359. list-style:none;
  360. margin:0px;
  361. padding:0px;}
  362.  
  363.  
  364. .notes img{
  365. width:10px;
  366. position:relative;
  367. top:1px; }
  368.  
  369. ol.notes, .notes li {
  370. list-style:none;
  371. margin:0px;
  372. padding:2px; }
  373.  
  374. #pagination {
  375. font-size: 7px;
  376. font-family: arial;
  377. color: {color:tags color}; }
  378.  
  379. #pagination a {
  380. font-size: 12px;
  381. font-family: georgia;
  382. color: {color:tags color}; }
  383.  
  384. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  385. background-color:transparent!important;
  386. }
  387.  
  388. </style>
  389. <style type="text/css">{CustomCSS}</style>
  390. </head>
  391.  
  392. <body>
  393.  
  394.  
  395. <div id="navigation"><div id="sidebarnav">
  396. <div align="right"><img src="{PortraitURL-96}" style="height: 70px; width: 70px; -moz-border-radius: 35px; border-radius: 35px"></img></div><br /><br /><br />
  397. <a href="/">home</a><br />
  398. <a href="/ask">ask</a><br />
  399. <a href="/archive">archive</a><br />
  400. <a href="http://stupidbloodyidiots.tumblr.com/">theme</a><br /><br />
  401. <br />
  402. </div>
  403.  
  404. <div id="pagination"><div align="right"> {block:IfShowPageCount}
  405. {CurrentPage} of {TotalPages}
  406. {/block:IfShowPageCount}<br /><br />
  407. {block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  408. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}
  409. </div></div>
  410. <br /><br />
  411. </div>
  412.  
  413. <br /><br />
  414.  
  415.  
  416. <div id="sidebar">
  417.  
  418. <div id="blogtitle"><a href="/">{Title}</a></div>
  419.  
  420. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  421.  
  422.  
  423. {block:Description}{Description}{/block:Description}
  424.  
  425. <br /><br />
  426. <div id="extralinks">
  427. <center>
  428. {block:ifLinkOne}<a href="{text:LinkOne}">{text:FirstLinkName}</a> {/block:ifLinkOne}
  429. {block:ifLinkTwo}- <a href="{text:LinkTwo}">{text:SecondLinkName}</a> {/block:ifLinkTwo}
  430. {block:ifLinkThree}- <a href="{text:LinkThree}">{text:ThirdLinkName}</a> {/block:ifLinkThree}
  431. {block:ifLinkFour}- <a href="{text:LinkFour}">{text:FourthLinkName}</a> {/block:ifLinkFour}
  432. {block:ifLinkFive}- <a href="{text:LinkFive}">{text:FifthLinkName}</a>{/block:ifLinkFive} <br /></center>
  433. </div>
  434. </div>
  435.  
  436.  
  437. <div id="entries"><br>
  438. {block:Posts}
  439.  
  440.  
  441.  
  442.  
  443. <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>
  444.  
  445. <div id="posts">
  446.  
  447.  
  448. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  449.  
  450. {block:Text}{body}{/block:Text}
  451.  
  452. {block:Quote}<quote>{quote}</quote>{/block:Quote}
  453.  
  454. {block:Source}<div class="source">by {Source}</div>{/block:Source}
  455.  
  456. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  457. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  458.  
  459. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  460.  
  461. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  462.  
  463. {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}
  464.  
  465. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  466.  
  467. {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}
  468.  
  469. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  470.  
  471. </div>
  472.  
  473. <div id="tags">
  474. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  475. <br /><br />
  476. {/block:Posts}
  477.  
  478.  
  479. {block:PostNotes}{PostNotes}{/block:PostNotes}
  480.  
  481. </div></div>
  482.  
  483.  
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement