Advertisement
singforabsolution

Theme 7 a

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