Advertisement
shotforthesky

Magic

Jun 20th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.95 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- theme by Mimì @drogont.tumblr.com -->
  6.  
  7. <head>
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/tumblr_m9h22vCHh91qepsk2.png" width="50" height"35"/></a>
  9.  
  10. <!-- CUSTOMIZE OPTIONS -->
  11. <meta name="color:Background" content="#FFFFFF"/>
  12. <meta name="color:Posts" content="#EFEFEF"/>
  13. <meta name="color:Links Bar" content="#EFEFEF"/>
  14. <meta name="color:Link BG" content="#EFEFEF"/>
  15. <meta name="color:Link" content="#A3A3A3"/>
  16. <meta name="color:Link Hover" content="#747474"/>
  17. <meta name="color:Link BG Hover" content="#E9E9E9"/>
  18. <meta name="color:Links Bar Shadow" content="#000000"/>
  19. <meta name="color:Text" content="#2E2E2E"/>
  20. <meta name="color:Pagination Bar" content="#CBCBCB"/>
  21. <meta name="color:Jump Pages" content="#dfdfdf"/>
  22. <meta name="color:Jump Pages Hover" content="#C7C7C7"/>
  23. <meta name="color:Current Page" content="#FFFFFF"/>
  24.  
  25. <meta name="font:Description" content="Georgia"/>
  26. <meta name="font:Title" content="Georgia"/>
  27. <meta name="font:Text" content="Georgia"/>
  28. <meta name="font:Link" content="Georgia"/>
  29.  
  30. <meta name="image:Header" content=""/>
  31. <meta name="image:Background" content=""/>
  32. <meta name="image:Album Cover Unavailable" target="http://dl.dropboxusercontent.com/u/38384326/Stars/MusicPlayer.png"/>
  33.  
  34. <meta name="if:Infinite Scroll" content="0"/>
  35. <meta name="if:Blogroll" content="1"/>
  36. <meta name="if:SCM Player" content="0"/>
  37. <meta name="if:Billy Player" content="0"/>
  38. <meta name="if:Instagram" content="1"/>
  39. <meta name="if:Likes" content="1"/>
  40. <meta name="if:Header" content="0" />
  41.  
  42. <meta name="text:SCM Player" content=""/>
  43. <meta name="text:Billy Player" content=""/>
  44. <meta name="text:Instagram" content=""/>
  45.  
  46. <meta name="text:Title Link 01" content="Title"/>
  47. <meta name="text:URL Link 01" content="/"/>
  48. <meta name="text:Title Link 02" content="Title"/>
  49. <meta name="text:URL Link 02" content="/"/>
  50. <meta name="text:Title Link 03" content="Title"/>
  51. <meta name="text:URL Link 03" content="/"/>
  52. <meta name="text:Title Link 04" content="Title"/>
  53. <meta name="text:URL Link 04" content="/"/>
  54. <meta name="text:Title Link 05" content="Title"/>
  55. <meta name="text:URL Link 05" content="/"/>
  56. <meta name="text:Title Link 06" content="Title"/>
  57. <meta name="text:URL Link 06" content="/"/>
  58.  
  59. <title>{Title}</title>
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. {block:Description}
  63. <meta name="description" content="{MetaDescription}" />
  64. {/block:Description}
  65.  
  66. <style type="text/css">
  67.  
  68. #scrollToTop:link,#scrollToTop:visited {
  69. color: transparent;
  70. background-color: transparent;
  71. display: none;
  72. position: fixed;
  73. bottom: 10px;
  74. right: 20px;
  75. }
  76.  
  77. body {
  78. background-image:url({image:Background);
  79. background-color:{color:Background};
  80. background-repeat: no-repeat;
  81. background-attachment:fixed;
  82. word-wrap:break-word;
  83. color: {color:Text};
  84. text-align:center;
  85. }
  86.  
  87. a:link, a:active, a:visited {
  88. text-decoration:none;
  89. color:{color:Link};
  90. font-style:bold;
  91. transition: all 0.6s ease-out;
  92. -o-transition-transition: all 0.6s ease-out;
  93. -webkit-transition: all 0.6s ease-out;
  94. -moz-transition: all 0.6s ease-out;
  95. }
  96. a:hover {
  97. color:{color:Link Hover};
  98. text-decoration:none;
  99. transition: all 0.6s ease-out;
  100. -o-transition-transition: all 0.6s ease-out;
  101. -webkit-transition: all 0.6s ease-out;
  102. -moz-transition: all 0.6s ease-out;
  103. }
  104.  
  105. #header {
  106. width:700px;
  107. height:auto;
  108. margin-top:0px;
  109. margin-left:-8px;
  110. margin-right:auto;
  111. background-position:center;
  112. position:relative;
  113. }
  114.  
  115. #links_bar {
  116. width:690px;
  117. height:auto;
  118. margin-left:-195px;
  119. padding:11px;
  120. background-color:{color:Links Bar};
  121. margin-top:-5px;
  122. position:relative;
  123. box-shadow: 0 -18px 14px -18px {color:Links Bar Shadow};
  124. -moz-box-shadow: 0 -18px 14px -18px {color:Links Bar Shadow};
  125. -webkit-box-shadow: 0 -18px 14px -18px {color:Links Bar Shadow};
  126.  
  127. }
  128. .links {
  129. width:50px;
  130. height:auto;
  131. padding:9px;
  132. background-color:{color:Link BG};
  133. text-align:center;
  134. text-transform:uppercase;
  135. transition: all 0.6s ease-out;
  136. -o-transition-transition: all 0.6s ease-out;
  137. -webkit-transition: all 0.6s ease-out;
  138. -moz-transition: all 0.6s ease-out;
  139. display:inline;
  140. color:{color:Link};
  141. font-size:11px;
  142. font-family:{font:Link};
  143. }
  144. .links:hover {
  145. background-color:{color:Link BG Hover};
  146. transition: all 0.6s ease-out;
  147. -o-transition-transition: all 0.6s ease-out;
  148. -webkit-transition: all 0.6s ease-out;
  149. -moz-transition: all 0.6s ease-out;
  150. }
  151.  
  152. .links_more {
  153. width:90px;
  154. height:auto;
  155. padding:3px;
  156. margin-left:-5px;
  157. background-color:{color:Link BG};
  158. text-align:center;
  159. text-transform:uppercase;
  160. transition: all 0.6s ease-out;
  161. -o-transition-transition: all 0.6s ease-out;
  162. -webkit-transition: all 0.6s ease-out;
  163. -moz-transition: all 0.6s ease-out;
  164. display:inline;
  165. color:{color:Link};
  166. font-size:9px;
  167. font-family:{font:Link};
  168. float:left;
  169. }
  170.  
  171. .links_more:hover {
  172. background-color:{color:Link BG Hover};
  173. transition: all 0.6s ease-out;
  174. -o-transition-transition: all 0.6s ease-out;
  175. -webkit-transition: all 0.6s ease-out;
  176. -moz-transition: all 0.6s ease-out;
  177. }
  178.  
  179. #container {
  180. width:880px;
  181. padding:6px;
  182. height:auto;
  183. margin-left:22%;
  184. margin-top:-14px;
  185. float:left;
  186. position:relative;
  187. background-position:center;
  188. }
  189.  
  190. #left_bar {
  191. width:155px;
  192. height:auto;
  193. padding:10px;
  194. text-align:right;
  195. background-color:none;
  196. margin-top:-12px;
  197. float:left;
  198. margin-left:-12px;
  199. }
  200.  
  201. #right_bar {
  202. width:507px;
  203. height:auto;
  204. margin-top:-10px;
  205. margin-left:-30px;
  206. padding:10px;
  207. }
  208.  
  209. .title {
  210. width:99%;
  211. height:auto;
  212. padding:8px;
  213. background-color: {color:Links Bar};
  214. text-align:right;
  215. text-transform:uppercase;
  216. font-family:{font:Title};
  217. color:{color:Link};
  218. font-size:13px;
  219. border-radius:10px 10px 0px 0px;
  220. margin-left:-10px;
  221. margin-bottom:5px;
  222. margin-top:10px;
  223. }
  224.  
  225. .links_bis {
  226. width:99%;
  227. height:auto;
  228. padding:4px;
  229. margin-left:-6px;
  230. background-color:{color:Link BG};
  231. text-align:center;
  232. text-transform:uppercase;
  233. transition: all 0.6s ease-out;
  234. -o-transition-transition: all 0.6s ease-out;
  235. -webkit-transition: all 0.6s ease-out;
  236. -moz-transition: all 0.6s ease-out;
  237. display:inline;
  238. color:{color:Link};
  239. font-size:9px;
  240. font-family:{font:Link};
  241. float:left;
  242. }
  243.  
  244. .links_bis:hover {
  245. background-color:{color:Link BG Hover};
  246. transition: all 0.6s ease-out;
  247. -o-transition-transition: all 0.6s ease-out;
  248. -webkit-transition: all 0.6s ease-out;
  249. -moz-transition: all 0.6s ease-out;
  250. }
  251.  
  252. #sidepic {
  253. position:auto;
  254. }
  255.  
  256. #desc {
  257. color: {color:Text};
  258. font-family:{font:Description};
  259. font-size:11px;
  260. text-align:right;
  261. width:160px;
  262. height:auto;
  263. margin-left:-8px;
  264. margin-top:5px;
  265. display:inline-block;
  266. line-height:11px;
  267. }
  268.  
  269. /* POSTS */
  270. #posts {
  271. background-color:{color:Posts};
  272. color:{color:Text};
  273. font-size:12px;
  274. font-family:{font:Text};
  275. width:505px;
  276. padding:10px;
  277. position:auto;
  278. margin-top:10px;
  279. background-color:{color:Links Bar};
  280. }
  281. #scatola {
  282. position:relative;
  283. background-color:{color:Background};
  284. width:488px;
  285. padding:6px;
  286. text-align:center;
  287. }
  288. #tags {
  289. font-size:8px;
  290. font-family:Arial;
  291. color:{color:Tags};
  292. text-transform:uppercase;
  293. margin:2px;
  294. }
  295.  
  296. #question {
  297. width:90%;
  298. height:auto;
  299. padding:10px;
  300. background-color: {color:Background};
  301. text-align:left;
  302. }
  303. #asker a {
  304. color: {color:Link};
  305. font-weight:bolder;
  306. }
  307. #asker img {
  308. float:left;
  309. margin:10px;
  310. border: 3px solid {color:Background};
  311. width:48px
  312. height:48px;
  313. }
  314. #answer {
  315. text-align:right;
  316. margin:10px;
  317. }
  318.  
  319. blockquote {
  320. border-left:4px solid {color:Background};
  321. padding-left:6px;
  322. margin:0px 1px 0px 10px;
  323. }
  324. blockquote img, blockquote a img {
  325. max-width:300px;
  326. }
  327.  
  328. b, strong {
  329. color: {color:Text};
  330. font-weight:bolder;
  331. }
  332. i, em {
  333. color: {color:Text};
  334. font-style: italic;
  335. }
  336. p {
  337. margin-top:10px;
  338. margin-bottom:10px;
  339. }
  340.  
  341. img a {
  342. border:none;
  343. }
  344.  
  345. .odd {
  346. background-color: {color:Background};
  347. padding: 6px;
  348. width:95%;
  349. font-family: {font:Text};
  350. text-transform:none;
  351. letter-spacing:0px;
  352. font-size:15px;
  353. text-align:left;
  354. margin-top:3px;
  355. margin-bottom:3px;
  356. }
  357. .even {
  358. background-color: none;
  359. padding: 6px;
  360. width:95%;
  361. font-family: {font:Text};
  362. text-transform:none;
  363. letter-spacing:0px;
  364. font-size:15px;
  365. margin-top:3px;
  366. margin-bottom:3px;
  367. text-align:left;
  368. }
  369. .label {
  370. padding:2px;
  371. }
  372.  
  373. .post_text {
  374. color: {color:Text};
  375. font-family: {font:Text};
  376. font-size:16px;
  377. text-align:left;
  378. margin-top:10px;
  379. padding:5px;
  380. }
  381. .post_title {
  382. color: {color:Title};
  383. font-family: {font:Title};
  384. font-size:20px;
  385. text-align:center;
  386. background-color: {color:Background};
  387. width:95%;
  388. padding:5px;
  389. }
  390. #quote {
  391. font-family: {font:Text};
  392. color: {color:Text};
  393. padding:20px 20px 20px 20px;
  394. text-align:center;
  395. background-color: {color:Background};
  396. font-size:18px;
  397. }
  398. #source {
  399. font-family: {font:Title};
  400. color: {color:Text};
  401. text-transform: uppercase;
  402. text-align:left;
  403. margin: 15px 10px 15px auto;
  404. font-size:16px;
  405. border-left: 30px solid {color:Background};
  406. padding:0px 0px 0px 5px;
  407. }
  408.  
  409. #linker {
  410. font-size:20px;
  411. letter-spacing:3px;
  412. font-family:{font:Post Title};
  413. text-transform:uppercase;
  414. text-align:center;
  415. width:auto;
  416. height:auto;
  417. }
  418.  
  419. #boxy {
  420. width:500px;
  421. background-color:transparent;
  422. height:100px;
  423. }
  424. #playerboxy {
  425. opacity: 0.5;
  426. width:40px;
  427. height:40px;
  428. background-color: {color:Background};
  429. top:30px;
  430. left:30px;
  431. position:absolute;
  432. z-index: 500;
  433. -webkit-border-radius:50px;
  434. -moz-border-radius:50px;
  435. border-radius:50px;
  436. -webkit-transition: all 0.4s ease-in-out;
  437. -moz-transition: all 0.4s ease-in-out;
  438. -o-transition: all 0.4s ease-in-out;
  439. transition: all 0.4s ease-in-out;
  440. }
  441. #playerboxy:hover {
  442. opacity:1;
  443. -webkit-transition: all 0.4s ease-in-out;
  444. -moz-transition: all 0.4s ease-in-out;
  445. -o-transition: all 0.4s ease-in-out;
  446. transition: all 0.4s ease-in-out;
  447. }
  448. #player {
  449. width:20px;
  450. height:25px;
  451. overflow:hidden;
  452. margin: 7px 0px 0px 7px;
  453. background-color: {color:Background};
  454. }
  455. .audio {
  456. width:40px;
  457. height:40px;
  458. position:absolute;
  459. }
  460. .aimage {
  461. width:90px;
  462. height:90px;
  463. position:absolute;
  464. padding:5px;
  465. background-color: {color:Background};
  466. -webkit-transition: all 0.6s ease-in-out;
  467. -moz-transition: all 0.6s ease-in-out;
  468. -o-transition: all 0.6s ease-in-out;
  469. transition: all 0.6s ease-in-out;
  470. }
  471. .aimage img {
  472. width:90px;
  473. height:90px;
  474. float:left;
  475. -webkit-transition: all 0.6s ease-in-out;
  476. -moz-transition: all 0.6s ease-in-out;
  477. -o-transition: all 0.6s ease-in-out;
  478. transition: all 0.6s ease-in-out;
  479. }
  480. #audioboxy table {
  481. margin-top:-2px;
  482. width:430px;
  483. float:left;
  484. }
  485. .info {
  486. width:300px;
  487. padding:7px;
  488. text-align:left;
  489. margin-bottom:2px;
  490. left:0px;
  491. display:inline-block;
  492. background-color: {color:Background};
  493. line-height:16px;
  494. color: {color:Text};
  495. font-weight:bold;
  496. font-family:Arial;
  497. font-size:11px;
  498. -webkit-transition: all 0.4s ease-in-out;
  499. -moz-transition: all 0.4s ease-in-out;
  500. -o-transition: all 0.4s ease-in-out;
  501. transition: all 0.4s ease-in-out;
  502. float:left;
  503. margin-left:25px;
  504. }
  505.  
  506. .notes img {
  507. width:10px;
  508. position:relative;
  509. top:1px;
  510. }
  511. ol.notes, .notes li {
  512. list-style:none;
  513. margin:none;
  514. padding:0px;
  515. font-size:11px;
  516. font-family: {font:Text};
  517. color: {color:Text};
  518. }
  519. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  520. background-color:transparent !important;
  521. }
  522.  
  523. ::-webkit-scrollbar-thumb:vertical {
  524. background-color:{color:Links Bar};
  525. height:50px;
  526. }
  527. ::-webkit-scrollbar-thumb:horizontal {
  528. background-color:{color:Links Bar};
  529. height:10px!important;
  530. }
  531. ::-webkit-scrollbar {
  532. background-color: #FFFFFF;
  533. height:10px;
  534. width:10px;
  535. }
  536. ::-moz-selection {
  537. background-color:transparent;
  538. color:{color:#FFFFFF};
  539. }
  540. ::selection {
  541. background-color:{color:#000000};
  542. color:{color:#FFFFFF};
  543. }
  544. /* END POSTS */
  545.  
  546. /* BLOGROLL */
  547. #following {
  548.  
  549. }
  550.  
  551. #following img {
  552. opacity:.7;
  553. transition: all 0.6s ease-out;
  554. -o-transition-transition: all 0.6s ease-out;
  555. -webkit-transition: all 0.6s ease-out;
  556. -moz-transition: all 0.6s ease-out;
  557. text-align:center;
  558. -webkit-border-radius: 16px;
  559. -moz-border-radius:16px;
  560. border-radius: 16px;
  561. width:24px;
  562. height:24px;
  563. }
  564.  
  565. #following img:hover {
  566. opacity:1;
  567. }
  568. /* END BLOGROLL */
  569.  
  570. /* INSTAGRAM */
  571.  
  572. .rss-item {
  573. width:162px;
  574. height:auto;
  575. margin-top:-15px;
  576. margin-left:-46px;
  577. list-style:none;
  578. }
  579. li.rss-item {
  580. float:left;
  581. background-color:{color:Background};
  582. }
  583. ul.rss-item {
  584. position:relative;
  585. }
  586. a.rss-item {
  587. display:none;
  588. }
  589. .rss-item img {
  590. max-width:162px;
  591. margin-top:-18px;
  592. }
  593.  
  594. .rss-title {
  595. font-size:12px;
  596. text-transform:uppercase;
  597. text-align:center;
  598. font-weight:bold;
  599. font-family:Georgia;
  600. display:none;
  601. }
  602. /* END INSTAGRAM */
  603.  
  604. /* LIKES */
  605.  
  606. ul#likes {
  607. list-style-type: none;
  608. margin-top:-9px;
  609. display:list-item;
  610. padding:2px;
  611. height:0px;
  612. }
  613. li.like_post {
  614. float:left;
  615. width: 135px;
  616. padding:15px;
  617. font-family:{font:Text};
  618. color:{color:Text};
  619. font-size:11px;
  620. margin-top:5px;
  621. background-color:{color:Links Bar};
  622. margin-left:-10px;
  623. text-align:center;
  624. }
  625. li.like_post img {
  626. max-width:135px;
  627. }
  628. li.like_post blockquote {
  629. margin: 0px 5px 0px 0px;
  630. padding: 2px;
  631. border-left: 3px solid {color:Background};
  632. }
  633. li.like_post ol, li.like_post ul {
  634. margin:0px;
  635. padding:0px;
  636. }
  637. li.like_post .like_title {
  638.  
  639. }
  640. li.like_post .post_info_bottom {
  641. margin:4px 0px 0px 0px;
  642. display:block !important;
  643. }
  644. /* END LIKES */
  645.  
  646. sub {
  647. font-size:10px;
  648. font-family: Arial;
  649. color: {color:Text};
  650. line-height:0px;
  651. }
  652.  
  653. /* START PAGINATION */
  654. .jump_page {
  655. background-color: {color:Jump Pages};
  656. padding:7px;
  657. text-align:center;
  658. margin:2px;
  659. font-family:Arial;
  660. font-size: 10px;
  661. }
  662.  
  663. .jump_page:hover {
  664. background-color: {color:Jump Pages Hover};
  665. padding:7px;
  666. text-align:center;
  667. margin:2px;
  668. font-family:Arial;
  669. font-size: 10px;
  670. }
  671.  
  672. .current_page {
  673. background-color: {color:Current Page};
  674. padding:7px;
  675. text-align:center;
  676. margin:2px;
  677. font-family:Arial;
  678. font-size: 10px;
  679. }
  680.  
  681. #pagination_bar {
  682. background-color: {color:Pagination Bar};
  683. width:690px;
  684. height:auto;
  685. bottom:0px;
  686. margin-left:-12px;
  687. float:left;
  688. background-position:center;
  689. position:fixed;
  690. text-align:center;
  691. padding:10px;
  692. }
  693.  
  694. .previous {
  695. background-color: {color:Jump Pages};
  696. padding:7px;
  697. text-align:center;
  698. margin:2px;
  699. font-family:Arial;
  700. font-size: 10px;
  701. }
  702.  
  703. .next {
  704. background-color: {color:Jump Pages};
  705. padding:7px;
  706. text-align:center;
  707. margin:2px;
  708. font-family:Arial;
  709. font-size: 10px;
  710. }
  711.  
  712. .previous:hover {
  713. background-color: {color:Jump Pages Hover};
  714. transition: all 0.6s ease-out;
  715. -o-transition-transition: all 0.6s ease-out;
  716. -webkit-transition: all 0.6s ease-out;
  717. -moz-transition: all 0.6s ease-out;
  718. }
  719.  
  720. .next:hover {
  721. background-color: {color:Jump Pages Hover};
  722. transition: all 0.6s ease-out;
  723. -o-transition-transition: all 0.6s ease-out;
  724. -webkit-transition: all 0.6s ease-out;
  725. -moz-transition: all 0.6s ease-out;
  726. }
  727.  
  728. /* END PAGINATION */
  729.  
  730. </style>
  731.  
  732. <style type="text/css">{CustomCSS}</style>
  733.  
  734. {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  735.  
  736. </head>
  737.  
  738. <body>
  739. {block:ifSCMPlayer}{text:SCM Player}{/block:ifSCMPlayer}
  740. <center>
  741.  
  742. <div id="container">
  743. <!-- start container -->
  744.  
  745. {block:ifHeader}
  746. <div id="header"><img src="{image:Header}" width=700 /></div>
  747. {/block:ifHeader}
  748. <div id="links_bar">
  749. <div class="links"><a href="/">Home</a></div>
  750. <div class="links"><a href="/ask">Message</a></div>
  751. {block:SubmissionsEnabled}
  752. <div class="links">
  753. <a href="/submit">{SubmitLabel}</a>
  754. </div>
  755. {/block:SubmissionsEnabled}
  756. <div class="links"><a href="/archive">Archive</a></div>
  757. <div class="links"><a href="http://drogont.tumblr.com/">Theme</a></div>
  758. </div>
  759.  
  760.  
  761.  
  762. <!-- start left sidebar -->
  763. <div id="left_bar">
  764. <div class="title">{Title}</div>
  765.  
  766. {block:ifTitleLink01}<div class="links_more" style="margin-top:1px" ><a href="{text:URL Link 01}">{text:Title Link 01}</a></div>{/block:ifTitleLink01}
  767. {block:ifTitleLink02}<div class="links_more" style="margin-top:1px" ><a href="{text:URL Link 02}">{text:Title Link 02}</a></div>{/block:ifTitleLink02}
  768. {block:ifTitleLink03}<div class="links_more" style="margin-top:1px" ><a href="{text:URL Link 03}">{text:Title Link 03}</a></div>{/block:ifTitleLink03}
  769.  
  770. <div id="sidepic">
  771. <img src="{PortraitURL-48}" width=48 height=48 style="border: 5px solid {color:Links Bar};" />
  772. </div>
  773.  
  774. {block:ifTitleLink04}<div class="links_bis" style="margin-top:-3px" ><a href="{text:URL Link 04}">{text:Title Link 04}</a></div>{/block:ifTitleLink04}
  775. {block:ifTitleLink05}<div class="links_bis" style="margin-top:1px" ><a href="{text:URL Link 05}">{text:Title Link 05}</a></div>{/block:ifTitleLink05}
  776. {block:ifTitleLink06}<div class="links_bis" style="margin-top:1px" ><a href="{text:URL Link 06}">{text:Title Link 06}</a></div>{/block:ifTitleLink06}
  777.  
  778. <div id="desc" >{Description}</div>
  779. {block:ifBillyPlayer}
  780. <div style="margin-top:8px; margin-left:10%;">
  781. {text:Billy Player}
  782. </div>
  783. {/block:ifBillyPlayer}
  784.  
  785.  
  786. <!-- blogroll -->
  787. {block:ifBlogroll}
  788. <div class="title">blogroll</div>
  789. <div style="margin:5px;border:none;width:99%;height:100px;overflow:auto;background-color:none;">
  790. <div id="following">
  791. {block:Following}{block:Followed}
  792. <a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-24}"/></a>
  793. {/block:Followed}{/block:Following}
  794. </div>
  795. </div>
  796. {/block:ifBlogroll}
  797. <!-- end blogroll -->
  798.  
  799. <!-- INSTAGRAM -->
  800. {block:ifInstagram}
  801. <div class="title">Instagram</div>
  802. <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fink361.com%2Ffeed%2Fuser%2F{text:Instagram}&num=1&utf=y&html=a" charset="UTF-8" type="text/javascript"></script>
  803.  
  804. <noscript>
  805. <a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fink361.com%2Ffeed%2Fuser%2F{text:Instagram}&num=1&utf=y&html=y">View RSS feed</a>
  806. </noscript>
  807. {/block:ifInstagram}
  808. <!-- END INSTAGRAM -->
  809.  
  810. <!-- START LIKES -->
  811. {block:ifLikes}
  812. <div class="title" style="display:inline-block;" >Liked</div>
  813. {block:Likes}
  814. {Likes limit="5" summarize="100" width="150"}
  815. {/block:Likes}
  816. {/block:ifLikes}
  817. <!-- END LIKES -->
  818.  
  819. </div>
  820. <!-- end left sidebar -->
  821.  
  822. <div id="right_bar">
  823. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  824. {block:Posts}
  825. <div id="posts">
  826.  
  827. {block:Audio}<div id="boxy">
  828. <div class="audio"><div id="playerboxy"><div id="player">{AudioPlayerWhite}</div></div>
  829. <div class="aimage"><img src="{image:Album Cover Unavailable}"></div>
  830. {block:AlbumArt}<div class="aimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  831. <table cellpadding="0" cellspacing="1px" style="margin-left:0px; font-size:14px; font-family:Century Gothic; margin-top:-15px;">
  832. <br>
  833. <tr>
  834. <td class="info"> {block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</td>
  835. </tr>
  836. {block:Album}
  837. <tr>
  838. <td class="info"><b>Album:</b> {Album}</td>
  839. </tr>
  840. {/block:Album}
  841. <tr>
  842. <td class="info">{PlayCountWithLabel}</td>
  843. </tr>
  844. </table>
  845. </div>
  846. <br>{block:Caption}<div class="post_text">{Caption}</div>{/block:Caption}{/block:Audio}
  847.  
  848. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  849. {block:Text}<div class="post_text" >{Body}</div>{/block:Text}
  850.  
  851. {block:ContentSource}
  852. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>{/block:SourceLogo}
  853. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  854. {/block:ContentSource}
  855.  
  856. {block:Photo}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
  857. {block:Caption}<div class="post_text">{Caption}</div>{/block:Caption}{/block:Photo}
  858.  
  859. {block:Photoset}<center>{Photoset-500}</center>
  860. {block:Caption}<div class="post_text">{Caption}</div>{/block:Caption}{/block:Photoset}
  861.  
  862. {block:Quote}<div id="quote">{Quote}</div>
  863. <div id="source">{Source}</div>
  864. {/block:Quote}
  865.  
  866. {block:Link}<div id="linker"><a href="{URL}" {Target}>{Name}</a></div>
  867. {block:Description}<div class="post_text">{Description}</div>{/block:Description}{/block:Link}
  868.  
  869. {block:Chat}
  870. {block:Title}{Title}{/block:Title}
  871. {block:Lines}<div class="{Alt}">{block:Label}{Label}{/block:Label} {Line}</div>{/block:Lines}
  872. {/block:Chat}
  873.  
  874. {block:Video}{Video-500}
  875. {block:Caption}<div class="post_text">
  876. <div style="text-align:center; margin-top:5px; margin-bottom:5px; font-size:10px;">{PlayCountWithLabel}</div>
  877. {Caption}</div>{/block:Caption}{/block:Video}
  878.  
  879. {block:Answer}
  880. <table cellpadding="0" cellspacing="2px" style="margin-top:-15px;">
  881. <div id="question">
  882. <tr>
  883. <td>
  884. <img src="{AskerPortraitURL-40}" style="border:10px solid {color:Background};float:left; margin:7px;"/>
  885. </td>
  886. <td>
  887. <b>{Asker}</b> asked: <br>{Question}
  888. </td></tr>
  889. </div></table>
  890. <hr align=”left” size=”1″ width=”200″ color=”white” noshade>
  891. <div id="answer">{Answer}</div><br>
  892. {/block:Answer}
  893.  
  894. {block:Date}<div id="scatola"><div id="tags"><a style="" href="{Permalink}">{ShortMonth} {DayOfMonth}</a>&nbsp;-&nbsp; <a style="" href="{Permalink}">{NoteCount} notes</a> {block:RebloggedFrom}&nbsp; - &nbsp; <a style="" href="{ReblogParentURL}" title="{ReblogParentName}">via</a>&nbsp; -&nbsp; <a style="" href="{ReblogRootURL}" title="{ReblogRootName}">original</a>{/block:RebloggedFrom}<br>
  895. {block:HasTags}{block:Tags}&nbsp # <a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>{/block:Date}</div><br>
  896. {/block:Posts}
  897. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  898. {block:PostNotes}{PostNotes}{/block:PostNotes}
  899. </div>
  900.  
  901. <!-- START PAGINATION -->
  902. {block:ifNotInfiniteScroll}
  903. {block:Pagination}
  904. <div id="pagination_bar">
  905.  
  906. {block:PreviousPage}
  907. <a class="previous" href="{PreviousPage}"> <b>-</b> </a>
  908. {/block:PreviousPage}
  909.  
  910. {block:JumpPagination length="5"}
  911.  
  912. {block:CurrentPage}
  913. <span class="current_page">{PageNumber}</span>
  914. {/block:CurrentPage}
  915.  
  916. {block:JumpPage}
  917. <a class="jump_page" href="{URL}">{PageNumber}</a>
  918. {/block:JumpPage}
  919.  
  920. {/block:JumpPagination}
  921.  
  922. {block:NextPage}
  923. <a class="next" href="{NextPage}"> <b>+</b> </a>
  924. {/block:NextPage}
  925.  
  926. </div>
  927. {/block:Pagination}
  928. {/block:ifNotInfiniteScroll}
  929. <!-- END PAGINATION -->
  930.  
  931. <!-- end container -->
  932. </div>
  933. </center>
  934. </body>
  935. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement