Advertisement
deviousgleerpthemes

by request

Jun 24th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!-- "BY REQUEST" by youainshitrps
  12. Tthis is all my coding. So please don't steal. -->
  13.  
  14.  
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:container" content="#ffffff"/>
  18. <meta name="color:text" content="#a8a8a8"/>
  19. <meta name="color:links" content="#007dc7"/>
  20. <meta name="color:hover" content="#ffffff"/>
  21. <meta name="color:blockquote" content="#007dc7"/>
  22. <meta name="color:border" content="#007dc7"/>
  23. <meta name="color:post border" content="#007dc7"/>
  24. <meta name="color:description text" content="#000000"/>
  25. <meta name="color:blog title" content="#ffffff"/>
  26. <meta name="color:subtitle" content="#ffffff"/>
  27. <meta name="color:drop shadow" content="#000000"/>
  28. <meta name="color:post background" content="#ffffff"/>
  29. <meta name="color:linksbar background" content="#ffffff"/>
  30. <meta name="color:info background" content="#000000"/>
  31. <meta name="color:info text" content="ffffff"/>
  32. <meta name="color:pre text" content="#ffffff"/>
  33. <meta name="color:pre color" content="#000000"/>
  34. <meta name="color:pagination text" content="#007dc7"/>
  35. <meta name="color:scrollbar" content="#000000"/>
  36. <meta name="color:scrollbarBg" content="#ffffff"/>
  37. <meta name="text:subtitle" content="subtitle">
  38. <meta name="image:background" content=""/>
  39. <meta name="image:sidebar" content=""/>
  40. <meta name="image:ask background" content=""/>
  41.  
  42. <meta name="text:Link 1 URL" content="/">
  43. <meta name="text:Link 2 URL" content="/">
  44. <meta name="text:Link 3 URL" content="/">
  45. <meta name="text:Link 1 name" content="/">
  46. <meta name="text:Link 2 name" content="/">
  47. <meta name="text:Link 3 name" content="/">
  48.  
  49.  
  50. <meta name="text:Link 4 URL" content="">
  51. <meta name="text:Link 4" content="Link 4">
  52. <meta name="text:Link 5 URL" content="">
  53. <meta name="text:Link 5" content="Link 5">
  54. <meta name="text:Link 6 URL" content="">
  55. <meta name="text:Link 6" content="Link 6">
  56. <meta name="text:Link 7 URL" content="">
  57. <meta name="text:Link 7" content="Link 7">
  58. <meta name="text:Link 8 URL" content="">
  59. <meta name="text:Link 8" content="Link 8">
  60. <meta name="text:Link 9 URL" content="">
  61. <meta name="text:Link 9" content="Link 9">
  62. <meta name="text:Link 10 URL" content="">
  63. <meta name="text:Link 10" content="Link 10">
  64. <meta name="text:Link 11 URL" content="">
  65. <meta name="text:Link 11" content="Link 11">
  66.  
  67.  
  68.  
  69.  
  70. <meta name="text:muse 1 name" content="/">
  71. <meta name="text:muse 2 name" content="/">
  72. <meta name="text:muse 3 name" content="/">
  73. <meta name="text:muse 4 name" content="/">
  74. <meta name="text:muse 5 name" content="/">
  75. <meta name="text:muse 6 name" content="/">
  76.  
  77. <meta name="image:muse1" content="">
  78. <meta name="image:muse2" content="">
  79. <meta name="image:muse3" content="">
  80. <meta name="image:muse4" content="">
  81. <meta name="image:muse5" content="">
  82. <meta name="image:muse6" content="">
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. background-color:{color:Scrollbar};
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:9px;
  99. width:4px;
  100. background-color:{color:ScrollbarBg};
  101. }
  102.  
  103.  
  104. body {
  105. background:{color:background};
  106. margin:0px;
  107. color:{color:text};
  108. font-family: 'Roboto', sans-serif;
  109. line-height:150%;
  110. font-size:11px;
  111. text-align:justify;
  112. background-image:url('{image:background}');
  113. }
  114.  
  115.  
  116. a {
  117. color: {color:links};
  118. text-decoration: none;
  119.  
  120. }
  121.  
  122. a:hover {
  123. color:{color:hover};
  124. transition:all 0.5s ease-in-out;
  125. -o-transition:all 0.5s ease-in-out;
  126. -moz-transition:all 0.5s ease-in-out;
  127. -webkit-transition:all 0.5s ease-in-out;
  128.  
  129. }
  130.  
  131.  
  132. #title{
  133. position:fixed;
  134. color:{color:blog title};
  135. padding:5px;
  136. letter-spacing:5px;
  137. top:135px;
  138. margin-top:-33px;
  139. margin-left:-170px;
  140. font-weight:bold;
  141. font-family: arial;
  142. font-size:13px;
  143. text-align:center;
  144. width:625px;
  145. height:20px;
  146. text-transform:uppercase;
  147. text-shadow: 2px 1px 0px {color:drop shadow};
  148.  
  149. }
  150.  
  151.  
  152.  
  153. #subtitle{
  154. position:fixed;
  155. color:{color:subtitle};
  156. padding:7px;
  157. line-height:80%;
  158. letter-spacing:20px;
  159. top:225px;
  160. margin-top:-33px;
  161. margin-left:0px;
  162. font-weight:bold;
  163. font-family: arial;
  164. font-size:11px;
  165. text-align:center;
  166. width:275px;
  167. height:10px;
  168. text-transform:uppercase;
  169. text-shadow: 2px 1px 0px {color:drop shadow};
  170. border-top: solid 1px {color:border};
  171. border-bottom: solid 1px {color:border};
  172.  
  173. }
  174.  
  175. img {
  176. border:none;
  177. }
  178.  
  179.  
  180. pre {
  181. font-family:arial;
  182. font-size:10px;
  183. text-transform:uppercase;
  184. padding-left:8px;
  185. padding-right:8px;
  186. padding-top:1px;
  187. padding-bottom:1px;
  188. text-align:center;
  189. color:{color:pre text};
  190. background-color:{color:pre color};
  191. word-wrap:break-word;
  192. }
  193.  
  194. small{font-size:9px;}
  195.  
  196. h1 {
  197. font-size:15px;
  198. color:{color:text};
  199. text-transform:uppercase;
  200. font-family:'helvetica';
  201. background-color:{color:background};
  202. padding:10px;
  203. font-style:bold, italic;
  204. text-align:center;
  205. }
  206.  
  207. blockquote {
  208. border-left:1px solid {color:text};
  209. padding-left:5px;
  210. margin-left:10px;
  211. margin-top:10px;
  212. }
  213.  
  214.  
  215. /*ENTRIES*/
  216.  
  217.  
  218.  
  219. #container {
  220.  
  221. width:610px;
  222. height:505px;
  223. margin-left:385px;
  224. top:60px;
  225. background-color:{color:container};
  226. position:fixed;
  227. padding:5px;
  228. overflow:auto;
  229. z-index:9999999999999;
  230. border: solid 1px {color:border};
  231. }
  232.  
  233.  
  234.  
  235. #entries {
  236. width:530px;
  237. padding:10px;
  238. margin-left:30px;
  239. margin-top:0px;
  240. margin-bottom:30px;
  241. background-color:{color:post background};
  242. border:solid 2px {color:post border};
  243. }
  244.  
  245.  
  246. #posttitle {
  247. margin-bottom: 5px;
  248. color:{color:sidebar link};
  249. font-size:20px;
  250. line-height:115%;
  251. text-align:left;
  252. text-transform: uppercase;
  253. }
  254.  
  255. /*SIDEBAR*/
  256.  
  257. #description {
  258. position:fixed;
  259. height:95px;
  260. width:275px;
  261. top:180px;
  262. padding:5px;
  263. font-family:arial;
  264. font-size:11px;
  265. margin-top:50px;
  266. margin-left:0px;
  267. text-align:justify;
  268. overflow:auto;
  269. color:{color:description text};
  270. }
  271.  
  272.  
  273.  
  274.  
  275.  
  276. #sidebar{
  277. padding: 5px;
  278. z-index:-9999;
  279. text-align:center;
  280. position:fixed;
  281. margin-top:50px;
  282. font-size:10px;
  283. margin-left:45px;
  284. width:292px;
  285. height:430px;
  286. font-family:cambria;
  287. color:{color:background};
  288. }
  289.  
  290. .sidebarimg {
  291.  
  292. margin-top:-50px;
  293. margin-left:-101px;
  294. }
  295.  
  296.  
  297. .sidebarimg img {
  298. position:fixed;
  299. opacity:1;
  300. width:290px;
  301. height:125px;
  302. top:210px;
  303. margin-top:160px;
  304. margin-left:-96px;
  305. border:solid 1px {color:border};
  306. z-index:9999999;
  307.  
  308. }
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315. /*POST INFO*/
  316.  
  317. #info {
  318. width:525px;
  319. text-align:center;
  320. font-family: 'Roboto', sans-serif;
  321. text-transform:uppercase;
  322. margin-left:0px;
  323. font-size:9px;
  324. margin-top:20px;
  325. margin-bottom:0px;
  326. font-style:none;
  327. padding:3px;
  328. line-height:10px;
  329. background-color:{color:Info Background};
  330. color:{color:Info Text};
  331. border-top:solid 2px {color:post border};
  332. }
  333.  
  334. #info a {
  335. text-align:center;
  336. font-family: 'Roboto', sans-serif;
  337. color:{color:Info Text};
  338. }
  339.  
  340. /*PAGINATION*/
  341.  
  342. #pagination {
  343. position: fixed;
  344. font-size:11px;
  345. line-height:130%;
  346. padding-top:5px;
  347. padding-bottom:5px;
  348. width:622px;
  349. height:14px;
  350. font:georgia;
  351. font-weight:bold;
  352. font-style:italic;
  353. text-align:center;
  354. letter-spacing: .5px;
  355. margin-top: 518px;
  356. margin-left:384px;
  357. color:{color:pagination text};
  358. background-color:{color:Info Background};
  359. text-shadow: 1px 1px 0px {color:drop shadow};
  360. border-bottom:solid 1px {color:border};
  361. border-left:solid 1px {color:border};
  362. border-right:solid 1px {color:border};
  363. }
  364.  
  365. /*SIDELINKS*/
  366.  
  367.  
  368.  
  369. #links{
  370. padding:10px;
  371. margin-top:310px;
  372. text-align:center;
  373. z-index:9999;
  374. line-height:50%;
  375. font-size:15px;
  376. margin-left:0px;
  377. width:271px;
  378. height:8px;
  379. background-color:{color:info background};
  380. border-top:solid 1px {color:post border};
  381. border-bottom:solid 1px {color:post border};
  382.  
  383. }
  384.  
  385. #links a{
  386. padding:5px;
  387. font-size:15px;
  388. letter-spacing:1px;
  389. text-transform:uppercase;
  390. margin-top:-15px;
  391. margin-left:-5px;
  392. font-family: arial;
  393. line-height:100%;
  394. text-shadow: 1px 1px 0px {color:drop shadow};
  395. color:{color:Links};
  396. width:35px;
  397. display:inline-block;
  398. }
  399.  
  400. #links a:hover{background-color:{color:info background};
  401. color:{color:hover};
  402. }
  403.  
  404.  
  405. #links2{
  406. padding:10px;
  407. margin-top:22px;
  408. text-align:center;
  409. z-index:9999;
  410. font-size:15px;
  411. margin-left:385px;
  412. background-color:{color:linksbar background};
  413. width:600px;
  414. height:15px;
  415. border: solid 1px;
  416. }
  417.  
  418. #links2 a{
  419. padding:1px;
  420. font-size:10px;
  421. text-transform:uppercase;
  422. margin-top:-15px;
  423. margin-left:5px;
  424. font-family: 'Oswald', sans-serif;
  425. text-shadow: 2px 1px 0px {color:drop shadow};
  426. color:{color:Links};
  427. width:85px;
  428. display:inline-block;
  429. border: solid 1px;
  430. }
  431.  
  432. #links2 a:hover{background-color:{color:info background};
  433. color:{color:hover};
  434.  
  435. }
  436.  
  437. #muse1 {
  438. position:fixed;
  439. opacity:1;
  440. background-image:url('{image:muse1}');
  441. width:50px;
  442. height:50px;
  443. top:130px;
  444. margin-left:20px;
  445. border:solid 1px {color:border};
  446. z-index:9999999;
  447. }
  448.  
  449.  
  450. #muse2 {
  451. position:fixed;
  452. opacity:1;
  453. background-image:url('{image:muse2}');
  454. width:50px;
  455. height:50px;
  456. top:130px;
  457. margin-left:80px;
  458. border:solid 1px {color:border};
  459. z-index:9999999;
  460. }
  461.  
  462. #muse3 {
  463. position:fixed;
  464. opacity:1;
  465. background-image:url('{image:muse3}');
  466. width:50px;
  467. height:50px;
  468. top:130px;
  469. margin-left:140px;
  470. border:solid 1px {color:border};
  471. z-index:9999999;
  472. }
  473.  
  474. #muse4 {
  475. position:fixed;
  476. opacity:1;
  477. background-image:url('{image:muse4}');
  478. width:50px;
  479. height:50px;
  480. top:130px;
  481. margin-left:200px;
  482. border:solid 1px {color:border};
  483. z-index:9999999;
  484. }
  485.  
  486.  
  487. #muse5 {
  488. position:fixed;
  489. opacity:1;
  490. background-image:url('{image:muse5}');
  491. width:50px;
  492. height:50px;
  493. top:130px;
  494. margin-left:260px;
  495. border:solid 1px {color:border};
  496. z-index:9999999;
  497. }
  498.  
  499. #muse6 {
  500. position:fixed;
  501. opacity:1;
  502. background-image:url('{image:muse6}');
  503. width:50px;
  504. height:50px;
  505. top:130px;
  506. margin-left:320px;
  507. border:solid 1px {color:border};
  508. z-index:9999999;
  509. }
  510.  
  511.  
  512.  
  513.  
  514.  
  515. /*TAGS*/
  516. #tags {
  517. color: #fff;
  518. margin-top:0px;
  519. font-size:9px;
  520. letter-spacing:0px;
  521. font-style:;
  522. text-transform:lowercase;
  523. margin-top:-3px;
  524. }
  525.  
  526. #tags a {
  527. color: {color:links}
  528. margin-right:8px;
  529. }
  530.  
  531. #tags a:hover {color: {color:hover}}
  532.  
  533.  
  534. .note {
  535. text-transform:uppercase;
  536. font-style:normal;
  537. letter-spacing:0px;
  538. font-size: 8px;
  539. text-align:left;
  540. line-height:90%;
  541. margin-left:-40px;
  542. }
  543.  
  544. .note li {
  545. list-style-type:none;
  546. border-bottom:1px solid {color:border};
  547. padding:10px 25px 10px 25px;
  548. text-align:left;
  549. margin:0px;
  550. -moz-transition-duration:0.5s;
  551. -webkit-transition-duration:0.5s;
  552. -o-transition-duration:0.5s;
  553. }
  554.  
  555. ol.notes {
  556. padding:0px;
  557. margin:25px 0px 0px -10px;
  558. list-style-type:none;
  559. }
  560.  
  561. ol.notes li.note {
  562. padding:10px;
  563. }
  564.  
  565. ol.notes li.note img.avatar {
  566. vertical-align:-4px;
  567. margin-right:10px;
  568. width:16px;
  569. height:16px;
  570. }
  571.  
  572. ol.notes li.note span.action {
  573. font-weight:none;
  574. }
  575.  
  576. ol.notes li.note .answer_content {
  577. font-weight:normal;
  578. }
  579.  
  580. ol.notes li.note blockquote {
  581. padding:4px 10px;
  582. margin:10px 0px 0px 25px;
  583. }
  584.  
  585. ol.notes li.note blockquote a {
  586. text-decoration:none;
  587. }
  588.  
  589.  
  590.  
  591. .quote {
  592. text-transform:uppercase;
  593. font-size:12px;
  594. font-weight:bold;
  595. text-align:center;
  596. }
  597.  
  598. .quotesource {
  599. text-align:center;
  600. margin-top:10px;
  601. }
  602.  
  603. .chat {
  604. line-height:20px;
  605. list-style:none;
  606. }
  607.  
  608. .line.odd {
  609. background:#fafafa;
  610. margin-bottom:2px;
  611. padding:5px;
  612. list-style:none;
  613. font-size:10px;
  614. }
  615.  
  616. .line.even {
  617. background:#ffffff;
  618. margin-bottom:2px;
  619. padding:5px;
  620. list-style:none;
  621. font-size:10px;
  622. }
  623.  
  624. .label {
  625. padding-right:1px;
  626. text-transform:uppercase;
  627. font-weight:bold;
  628. color:{color:links};
  629. }
  630.  
  631. #asks {
  632. text-align:justify;
  633. padding:22px 5px 5px 8px;
  634. color:{color:text};
  635. background-color:{color:background};
  636. min-height:43px;
  637. margin-left:70px;
  638. font-size:9px;
  639. }
  640.  
  641. .asker {
  642. text-transform:uppercase;
  643. margin-bottom:-12px;
  644. font-size:11px;
  645. letter-spacing:0px;}
  646.  
  647. #answers {
  648. background-color:{color:background};
  649. color:{color:text};
  650. font-size:11px;
  651. margin-top:8px
  652. }
  653.  
  654. #audios {
  655. width:100%;
  656. height:100px;
  657. margin-bottom:12px
  658. }
  659.  
  660. .albumart {
  661. float:left;
  662. width:100px;
  663. height:100px
  664. }
  665.  
  666. .player {
  667. width:25px;
  668. height:25px;
  669. color:{color:background};
  670. margin-top:34px;
  671. margin-left:33px;
  672. overflow:hidden;
  673. position:absolute;
  674. padding:3px;
  675. opacity:0.4;
  676. }
  677.  
  678. .audioinfo {
  679. margin-left:120px;
  680. line-height:150%;
  681. font-family: 'Roboto', sans-serif;
  682. font-size:10px}
  683.  
  684.  
  685.  
  686. /*CREDIT*/
  687.  
  688. #credit {
  689. text-align:center;
  690. position:fixed;
  691. bottom:10px;
  692. right:10px;
  693. width:15px;
  694. height:15px;
  695. padding:3px;
  696. text-shadow: 1px 0px 0px {color:drop shadow};
  697. -webkit-transition: all 0.5s ease;
  698. -moz-transition: all 0.5s ease;
  699. -o-transition: all 0.5s ease;
  700. }
  701.  
  702. #credit:hover {
  703. background:transparent;
  704. transform: rotate(360deg);
  705. -ms-transform: rotate(360deg);
  706. -webkit-transform: rotate(360deg);
  707. -o-transform: rotate(360deg);
  708. -moz-transform: rotate(30deg);
  709. -webkit-transition: all 0.5s ease;
  710. -moz-transition: all 0.5s ease;
  711. -o-transition: all 0.5s ease;
  712. }
  713. #credit a {
  714. text-decoration:none;
  715. font-size:25px;
  716. color:{color:hover links text};
  717. text-shadow: 1px 0px 0px {color:drop shadow};
  718.  
  719. -webkit-transition: all 0.5s ease;
  720. -moz-transition: all 0.5s ease;
  721. -o-transition: all 0.5s ease;
  722. }
  723.  
  724. #credit a:hover {
  725. color:{color:hover};
  726. transform: rotate(360deg);
  727. -ms-transform: rotate(360deg);
  728. -webkit-transform: rotate(360deg);
  729. -o-transform: rotate(360deg);
  730. -moz-transform: rotate(30deg);
  731. -webkit-transition: all 0.5s ease;
  732. -moz-transition: all 0.5s ease;
  733. -o-transition: all 0.5s ease;
  734. }
  735.  
  736.  
  737. {CustomCSS}</style></head><body>
  738.  
  739. </div>
  740. <div id="sidebar"><div id="title">{title}</div>
  741. <div id="subtitle">{text:subtitle}</div>
  742.  
  743.  
  744.  
  745.  
  746. <div class="sidebarimg"><img src="{image:sidebar}"></div>
  747. <div id="description">{description}</div>
  748.  
  749.  
  750.  
  751. <div id="links">
  752. <a href="/" title="base">🏠</a>
  753. <a href="/ask" title="interface">✉</a>
  754. <a href="/submit" title="input">📥</a>
  755. <a href="{text:link 1 url}" title="{text:link 1 name}">⭐️</a>
  756. <a href="{text:link 2 url}" title="{text:link 2 name}">⭐️️</a>
  757. <a href="{text:link 3 url}" title="{text:link 3 name}">⭐️️</a>
  758. </div>
  759.  
  760. </div>
  761.  
  762. <div id="links2">
  763.  
  764. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  765. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  766. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  767. {block:ifLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:ifLink7}
  768. {block:ifLink8}<a href="{text:Link 8 URL}">{text:Link 8}</a>{/block:ifLink8}
  769. {block:ifLink9}<a href="{text:Link 9 URL}">{text:Link 9}</a>{/block:ifLink9}
  770. </div></div>
  771.  
  772. <div id="muse1"><img src="{image:muse1}" title="{text:muse 1 name}"></div></div>
  773. <div id="muse2"><img src="{image:muse2}" title="{text:muse 2 name}"></div>
  774. <div id="muse3"><img src="{image:muse3}" title="{text:muse 3 name}"></div>
  775. <div id="muse4"><img src="{image:muse4}" title="{text:muse 4 name}"></div></div>
  776. <div id="muse5"><img src="{image:muse5}" title="{text:muse 5 name}"></div>
  777. <div id="muse6"><img src="{image:muse6}" title="{text:muse 6 name}"></div>
  778.  
  779.  
  780.  
  781. <div id="pagination">
  782. {block:Pagination}
  783. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  784. {block:JumpPagination length="7"}
  785. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  786. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  787. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  788. {/block:Pagination} </div></div></div>
  789.  
  790.  
  791.  
  792. <div id="container">
  793.  
  794. {block:Posts}
  795. <div id="entries">
  796.  
  797. {block:Text}
  798. {block:Title}<h1>{Title}</h1>{/block:Title}
  799. {Body}{/block:Text}
  800.  
  801. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  802. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  803.  
  804. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  805. {/block:Caption}{/block:Photoset}
  806.  
  807. {block:Quote}<div id="posttitle">{Quote}"</div>
  808. {block:Source}<div class="qsource"> —{Source}</div>
  809. {/block:Source}{/block:Quote}
  810.  
  811. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  812.  
  813. {block:Chat}<div id="posttitle">{chat}</div><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  814. {/block:Chat}
  815.  
  816. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  817. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  818. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  819. {/block:ExternalAudio}<b>Played:</b> {PlayCount}<br>
  820. {/block:Audio}
  821.  
  822. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  823.  
  824. {block:Answer}
  825. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:0px; border-image:url('{image:ask background}') 30 round;; padding: 2px; border-radius: 0%">
  826. <div id="question"><div class="asker">{Asker} wondered:</div>
  827. <br>{Question}</div>
  828. <div id="answers">{Answer}</div>
  829. {/block:Answer}
  830.  
  831.  
  832.  
  833. <div id="info">
  834. <div id="permalink">
  835. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> <div class=right>{NoteCount}</div></a></div>
  836. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  837. </div></div>
  838.  
  839. {/block:Posts}{/block:Posts}</div></div></div>
  840.  
  841.  
  842. </div>
  843.  
  844. </ul>
  845. </div></div>
  846.  
  847.  
  848. <div id="credit">
  849. <a href="http://youaintshitrps.tumblr.com/">➳</a>
  850. </div>
  851.  
  852.  
  853. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  854. <script type="text/javascript">
  855. $(function(){
  856. var stickyRibbonTop = $('#links').offset().top;
  857. $(window).scroll(function(){
  858. if( $(window).scrollTop() > stickyRibbonTop ) {
  859. $('#links').css({position: 'fixed', top: '0px'});
  860. } else {
  861. $('#links').css({position: 'static', top: '0px'});
  862. }
  863. });
  864. });
  865. </script>
  866.  
  867. </body>
  868. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement