k-a-n-s-a-s

Theme #17 (design 2)

Jul 14th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.08 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8. theme #17 by k-a-n-s-a-s and base by xantheose
  9.  
  10.  
  11.  
  12. -->
  13.  
  14.  
  15.  
  16. <html lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  22.  
  23. {block:IfNotAlwaysShowDescription}
  24. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  25. <script src="toggle.js" type="text/javascript"></script>
  26. <script type="text/javascript">
  27. $(document).ready(function(){
  28. $(".info").hide();
  29. $(".title").click(function(){
  30. $('.info').slideToggle(300);
  31. return true;
  32. });
  33. });
  34. </script>{/block:IfNotAlwaysShowDescription}
  35.  
  36.  
  37. <meta name="if:Repeat background image" content="0"/>
  38. <meta name="if:Always Show description" content="0"/>
  39. <meta name="if:Three Columns" content="0"/>
  40. <meta name="if:Four Columns" content="0"/>
  41. <meta name="if:Five Columns" content="0"/>
  42. <meta name="if:Italic font" content="0"/>
  43. <meta name="if:Total left" content="0"/>
  44. <meta name="if:Total right" content="0"/>
  45. <meta name="if:Endless Scrolling" content="1"/>
  46. <meta name="if:Caption" content="0"/>
  47.  
  48. <meta name="font:Title" content="Garamond"/>
  49. <meta name="font:Post title" content="Garamond"/>
  50. <meta name="font:Body" content="Garamond"/>
  51.  
  52. <meta name="color:Background" content="#FFFFFF"/>
  53. <meta name="color:Header" content="#FFFFFF"/>
  54. <meta name="color:Title" content="#000000"/>
  55. <meta name="color:Navigation hover" content="#E6E6E6"/>
  56. <meta name="color:Post title" content="#363636"/>
  57. <meta name="color:Text" content="#000000"/>
  58. <meta name="color:Link" content="#636363"/>
  59. <meta name="color:Hover" content="#000000"/>
  60. <meta name="color:Chat" content="#F5F5F5"/>
  61.  
  62. <meta name="text:Title font size" content="18"/>
  63. <meta name="text:Post title font size" content="16"/>
  64. <meta name="text:Body font size" content="11"/>
  65.  
  66. <meta name="image:Background" content=""/>
  67.  
  68.  
  69. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  70. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  71.  
  72. {PostSummary} - {/block:PostSummary}{Title}</title>
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. iframe#tumblr_controls{
  78. top: 1px !important;
  79. margin: 0 0 0 0;
  80. right: 6px !important;
  81. position: fixed !important;
  82. }
  83.  
  84. body {
  85. margin:0px;
  86. background-color: {color:Background};
  87. background-image:url({image:Background});
  88. background-attachment: fixed;
  89. background-repeat: no-repeat;
  90. {block:IfRepeatBackgroundImage}
  91. background-repeat: repeat;
  92. {/block:IfRepeatBackgroundImage}
  93. {block:IfTotalRight}
  94. background-position:left;
  95. {/block:IfTotalRight}
  96. {block:IfTotalLeft}
  97. background-position:right;
  98. {/block:IfTotalLeft}
  99. font-size:{text:Body font size}px;
  100. font-family:arial;
  101. line-height:16px;
  102. color:{color:Text};
  103. {block:IfItalicFont}font-style:italic;{/block:IfItalicFont}
  104. }
  105.  
  106. a:link, a:active, a:visited{
  107. color: {color:Link};
  108. text-decoration: none;
  109. -moz-transition: all 0.3s;
  110. -webkit-transition: all 0.3s;
  111. -o-transition: all 0.3s;
  112. transition: all 0.3;
  113. }
  114.  
  115. a:hover {
  116. color:{color:Hover};
  117. -moz-transition: all 0.3s;
  118. -webkit-transition: all 0.3s;
  119. -o-transition: all 0.3s;
  120. transition: all 0.3;
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb:vertical {
  124. background-color:{color:text};
  125. height:100px;
  126. }
  127. ::-webkit-scrollbar-thumb:horizontal {
  128. background-color:{color:text};
  129. height:10px;
  130. }
  131. ::-webkit-scrollbar {
  132. height:10px;
  133. width:8px;
  134. background-color:{color:background};
  135. }
  136.  
  137. div#content{
  138. margin:auto;
  139. padding-top:15px;
  140. {block:IndexPage}
  141. width:520px;
  142. {block:IfThreeColumns}width:780px;{/block:IfThreeColumns}
  143. {block:IfFourColumns}width:1040px;{/block:IfFourColumns}
  144. {block:IfFiveColumns}width:1300px;{/block:IfFiveColumns}
  145. {block:IndexPage}
  146. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  147. {block:IfTotalRight}margin-right:60px;{/block:IfTotalRight}
  148. {block:IfTotalLeft}margin-left:40px;{/block:IfTotalLeft}
  149. }
  150.  
  151. div#header{
  152. background:{color:header};
  153. padding:10px 0px 10px 0px;
  154. margin:auto;
  155. margin-top:10px;
  156. text-align:center;
  157. {block:IfTotalRight}margin-right:65px;{/block:IfTotalRight}
  158. {block:IfTotalLeft}margin-left:45px;{/block:IfTotalLeft}
  159. width:510px;
  160. {block:IfThreeColumns}width:770px;{/block:IfThreeColumns}
  161. {block:IfFourColumns}width:1030px;{/block:IfFourColumns}
  162. {block:IfFiveColumns}width:1290px;{/block:IfFiveColumns}
  163. }
  164.  
  165. div#links{padding:2px 0px 0px 0px; border-bottom:1px dotted {color:text}; border-top:1px dotted {color:text}; text-align:right;}
  166.  
  167. a.nav{
  168. display: navigate;
  169. font-size:12px;
  170. font-family:consolas,monospace;
  171. text-transform:lowercase;
  172. padding:5px;
  173. color:{color:title};
  174. }
  175.  
  176. .nav:hover{color:{color:navigation hover};}
  177.  
  178. .info{padding:0px 0px 10px 0px;}
  179.  
  180. .bull{margin:0px 5px 0px 5px; color:{color:title};}
  181.  
  182. .title{
  183. font-family: homenaje;
  184. font-size: 20px;
  185. color:{color:Title};
  186. padding:10px 0px 0px 0px;
  187. }
  188.  
  189. {block:IfNotAlwaysShowDescription}.title:hover{cursor:help;}{/block:IfNotAlwaysShowDescription}
  190.  
  191. .post_title{
  192. font-family:arial;
  193. font-size:15px;
  194. color:{color:Post title};
  195. line-height:24px;
  196. }
  197.  
  198. .entry{
  199. {block:IndexPage}
  200. width:250px;
  201. float:left;
  202. padding:5px;
  203. {/block:IndexPage}
  204. {block:PermalinkPage}
  205. width:500px;
  206. margin:auto;
  207. {/block:PermalinkPage}
  208. }
  209.  
  210. .entry img{
  211. {block:IndexPage}
  212. max-width:250px;
  213. {/block:IndexPage}
  214. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
  215. }
  216.  
  217. .photo img{
  218. -moz-transition: all 0.3s;
  219. -webkit-transition: all 0.3s;
  220. -o-transition: all 0.3s;
  221. transition: all 0.3;
  222. }
  223.  
  224. .photo img:hover{
  225. opacity: 0.8;
  226. filter: alpha(opacity = 80);
  227. -moz-transition: all 0.3s;
  228. -webkit-transition: all 0.3s;
  229. -o-transition: all 0.3s;
  230. transition: all 0.3;
  231. }
  232.  
  233. .asker{
  234. padding-bottom:5px;
  235. line-height:16px;
  236. font-size:9px;
  237. }
  238.  
  239. blockquote{
  240. padding:0px 0px 0px 5px;
  241. margin:0px 0px 2px 1px;
  242. border-left: 2px solid {color:Text};
  243. }
  244.  
  245. .permalink {
  246. display:block;
  247. position: relative;
  248. margin-top:-5px;
  249. text-align: right;
  250. font-size:10px;
  251. font-family:arial;
  252. opacity:0.6;
  253. filter: alpha(opacity = 60);
  254. -moz-transition: all 0.3s;
  255. -webkit-transition: all 0.3s;
  256. -o-transition: all 0.3s;
  257. transition: all 0.3;
  258. }
  259.  
  260. .entry:hover .permalink{
  261. opacity: 1;
  262. filter: alpha(opacity = 100);
  263. -moz-transition: all 0.3s;
  264. -webkit-transition: all 0.3s;
  265. -o-transition: all 0.3s;
  266. transition: all 0.3;
  267. }
  268.  
  269. .photo_perma{
  270. position:absolute;
  271. margin:5px 0px 0px 5px;
  272. background:#fff;
  273. padding:10px;
  274. -webkit-border-radius: 1px;
  275. -moz-border-radius: 1px;
  276. border-radius: 1px;
  277. opacity:0;
  278. filter: alpha(opacity = 0);
  279. -moz-transition: all 0.3s;
  280. -webkit-transition: all 0.3s;
  281. -o-transition: all 0.3s;
  282. transition: all 0.3;
  283. z-index:1;
  284. }
  285.  
  286. .entry:hover .photo_perma{
  287. opacity:0.75;
  288. filter: alpha(opacity = 75);
  289. -moz-transition: all 0.3s;
  290. -webkit-transition: all 0.3s;
  291. -o-transition: all 0.3s;
  292. transition: all 0.3;
  293. }
  294.  
  295. .q{
  296. margin-left:20px;
  297. margin-top:-15px;
  298. font-family:arial;
  299. font-size:10}px;
  300. color:{color:Post title};
  301. line-height:24px;
  302. }
  303.  
  304. .quote{font-family: georgia;
  305. position:relative;
  306. top:20px;
  307. font-size:60px;
  308. opacity:0.2;
  309. filter: alpha(opacity = 20);
  310. }
  311.  
  312. .source{
  313. font-size:12px;
  314. margin-left:35px;
  315. }
  316.  
  317. div#chat li {
  318. padding: 4px;
  319. background-color:{color:Chat};
  320. margin-top: 2px;
  321. }
  322.  
  323. div#chat ul{
  324. {block:IndexPage}
  325. width:250px;
  326. {/block:IndexPage}
  327. {block:PermalinkPage}
  328. width:500px;
  329. {/block:PermalinkPage}
  330. list-style: none;
  331. padding: 0px;
  332. margin-top:5px;
  333. margin-bottom:10px;
  334. text-align: left;
  335. }
  336.  
  337. .lalala{
  338. background-color:#e4e4e4;
  339. height:27px;
  340. {block:IndexPage}
  341. width:250px;
  342. {/block:IndexPage}
  343. {block:PermalinkPage}
  344. width:500px;
  345. {/block:PermalinkPage}
  346. overflow:hidden;
  347. }
  348.  
  349. div#page{
  350. position:fixed;
  351. right:0px;
  352. bottom:0px;
  353. background:{color:header};
  354. padding:10px;
  355. {block:IfEndlessScrolling}display:none;{/block:IfEndlessScrolling}
  356. }
  357.  
  358. div#page a{
  359. color:{color:title};
  360. font-family:arial;
  361. font-size:14px;
  362. }
  363.  
  364. ol.notes {
  365. padding: 0px;
  366. margin: 25px 0px;
  367. list-style-type: none;
  368. border-bottom: solid 1px {color:text};
  369. font-size:10px;
  370. }
  371.  
  372. ol.notes li.note {
  373. border-top: solid 1px {color:text};
  374. padding: 5px;
  375. font-size:10px;
  376. }
  377.  
  378. ol.notes li.note img.avatar {
  379. vertical-align: -4px;
  380. margin-right: 10px;
  381. width: 16px;
  382. height: 16px;
  383. }
  384.  
  385. ol.notes li.note span.action {
  386. font-weight: normal;
  387. font-size:10px;
  388. }
  389.  
  390. ol.notes li.note .answer_content {
  391. font-weight: normal;
  392. font-size:10px;
  393. }
  394.  
  395. ol.notes li.note blockquote {
  396. border-color: {color:text};
  397. padding: 4px 10px;
  398. margin: 10px 0px 0px 25px;
  399. font-size:10px;
  400. }
  401.  
  402. ol.notes li.note blockquote a {
  403. text-decoration: none;
  404. font-size:10px;
  405. }
  406.  
  407.  
  408. {CustomCSS}
  409. </style>
  410. <link rel="shortcut icon" href="{Favicon}">
  411. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  412. <meta name="viewport" content="width=820" />
  413.  
  414. {block:IndexPage}
  415.  
  416. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  417.  
  418. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  419.  
  420. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  421.  
  422. <script type="text/javascript">
  423. $(window).load(function(){
  424. var $wall = $('#content');
  425. $wall.imagesLoaded(function(){
  426. $wall.masonry({
  427. itemSelector: '.entry',
  428. isAnimated : true
  429. });
  430. });
  431. $wall.infinitescroll({
  432. navSelector : "div#navigation",
  433. nextSelector : "div#navigation a#nextPage",
  434. itemSelector : '.entry',
  435. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  436. loadingText : " ",
  437. donetext : " ",
  438. extraScrollPx : 9000,
  439. bufferPx : 10000,
  440. debug : false,
  441. errorCallback: function() {
  442. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  443. }},
  444. function( newElements ) {
  445. var $newElems = $( newElements );
  446. $newElems.hide();
  447. $newElems.imagesLoaded(function(){
  448. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  449. });
  450. }); $('#content').show(500);
  451. });
  452. </script>
  453.  
  454. {/block:IndexPage}
  455.  
  456. </head>
  457. <body>
  458.  
  459.  
  460. {block:Pagination}<div id="page">{block:PreviousPage}<a href="{PreviousPage}">&laquo; / </a>{/block:PreviousPage}{block:nextPage}<a href="{nextPage}">&raquo;</a>{/block:nextPage}</div>{/block:Pagination}
  461.  
  462. <div id="header">
  463. <div class="title">{Title}</div><p>
  464. <div class="info" style="color:{color:title}">{description}</div>
  465. <div id="links">
  466. <a href="/" class="nav">HOME</a><span class="bull">&bull;</span>
  467. {block:AskEnabled}<a href="/ask"class="nav">message</a><span class="bull">&bull;</span>{/block:AskEnabled}
  468.  
  469. {block:SubmissionsEnabled}<a href="/submit"class="nav">{SubmitLabel}</a><span class="bull">&bull;</span>{/block:SubmissionsEnabled}
  470. <a href="http://k-a-n-s-a-s.tumblr.com/" class="nav" target="_blank">THEME</a>
  471. </div>
  472. </div>
  473.  
  474.  
  475. <div id="content">
  476.  
  477. {block:Posts}
  478. {block:Text}
  479. <div class="entry">
  480. {block:Title}<span class="post_title">{Title}</span><p>{/block:Title}
  481. {Body}
  482. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  483. </div>
  484. {/block:Text}
  485.  
  486. {block:Photo}
  487. <div class="entry">
  488. {block:IndexPage}<div class="photo_perma"><a href="{ReblogURL}" target="_blank"><img src="http://cdn4.iconfinder.com/data/icons/iphone_toolbar_icons/iphone_toolbar_icons/reload.png" width="20"/></a></div>{/block:IndexPage}
  489. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  490. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  491. {block:IndexPage}<div class="photo">{/block:IndexPage}<img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>{block:IndexPage}</div>{/block:IndexPage}
  492. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  493. {block:IndexPage}</a>{/block:IndexPage}
  494. {block:PermalinkPage}{LinkCloseTag}<p>
  495. {/block:PermalinkPage}
  496. </div>
  497. {/block:Photo}
  498.  
  499. {block:Photoset}
  500. <div class="entry">
  501. {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  502. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  503. <p>
  504. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  505. </div>
  506. {/block:Photoset}
  507.  
  508. {block:Quote}
  509. <div class="entry">
  510. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  511. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source}
  512. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  513. </div>
  514. {/block:Quote}
  515.  
  516. {block:Chat}
  517. <div class="entry">
  518. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  519. <div id="chat">
  520. <ul>{block:Lines}<li>
  521. {block:Label}<b>{Label}</b>{/block:Label}
  522. {Line}
  523. </li>{/block:Lines}</ul>
  524. </div>
  525. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  526. </div>
  527. {/block:Chat}
  528.  
  529. {block:Link}
  530. <div class="entry">
  531. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a><p>
  532. {block:Description}{Description}{/block:Description}
  533. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  534. </div>
  535. {/block:Link}
  536.  
  537. {block:Audio}
  538. <div class="entry">
  539. <center>
  540. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" style="width:180px;"/><p>{/block:AlbumArt}</center>
  541. <div class="lalala">{AudioPlayerGrey}</div>
  542. {block:IndexPage}{block:Caption}{Caption}
  543. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}{/block:IndexPage}<p>
  544. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  545. </div>
  546. {/block:Audio}
  547.  
  548. {block:Video}
  549. <div class="entry">
  550. {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  551. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  552. <p>
  553. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  554. </div>
  555. {/block:Video}
  556.  
  557. {block:Answer}
  558. <div class="entry">
  559. <div class="asker">{Asker} asked: {Question}</div>
  560. <div style="border-top:1px solid {color:text};">{Answer}<p></div>
  561. {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> &#8212; <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
  562. </div>
  563. {/block:Answer}
  564.  
  565. {block:PostNotes}
  566. <div id="postnotes">
  567. {block:IfNotCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotCaption}<p>
  568. {block:RebloggedFrom}
  569. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  570. Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  571. <div style="padding-top:5px; border-top:1px solid {color:text};">
  572. Posted {TimeAgo} with {NoteCountWithLabel}<br>
  573. {block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  574. {PostNotes}
  575. {/block:PostNotes}
  576.  
  577. {/block:posts}
  578.  
  579. {block:IndexPage}
  580. <div class="column navigation" id="navigation">
  581. {block:Pagination}
  582. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  583. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  584. </div>
  585. {/block:IndexPage}
  586.  
  587. </div>
  588.  
  589. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH -->
  590.  
  591. </body>
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment