Advertisement
okesan

001 intrev

Jun 26th, 2013
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. <!--
  2. theme by intrev and you shall not pass, go
  3. -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.  
  8. <head>
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="http://media.tumblr.com/6aa45d636350a08d77ac55439f29a569/tumblr_inline_mishtzy5VG1qz4rgp.gif">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  19.  
  20. <meta name="image:background" content=""/>
  21.  
  22. <meta name="color:bg" content="#ffffff"/>
  23. <meta name="color:text" content="#222222"/>
  24. <meta name="color:link" content="#cbb8d3"/>
  25. <meta name="color:hover" content="#846c8f"/>
  26. <meta name="color:navi link" content="#97889e"/>
  27. <meta name="color:navi link hover" content="#514258"/>
  28. <meta name="color:post bg" content="#ffffff"/>
  29. <meta name="color:border" content="#dddddd"/>
  30. <meta name="color:accent" content="#ede0f3"/>
  31. <meta name="color:lines" content="#111111"/>
  32. <meta name="color:tooltip" content="#222222"/>
  33. <meta name="color:tooltip bg" content="#eaeaea"/>
  34.  
  35. <meta name="text:link 1" content=""/>
  36. <meta name="text:link 1 title" content=""/>
  37. <meta name="text:link 2" content=""/>
  38. <meta name="text:link 2 title" content=""/>
  39. <meta name="text:link 3" content=""/>
  40. <meta name="text:link 3 title" content=""/>
  41.  
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Revalia|Iceland' rel='stylesheet' type='text/css'>
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar {background-color:{color:lines}; height:0px; width:3px}
  48. ::-webkit-scrollbar-thumb:vertical {background-color:{color:bg}; height:50px}
  49. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:bg}; height:3px!important}
  50.  
  51. @font-face {
  52. font-family:square;
  53. src:url('http://static.tumblr.com/xi259rm/IEomncqaz/sf_square_head.ttf');
  54. src: local (square), url('http://static.tumblr.com/xi259rm/IEomncqaz/sf_square_head.ttf')
  55. format:('opentype');
  56. }
  57.  
  58. body {
  59. background:{color:bg} url('{image:background}') fixed no-repeat bottom right;
  60. font-family:courier;
  61. font-size:10px;
  62. color:{color:text};
  63. text-align:justify;
  64. font-weight:100;
  65. }
  66.  
  67. h1 {
  68. font-family:courier;
  69. font-size:12px;
  70. text-transform:lowercase;
  71. text-align:center;
  72. margin-bottom:-5px;
  73. }
  74.  
  75. h2 {
  76. font-family:courier;
  77. font-size:11px;
  78. text-align:center;
  79. font-weight:400;
  80. font-style:italic;
  81. }
  82.  
  83. h3 {
  84. font-family:courier;
  85. font-size:8px;
  86. text-align:right;
  87. padding-right:3px;
  88. font-weight:400;
  89. }
  90.  
  91. a:link, a:visited, a:active {
  92. color: {color:link};
  93. text-decoration: none;
  94. -webkit-transition: all 0.7s ease;
  95. -moz-transition: all 0.7s ease;
  96. -o-transition: all 0.7s ease;
  97. }
  98.  
  99. a:hover{
  100. color:{color:hover};
  101. -webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease;
  104. }
  105.  
  106. blockquote{
  107. padding-left:5px;
  108. border-left:2px solid {color:text};
  109. }
  110.  
  111. #desc{
  112. position:fixed;
  113. border:2px solid {color:border};
  114. bottom:119px;
  115. margin-left:195px;
  116. font-family:courier;
  117. width:150px;
  118. color:{color:text};
  119. padding:5px;
  120. font-size:10px;
  121. text-align:center;
  122. }
  123.  
  124. #box {
  125. position:fixed;
  126. background:{color:lines};
  127. bottom:175px;
  128. margin-left:150px;
  129. font-family:courier;
  130. width:20px;
  131. color:{color:bg};
  132. padding:25px;
  133. font-size:20px;
  134. line-height:130%;
  135. text-align:center;
  136. border-radius:5px;
  137. font-weight:400;
  138. }
  139.  
  140. #line {
  141. position:fixed;
  142. width:60px;
  143. height:150%;
  144. left:50px;
  145. top:-20px;
  146. background-color:{color:lines};
  147. }
  148.  
  149. #linkz {
  150. font-family:square;
  151. font-size:10px;
  152. line-height:120%;
  153. text-align:center;
  154. width:63px;
  155. bottom:30px;
  156. position:fixed;
  157. letter-spacing:3px;
  158. }
  159.  
  160. #linkz a {
  161. color:{color:navi link};
  162. text-shadow:0px 0px {color:hover}, -0px 0px {color:hover};
  163. }
  164.  
  165. #linkz a:hover {
  166. color:{color:navi link hover};
  167. text-shadow:3px 0px transparent, -3px 0px transparent;
  168. }
  169.  
  170. #content {
  171. padding-left:10px;
  172. padding-bottom:10px;
  173. padding-top:10px;
  174. overflow:hidden;
  175. width:405px;
  176. margin-left:400px;
  177. {block:permalinkpage}
  178. width:440px;
  179. {/block:permalinkpage}
  180. }
  181.  
  182. .entry {
  183. margin:10px 10px;
  184. padding:3px;
  185. padding-bottom:0px;
  186. float:left;
  187. overflow:hidden;
  188. background:{color:post bg};
  189. {block:indexpage}
  190. border:1px solid {color:border};
  191. width:170px;
  192. -webkit-filter:grayscale(55%);
  193. {/block:indexpage}
  194. {block:permalinkpage}
  195. -webkit-filter:grayscale(0%);
  196. width:400px;
  197. {/block:permalinkpage}
  198. }
  199.  
  200. .entry img {
  201. {block:indexpage}
  202. -webkit-transition: all 0.3s ease;
  203. -moz-transition: all 0.2s ease;
  204. -o-transition: all 0.2s ease;
  205. {/block:indexpage}
  206. {block:permalinkpage}
  207. -webkit-transition: all 0.3s ease;
  208. -moz-transition: all 0.2s ease;
  209. -o-transition: all 0.2s ease;
  210. {/block:permalinkpage}
  211. }
  212.  
  213. .entry:hover {
  214. {block:indexpage}
  215. -webkit-filter:grayscale(0%);
  216. -webkit-transition: all 0.3s ease;
  217. -moz-transition: all 0.2s ease;
  218. -o-transition: all 0.2s ease;
  219. {/block:indexpage}
  220. }
  221.  
  222. #content .entry .oh {
  223. position:absolute;
  224. font-size:8px;
  225. padding:3px 0 2px 0;
  226. bottom:0px;
  227. left:-5px;
  228. opacity:0;
  229. width:193px;
  230. background:{color:tooltip bg};
  231. text-align:center;
  232. z-index:999999;
  233. -webkit-transition: all 0.7s ease;
  234. -moz-transition: all 0.7s ease;
  235. -o-transition: all 0.7s ease;
  236. }
  237.  
  238. #content .entry:hover .oh {
  239. position:absolute;
  240. font-size:8px;
  241. padding:3px 0 2px 0;
  242. bottom:0px;
  243. left:-5px;
  244. opacity:1;
  245. width:193px;
  246. background:{color:tooltip bg};
  247. text-align:center;
  248. z-index:999999;
  249. -webkit-transition: all 0.7s ease;
  250. -moz-transition: all 0.7s ease;
  251. -o-transition: all 0.7s ease;
  252. }
  253.  
  254. .oh a {
  255. color:{color:tooltip};
  256. }
  257.  
  258. .oh a:hover {
  259. color:{color:tooltip bg};
  260. }
  261.  
  262. #photo img {
  263. max-width:100%;
  264. }
  265.  
  266. #pagi {
  267. position:fixed;
  268. left:-10px;
  269. bottom:-10px;
  270. display: none;
  271. }
  272.  
  273. #s-m-t-tooltip {
  274. position:relative;
  275. overflow:hidden;
  276. z-index:999;
  277. max-width:300px;
  278. margin:10px 0 0 10px;
  279. background:{color:tooltip bg};
  280. padding:0px 2px 2px 2px;
  281. font-family:courier;
  282. text-transform:lowercase;
  283. font-size:10px;
  284. color:{color:tooltip};
  285. -webkit-transition: all 0.2s ease;
  286. -moz-transition: all 0.2s ease;
  287. -o-transition: all 0.2s ease;
  288. border-radius:3px;
  289. -moz-border-radius:3px;
  290. -webkit-border-radius:3px;
  291. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  292. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  293. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  294. -webkit-transition: all 0.2s ease;
  295. -moz-transition: all 0.2s ease;
  296. -o-transition: all 0.2s ease;
  297. }
  298.  
  299. .bubble {
  300. position:relative;
  301. margin:0px 0px 5px 30px;
  302. text-align:left;
  303. padding:5px 3px 5px 5px;
  304. background:{color:accent};
  305. -moz-border-radius:3px;
  306. -webkit-border-radius:3px;
  307. border-radius:3px;
  308. }
  309.  
  310. .bubble p {
  311. margin:1px 0px;
  312. }
  313.  
  314. .bubble span {
  315. position:absolute;
  316. display:block;
  317. top:7px;
  318. left:-7px;
  319. width:1px;
  320. height:1px;
  321. font-size:0;
  322. line-height:1px;
  323. border-top:3px solid transparent;
  324. border-right:7px solid {color:accent};
  325. border-bottom:3px solid transparent;
  326. }
  327.  
  328. .askborder {
  329. float:left;
  330. margin:1px;
  331. padding:2px;
  332. background:{color:text};
  333. }
  334.  
  335. .permalinkp {
  336. padding:10px;
  337. font: 10px consolas;
  338. letter-spacing:1px;
  339. line-height:150%;
  340. }
  341.  
  342. #pp {
  343. text-align:center;
  344. padding:20px 0px 20px 0px;
  345. }
  346.  
  347. #notes {
  348. font-family:courier;
  349. width:440px;
  350. height:100px;
  351. overflow:scroll;
  352. text-transform:lowercase;
  353. font-size:8px;
  354. line-height:120%;
  355. margin-top:3px;
  356. margin-left:-40px;
  357. color:{color:text};
  358. -webkit-transition: all 0.7s ease;
  359. -moz-transition: all 0.7s ease;
  360. -o-transition: all 0.7s ease;
  361. }
  362.  
  363. #notes li {
  364. list-style-type:none;
  365. text-align:left;
  366. padding:5px;
  367. -webkit-transition: all 0.7s ease;
  368. -moz-transition: all 0.7s ease;
  369. -o-transition: all 0.7s ease;
  370. }
  371.  
  372. #notes ol.notes li.note img.avatar {
  373. width: 0px;
  374. height: 0px;
  375. margin-bottom:1px;
  376. border:1px solid {color:text};
  377. }
  378.  
  379. iframe#tumblr_controls {
  380. right:3px !important;
  381. position: fixed !important;
  382. -webkit-transition: opacity 0.7s linear;
  383. opacity: 0;
  384. -webkit-transition: all 0.8s ease-out;
  385. -moz-transition: all 0.8s ease-out;
  386. transition: all 0.8s ease-out;
  387. -webkit-filter: invert(100%)
  388. }
  389.  
  390. iframe#tumblr_controls:hover{
  391. -webkit-transition: opacity 0.7s linear;
  392. opacity: 1;
  393. -webkit-transition: all 0.4s ease-out;
  394. -moz-transition: all 0.4s ease-out;
  395. transition: all 0.4s ease-out;
  396. -webkit-filter: invert(100%)
  397. }
  398.  
  399. </style>
  400.  
  401.  
  402. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  403. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  404. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  405.  
  406. <script>
  407. $(function(){
  408. var $container = $('#content');
  409. $container.imagesLoaded(function(){
  410. $container.masonry({
  411. itemSelector: '.entry',
  412. });
  413. });
  414. $container.infinitescroll({
  415. itemSelector : ".entry",
  416. navSelector : "div#pagi",
  417. nextSelector : "#pagi a#next",
  418. loadingImg : "",
  419. loadingText : "<em></em>",
  420. bufferPx : 10000,
  421. extraScrollPx: 12000,
  422. },
  423. // trigger Masonry as a callback
  424. function( newElements ) {
  425. var $newElems = $( newElements ).css({ opacity: 0 });
  426. // ensure that images load before adding to masonry layout
  427. $newElems.imagesLoaded(function(){
  428. $newElems.animate({ opacity: 1 });
  429. $container.masonry( 'appended', $newElems, true );
  430. });
  431. }
  432. );
  433. });
  434. </script>
  435. {/block:IndexPage}
  436.  
  437. </head>
  438. <body>
  439.  
  440. <div id="line">
  441. <div id="linkz">
  442. <a href="/" title="home">01</a>
  443. <p>
  444. <a href="/ask" title="ask">02</a>
  445. <p>
  446. {block:iflink1}
  447. <a href="{text:link 1}" title="{text:link 1 title}">03</a>
  448. {/block:iflink1}
  449. <p>
  450. {block:iflink2}
  451. <a href="{text:link 2}" title="{text:link 2 title}">04</a>
  452. {/block:iflink2}
  453. <p>
  454. {block:iflink3}
  455. <a href="{text:link 3}" title="{text:link 3 title}">05</a>
  456. {/block:iflink3}
  457. </div>
  458. </div>
  459.  
  460. <div id="desc"><font color="{color:bg}">....</font>{description}</div>
  461. <div id="box">男<br>根</div>
  462.  
  463. <div id="pagi">
  464. {block:Pagination}
  465. {block:PreviousPage}
  466. <a href="{PreviousPage"}>prev</a>
  467. {/block:PreviousPage}
  468. {block:NextPage}
  469. <a href="{NextPage}" id="next">next</a>
  470. {/block:NextPage}
  471. {/block:Pagination}
  472. </div>
  473. </div>
  474.  
  475. <div id="content">
  476. {block:Posts}
  477.  
  478. <div class="entry">
  479.  
  480. {block:Text}
  481. {block:IndexPage}
  482. <div class="oh">
  483. <a href="{Permalink}">{NoteCountWithLabel}</a>
  484. </div>
  485. {/block:IndexPage}
  486. {block:Title}
  487. <h1>{Title}</h1>
  488. {/block:Title}
  489. {Body}
  490. {/block:Text}
  491.  
  492. {block:Quote}
  493. {block:IndexPage}
  494. <div class="oh">
  495. <a href="{Permalink}">{NoteCountWithLabel}</a>
  496. </div>
  497. {/block:IndexPage}
  498. <h2>"{Quote}"</h2>
  499. {block:Source}
  500. <h3>&mdash; {Source}</h3>
  501. {/block:Source}
  502. {/block:Quote}
  503.  
  504. {block:Photo}
  505. <div id="photo">
  506. {LinkOpenTag}
  507. <a href="{Permalink}">
  508. <img src="{PhotoURL-500}" {block:indexpage}title="{NoteCountWithLabel}"{/block:indexpage} alt="{PhotoAlt}" width="500"/>
  509. </a>
  510. {LinkCloseTag}
  511. {block:PermalinkPage}
  512. {block:Caption}{Caption}{/block:Caption}
  513. {/block:PermalinkPage}
  514. </div>
  515. {/block:Photo}
  516.  
  517. {block:Photoset}
  518. {block:IndexPage}
  519. <div class="oh">
  520. <a href="{Permalink}">{NoteCountWithLabel}</a>
  521. </div>
  522. {Photoset-250}
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. {Photoset-400}
  526. {block:Caption}{Caption}{/block:Caption}
  527. {/block:PermalinkPage}
  528.  
  529. {/block:Photoset}
  530.  
  531. {block:Link}
  532. {block:IndexPage}
  533. <div class="oh">
  534. <a href="{Permalink}">{NoteCountWithLabel}</a>
  535. </div>
  536. {/block:IndexPage}
  537. <a href="{URL}"><h1><b>{Name}</h1></a>
  538. {block:Description}{Description}{/block:Description}
  539. {/block:Link}
  540.  
  541. {block:Chat}
  542. {block:IndexPage}
  543. <div class="oh">
  544. <a href="{Permalink}">{NoteCountWithLabel}</a>
  545. </div>
  546. {/block:IndexPage}
  547. {block:Title}<h1>{Title}</h1>{/block:Title}
  548. {block:Lines}
  549. {block:Label}<font color="{color:link}"><b>{Label}</b></font> {Line}<br>{/block:Label}
  550. {/block:Lines}
  551. {/block:Chat}
  552.  
  553. {block:Audio}
  554. {block:IndexPage}
  555. <div class="oh">
  556. <a href="{Permalink}">{NoteCountWithLabel}</a>
  557. </div>
  558. {/block:IndexPage}
  559. <div class="player">{AudioPlayerWhite}</div>
  560. <br>
  561. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  562. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  563. <b>Played:</b> {PlayCount} times<p>
  564. {block:PermalinkPage}
  565. {block:Caption}{Caption}{/block:Caption}
  566. {/block:PermalinkPage}
  567. {/block:Audio}
  568.  
  569. {block:Video}
  570. {block:IndexPage}
  571. <div class="oh">
  572. <a href="{Permalink}">{NoteCountWithLabel}</a>
  573. </div>
  574. {Video-250}
  575. {/block:IndexPage}
  576. {block:PermalinkPage}
  577. {Video-400}
  578. {block:Caption}{Caption}{/block:Caption}
  579. {/block:PermalinkPage}
  580. {/block:Video}
  581.  
  582. {block:Answer}
  583. {block:IndexPage}
  584. <div class="oh">
  585. <a href="{Permalink}">{NoteCountWithLabel}</a>
  586. </div>
  587. {/block:IndexPage}
  588. <img src="{AskerPortraitURL-16}" align="left" class="askborder">
  589. <div class="bubble"><span></span>{Asker}: {Question}</div>{Answer}
  590. {/block:Answer}
  591.  
  592. {block:PermalinkPage}
  593. <div id="pp">
  594. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  595. {block:ContentSource}(source <a href="{SourceURL}">{SourceLink})</a>
  596. {/block:ContentSource}
  597. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>
  598. {/block:NoteCount}
  599. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  600. </div>
  601. {/block:PermalinkPage}
  602.  
  603. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  604.  
  605. </div>
  606.  
  607. {/block:Posts}
  608.  
  609. </div>
  610.  
  611. <a style="position:fixed;bottom:10px;right:10px;opacity:0.8;" href="http://intrev.tumblr.com" title="credit"><img src="http://static.tumblr.com/xi259rm/OMImnh739/tumblr_m7oja1fuf81r95frro1_500.jpg"></a>
  612.  
  613. </body>
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement