Advertisement
singforabsolution

Theme 26

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