Advertisement
singforabsolution

Theme 31

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