Bakaway

theme 21

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