Advertisement
singforabsolution

Theme By Kelsey #36

Jul 9th, 2012
1,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.29 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 faq) c: -->
  2.  
  3. <head>
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7.  
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Background" content="#000000"/>
  12. <meta name="color:Text" content="#0c0303"/>
  13. <meta name="color:Blogtitle 1st Letter" content="#FFC0CB"/>
  14. <meta name="color:Blogtitle" content="#FFFFFF"/>
  15. <meta name="color:Link" content="#f5294c"/>
  16. <meta name="color:Link Hover" content="#fa91a3"/>
  17. <meta name="color:Ask Background" content="#e8e8e8"/>
  18. <meta name="color:Sidelinks Hover" content="#381e22"/>
  19. <meta name="color:Sidelinks 1" content="#e74460"/>
  20. <meta name="color:Sidelinks 2" content="#be324a"/>
  21. <meta name="color:Sidelinks 3" content="#a31931"/>
  22. <meta name="color:Sidelinks 4" content="#8a1429"/>
  23. <meta name="color:Sidelinks Text" content="#ffffff"/>
  24. <meta name="color:Quote" content="#FFFFFF"/>
  25. <meta name="color:Quote Source" content="#e74460"/>
  26. <meta name="color:Scrollbar Background" content="#fdf7f7"/>
  27. <meta name="color:Scrollbar" content="#e4435f"/>
  28. <meta name="color:Highlight" content="#e8e8e8"/>
  29. <meta name="color:Highlighttext" content="#e4435f"/>
  30.  
  31. <!--Images-->
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar" content=""/>
  34.  
  35. <!--Options-->
  36. <meta name="if:Faded Images" content=""/>
  37. <meta name="if:Inverted Images" content=""/>
  38. <meta name="if:Banner" content=""/>
  39. <meta name="if:Tiny Cursor" content="1"/>
  40. <meta name="if:Rainbow Links" content=""/>
  41.  
  42. <!--Links-->
  43. <meta name="text:Quote" content="Quote Here"/>
  44. <meta name="text:Quote Source" content="Source"/>
  45. <meta name="text:Link 1 URL" content="/"/>
  46. <meta name="text:Link 1 name" content=""/>
  47. <meta name="text:Link 2 URL" content="/"/>
  48. <meta name="text:Link 2 name" content=""/>
  49. <meta name="text:Link 3 URL" content="/"/>
  50. <meta name="text:Link 3 name" content=""/>
  51. <meta name="text:Link 4 URL" content="/"/>
  52. <meta name="text:Link 4 name" content="">
  53.  
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />{/block:Description}
  56. <title>
  57. {block:PostSummary}
  58. {PostSummary} - {/block:PostSummary}{Title}</title>
  59.  
  60.  
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. {block:ifInvertedImages}img{
  71. opacity: 1;
  72. filter:alpha(opacity=10);
  73. -moz-opacity: 0.1;
  74. -moz-transition: all .9s ease;
  75. -o-transition: all .9s ease;
  76. transition: all .9s ease;
  77. -webkit-transition: all .9s ease;}
  78. {/block:ifInvertedImages}
  79.  
  80.  
  81. {block:ifInvertedImages} img:hover{
  82. opacity: .8;
  83. filter:alpha(opacity=100);
  84. -moz-opacity: 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:ifInvertedImages}
  90.  
  91. {block:ifFadedImages}img{
  92. opacity: .8;
  93. filter:alpha(opacity=10);
  94. -moz-opacity: 0.1;
  95. -moz-transition: all .9s ease;
  96. -o-transition: all .9s ease;
  97. transition: all .9s ease;
  98. -webkit-transition: all .9s ease;}
  99. {/block:ifFadedImages}
  100.  
  101.  
  102. {block:ifFadedImages} img:hover{
  103. opacity: 1;
  104. filter:alpha(opacity=100);
  105. -moz-opacity: 1;
  106. -moz-transition: all .9s ease;
  107. -o-transition: all .9s ease;
  108. transition: all .9s ease;
  109. -webkit-transition: all .9s ease;}
  110. {/block:ifFadedImages}
  111.  
  112. 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;}
  113.  
  114.  
  115. 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;}
  116.  
  117. .wrapper{
  118. margin: 0px auto;
  119. width: 717px;
  120. }
  121.  
  122. .left{
  123. float: left;
  124. margin-right: 20px;
  125. }
  126.  
  127. ::-webkit-scrollbar {width: 7px; height:7px;}
  128. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
  129. ::-webkit-scrollbar-thumb {10px;
  130. background:{color:Scrollbar}; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
  131. ::-webkit-scrollbar-thumb:window-inactive {background:{color:Scrollbar}; }
  132.  
  133.  
  134. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  135.  
  136. @font-face{
  137. font-family: 'pixel';
  138. font-style: normal;
  139. font-weight: normal;
  140. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  141.  
  142. {block:iftinycursor}
  143. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  144.  
  145. body{
  146. background-color: {color:Background};
  147. background-image:url({image:Background});
  148. background-attachment:fixed;
  149. background-repeat:repeat;
  150. background-position:center;
  151. font-family:ronda;
  152. font-size:8px;
  153. line-height:10px;
  154. color:{color:Text};
  155. }
  156.  
  157. ::selection { background-color:{color:Highlight}; color:{color:Highlighttext};}
  158. ::-moz-selection { background-color:{color:Highlight}; color:{color:Highlighttext};}
  159.  
  160. a:link, a:active, a:visited{
  161. color: {color:Link};
  162. text-decoration: none;
  163. -webkit-transition: color 0.2s ease-out;
  164. -moz-transition: color 0.2s ease-out;
  165. -o-transition: color 0.s ease-out;
  166. }
  167.  
  168. a:hover{
  169. color:{color:Link Hover};
  170. text-decoration: none;
  171. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  172. }
  173.  
  174. #content {
  175. float:center;
  176. width:1200px;
  177. padding:3px;
  178. margin-top:0px;
  179. }
  180.  
  181. .entry {
  182. {block:IndexPage}
  183. width:250px;
  184. {/block:IndexPage}
  185. {block:PermalinkPage}
  186. width:500px;
  187. {/block:PermalinkPage}
  188. padding:3px;
  189. margin:3px;
  190. float:left;
  191. overflow:hidden;
  192. background:white;
  193. border:1px solid #e8e8e8;
  194. }
  195.  
  196. .photo img{
  197. {block:IndexPage}
  198. width:250px;
  199. {/block:IndexPage}
  200. {block:PermalinkPage}
  201. width:500px;
  202. {/block:PermalinkPage}
  203. }
  204.  
  205.  
  206. .entry .permalink a{
  207. color:white;
  208. }
  209.  
  210. .entry .permalink a:hover{
  211. color: {color:Link Hover};
  212. }
  213.  
  214. .entry .permalink{
  215. width:229px;
  216. height:20px;
  217. padding-right:2px;
  218. padding-left:4px;
  219. padding-top:10px;
  220. position:absolute;
  221. text-align:center;
  222. font-family:pixel;
  223. line-height:11px;
  224. overflow:hidden;
  225. background-color:black;
  226. margin-left:0px;
  227. z-index:1;
  228. opacity:0.0;
  229. -webkit-transition: all 0.3s linear;
  230. -moz-transition: all 0.3s linear;
  231. transition: all 0.3s linear;
  232. border-left:1px solid black;
  233. }
  234.  
  235. .entry:hover .permalink{
  236. overflow:visible;
  237. border-left:15px solid {color:Scrollbar};
  238. -webkit-transition: opacity 0.3s linear; opacity:.8;
  239. -webkit-transition: all 0.3s linear;
  240. -moz-transition: all 0.3s linear;
  241. transition: all 0.3s linear;
  242. }
  243.  
  244. #permalink{
  245. text-align:right;
  246. font-family:pixel;
  247. position:relative;
  248. border-top:1px solid #e8e8e8;
  249. }
  250.  
  251. #posts {
  252. width: 700px;
  253. margin-left:440px;
  254. margin-top: 7px;
  255. {block:PermalinkPage}
  256. width: 500px;
  257. margin-top: 7px;
  258. margin-left:440px;
  259. {/block:PermalinkPage}
  260. float:left;
  261. }
  262.  
  263. #infscr-loading{
  264. bottom: -70px;
  265. position: absolute;
  266. left: 50%;
  267. margin-left:-8px;
  268. width:16px;
  269. height:11px;
  270. overflow:hidden;
  271. margin-bottom: 50px;
  272. }
  273.  
  274. #credit a {
  275. color:black;
  276. }
  277.  
  278. #credit a:hover {
  279. color:red;
  280. }
  281.  
  282. #credit {
  283. position:fixed !important;
  284. height:auto;
  285. padding:3px;
  286. bottom:0;
  287. right:0;
  288. background:white;
  289. border-left:2px solid grey;
  290. border-top:2px solid grey;
  291. -webkit-border-top-left-radius: 8px;
  292. -moz-border-radius-topleft: 8px;
  293. border-top-left-radius: 8px;
  294. -webkit-transition: all 0.4s linear;
  295. -moz-transition: all 0.4s linear;
  296. transition: all 0.4s linear;
  297. }
  298.  
  299. #credit:hover {
  300. padding-right:20px;
  301. opacity:1;
  302. }
  303.  
  304. #sidepic {
  305. position:fixed !important;
  306. height: auto;
  307. margin-top:120px;
  308. margin-left:-70px;
  309. padding:2px;
  310. background:white;
  311. border:1px solid #e8e8e8;
  312. }
  313.  
  314. #sidepic img{
  315. width:100px;
  316. height:125px;
  317. }
  318.  
  319. #side {
  320. position:fixed !important;
  321. width:95px;
  322. height:56px;
  323. overflow:scroll;
  324. overflow-x:hidden;
  325. margin-top:193px;
  326. margin-left:39px;
  327. background:white;
  328. border:1px solid #e8e8e8;
  329. }
  330.  
  331.  
  332. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  333.  
  334. #quote {
  335. position:fixed !important;
  336. width:270px;
  337. height:20px;
  338. margin-top:440px;
  339. margin-left:-120px;
  340. padding:2px;
  341. color:{color:Quote};
  342. font-family:bebas neue;
  343. font-size:40px;
  344. line-height:35px;
  345. text-align:center;
  346. }
  347.  
  348. .source{
  349. text-align:right;
  350. font-family:pixel;
  351. font-size:8px;
  352. padding-right:30px;
  353. color:{color:Quote Source};
  354. }
  355.  
  356. #links {
  357. position:fixed !important;
  358. width:95px;
  359. height:auto;
  360. margin-top:118px;
  361. margin-left:38px;
  362. }
  363.  
  364. .navigate1 a{
  365. font-family:pixel;
  366. font-size:8px;
  367. display:block;
  368. width:92px;
  369. padding:3px;
  370. margin-left:1px;
  371. margin-top:2px;
  372. float:left;
  373. text-align:center;
  374. z-index:1;
  375. display: inline-block;
  376. background:{color:Sidelinks 1};
  377. color:{color:Sidelinks Text};
  378. -moz-transition: all .5s ease-out;
  379. -o-transition: all .5s ease-out;
  380. -webkit-transition: all .5s ease-out;
  381. }
  382.  
  383. .navigate1 a:hover {
  384. font-size:8px;
  385. padding-left:20px;
  386. background:{color:Sidelinks Hover};
  387. }
  388.  
  389. .navigate2 a{
  390. font-family:pixel;
  391. font-size:8px;
  392. display:block;
  393. width:92px;
  394. height:10px;
  395. padding:3px;
  396. margin-left:1px;
  397. margin-top:2px;
  398. float:left;
  399. text-align:center;
  400. z-index:1;
  401. display: inline-block;
  402. background:{color:Sidelinks 2};
  403. color:{color:Sidelinks Text};
  404. -moz-transition: all .5s ease-out;
  405. -o-transition: all .5s ease-out;
  406. -webkit-transition: all .5s ease-out;
  407. }
  408.  
  409. .navigate2 a:hover {
  410. font-size:8px;
  411. padding-left:20px;
  412. background:{color:Sidelinks Hover};
  413. }
  414.  
  415. .navigate3 a{
  416. font-family:pixel;
  417. font-size:8px;
  418. display:block;
  419. width:92px;
  420. padding:3px;
  421. margin-left:1px;
  422. margin-top:2px;
  423. float:left;
  424. text-align:center;
  425. z-index:1;
  426. display: inline-block;
  427. background:{color:Sidelinks 3};
  428. color:{color:Sidelinks Text};
  429. -moz-transition: all .5s ease-out;
  430. -o-transition: all .5s ease-out;
  431. -webkit-transition: all .5s ease-out;
  432. }
  433.  
  434. .navigate3 a:hover {
  435. font-size:8px;
  436. padding-left:20px;
  437. background:{color:Sidelinks Hover};
  438. }
  439.  
  440. .navigate4 a{
  441. font-family:pixel;
  442. font-size:8px;
  443. display:block;
  444. width:92px;
  445. height:10px;
  446. padding:3px;
  447. margin-left:1px;
  448. margin-top:2px;
  449. float:left;
  450. text-align:center;
  451. z-index:1;
  452. display: inline-block;
  453. background:{color:Sidelinks 4};
  454. color:{color:Sidelinks Text};
  455. -moz-transition: all .5s ease-out;
  456. -o-transition: all .5s ease-out;
  457. -webkit-transition: all .5s ease-out;
  458. }
  459.  
  460. .navigate4 a:hover {
  461. font-size:8px;
  462. padding-left:20px;
  463. background:{color:Sidelinks Hover};
  464. }
  465.  
  466. @font-face {
  467. font-family:basket;
  468. src: url('http://static.tumblr.com/ejm8w78/WPwlvia7a/little_days.ttf');
  469. }
  470.  
  471.  
  472. #blogtitle a {
  473. color:{color:Blogtitle};
  474. }
  475.  
  476. #blogtitle{
  477. position: fixed !important;
  478. margin-top: 100px;
  479. margin-left: -70px;
  480. width: auto;
  481. font-family:basket;
  482. text-shadow: 0px 0px 5px #000;
  483. font-size: 37px;
  484. line-height:10px;
  485. }
  486.  
  487. #blogtitle:first-letter {
  488. color:{color:Blogtitle 1st Letter};
  489. font-size:48px;
  490. font-weight:bold;
  491. text-transform: uppercase;
  492. }
  493.  
  494. .posttitle{
  495. font-family:basket;
  496. font-size: 25px;
  497. line-height: 24px;
  498. color: {color:Post Title};
  499. }
  500.  
  501. .question {
  502. color:{color:Text};
  503. background: {color:Ask Background};
  504. height:auto;
  505. padding: 10px;
  506. padding-bottom:5px;
  507. padding-left:10px;
  508. position:relative;
  509. -webkit-border-radius: 7px;
  510. -moz-border-radius: 7px;
  511. border-radius: 7px;
  512. box-shadow: 0 0 10px {color:Scrollbar};
  513. -webkit-box-shadow: 0 0 10px {color:Scrollbar};
  514. -moz-box-shadow: 0 0 10px {color:Scrollbar};
  515. }
  516.  
  517. .asker {
  518. width:250px;
  519. text-align:left;
  520. color:{color:Text};
  521. position:relative;
  522. padding-right:19px;
  523. padding:3px;
  524. padding-bottom:10px;
  525. }
  526.  
  527. .asker img {
  528. float:left;
  529. height:38px;
  530. width:38px;
  531. vertical-align:top;
  532. position:relative;
  533. margin-top:-7px;
  534. margin-left:-4px;
  535. margin-right:5px;
  536. box-shadow: 0 0 10px {color:Scrollbar};
  537. -webkit-box-shadow: 0 0 10px {color:Scrollbar};
  538. -moz-box-shadow: 0 0 10px {color:Scrollbar};
  539. -webkit-border-radius: 55px;
  540. -moz-border-radius: 55px;
  541. border-radius: 55px;
  542. }
  543.  
  544.  
  545. .albumart { margin-bottom:0px; }
  546. .albumart img, .audio embed {
  547. width:73px;
  548. padding-right:25px;
  549. }
  550.  
  551. .albumartovr {
  552. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  553. }
  554.  
  555. .name{
  556. margin-top:25px;
  557. }
  558.  
  559. .label{font-weight:bold;}
  560.  
  561. .chat .line{
  562. color:{color:Chat 1};
  563. margin: 0 0 0px;
  564. padding: 2px;
  565. }
  566. .chat .line.odd{
  567. color:{color:Chat 2};
  568. }
  569.  
  570. blockquote{
  571. padding:0px 0px 2px 5px;
  572. margin:0px 0px 2px 1px;
  573. border-left: 1px solid {color:Text};}
  574. blockquote p, ul{margin:0px; padding:0px;
  575. }
  576.  
  577. .p { padding-top:5px; }
  578. .ol, ul { margin-left:10px; padding:5px; }
  579. .ul { list-style-type:square; }
  580.  
  581. .pages {
  582. {block:ifNotInfiniteScrolling}
  583. height:16px;
  584. padding-top:5px;
  585. margin-top:10px;
  586. font-size:12px;
  587. font-family:default;
  588. {/block:ifNotInfiniteScrolling}
  589. }
  590.  
  591. {CustomCSS}
  592. </style>
  593.  
  594. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  595. "></script>{/block:ifrainbowlinks}
  596.  
  597. {block:IndexPage}
  598. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  599. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  600.  
  601. <script type="text/javascript">
  602. $(window).load(function () {
  603. var $content = $('#posts');
  604. $content.masonry({itemSelector: '.entry'}),
  605. $content.infinitescroll({
  606. navSelector : 'div#pagination',
  607. nextSelector : 'div#pagination a#nextPage',
  608. itemSelector : '.entry',
  609. loading: {
  610. finishedMsg: '',
  611. img: ' '
  612. },
  613. bufferPx : 600,
  614. debug : false,
  615. },
  616. // call masonry as a callback.
  617. function( newElements ) {
  618. var $newElems = $( newElements );
  619. $newElems.hide();
  620. // ensure that images load before adding to masonry layout
  621. $newElems.imagesLoaded(function(){
  622. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  623.  
  624.  
  625. });
  626. });
  627. });
  628. </script>
  629.  
  630. {/block:IndexPage}
  631.  
  632. </head>
  633. <body>
  634. <div id="content">
  635. <div class="wrapper">
  636. <div id="blogtitle">
  637. <a href="/">{Title}</a>
  638. </div>
  639.  
  640. <div id="links">
  641. <div class="navigate1">
  642. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  643. </div>
  644. <div class="navigate2">
  645. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  646. </div>
  647. <div class="navigate3">
  648. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  649. </div>
  650. <div class="navigate4">
  651. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  652. </div>
  653. </div>
  654.  
  655. <div id="sidepic">
  656. <a href="/"><img src="{image:Sidebar}" title="{Title}"></a>
  657. </div>
  658.  
  659. <div id="quote">
  660. "{text:Quote}"
  661. <div class="source">
  662. -{text:Quote Source}
  663. </div>
  664. </div>
  665. <div id="side">
  666. <center>
  667. {Description}
  668. </div>
  669. </center>
  670. </div>
  671. </div>
  672. </div>
  673. </div>
  674.  
  675. {block:IndexPage}
  676. {block:Pagination}
  677. <div id="pagination">
  678. {block:NextPage}
  679. <a id="nextPage" href="{NextPage}"></a>
  680. {/block:NextPage}
  681. {block:PreviousPage}
  682. <a href="{PreviousPage}"> </a>
  683. {/block:PreviousPage}
  684. </div>
  685. {/block:Pagination}
  686. {/block:IndexPage}
  687. </div>
  688.  
  689. <div class="header">
  690. <div class="left">
  691. <div id="posts">
  692.  
  693. {block:Posts}
  694. <div class="entry">
  695.  
  696. {block:Answer}
  697. <div class="question">
  698. <div class="asker"><img src="{AskerPortraitURL-40}">{Asker} asked:</div>
  699. {Question}
  700. </div>
  701. <br>
  702. <div class="answer">{Answer}</div>
  703. {block:IndexPage}
  704. <div id="permalink"><l>
  705. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  706. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  707. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  708. </l>
  709. </div>
  710. {/block:IndexPage}
  711. {/block:answer}
  712.  
  713. {block:Text}
  714. {block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  715. {block:IndexPage}
  716. <div id="permalink"><l>
  717. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  718. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  719. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  720. </l>
  721. </div>
  722. {/block:IndexPage}
  723. {/block:Text}
  724.  
  725. {block:Link}
  726. <a href="{URL}" class="posttitle">{Name}</a>
  727. {block:Description}{Description}{/block:Description}
  728. {block:IndexPage}
  729. <div id="permalink"><l>
  730. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  731. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  732. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  733. </l>
  734. </div>
  735. {/block:IndexPage}
  736. {block:Link}
  737.  
  738.  
  739. {block:Photo}
  740. {block:IndexPage}
  741. <div class="permalink"><l>
  742. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  743. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  744. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  745. </l>
  746. </div>
  747. {/block:IndexPage}
  748. {block:IndexPage}{LinkOpenTag}
  749. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  750. {block:Caption}{Caption}{/block:Caption}
  751. {block:ContentSource}
  752. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  753. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  754. {/block:SourceLogo}
  755. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  756. {/block:ContentSource}
  757. {block:ReblogParentURL}
  758. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  759. {/block:ReblogParentURL}{/block:IndexPage}
  760. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  761. {/block:Photo}
  762.  
  763. {block:Photoset}
  764. {block:IndexPage}
  765. <div class="permalink"><l>
  766. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  767. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  768. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  769. </l>
  770. </div>
  771. {/block:IndexPage}
  772. {block:IndexPage}
  773. <center>
  774. {Photoset-250}
  775. </center>
  776. <br>
  777. {block:Caption}{Caption}{/block:Caption}
  778. {/block:IndexPage}
  779. {block:PermalinkPage}
  780. <center>
  781. {Photoset-500}
  782. </center>
  783. <br>
  784. {block:Caption}{Caption}{/block:Caption}
  785. {/block:PermalinkPage}
  786. {/block:Photoset}
  787.  
  788. {block:Quote}
  789. <span class="posttitle">{Quote}</span><br>
  790. {block:Source}-<i>{Source}</i>{/block:Source}
  791. {block:IndexPage}
  792. <div id="permalink"><l>
  793. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  794. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  795. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  796. </l>
  797. </div>
  798. {/block:IndexPage}
  799. {/block:Quote}
  800.  
  801. {block:Chat}
  802. {block:title}<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}">
  803. {block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  804. {block:IndexPage}
  805. <div id="permalink"><l>
  806. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  807. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  808. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  809. </l>
  810. </div>
  811. {/block:IndexPage}
  812. {/block:Chat}
  813.  
  814. {block:Audio}
  815. <div style="background:black; height:27px; margin-bottom:3px;">
  816. {AudioPlayerBlack}</div>
  817. {block:albumart}
  818. <div class="albumartovr">
  819. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute; margin-left:-2px;">
  820. <div class="albumart">
  821. <img src="{albumarturl}" align="left">
  822. </div></div>
  823. {/block:albumart}
  824. <div class="name">
  825. {block:TrackName}<span><b>Title</b>:<br>
  826. {TrackName}</span>{/block:TrackName}<br>
  827. {block:Artist}<span><b>Artist:</b><br>
  828. {Artist}</span>{/block:Artist}
  829. </div>
  830. <br>
  831. {block:Caption}{Caption}{/block:Caption}
  832. {block:IndexPage}
  833. <div id="permalink"><l>
  834. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  835. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  836. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  837. </l>
  838. </div>
  839. {/block:IndexPage}
  840. {/block:Audio}
  841.  
  842. {block:Video}
  843. {block:IndexPage}
  844. <div class="permalink"><l>
  845. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  846. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  847. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  848. </l>
  849. </div>
  850. {/block:IndexPage}
  851. <center>{block:IndexPage}
  852. {Video-250}
  853. {/block:IndexPage}</center>
  854. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  855. {block:Caption}{Caption}{/block:Caption}
  856. {block:Video}
  857.  
  858.  
  859. {block:PermalinkPage}
  860. <center>
  861. <Br>
  862. {block:Date}
  863. {TimeAgo} on
  864. {ShortMonth} {DayofMonth},{Year}
  865. {/block:Date}
  866. {block:NoteCount} · {NoteCountWithLabel}
  867. {/block:NoteCount}
  868. {block:HasTags} · Tags:
  869. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  870. {/block:Tags}
  871. {/block:HasTags}
  872. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  873. </center>
  874. {/block:PermalinkPage}
  875.  
  876. {block:PostNotes}{PostNotes}
  877. {/block:PostNotes}
  878. </div>
  879.  
  880. {/block:Posts}
  881. <div id="credit">
  882. <a href="http://tomkirk.tumblr.com/">theme</a>
  883. </div>
  884. </div>
  885. </div>
  886. <div class="right">
  887. </div>
  888. <div class="footer">
  889. <br>
  890. </div>
  891. </div>
  892.  
  893. </body>
  894. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement