Advertisement
singforabsolution

Theme By Kelsey #3 Remake

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