Advertisement
singforabsolution

Theme By Kelsey #38

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