Advertisement
singforabsolution

Theme By Kelsey #37

Jul 11th, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.01 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. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="#CDC1C5"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Blogtitle 1st Letter" content="#FFC0CB"/>
  10. <meta name="color:Link" content="#8B7D7B"/>
  11. <meta name="color:Link Hover" content="#CDB7B5"/>
  12. <meta name="color:Ask Background" content="#f7f5f5"/>
  13. <meta name="color:Sidelinks 1" content="#cae4e6"/>
  14. <meta name="color:Sidelinks 2" content="#f1c754"/>
  15. <meta name="color:Sidelinks 3" content="#b1fc81"/>
  16. <meta name="color:Sidelinks Text" content="#ffffff"/>
  17. <meta name="color:Sidelinks Hover" content="#000000"/>
  18. <meta name="color:Scrollbar Background" content="#f0f0f0"/>
  19. <meta name="color:Scrollbar" content="#000"/>
  20.  
  21. <!--Images-->
  22. <meta name="image:Background" content""/>
  23. <meta name="image:Sidebar" content""/>
  24.  
  25. <!--Options-->
  26. <meta name="if:Infinite Scrolling" content=""/>
  27. <meta name="if:Tiny Cursor" content=""/>
  28. <meta name="if:Faded Images" content=""/>
  29. <meta name="if:Inverted Images" content=""/>
  30.  
  31. <!--Links-->
  32. <meta name="text:Music Player" content="Music Player/Your Text Here"/>
  33. <meta name="text:Link 1 URL" content="/"/>
  34. <meta name="text:Link 1 name" content=""/>
  35. <meta name="text:Link 2 URL" content="/"/>
  36. <meta name="text:Link 2 name" content=""/>
  37. <meta name="text:Link 3 URL" content="/"/>
  38. <meta name="text:Link 3 name" content=""/>
  39.  
  40. {block:Description}
  41. <meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <title>
  43. {block:PostSummary}
  44. {PostSummary} - {/block:PostSummary}{Title}</title>
  45.  
  46. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  47.  
  48. </style>
  49.  
  50. <style type="text/css">
  51.  
  52. {block:ifInvertedImages}img{
  53. opacity: 1;
  54. filter:alpha(opacity=10);
  55. -moz-opacity: 0.1;
  56. -moz-transition: all .9s ease;
  57. -o-transition: all .9s ease;
  58. transition: all .9s ease;
  59. -webkit-transition: all .9s ease;}
  60. {/block:ifInvertedImages}
  61.  
  62.  
  63. {block:ifInvertedImages} img:hover{
  64. opacity: .8;
  65. filter:alpha(opacity=100);
  66. -moz-opacity: 1;
  67. -moz-transition: all .9s ease;
  68. -o-transition: all .9s ease;
  69. transition: all .9s ease;
  70. -webkit-transition: all .9s ease;}
  71. {/block:ifInvertedImages}
  72.  
  73. {block:ifFadedImages}img{
  74. opacity: .8;
  75. filter:alpha(opacity=10);
  76. -moz-opacity: 0.1;
  77. -moz-transition: all .9s ease;
  78. -o-transition: all .9s ease;
  79. transition: all .9s ease;
  80. -webkit-transition: all .9s ease;}
  81. {/block:ifFadedImages}
  82.  
  83.  
  84. {block:ifFadedImages} img:hover{
  85. opacity: 1;
  86. filter:alpha(opacity=100);
  87. -moz-opacity: 1;
  88. -moz-transition: all .9s ease;
  89. -o-transition: all .9s ease;
  90. transition: all .9s ease;
  91. -webkit-transition: all .9s ease;}
  92. {/block:ifFadedImages}
  93.  
  94. 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;}
  95.  
  96.  
  97. 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;}
  98.  
  99. {block:iftinycursor}
  100. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  101.  
  102. ::-webkit-scrollbar {width: 7px; height:7px;}
  103. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
  104. ::-webkit-scrollbar-thumb {10px;
  105. background:{color:Scrollbar}; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
  106. ::-webkit-scrollbar-thumb:window-inactive {background:{color:Scrollbar}; }
  107.  
  108.  
  109. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  110.  
  111. @font-face{
  112. font-family: 'pixel';
  113. font-style: normal;
  114. font-weight: normal;
  115. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  116.  
  117. body{
  118. background-color: {color:Background};
  119. background-image: url({image:Background});
  120. background-attachment: fixed;
  121. background-repeat: repeat;
  122. background-position: center;
  123. font-family:ronda;
  124. font-size: 8px;
  125. line-height: 11px;
  126. color:{color:Text};
  127. }
  128.  
  129. a:link, a:active, a:visited{
  130. color: {color:Link};
  131. text-decoration:none;
  132. -webkit-transition: all 0.2s linear;
  133. -moz-transition: all 0.2s linear;
  134. transition: all 0.2s linear;
  135. }
  136. a:hover{
  137. color: {color:Link Hover};
  138. {block:ifItalicLinkHover}
  139. font-style:italic;
  140. {/block:ifItalicLinkHover}
  141. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  142. }
  143.  
  144. #container {
  145. margin:auto;
  146. position:right;
  147. width:800px;
  148. overflow:hidden;
  149. color: {color:Title};
  150. _margin-left:10%;
  151. }
  152.  
  153. #posts {
  154. margin:auto;
  155. position:relative;
  156. width:540px;
  157. background-color:;
  158. overflow:auto;
  159. overflow-y:hidden;
  160. }
  161.  
  162. #content {
  163. float:center;
  164. padding: 4px;
  165. margin-left:40px;
  166. background: transparent;
  167. }
  168.  
  169. #entry {
  170. width:250px;
  171. {block:PermalinkPage}
  172. width:400px;
  173. {/block:PermalinkPage}
  174. margin-left:250px;
  175. margin-top:10px;
  176. padding:3px;
  177. background:white;
  178. border:1px solid #e8e8e8;
  179. }
  180.  
  181. #entry .permalink a{
  182. color:black;
  183. }
  184.  
  185. #entry .permalink a:hover{
  186. color: {color:Link Hover};
  187. }
  188.  
  189. #entry .permalink{
  190. width:244px;
  191. height:20px;
  192. padding-right:2px;
  193. padding-left:4px;
  194. padding-top:10px;
  195. position:absolute;
  196. text-align:center;
  197. font-family:pixel;
  198. line-height:11px;
  199. overflow:hidden;
  200. background-color:white;
  201. z-index:1;
  202. opacity:0.0;
  203. float:right;
  204. border-top:1px solid white;
  205. -webkit-transition: all 0.3s linear;
  206. -moz-transition: all 0.3s linear;
  207. transition: all 0.3s linear;
  208. }
  209.  
  210. #entry:hover .permalink{
  211. overflow:visible;
  212. border-top:15px solid {color:Scrollbar};
  213. -webkit-transition: opacity 0.3s linear; opacity:.8;
  214. -webkit-transition: all 0.3s linear;
  215. -moz-transition: all 0.3s linear;
  216. transition: all 0.3s linear;
  217. }
  218.  
  219. #permalink{
  220. text-align:right;
  221. font-family:pixel;
  222. position:relative;
  223. border-top:1px solid #e8e8e8;
  224. }
  225.  
  226. #sidepic {
  227. position:fixed !important;
  228. width: 100px;
  229. height: auto;
  230. margin-top:150px;
  231. margin-left:-110px;
  232. padding:2px;
  233. background:white;
  234. border:1px solid #e8e8e8;
  235. }
  236.  
  237. #side {
  238. position:fixed !important;
  239. width:110px;
  240. height:50px;
  241. overflow:scroll;
  242. overflow-x:hidden;
  243. margin-top:150px;
  244. margin-left:-0px;
  245. padding:2px;
  246. background:white;
  247. border:1px solid #e8e8e8;
  248. }
  249.  
  250. #music {
  251. position:fixed !important;
  252. width:110px;
  253. height:20px;
  254. margin-top:210px;
  255. margin-left:-0px;
  256. padding:2px;
  257. background:white;
  258. border:1px solid #e8e8e8;
  259. }
  260.  
  261. #links {
  262. position:fixed !important;
  263. width:190px;
  264. height:auto;
  265. margin-top:238px;
  266. }
  267.  
  268. .navigate1 a{
  269. font-family:pixel;
  270. opacity:.8;
  271. font-size:8px;
  272. display:block;
  273. width:32px;
  274. height:10px;
  275. padding:2px;
  276. padding-left:4px;
  277. margin-left:1px;
  278. margin-top:2px;
  279. float:left;
  280. text-align:center;
  281. z-index:1;
  282. display: inline-block;
  283. background:{color:Sidelinks 1};
  284. color:{color:Sidelinks Text};
  285. -moz-transition: all .5s ease-out;
  286. -o-transition: all .5s ease-out;
  287. -webkit-transition: all .5s ease-out;
  288. }
  289.  
  290. .navigate1 a:hover {
  291. font-size:8px;
  292. padding-top:20px;
  293. background:{color:Sidelinks Hover};
  294. }
  295.  
  296. .navigate2 a{
  297. font-family:pixel;
  298. opacity:.8;
  299. font-size:8px;
  300. display:block;
  301. width:32px;
  302. height:10px;
  303. padding:2px;
  304. padding-left:4px;
  305. margin-left:1px;
  306. margin-top:2px;
  307. float:left;
  308. text-align:center;
  309. z-index:1;
  310. display: inline-block;
  311. background:{color:Sidelinks 2};
  312. color:{color:Sidelinks Text};
  313. -moz-transition: all .5s ease-out;
  314. -o-transition: all .5s ease-out;
  315. -webkit-transition: all .5s ease-out;
  316. }
  317.  
  318. .navigate2 a:hover {
  319. font-size:8px;
  320. padding-top:20px;
  321. background:{color:Sidelinks Hover};
  322. }
  323.  
  324. .navigate3 a{
  325. font-family:pixel;
  326. opacity:.8;
  327. font-size:8px;
  328. display:block;
  329. width:32px;
  330. height:10px;
  331. padding:2px;
  332. padding-left:4px;
  333. margin-left:1px;
  334. margin-top:2px;
  335. float:left;
  336. text-align:center;
  337. z-index:1;
  338. display: inline-block;
  339. background:{color:Sidelinks 3};
  340. color:{color:Sidelinks Text};
  341. -moz-transition: all .5s ease-out;
  342. -o-transition: all .5s ease-out;
  343. -webkit-transition: all .5s ease-out;
  344. }
  345.  
  346. .navigate3 a:hover {
  347. font-size:8px;
  348. padding-top:20px;
  349. background:{color:Sidelinks Hover};
  350. }
  351.  
  352. #credit a {
  353. color:black;
  354. }
  355.  
  356. #credit a:hover {
  357. color:red;
  358. }
  359.  
  360. #credit {
  361. position:fixed !important;
  362. height:auto;
  363. padding:2px;
  364. bottom:0;
  365. right:0;
  366. opacity:0.5;
  367. background:white;
  368. border-top:3px solid grey;
  369. border-left:3px solid grey;
  370. -webkit-transition: all 0.4s linear;
  371. -moz-transition: all 0.4s linear;
  372. transition: all 0.4s linear;
  373. }
  374. #credit:hover{
  375. opacity:.9;padding:5px;}
  376.  
  377.  
  378. @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  379.  
  380. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  381.  
  382. #blogtitle a {
  383. color:black;
  384. }
  385.  
  386. #blogtitle{
  387. position: fixed !important;
  388. margin-top: 127px;
  389. margin-left: -80px;
  390. width: auto;
  391. font-family:dawning;
  392. text-shadow: 0px 0px 5px #000;
  393. font-size: 24px;
  394. line-height:10px;
  395. }
  396.  
  397. #blogtitle:first-letter {
  398. color:{color:Blogtitle 1st Letter};
  399. font-size:34px;
  400. text-transform: uppercase;
  401. }
  402.  
  403. .posttitle{
  404. font-family:cedarcursive;
  405. font-size: 20px;
  406. line-height: 20px;
  407. color: {color:Post Title};
  408. }
  409.  
  410. .question {
  411. color:{color:Text};
  412. background: {color:Ask Background};
  413. height:auto;
  414. padding: 10px;
  415. padding-bottom:5px;
  416. padding-left:10px;
  417. position:relative;
  418. -webkit-border-radius: 7px;
  419. -moz-border-radius: 7px;
  420. border-radius: 7px;
  421. box-shadow: 0 0 10px {color:Scrollbar};
  422. -webkit-box-shadow: 0 0 10px {color:Scrollbar};
  423. -moz-box-shadow: 0 0 10px {color:Scrollbar};
  424. }
  425.  
  426. .asker {
  427. width:250px;
  428. text-align:left;
  429. color:{color:Text};
  430. position:relative;
  431. padding-right:19px;
  432. padding:3px;
  433. padding-bottom:10px;
  434. }
  435.  
  436. .asker img {
  437. float:left;
  438. height:38px;
  439. width:38px;
  440. vertical-align:top;
  441. position:relative;
  442. margin-top:-7px;
  443. margin-left:-4px;
  444. margin-right:5px;
  445. box-shadow: 0 0 10px {color:Scrollbar};
  446. -webkit-box-shadow: 0 0 10px {color:Scrollbar};
  447. -moz-box-shadow: 0 0 10px {color:Scrollbar};
  448. -webkit-border-radius: 55px;
  449. -moz-border-radius: 55px;
  450. border-radius: 55px;
  451. }
  452.  
  453.  
  454. blockquote{
  455. padding:0px 0px 2px 5px;
  456. margin:0px 0px 2px 1px;
  457. border-left: 1px solid {color:Text};}
  458. blockquote p, ul{margin:0px; padding:0px;
  459. }
  460.  
  461. .chat .line{
  462. background-color:{color:Chat 1};
  463. margin: 0 0 0px;
  464. padding: 2px;
  465. }
  466. .chat .line.odd{
  467. background-color:{color:Chat 2};
  468. }
  469.  
  470. .label {font-weight:bold; color:{color:text}}
  471.  
  472. a img{border: 0px;}
  473.  
  474. .p { padding-top: 5px; }
  475. .ol, ul { margin-left: 10px; padding: 5px; }
  476. .ul { list-style-type: square; }
  477.  
  478. .albumart { margin-bottom:0px; }
  479. .albumart img, .audio embed {
  480. width:73px;
  481. padding-right:25px;
  482. }
  483.  
  484. .albumartovr {
  485. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  486. }
  487.  
  488. .name{
  489. font-size:8px;
  490. line-height:15px;
  491. margin-top:25px;
  492. padding-bottom:4px;
  493. }
  494. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  495.  
  496. .notes img{width:10px; position:left; top:3px;}
  497.  
  498. .pages {
  499. height:16px;
  500. padding-top:5px;
  501. margin-top:0px;
  502. background-color:clear;
  503. text-align:center;
  504. }
  505.  
  506. {font-size: 100%;}
  507.  
  508. {CustomCSS}
  509. </style>
  510.  
  511. <link rel="shortcut icon" href="{Favicon}">
  512. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  513.  
  514. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  515. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  516. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  517.  
  518. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  519. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  520. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  521. <script type="text/javascript">
  522. $(document).ready(function() {
  523. $().UItoTop({ easingType: 'easeOutQuart' });
  524. });
  525. </script>{/block:ifinfinitescrolling}
  526.  
  527.  
  528. </head>
  529. <body>
  530. <div id="container">
  531. <div id="content">
  532. <div id="posts">
  533.  
  534. <div id="blogtitle">
  535. <a href="/">{Title}</a>
  536. </div>
  537.  
  538. <div id="links">
  539. <div class="navigate1">
  540. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  541. </div>
  542. <div class="navigate2">
  543. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  544. </div>
  545. <div class="navigate3">
  546. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  547. </div>
  548. </div>
  549.  
  550. <div id="sidepic">
  551. <a href="/"><img src="{image:Sidebar}" title="{Title}" width="100" height="100"></a>
  552. </div>
  553.  
  554. <div id="music">
  555. {text:Music Player}
  556. </div>
  557. <div id="side">
  558. <center>
  559. {Description}
  560. </div>
  561. </center>
  562. </div>
  563. </div>
  564.  
  565.  
  566.  
  567. <div id="content">
  568. {block:Posts}
  569. <div id="entry">
  570.  
  571. {block:Answer}
  572. <div class="question">
  573. <div class="asker"><img src="{AskerPortraitURL-40}">{Asker} asked:</div>
  574. {Question}
  575. </div>
  576. <br>
  577. <div class="answer">{Answer}</div>
  578. {block:IndexPage}
  579. <div id="permalink"><l>
  580. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  581. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  582. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  583. </l>
  584. </div>
  585. {/block:IndexPage}
  586. {/block:answer}
  587.  
  588. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}{Body}
  589. {block:IndexPage}
  590. <div id="permalink"><l>
  591. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  592. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  593. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  594. </l>
  595. </div>
  596. {/block:IndexPage}
  597. {/block:text}
  598.  
  599. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}
  600. {block:IndexPage}
  601. <div id="permalink"><l>
  602. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  603. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  604. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  605. </l>
  606. </div>
  607. {/block:IndexPage}
  608. {/block:link}
  609.  
  610. {block:Photo}
  611. {block:IndexPage}
  612. <div class="permalink"><l>
  613. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  614. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  615. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  616. </l>
  617. </div>
  618. {/block:IndexPage}
  619. {block:IndexPage}{LinkOpenTag}
  620. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  621. {block:Caption}{Caption}{/block:Caption}
  622. {block:ContentSource}
  623. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  624. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  625. {/block:SourceLogo}
  626. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  627. {/block:ContentSource}
  628. {block:ReblogParentURL}
  629. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  630. {/block:ReblogParentURL}{/block:IndexPage}
  631. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}
  632. {/block:Photo}
  633.  
  634. {block:Photoset}
  635. {block:IndexPage}
  636. <div class="permalink"><l>
  637. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  638. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  639. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  640. </l>
  641. </div>
  642. {/block:IndexPage}
  643. {block:IndexPage}
  644. <center>
  645. {Photoset-250}
  646. </center>
  647. <br>
  648. {block:Caption}{Caption}{/block:Caption}
  649. {/block:IndexPage}
  650. {block:PermalinkPage}
  651. <center>
  652. {Photoset-400}
  653. </center>
  654. <br>
  655. {block:Caption}{Caption}{/block:Caption}
  656. {/block:PermalinkPage}
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i><br> - {Source}</i>{/block:Source}
  661. {block:IndexPage}
  662. <div id="permalink"><l>
  663. Posted on
  664. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  665. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  666. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  667. </l>
  668. </div>
  669. {/block:IndexPage}
  670. {/block:Quote}
  671.  
  672. {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}">
  673. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  674. {block:IndexPage}
  675. <div id="permalink"><l>
  676. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  677. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  678. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  679. </l>
  680. </div>
  681. {/block:IndexPage}
  682. {/block:Chat}
  683.  
  684. {block:Audio}
  685. <div style="background:black; height:27px; margin-bottom:3px;">
  686. {AudioPlayerBlack}
  687. </div>
  688. {block:albumart}
  689. <div class="albumartovr">
  690. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute; margin-left:-2px;">
  691. <div class="albumart">
  692. <img src="{albumarturl}" align="left">
  693. </div></div>
  694. {/block:albumart}
  695. <div class="name">
  696. {block:TrackName}<span><strong>Title</strong>:
  697. {TrackName}</span>{/block:TrackName}<br>
  698. {block:Artist}<span><strong>Artist:</strong>
  699. {Artist}</span>{/block:Artist}
  700. </div>
  701. <br>
  702. {block:Caption}{Caption}{/block:Caption}
  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:Audio}
  712.  
  713. {block:Video}
  714. {block:IndexPage}
  715. <div class="permalink"><l>
  716. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} with {NoteCountWithLabel}</a>
  717. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" width="6">
  718. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  719. </l>
  720. </div>
  721. {/block:IndexPage}
  722. <center>{block:IndexPage}
  723. {Video-250}
  724. {/block:IndexPage}</center>
  725. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  726. {block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  727.  
  728. {block:PermalinkPage}
  729. <div id="permalink">
  730. <Br>
  731. {block:Date}
  732. {TimeAgo} on
  733. {ShortMonth} {DayofMonth},{Year}
  734. {/block:Date}
  735. {block:NoteCount} · {NoteCountWithLabel}
  736. {/block:NoteCount}
  737. {block:HasTags} · Tags:
  738. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  739. {/block:Tags}
  740. {/block:HasTags}
  741. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  742. </div>
  743. {/block:PermalinkPage}
  744.  
  745. {block:PostNotes}
  746. <div style="text align:left">
  747. {PostNotes}
  748. </div>
  749. {/block:PostNotes}</div>{/block:Posts}
  750.  
  751. <center>
  752. <br>
  753. {block:ifNotInfiniteScrolling}
  754. <center>
  755. <div class="pages">
  756. {block:Pagination}
  757. <div class="pagination">
  758. {block:PreviousPage} <a href="{PreviousPage}"> «</a>{/block:PreviousPage}
  759. {block:JumpPagination length="5"}
  760. {block:CurrentPage}
  761. <span class="current_page">{PageNumber}&nbsp;</span>
  762. {/block:CurrentPage}
  763. {block:JumpPage}
  764. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  765. {/block:JumpPage}
  766. {/block:JumpPagination}
  767. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  768. </div>
  769. {/block:Pagination}
  770. </center>
  771. {/block:ifNotInfiniteScrolling}
  772. </center>
  773. </div>
  774.  
  775. <div id="credit">
  776. <a href="http://tomkirk.tumblr.com/">theme</a>
  777. </div>
  778.  
  779. </body>
  780. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement