Advertisement
haffalump

haffalump theme two

May 16th, 2012
9,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.53 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.  
  3.  
  4. <!--
  5. theme credit to hafsa (haffalump @ tumblr)
  6. the credit can not be removed or changed in any possible way.
  7. do not use this code as a base, and do not repost it/rehash it
  8. and use claim it as your own.
  9. -->
  10.  
  11.  
  12.  
  13. <html>
  14. <head>
  15.  
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23.  
  24. <meta name="image:Background" content="" />
  25.  
  26. <meta name="color:Background" content ="#ffffff"/>
  27. <meta name="color:Text" content="#3d3d3d"/>
  28. <meta name="color:Link" content="#c5c5c5"/>
  29. <meta name="color:Link Hover" content="#000000"/>
  30. <meta name="font:Title" content="Georgia, Baskerville, Helvetica Neue"/>
  31. <meta name="font:Body" content="Baskerville, Arial, Helvetica"/>
  32. <meta name="color:Scroll" content="#cccccc"/>
  33.  
  34. <meta name="text:Link1" content="Link 1"/>
  35. <meta name="text:Link1 URL" content="/"/>
  36. <meta name="text:Link2" content="Link 2"/>
  37. <meta name="text:Link2 URL" content="/"/>
  38. <meta name="text:Link3" content="Link 3"/>
  39. <meta name="text:Link3 URL" content="/"/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. background-color: "{color:Background}";
  46. font-family: {font:Body};
  47. font-size: 9px;
  48. color: {color:Text};
  49. }
  50.  
  51.  
  52. .content {
  53. position: absolute;
  54. top: 0px;
  55. right: 175px;
  56. width: 500px;
  57. padding: 10 30 10 30px;
  58. padding-bottom: 50px;
  59. background-color: #ffffff;
  60. }
  61.  
  62. .sidebar {
  63. font-family: {font:Body};
  64. font-size: 8px;
  65. color: #ffffff;
  66. text-align: justify;
  67. text-transform: lowercase;
  68. width: 300px;
  69. height: 150px;
  70. bottom: 25px;
  71. position: fixed;
  72. left: 30px;
  73. padding: 20px;
  74. background-color: #000000;
  75. opacity: .5;
  76. overflow: auto;
  77. border-bottom: 10px solid #ffffff;
  78. letter-spacing: 1px;
  79. }
  80.  
  81.  
  82. .sidebar a:hover {
  83. color: #ffffff;
  84. }
  85.  
  86.  
  87. a {
  88. color: {color:Link};
  89. font-weight: none;
  90. text-decoration: none;
  91. }
  92.  
  93. a:hover {
  94. color: {color:Link Hover};
  95. }
  96.  
  97. a img {
  98. border: 0px;
  99. }
  100.  
  101.  
  102.  
  103. .post img {
  104. display: block;
  105. margin: 0 auto;
  106. }
  107.  
  108. .post {
  109. margin-top: 130px;
  110. text-align: justify;
  111.  
  112.  
  113. }
  114.  
  115. .notesandtags {
  116. padding: 5px;
  117. margin-bottom: 5px;
  118. margin-top: 5px;
  119. margin-left: -6px;
  120. }
  121.  
  122. .tags {
  123. font-size: 7px;
  124. float: right;
  125. text-transform: lowercase;
  126. margin-top: -2px;
  127. margin-right: 2px;
  128. }
  129.  
  130. .tag {
  131. font-family: {font:Body};
  132. font-size: 7px;
  133. color: #444444;
  134. text-transform: uppercase;
  135. font-weight: none;
  136. width: 500px;
  137. margin-right: 2px;
  138.  
  139. }
  140.  
  141. .time {
  142. font-family: {font:Body};
  143. font-size: 7px;
  144. color: #444444;
  145. text-transform: uppercase;
  146. font-weight: none;
  147. width: 500px;
  148. }
  149.  
  150. h3 {
  151. font-family: {font:Body};
  152. font-size: 11px;
  153. color: #444444;
  154. text-align: left;
  155. text-transform: lowercase;
  156. font-weight: bold;
  157. font-style: italic;
  158. }
  159.  
  160. blockquote {
  161. font-family: {font:Body};
  162. font-size: 9px;
  163. color: #444444;
  164. text-align: justify;
  165. text-transform: lowercase;
  166. font-weight: bold;
  167. font-style: italic;
  168. padding: 5px;
  169. margin: 5px;
  170. }
  171.  
  172. .quote {
  173. font-family: {font:Body};
  174. font-size: 9px;
  175. color: #444444;
  176. text-align: justify;
  177. text-transform: lowercase;
  178. font-weight: bold;
  179. font-style: italic;
  180. }
  181.  
  182. .source {
  183. margin-left: 25px;
  184. font-family: {font:Body};
  185. font-size: 7px;
  186. color: #444444;
  187. text-transform: uppercase;
  188. font-weight: none;
  189. }
  190.  
  191. .link {
  192. font-family: {font:Body};
  193. font-size: 11px;
  194. color: #444444;
  195. text-align: center;
  196. text-transform: lowercase;
  197. font-weight: bold;
  198. font-style: italic;
  199. text-transform: lowercase;
  200. }
  201.  
  202. .link:hover {
  203. color: #647e65;
  204. }
  205.  
  206. ul.chat {
  207. margin: 0;
  208. padding: 0;
  209. }
  210.  
  211. .chat li {
  212. list-style-type: none;
  213. font-size: 10px;
  214. margin-left: 0px;
  215. padding: 3px;
  216. }
  217.  
  218. .chat li.odd {
  219. margin-bottom: 1px;
  220. color: #454545;
  221. font-size: 10px;
  222. }
  223.  
  224. .chat li.even {
  225. margin-bottom: 1px;
  226. color: #454545;
  227. font-size: 10px;
  228. }
  229.  
  230. .label {
  231. font-weight: bold;
  232. }
  233.  
  234. .title {
  235. font-family: {font:Title};
  236. font-size: 7px;
  237. color: #ffffff;
  238. text-align: center;
  239. text-transform: uppercase;
  240. font-weight: bold;
  241. letter-spacing: 1px;
  242. font-style: none;
  243. }
  244.  
  245. #navcontainer
  246. {
  247. margin: 0px;
  248. padding: 0px;
  249. text-align: center;
  250. }
  251. #navcontainer { display: inline; }
  252. #navcontainer a
  253. {
  254. text-decoration: none;
  255. padding: .2em 1em;
  256. color: #fff;
  257. }
  258.  
  259.  
  260. #navcontainer a:hover
  261. {
  262. color: #fff;
  263. background-color: #369;
  264. }
  265.  
  266.  
  267. ::-webkit-scrollbar {
  268. height: 20px;
  269. width: 14px;
  270. background: #ffffff;
  271. }
  272. ::-webkit-scrollbar-thumb {
  273. background: {color:Scroll};
  274.  
  275. }
  276. ::-webkit-scrollbar-corner {
  277. background: #ffffff;
  278. }
  279.  
  280.  
  281. ol.notes {
  282. padding: 0px;
  283. margin: 25px 0px;
  284. font-size: 10px;
  285. list-style-type: none;
  286.  
  287. }
  288.  
  289. ol.notes li.note {
  290. padding: 2px;
  291. }
  292.  
  293. ol.notes li.note img.avatar {
  294. vertical-align: -4px;
  295. margin-right: 10px;
  296. width: 10px;
  297. height: 10px;
  298. }
  299.  
  300. ol.notes li.note span.action {
  301. font-weight: none;
  302. }
  303.  
  304. ol.notes li.note .answer_content {
  305. font-weight: normal;
  306. }
  307.  
  308. ol.notes li.note blockquote {
  309. border-color: none;
  310. padding: 4px 10px;
  311. margin: 5px 0px 0px 25px;
  312. }
  313.  
  314. ol.notes li.note blockquote a {
  315. text-decoration: none;
  316.  
  317.  
  318. {CustomCSS}
  319. </style>
  320.  
  321. <center><title>{Title}</title></center>
  322.  
  323. </head>
  324.  
  325. <body>
  326.  
  327.  
  328. <div style="position: fixed; left: 0px; top:0px; height: 655px; width: 400px;background-position: left center; background-image: url({image:Background}); "></div>
  329.  
  330. <div style=" position: relative; right: 150px; top:0px; position: fixed; height: 655px; width: 3px; "></div>
  331.  
  332.  
  333.  
  334. <div class="content">
  335.  
  336. {block:Posts}
  337.  
  338.  
  339.  
  340. {block:Text}
  341. <div class="post">
  342. {block:Title}
  343. <h3><a href="{Permalink}">{Title}</a></h3>
  344. {/block:Title}
  345. {Body}
  346. </div>
  347. {/block:Text}
  348.  
  349. {block:Photo}
  350. <div class="post">
  351. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  352. {Caption}
  353. </div>
  354. {/block:Photo}
  355.  
  356. {block:Photoset}
  357. <div class="post">
  358. <center>{Photoset-500}</center>
  359. {Caption}
  360. </div>
  361. {/block:Photoset}
  362.  
  363. {block:Quote}
  364. <div class="post">
  365. <span class="quote">"{Quote}"</span>
  366. {block:Source}
  367. <div class="source">– {Source}</div>
  368. {/block:Source}
  369. </div>
  370. {/block:Quote}
  371.  
  372. {block:Link}
  373. <div class="post">
  374. <a href="{URL}" class="link" {Target}>{Name}</a>
  375. {block:Description}
  376. <div class="description">{Description}</div>
  377. {/block:Description}
  378. </div>
  379. {/block:Link}
  380.  
  381. {block:Chat}
  382. <div class="post">
  383. {block:Title}
  384. <h3><a href="{Permalink}">{Title}</a></h3>
  385. {/block:Title}
  386. <ul class="chat">
  387. {block:Lines}
  388. <li class="{Alt} user_{UserNumber}">
  389. {block:Label}
  390. <span class="label">{Label}</span>
  391. {/block:Label}
  392. {Line}
  393. </li>
  394. {/block:Lines}
  395. </ul>
  396. </div>
  397. {/block:Chat}
  398.  
  399. {block:Video}
  400. <div class="post">
  401. <center>{Video-500}</center>
  402. {block:Caption}
  403. {/block:Caption}
  404. </div>
  405. {/block:Video}
  406.  
  407.  
  408. {block:Audio}
  409. <div class="post">
  410. {AudioPlayerBlack}
  411. {block:Caption}
  412. {/block:Caption}
  413. </div>
  414. {/block:Audio}
  415.  
  416. <div class="notesandtags">
  417. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  418. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {block:NoteCount}{NoteCount}{/block:NoteCount}</div>
  419. </div>
  420. </div>
  421.  
  422. {PostNotes}
  423. {/block:Posts}
  424. </div>
  425.  
  426.  
  427.  
  428.  
  429. <div class="sidebar">
  430.  
  431.  
  432.  
  433. <center><div class="title">{Title}</div> </center>
  434.  
  435. <p align="center">
  436.  
  437. <center><p align="center">
  438. <div style="font-size: 7px; ">
  439. <a href="/ask">ask</a>
  440. <a href="/">home</a>
  441. <a href="/archive">archive</a>
  442. <a href="{text:Link1 URL}">{text:Link1}</a>
  443. <a href="{text:Link2 URL}">{text:Link2}</a>
  444. <a href="{text:Link3 URL}">{text:Link3}</a>
  445. </div></center>
  446.  
  447.  
  448. <center><div id=”navcontainer”>
  449. {block:HasPages}
  450. {block:Pages}
  451.  
  452. <a href={URL}>{Label}</a>
  453.  
  454. {/block:Pages}
  455. {/block:HasPages}</div></center>
  456.  
  457.  
  458.  
  459. {block:Description}<p>{Description}{/block:Description}
  460.  
  461. <p align="center">
  462.  
  463. {block:Pagination}
  464. {block:PreviousPage}
  465. <a href="{PreviousPage}">&#8592; Previous</a>
  466. {/block:PreviousPage}
  467.  
  468. {block:JumpPagination length="5"}
  469. {block:CurrentPage}
  470. <span class="current_page">{PageNumber}</span>
  471. {/block:CurrentPage}
  472.  
  473. {block:JumpPage}
  474. <a class="jump_page" href="{URL}">{PageNumber}</a>
  475. {/block:JumpPage}
  476. {/block:JumpPagination}
  477.  
  478. {block:NextPage}
  479. <a href="{NextPage}">Next &#8594;</a>
  480. {/block:NextPage}
  481. {/block:Pagination}
  482.  
  483. </div>
  484. </div>
  485.  
  486. </body>
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement