Advertisement
singforabsolution

Theme 8

Sep 11th, 2012
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.74 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4.  
  5. <html>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <!--Default Variables-->
  11. <!--Colors-->
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#b3b1af"/>
  14. <meta name="color:Link" content="#b6b3b3"/>
  15. <meta name="color:Link Hover" content="#e6d7b9"/>
  16. <meta name="color:Scrollbar" content="#c2c3c4"/>
  17. <meta name="color:Border" content="#e8e8e8"/>
  18.  
  19. <!--Images-->
  20. <meta name="image:Background" content""/>
  21. <meta name="image:Sidebar" content""/>
  22.  
  23. <!--Options-->
  24. <meta name="if:Infinite Scrolling" content=""/>
  25. <meta name="if:Captions" content="1"/>
  26. <meta name="if:Tiny Cursor" content="1"/>
  27. <meta name="if:Faded Images" content=""/>
  28. <meta name="if:Inverted Images" content=""/>
  29.  
  30. <!--Links-->
  31. <meta name="text:Link 1 URL" content="/"/>
  32. <meta name="text:Link 1 name" content=""/>
  33. <meta name="text:Link 2 URL" content="/"/>
  34. <meta name="text:Link 2 name" content=""/>
  35. <meta name="text:Link 3 URL" content="/"/>
  36. <meta name="text:Link 3 name" content=""/>
  37. <meta name="text:Link 4 URL" content="/"/>
  38. <meta name="text:Link 4 name" content=""/>
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43. <script type="text/javascript" src="jquery.js"></script>
  44. <script type="text/javascript">
  45. $(document).ready(function(){
  46. $(".flip").click(function(){
  47. $(".panel").slideToggle("slow");
  48. });
  49. });
  50. </script>
  51.  
  52. <style type="text/css">
  53. {block:ifInvertedImages}img{
  54. opacity: 1;
  55. filter:alpha(opacity=10);
  56. -moz-opacity: 0.1;
  57. -moz-transition: all .9s ease;
  58. -o-transition: all .9s ease;
  59. transition: all .9s ease;
  60. -webkit-transition: all .9s ease;}
  61. {/block:ifInvertedImages}
  62.  
  63.  
  64. {block:ifInvertedImages} img:hover{
  65. opacity: .8;
  66. filter:alpha(opacity=100);
  67. -moz-opacity: 1;
  68. -moz-transition: all .9s ease;
  69. -o-transition: all .9s ease;
  70. transition: all .9s ease;
  71. -webkit-transition: all .9s ease;}
  72. {/block:ifInvertedImages}
  73.  
  74. {block:ifFadedImages}img{
  75. opacity: .8;
  76. filter:alpha(opacity=10);
  77. -moz-opacity: 0.1;
  78. -moz-transition: all .9s ease;
  79. -o-transition: all .9s ease;
  80. transition: all .9s ease;
  81. -webkit-transition: all .9s ease;}
  82. {/block:ifFadedImages}
  83.  
  84.  
  85. {block:ifFadedImages} img:hover{
  86. opacity: 1;
  87. filter:alpha(opacity=100);
  88. -moz-opacity: 1;
  89. -moz-transition: all .9s ease;
  90. -o-transition: all .9s ease;
  91. transition: all .9s ease;
  92. -webkit-transition: all .9s ease;}
  93. {/block:ifFadedImages}
  94.  
  95. {block:ifInvertedImages}.photo {
  96. opacity: 1;
  97. filter:alpha(opacity=10);
  98. -moz-opacity: 0.1;
  99. -moz-transition: all .9s ease;
  100. -o-transition: all .9s ease;
  101. transition: all .9s ease;
  102. -webkit-transition: all .9s ease;}
  103. {/block:ifInvertedImages}
  104.  
  105.  
  106. {block:ifInvertedImages}.photo:hover{
  107. opacity: .8;
  108. filter:alpha(opacity=100);
  109. -moz-opacity: 1;
  110. -moz-transition: all .9s ease;
  111. -o-transition: all .9s ease;
  112. transition: all .9s ease;
  113. -webkit-transition: all .9s ease;}
  114. {/block:ifInvertedImages}
  115.  
  116. {block:ifFadedImages}.photo {
  117. opacity: .8;
  118. filter:alpha(opacity=10);
  119. -moz-opacity: 0.1;
  120. -moz-transition: all .9s ease;
  121. -o-transition: all .9s ease;
  122. transition: all .9s ease;
  123. -webkit-transition: all .9s ease;}
  124. {/block:ifFadedImages}
  125.  
  126.  
  127. {block:ifFadedImages}.photo:hover{
  128. opacity: 1;
  129. filter:alpha(opacity=100);
  130. -moz-opacity: 1;
  131. -moz-transition: all .9s ease;
  132. -o-transition: all .9s ease;
  133. transition: all .9s ease;
  134. -webkit-transition: all .9s ease;}
  135. {/block:ifFadedImages}
  136.  
  137. {block:ifInvertedImages}img{
  138. opacity: 1;
  139. filter:alpha(opacity=10);
  140. -moz-opacity: 0.1;
  141. -moz-transition: all .9s ease;
  142. -o-transition: all .9s ease;
  143. transition: all .9s ease;
  144. -webkit-transition: all .9s ease;}
  145. {/block:ifInvertedImages}
  146.  
  147.  
  148. {block:ifInvertedImages} img:hover{
  149. opacity: .8;
  150. filter:alpha(opacity=100);
  151. -moz-opacity: 1;
  152. -moz-transition: all .9s ease;
  153. -o-transition: all .9s ease;
  154. transition: all .9s ease;
  155. -webkit-transition: all .9s ease;}
  156. {/block:ifInvertedImages}
  157.  
  158. {block:ifFadedImages}img{
  159. opacity: .8;
  160. filter:alpha(opacity=10);
  161. -moz-opacity: 0.1;
  162. -moz-transition: all .9s ease;
  163. -o-transition: all .9s ease;
  164. transition: all .9s ease;
  165. -webkit-transition: all .9s ease;}
  166. {/block:ifFadedImages}
  167.  
  168.  
  169. {block:ifFadedImages} img:hover{
  170. opacity: 1;
  171. filter:alpha(opacity=100);
  172. -moz-opacity: 1;
  173. -moz-transition: all .9s ease;
  174. -o-transition: all .9s ease;
  175. transition: all .9s ease;
  176. -webkit-transition: all .9s ease;}
  177. {/block:ifFadedImages}
  178.  
  179. .wrapper{
  180. margin:auto;
  181. width: 717px;
  182. }
  183.  
  184. #tumblr_controls{
  185. position:fixed !important;
  186. top: 3px;
  187. right: 3px;
  188. }
  189.  
  190. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  191.  
  192.  
  193. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  194.  
  195. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Background}; }
  196. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  197.  
  198. {block:iftinycursor}
  199. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  200. {/block:iftinycursor}
  201.  
  202. body{
  203. background-color: {color:Background};
  204. background-image: url({image:Background});
  205. background-attachment: fixed;
  206. background-repeat: repeat;
  207. background-position: center;
  208. font-family:georgia;
  209. font-size:11px;
  210. line-height:12px;
  211. color:{color:Text};
  212. }
  213.  
  214. a:link, a:active, a:visited{
  215. color: {color:Link};
  216. text-decoration:none;
  217. -webkit-transition: all 0.4s linear;
  218. -moz-transition: all 0.4s linear;
  219. transition: all 0.4s linear;
  220. }
  221. a:hover{
  222. color: {color:Link Hover};
  223. {block:iftinycursor}
  224. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  225. {/block:iftinycursor}
  226. }
  227.  
  228. #posts {
  229. position:relative;
  230. margin-top: -7px;
  231. width: 500px;
  232. margin-left:225px;
  233. }
  234.  
  235. .entry {
  236. position:relative;
  237. width: 400px;
  238. float:left;
  239. margin-top:20px;
  240. padding:7px;
  241. }
  242.  
  243. .entry .permalink{
  244. width:100px;
  245. position:absolute;
  246. font-size:10px;
  247. margin-left:410px;
  248. opacity:0;
  249. -webkit-transition: all 0.3s linear;
  250. -moz-transition: all 0.3s linear;
  251. transition: all 0.3s linear;
  252. }
  253.  
  254. .entry:hover .permalink{
  255. overflow:visible;
  256. opacity:0.8;
  257. -webkit-transition: opacity 0.3s linear;
  258. -webkit-transition: all 0.3s linear;
  259. -moz-transition: all 0.3s linear;
  260. transition: all 0.3s linear;
  261. }
  262.  
  263. .entry img{
  264. {block:IndexPage}
  265. max-width:400px;
  266. {/block:IndexPage}
  267. }
  268.  
  269. #permalink{
  270. {block:IndexPage}
  271. text-align:right;
  272. font-size:9px;
  273. line-height:10px;
  274. position:relative;
  275. margin-top:5px;
  276. padding:5px;
  277. letter-spacing:1px;
  278. border-top:1px solid {color:Border};
  279. border-bottom:1px solid {color:Border};
  280. {/block:IndexPage}
  281. }
  282.  
  283. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  284.  
  285. #side {
  286. position:fixed;
  287. width:190px;
  288. margin-top:170px;
  289. margin-left:10px;
  290. z-index:1;
  291. text-align:center;
  292. }
  293.  
  294. .navigate{
  295. text-align:center;
  296. font-size:10px;
  297. padding-top:3px;
  298. padding-bottom:3px;
  299. margin-top:3px;
  300. margin-bottom:4px;
  301. border-top:1px solid {color:Border};
  302. border-bottom:1px solid {color:Border};
  303. }
  304.  
  305. .blogtitle{
  306. font-size: 19px;
  307. line-height: 20px;
  308. }
  309.  
  310. .posttitle{
  311. font-size: 20px;
  312. line-height: 20px;
  313. }
  314.  
  315. #postnotes{
  316. text-align: justify;}
  317.  
  318. #postnotes blockquote{
  319. border: 0px;}
  320.  
  321. #infscr-loading{
  322. bottom: -70px;
  323. position: absolute;
  324. left: 50%;
  325. margin-left:-8px;
  326. width:16px;
  327. height:11px;
  328. overflow:hidden;
  329. margin-bottom: 50px;
  330. }
  331.  
  332. blockquote{
  333. padding:0px 0px 2px 5px;
  334. margin:0px 0px 2px 7px;
  335. border-left: 3px solid #e8e8e8; background:{color:Blockquote};}
  336. blockquote p, ul{margin:0px; padding:0px;
  337. }
  338. .p { padding-top: 5px; }
  339. .ol, ul { margin-left: 10px; padding: 5px; }
  340. .ul { list-style-type: square; }
  341.  
  342. a img{border: 0px;}
  343.  
  344.  
  345. .chat .line{
  346. padding: 4px;
  347. }
  348. .chat .line.odd{
  349. }
  350.  
  351. .label {font-weight:bold; color:{color:text}}
  352.  
  353. .albumart { margin-bottom:0px; }
  354. .albumart img, .audio embed {
  355. width:73px;
  356. padding-right:25px;
  357. }
  358.  
  359. .albumartovr {
  360. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  361. }
  362.  
  363. .name{
  364. font-size:14px;
  365. line-height:15px;
  366. margin-top:25px;
  367. padding-bottom:4px;
  368. }
  369.  
  370. {block:ifFadedImages}.albumartovr img{
  371. opacity:1;
  372. {/block:ifFadedImages}
  373. }
  374.  
  375. {block:ifInvertedImages}.albumartovr img:hover{
  376. opacity: 1;
  377. {/block:ifInvertedImages}
  378. }
  379.  
  380. .notes img{width:10px; position:left; top:3px;}
  381.  
  382. {CustomCSS}
  383. </style>
  384.  
  385. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  386. <script type="text/javascript">
  387. $(function(){
  388. $("#pageLink").click(function(){
  389. $("#titlePages").fadeToggle(500);
  390. });
  391. });
  392. </script>
  393.  
  394. {block:IndexPage}
  395. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  396.  
  397. {block:ifInfiniteScrolling}
  398. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  399. {/block:ifInfiniteScrolling}
  400. <script type="text/javascript">
  401. $(window).load(function () {
  402. var $content = $('#posts');
  403. $content.masonry({
  404. itemSelector: '.entry',
  405. isAnimated: true
  406. }),
  407. $content.infinitescroll({
  408. navSelector : '#pagination',
  409. nextSelector : '#pagination a#nextPage',
  410. itemSelector : '.entry',
  411. loading: {
  412. finishedMsg: '',
  413. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  414. },
  415. bufferPx : 200,
  416. debug : false,
  417. },
  418. // call masonry as a callback.
  419. function( newElements ) {
  420. var $newElems = $( newElements );
  421. $newElems.hide();
  422. // ensure that images load before adding to masonry layout
  423. $newElems.imagesLoaded(function(){
  424. $content.masonry( 'appended',
  425. $newElems, true,
  426. function(){$newElems.fadeIn(300);}
  427. );
  428.  
  429.  
  430. });
  431. });
  432. });
  433. </script>
  434. {/block:IndexPage}
  435.  
  436. <title>{title}</title>
  437.  
  438. <link rel="shortcut icon" href="{Favicon}">
  439. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  440. <meta name="viewport" content="width=820" />
  441.  
  442. </head>
  443. <body>
  444. <div class="wrapper">
  445. <div id="side">
  446. <a href="/"><img src="{image:Sidebar}" width="125" height="125" style="-webkit-border-radius: 150px;
  447. -moz-border-radius: 150px;
  448. border-radius: 150px;"></a>
  449. <div class="blogtitle"><a href="/">{Title}</a></div>
  450. <div class="navigate">
  451. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;
  452. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;
  453. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;
  454. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> &nbsp;
  455. </div>
  456. {Description}
  457. {block:ifNotInfiniteScrolling}
  458. <div style="margin-top:5px;font-size:30px;letter-spacing:1px;text-align:center; color:{color:Link}">
  459. {block:Pagination}
  460. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  461. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  462. {/block:Pagination}
  463. </div>
  464. {/block:ifNotInfiniteScrolling}
  465. </div>
  466.  
  467. <div id="posts">
  468.  
  469. {block:Posts}
  470. <div class="entry">
  471.  
  472. {block:IndexPage}
  473. <div class="permalink">
  474. {block:HasTags}
  475. TAGGED AS:<br>
  476. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>
  477. {/block:Tags}
  478. {/block:HasTags}
  479. </div>
  480. {/block:IndexPage}
  481.  
  482. {block:Text}
  483. {block:Title}
  484. <div class="posttitle">{Title}</div>
  485. {/block:Title}
  486. {Body}
  487. {/block:Text}
  488.  
  489. {block:Link}
  490. <div class="posttitle">
  491. <a href="{URL}">{Name}</a>
  492. </div>
  493. {block:Description}{Description}{/block:Description}
  494. {/block:Link}
  495.  
  496. {block:Photo}
  497. <center>
  498. {LinkOpenTag}
  499. <div id="pic">
  500. <a href="{permalink}">
  501. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400PX"></a>
  502. </div>
  503. {LinkCloseTag}
  504. </center>
  505. {block:ifCaptions}
  506. {block:Caption}{Caption}{/block:Caption}
  507. {/block:ifCaptions}
  508. {block:ContentSource}
  509. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  510. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  511. {/block:SourceLogo}
  512. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  513. {/block:ContentSource}
  514. {block:ReblogParentURL}
  515. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  516. {/block:ReblogParentURL}
  517. {/block:Photo}
  518.  
  519. {block:Photoset}
  520. <center>
  521. <div class="photo">
  522. {Photoset-400}
  523. </div>
  524. </center>
  525. {block:ifCaptions}
  526. {block:Caption}{Caption}{/block:Caption}
  527. {/block:ifCaptions}
  528. {/block:Photoset}
  529.  
  530. {block:Quote}
  531. <div class="posttitle">"{Quote}"</div>
  532. {block:Source}
  533. <i> - {Source}</i>
  534. {/block:Source}
  535. {/block:Quote}
  536.  
  537. {block:Chat}
  538. {block:Title}
  539. <div id="posttitle">
  540. {Title}
  541. </div>
  542. {/block:Title}
  543. <div class="chat">
  544. {block:Lines}
  545. <div class="chat">
  546. <div class="line {Alt}">
  547. <div class="{Alt} user_{UserNumber}">
  548. {block:Label}
  549. <b>{Label} </b>
  550. {/block:Label}
  551. {Line}
  552. </div>
  553. </div>
  554. </div>
  555. {/block:Lines}
  556. </div>
  557. {/block:Chat}
  558.  
  559. {block:Audio}
  560. <div style="background:black; height:27px; margin-bottom:3px;">
  561. {AudioPlayerBlack}
  562. </div>
  563. {block:albumart}
  564. <div class="albumartovr">
  565. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute; margin-left:-1px;">
  566. <div class="albumart">
  567. <img src="{albumarturl}" align="left">
  568. </div></div>
  569. {/block:albumart}
  570. <div class="name">
  571. {block:TrackName}<span><strong>Title</strong>:
  572. {TrackName}</span>{/block:TrackName}<br>
  573. {block:Artist}<span><strong>Artist:</strong>
  574. {Artist}</span>{/block:Artist}
  575. </div>
  576. <br>
  577. <br>
  578. {block:ifCaptions}
  579. {block:Caption}{Caption}{/block:Caption}
  580. {/block:ifCaptions}
  581. {/block:Audio}
  582.  
  583. {block:Video}
  584. <center>
  585. <div class="photo">
  586. {Video-400}
  587. </div>
  588. </center>
  589. {block:ifCaptions}
  590. {block:Caption}{Caption}{/block:Caption}
  591. {/block:ifCaptions}
  592. {/block:Video}
  593.  
  594. {block:IndexPage}
  595. <div id="permalink">
  596. posted
  597. <a href="{Permalink}"> {TimeAgo}</a>
  598. with
  599. <a href="{Permalink}">{NoteCountWithLabel}</a>
  600. </div>
  601. {/block:IndexPage}
  602.  
  603. {block:PermalinkPage}
  604. <div id="permalink">
  605. {block:Date}
  606. {TimeAgo} on
  607. {ShortMonth} {DayofMonth},{Year}
  608. {/block:Date}
  609. {block:NoteCount} · {NoteCountWithLabel}
  610. {/block:NoteCount}
  611. {block:HasTags} · Tags:
  612. {block:Tags}#<a href="{TagURL}">{Tag} </a>
  613. {/block:Tags}
  614. {/block:HasTags}
  615. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  616. </div>
  617. {/block:PermalinkPage}
  618.  
  619. {/block:PermalinkPage}
  620.  
  621. {block:PostNotes}{PostNotes}
  622. {/block:PostNotes}
  623. </div>
  624.  
  625.  
  626. {/block:Posts}
  627. </div>
  628. </div>
  629. {block:IndexPage}<br>
  630. {block:Pagination}
  631. <div id="pagination">
  632. {block:NextPage}
  633. <a id="nextPage" href="{NextPage}"> </a>
  634. {/block:NextPage}
  635. {block:PreviousPage}
  636. <a href="{PreviousPage}"> </a>
  637. {/block:PreviousPage}
  638. </div>
  639. {/block:Pagination}
  640. {/block:IndexPage}
  641. </div>
  642.  
  643. <div style="position:fixed;bottom:0;right:0;padding-bottom:2px;padding-right:2px;font-size:10px;text-transform:uppercase;">
  644. <a href="http://tomkirk.tumblr.com/">theme ©</a>
  645. </div>
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement