Advertisement
Guest User

jaspser prof

a guest
Mar 22nd, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.83 KB | None | 0 0
  1. <!--
  2.  
  3. // Foudre
  4.  
  5. by espoirthemes //
  6.  
  7. + please do not claim as your own or redistribute
  8. + you may edit the code as long as you keep the credit visible
  9. + questions about this theme can be sent to help@espoirthemes.com
  10.  
  11. -->
  12. <!DOCTYPE html>
  13. <html>
  14. <head>
  15. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  16.  
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24. <link href='http://fonts.googleapis.com/css?family={text:Google Font}' rel='stylesheet' type='text/css'>
  25.  
  26. <meta name="image:background" content="" />
  27.  
  28. <meta name="color:background" content="#f4f4f4" />
  29. <meta name="color:text" content="#000" />
  30. <meta name="color:links" content="#222" />
  31. <meta name="color:link underline" content="#222" />
  32. <meta name="color:link hover" content="#eee" />
  33. <meta name="color:reblog button" content="#444" />
  34. <meta name="color:like button" content="#444" />
  35. <meta name="color:posts" content="#fff" />
  36. <meta name="color:sidebar" content="#fff" />
  37. <meta name="color:description" content="#f6f6f6" />
  38. <meta name="color:border" content="#dedede" />
  39. <meta name="color:scrollbar" content="#222" />
  40. <meta name="color:scrollbar background" content="#ccc" />
  41. <meta name="color:ask bubble" content="#eee" />
  42. <meta name="color:ask bubble text" content="#aaa" />
  43. <meta name="text:link1" content="01" />
  44. <meta name="text:url1" content="/" />
  45. <meta name="text:link2" content="02" />
  46. <meta name="text:url2" content="/" />
  47. <meta name="text:link3" content="03" />
  48. <meta name="text:url3" content="url3" />
  49. <meta name="text:link4" content="04" />
  50. <meta name="text:url4" content="url4" />
  51. <meta name="text:Google Font" content="Roboto" />
  52.  
  53. <meta name="if:full background" content="" />
  54. <meta name="if:rounded corners" content="" />
  55. <meta name="if:post shadow" content="" />
  56. <meta name="if:round search bar" content="" />
  57. <meta name="if:no hover tags" content="" />
  58.  
  59. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  60.  
  61. <script type="text/javascript">
  62. $(document).ready(function(){
  63. $(".links_body").hide();
  64. $(".links_head").click(function(){
  65. $(this).next(".links_body").slideToggle('fast');
  66. }); }); </script>
  67. <style type="text/css">
  68.  
  69.  
  70.  
  71.  
  72. .links_head { cursor:pointer; margin:2px auto; padding:2px;}
  73. .links_body { text-align:left; display:none;margin:2px; position:relative; font-size:.9em; max-height:200px; overflow:auto;border-top:1px dotted {color:border}; padding:4px; }
  74. .links_body li {
  75. list-style:none;
  76. margin:0px auto;
  77. }
  78. </style>
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84.  
  85. (function($){
  86.  
  87. $(document).ready(function(){
  88.  
  89. $("a[title]").style_my_tooltips({
  90.  
  91. tip_follows_cursor:true,
  92.  
  93. tip_delay_time:90,
  94.  
  95. tip_fade_speed:600,
  96.  
  97. attribute:"title"
  98.  
  99. });
  100.  
  101. });
  102.  
  103. })(jQuery);
  104.  
  105. </script>
  106.  
  107. <style>
  108.  
  109.  
  110.  
  111. #s-m-t-tooltip{
  112. max-width:300px;
  113. margin-top:-50px;
  114. margin-left:-20px;
  115.  
  116. border:2px solid white;
  117. box-shadow: 0px 0px 0px 2px #000;
  118. font-family:verdana;
  119. padding:5px 5px;
  120. background:#000;
  121. color:white;
  122. z-index:99999999;
  123. font-size:.9em;
  124.  
  125. }
  126. #s-m-t-tooltip:after{
  127.  
  128. content: '';
  129. position: absolute;
  130. border-style: solid;
  131. border-width: 8px 10px 0;
  132. border-color: #000 transparent;
  133. display: block;
  134. width: 0;
  135. z-index: 1;
  136. bottom: -10px;
  137. left: 10%;}
  138.  
  139. </style>
  140. </head>
  141.  
  142. <style type="text/css">
  143. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
  144. border:1px solid {color:border};
  145. background:{color:posts};
  146. border-top:none;
  147. padding:4px;
  148. }
  149.  
  150. ::selection {
  151. background:#eee;
  152. color:#222;
  153. transition:.6s;
  154. }
  155.  
  156.  
  157. body{
  158. margin:0;
  159.  
  160. background:{color:background} url({image:background})
  161.  
  162. {block:iffullbackground} no-repeat center center fixed;
  163. -webkit-background-size: cover;
  164. -moz-background-size: cover;
  165. -o-background-size: cover;
  166. background-size: cover; {/block:iffullbackground};
  167.  
  168.  
  169. background-attachment:fixed;
  170. word-wrap:break-word;
  171. font-size:1em;
  172. font-family:{text:Google Font}, sans-serif;
  173. }
  174.  
  175. li {
  176. list-style:circle;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. width: 14px;
  181. height:6px;
  182.  
  183.  
  184. }
  185. ::-webkit-scrollbar-button {
  186. width: 0px;
  187. height: 0px;
  188. }
  189. ::-webkit-scrollbar-thumb {
  190. background: {color:scrollbar};
  191. border:6px solid {color:background};
  192. border-top:2px solid {color:background};
  193. border-bottom:2px solid {color:background};
  194. cursor:pointer;
  195. border-radius: 8px;
  196. }
  197. ::-webkit-scrollbar-track {
  198. background:{color:scrollbar background};
  199. border: 6px solid {color:background};
  200. border-top:10px solid {color:background};
  201. border-bottom:10px solid {color:background};
  202.  
  203.  
  204. }
  205.  
  206.  
  207. a{
  208. color:{color:links};
  209. transition:.6s;
  210. }
  211.  
  212. a:hover {
  213. color:{color:link hover};
  214. transition:.6s;
  215. }
  216.  
  217. .text{padding:10px;
  218.  
  219. }
  220.  
  221. .text a {
  222. text-decoration:none;
  223. border-bottom:1px solid {color:link underline};
  224. }
  225.  
  226. .captiontext {
  227. padding:40px 40px 10px 40px;
  228. position:relative;
  229.  
  230. }
  231. .caption {
  232. top:0px;
  233. opacity:0;
  234. height:100%;
  235. overflow:auto;
  236. width:100%;
  237. position:absolute;
  238. transition:.8s;
  239. color:#fefefe;
  240. }
  241.  
  242. .caption a {
  243. color:#f9f9f9;
  244. }
  245.  
  246.  
  247.  
  248. .posts:hover .caption{
  249. background: rgba(0, 0, 0, .32);
  250. opacity:1;
  251. transition:.8s;
  252. }
  253.  
  254.  
  255. .captiontext blockquote {
  256. border-color:#eee;
  257. }
  258.  
  259.  
  260.  
  261. blockquote{
  262. border-left:1px solid {color:border};
  263. padding-left:4px;
  264. margin:10px;
  265.  
  266. }
  267.  
  268.  
  269. blockquote img{
  270. max-width:100%;
  271.  
  272. }
  273.  
  274. #container {
  275. width:600px;
  276. margin:10px auto;
  277. }
  278.  
  279.  
  280. .posts{
  281. margin:100px auto 120px auto;
  282. width: 400px;
  283. position:relative;
  284. border:1px solid {color:border};
  285. background-color:{color:posts};
  286. {block:IndexPage}
  287. animation-name:fade;
  288. opacity:0;
  289. animation-duration:2s;
  290. animation-iteration-count:1;
  291. animation-fill-mode:forwards;
  292. {/block:IndexPage}
  293. {block:ifroundedcorners}
  294. border-radius:4px;
  295. {block:ifroundedcorners}
  296. {block:ifpostshadow}
  297. box-shadow:10px 10px rgba(0,0,0,.074);
  298. {/block:ifpostshadow}
  299. }
  300.  
  301. .posts img {
  302. display:block;
  303. max-width:100%;
  304. {block:ifroundedcorners}
  305. border-radius:4px;
  306. {block:ifroundedcorners}
  307.  
  308. }
  309.  
  310. @keyframes fade {
  311. 0% {
  312. opacity:0;
  313. transform:translate(0px, -200px);
  314. }
  315.  
  316. 100% {
  317. opacity:1;
  318. transform:translate(0,0);
  319. }
  320. }
  321.  
  322.  
  323.  
  324. #side {
  325. position:fixed;
  326. width:280px;
  327. padding:10px;
  328. top:100px;
  329. margin-left:-250px;
  330. background:{color:sidebar};
  331. border:1px solid {color:border};
  332. {block:ifroundedcorners}
  333. border-radius:4px;
  334. {block:ifroundedcorners}
  335. }
  336. #sidebar {
  337. border:1px solid {color:border};
  338.  
  339. position:relative;
  340. margin-left:100px;
  341. padding:10px;
  342. background:{color:description};
  343. {block:ifroundedcorners}
  344. border-radius:4px;
  345. {block:ifroundedcorners}
  346.  
  347. }
  348.  
  349. #sidebar:after
  350. {
  351. content: '';
  352. position: absolute;
  353.  
  354.  
  355. border-style: solid;
  356. border-width: 12px 15px 12px 0;
  357. border-color: transparent {color:description};
  358. display: block;
  359. width: 0;
  360. z-index: 1;
  361. left: -15px;
  362. top: 20px;
  363. }
  364.  
  365. #sidebar:before
  366. {
  367.  
  368. content: '';
  369. position: absolute;
  370. border-style: solid;
  371. border-width: 12px 15px 12px 0;
  372. border-color: transparent {color:border};
  373. display: block;
  374. width: 0;
  375. z-index: 0;
  376. left: -16px;
  377. top: 20px;
  378. }
  379.  
  380. .sidebarimage img {
  381. width:60px;
  382. transform:translate(-100px, -10px);
  383. position:absolute;
  384. border:1px solid {color:border};
  385. }
  386.  
  387. h1{ padding:10px; font-size:1.2em; text-align:center; border-bottom:1px solid {color:border};}
  388.  
  389.  
  390.  
  391. .info{
  392. padding:10px 0px;
  393. text-align:center;
  394. position:absolute;
  395. {block:ifpostshadow}
  396. margin-top:8px;
  397. {/block:ifpostshadow}
  398.  
  399.  
  400. }
  401. .info a{ margin:0 2px; text-decoration:none; }
  402.  
  403. .im {
  404. background:{color:background};
  405. {block:ifroundedcorners}
  406. border-radius:4px;
  407. {block:ifroundedcorners}
  408. }
  409.  
  410. .speechbubble
  411. {
  412. width:250px;
  413. position: relative;
  414. background:#eee;
  415. left:80px;
  416. margin: 0;
  417. border-radius:4px;
  418. font-size:14px;
  419. padding:20px;
  420. height: auto;
  421. background: #fff;
  422. border: {color:border} solid 1px;
  423. }
  424.  
  425. .speechbubble:after
  426. {
  427. content: '';
  428. position: absolute;
  429.  
  430.  
  431. border-style: solid;
  432. border-width: 12px 17px 12px 0;
  433. border-color: transparent #fff;
  434. display: block;
  435. width: 0;
  436. z-index: 1;
  437. left: -17px;
  438. top: 12px;
  439. }
  440.  
  441. .speechbubble:before
  442. {
  443.  
  444. content: '';
  445. position: absolute;
  446. border-style: solid;
  447. border-width: 12px 17px 12px 0;
  448. border-color: transparent {color:border};
  449. display: block;
  450. width: 0;
  451. z-index: 0;
  452. left: -18px;
  453. top:12px;
  454. }
  455.  
  456.  
  457.  
  458. #albumart{
  459. z-index:2;
  460.  
  461. width:120px;
  462. float:left;border-radius:100%;
  463. height:120px;
  464.  
  465. border:1px solid {color:border};
  466.  
  467. }
  468.  
  469. .playerbox {
  470. float:left;
  471. padding:6px;
  472. }
  473.  
  474.  
  475. #albumart img{
  476.  
  477. width:120px;
  478. height:120px;
  479. float:left;border-radius:100%;
  480.  
  481.  
  482.  
  483. border-width:0px; transition:.6s;
  484.  
  485. }
  486.  
  487. .playerbox:hover #albumart img{
  488. transition:0.6s;
  489. transform:rotate(300deg); }
  490.  
  491. .player {
  492. width:20px;
  493. overflow:hidden;
  494. height:40px;
  495. transform:scale(1.2);
  496. border-radius:100%;
  497.  
  498. top:8px;
  499. bottom:10px;
  500. left:4px;
  501.  
  502. padding:8px;
  503. padding-top:6px;
  504. padding-left:10px;
  505. padding-bottom:0px;
  506. border-radius:100%;
  507. position:absolute;
  508.  
  509.  
  510. }
  511.  
  512.  
  513. .playercon {
  514. width:56px;
  515. height:56px;
  516. border-radius:100%;
  517. left:0px;
  518. background:white;
  519. top:30px;
  520. position:relative;
  521. border:1px solid {color:border};
  522. -webkit-transition-duration:500ms;
  523. -moz-transition-duration:500ms;
  524. -o-transition-duration:500ms;
  525. -ms-transition-duration:500ms;
  526. }
  527.  
  528. .infobox {
  529. float:left top;
  530. margin-left:90px;
  531. background-color:transparent;
  532. padding:14px;
  533. padding-left:2px;
  534. max-height:140px;
  535. text-align:center;
  536. color:{color:text};
  537. }
  538.  
  539. .track {
  540.  
  541. letter-spacing:2px;
  542. padding:8px 10px;
  543. margin-left:-14px;
  544. font-size:1em;
  545. border-bottom:1px solid {color:border};
  546. font-weight:300;
  547. text-transform:uppercase; transition:.6s;
  548. color:#333;
  549.  
  550.  
  551. }
  552. .artist {
  553. letter-spacing:2px;
  554. padding:2px;
  555. font-style:italic;
  556.  
  557.  
  558.  
  559. }
  560.  
  561. .album {
  562. font-size:.9em;
  563.  
  564. }
  565.  
  566. .playcount {
  567. font-size:.8em;
  568.  
  569. text-transform:uppercase;
  570. letter-spacing:3px;
  571. }
  572.  
  573.  
  574. #audiolo {
  575. width:400px;
  576.  
  577.  
  578. }
  579.  
  580.  
  581. .linkp{
  582. font-size:24px;
  583. position:relative;
  584. text-align:center;
  585. background:{color:description};
  586. padding:6px;
  587. border-radius:4px;
  588. border:1px solid {color:border};
  589.  
  590. }
  591. .linkp a{text-decoration:none; border-bottom:{color:border}; }
  592. .linkp:after{
  593. content:'ยป';
  594. transition:.6s; margin-left:2px;
  595. }
  596.  
  597. .linkp:hover:after{
  598. margin-left:10px;
  599. transition:.6s;
  600. color:{color:link};
  601.  
  602. }
  603.  
  604.  
  605. .chat {
  606. padding:5px;
  607. line-height:150%;
  608. }
  609.  
  610. .chat:nth-of-type(odd) {
  611. background:{color:text};
  612. color:{color:posts};
  613. -webkit-transition:.5s;
  614. transition:.5s; }
  615.  
  616. .chat:nth-of-type(odd) b {
  617. color:{color:posts};
  618. -webkit-transition:.5s;
  619. transition:.5s; }
  620.  
  621. .chat:nth-of-type(even) {
  622. background:{color:posts};
  623. color:{color:text};
  624. -webkit-transition:.5s;
  625. transition:.5s; }
  626. .chat:nth-of-type(even) b{
  627. color:{color:text};
  628. -webkit-transition:.5s;
  629. transition:.5s; }
  630.  
  631. .inf{
  632. font-size:13.2px;
  633. font-family:consolas;
  634. position:absolute;
  635. padding:4px;
  636. width:98%;
  637. text-align:left;
  638. margin-top:4px;
  639. position:relative;
  640. opacity:0;
  641. text-align:right;
  642. float:right;
  643. transition:.6s;
  644. transform: translate3d(0px,50px,0px);
  645. }
  646.  
  647. .posts:hover .inf {
  648. transform: translate3d(0,0,0);
  649. {block:ifpostshadow}
  650. transform:translate3d(0,8px, 0);
  651. {/block:ifpostshadow}
  652. opacity:1;
  653. transition:.6s
  654.  
  655. }
  656.  
  657. .inf svg {
  658. width:16px;
  659.  
  660. height:16px;
  661.  
  662.  
  663. fill:{color:reblog button};
  664.  
  665. }
  666.  
  667. .inf .like svg {
  668. width:16px;
  669. opacity:.4;
  670. margin-top:6px;
  671. height:16px;
  672. fill:{color:like button};
  673. }
  674.  
  675. .inf .like { /* Make a parent element */
  676. position: absolute;
  677. right:10px;
  678.  
  679. }
  680.  
  681. .inf .like .like_button { /* Position like button above your custom one */
  682. position: absolute;
  683. top: 0;
  684. margin-top: 4px;
  685. margin-left:-2px;
  686. opacity: 0;
  687. }
  688. .inf .like .like_button.liked { /* Keep the functionality active */
  689. opacity: 1;
  690. }
  691.  
  692. .inf a{ color:{color:reblog button}; padding:5.2px; border-radius:8%; text-decoration:none;
  693.  
  694. opacity:.4;
  695. height:14px;
  696.  
  697.  
  698. transition: all .4s ease-in;
  699. }
  700.  
  701. .inf li {
  702. list-style:none;
  703. display:inline-block;
  704. padding:2px;
  705. border-radius:100%;
  706. border:1px solid {AccentColor};
  707. }
  708.  
  709. .inf a:hover{ transition:.4s ease-in-out; box-shadow:none; text-shadow:none;
  710. color:#ccc;
  711. opacity:.52;
  712. text-decoration:none;
  713. }
  714.  
  715. .sourcevia {
  716. position:absolute;
  717. right:-60px;
  718.  
  719.  
  720.  
  721. }
  722.  
  723. .sourcevia li {
  724. width:40px;
  725. border-radius:8px; transform:translate(20px, 0px);
  726. margin:8px;
  727. opacity:0;
  728. list-style:none;
  729. transition:.6s;
  730. }
  731.  
  732. .sourcevia li:nth-child(2) {
  733. transition-delay:.4s;
  734. }
  735.  
  736. .posts:hover .sourcevia li:nth-child(2) {
  737. transition-delay:.4s;
  738. }
  739.  
  740.  
  741. .sourcevia img {
  742. width:36px;
  743. border-radius:6px;
  744. }
  745.  
  746. .posts:hover .sourcevia li{
  747. opacity:1;
  748. transform:translate(0,0);
  749. transition:.6s;
  750. }
  751.  
  752. .tags {
  753. opacity:.6;
  754. right:-220px;
  755. width:200px;
  756. position:absolute;
  757. opacity:0;
  758. transition:.6s;
  759. bottom:10px;
  760. transform:translate(50px, 0px);
  761. {block:ifnohovertags}
  762. opacity:1;
  763. transform:translate(0,0);
  764. {/block:ifnohovertags}
  765. }
  766.  
  767. .posts:hover .tags {
  768. opacity:1;
  769. transition:.6s;
  770. transform:translate(0,0);
  771. }
  772.  
  773.  
  774. .tags a {
  775. border:none;
  776. text-decoration:none;
  777. }
  778.  
  779. .jump_page {
  780. padding: 4px 8px;
  781. border:1px solid {color:border};
  782. background:{color:posts};
  783. color:{color:text};
  784. font-size:1em;
  785. text-decoration:none;
  786. }
  787.  
  788. .current_page {
  789. padding: 4px 8px;
  790. border:1px solid {AccentColor};
  791. background:{color:posts};
  792. color:{color:text};
  793. font-size:1em;
  794. text-decoration:none;
  795. }
  796.  
  797.  
  798. #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  799. font-family: "bitxmap";
  800. border:1px solid #444; z-index:4;
  801.  
  802. }
  803. #egg:hover { animation-name: egg;
  804. animation-duration: 1s;
  805. animation-iteration-count: infinite;}
  806. @keyframes egg{
  807. 0%{}
  808. 10%{transform:rotate(20deg)}
  809. 80%{transform:rotate(-20deg)}
  810. 100%{}
  811. }
  812.  
  813.  
  814. ol.notes {
  815. margin:auto;
  816. position:relative;
  817. width:400px;
  818.  
  819. animation-name: Up 4s;
  820. list-style:none;
  821. padding:none;
  822. animation-iteration-count:1;
  823. animation-fill-mode:forwards;
  824.  
  825. }
  826.  
  827. ol.notes li {
  828. border:1px solid {color:border};
  829. list-style:none;
  830. padding:10px;
  831. padding-left:none;
  832. width:100%;
  833. transform:translate(-30px, 0px);
  834. margin:10px 0px;
  835. background-color:{color:posts};
  836.  
  837. }
  838.  
  839. ol.notes img {
  840. margin:0px 10px 0px 0px;
  841. border-radius:4px;
  842. }
  843.  
  844.  
  845. ol.notes .like:before {
  846. background:#D95E40 url(http://static.tumblr.com/svdghan/hNCo953tc/like_bt.png);
  847. content:'';
  848. width:16px;
  849. height:16px;
  850. float:right;
  851. background-repeat:no-repeat;
  852. padding:1px;
  853. background-size:17px 18px;
  854. border-radius:100%;
  855.  
  856.  
  857. }
  858.  
  859. ol.notes .reblog:before {
  860. content:'';
  861. background-repeat:no-repeat;
  862. padding:1px;
  863. float:right;
  864. background:#56bc8a url(http://static.tumblr.com/svdghan/N3Ho953ts/reblog_white.png);
  865. width:16px;
  866. height:16px;
  867. border-radius:100%;
  868. background-size:17px 18px;
  869. }
  870.  
  871. ol.notes .reblog.original_post:before {
  872. background:{color:posts};
  873. width:16px;
  874. height:16px;
  875. padding:1px;
  876. float:right;
  877. border:1px solid transparent;
  878. content:'';
  879. }
  880.  
  881. .menu {
  882. padding:10px;
  883.  
  884. }
  885.  
  886. .menu a {
  887. text-decoration:none;
  888. }
  889.  
  890. .menu li {
  891. list-style:none;
  892. font-size:1.12em;
  893. padding:2px;
  894.  
  895. }
  896.  
  897. .menu i {
  898. border-right:1px solid {color:border};
  899. padding:3px 2px 2px 2px; background:{AccentColor};
  900. }
  901.  
  902. .menu li:hover i {
  903.  
  904. }
  905.  
  906. .menu li:hover{
  907.  
  908. transition:.6s;
  909.  
  910. }
  911.  
  912.  
  913. .menu li:after {
  914. content:' โ€บ';
  915. float:right;
  916. transform:translate(0px, 0);
  917. transition:.6s;
  918.  
  919. }
  920.  
  921. .links_head:after{
  922. content:'';
  923.  
  924. }
  925.  
  926. .menu li:hover:after{
  927. transform:translate(4px,0);
  928. transition:.6s;
  929. }
  930.  
  931.  
  932. .menu li:last-child:after {
  933. content:'';
  934. }
  935.  
  936. .links_body li:after {
  937. content:'';
  938.  
  939. }
  940.  
  941. .title a{
  942. font-family:{TitleFont};
  943. color:{TitleColor};
  944. font-size:1.2em;
  945. padding:10px;
  946. text-decoration:none;
  947. }
  948.  
  949. .clear {
  950. clear: both;
  951. height: 0px;
  952. overflow: hidden;
  953. }
  954.  
  955. .search {
  956. background: #eee;
  957. border: 1px solid {color:Background};
  958.  
  959. }
  960.  
  961. .search-scope {
  962. font-size: 12px;
  963. text-align: center;
  964. }
  965.  
  966. #search-scope input,
  967. #search-scope label {
  968. cursor: pointer;
  969. }
  970.  
  971. #search form {
  972. margin: 0;
  973. position:relative;
  974. z-index:9999;
  975.  
  976.  
  977.  
  978. }
  979.  
  980. #search form .query {
  981. border: none;
  982. border:1px solid {color:border};
  983. outline: none;
  984. background:none;
  985. line-height:120%;
  986. width:90%;
  987. float: left;
  988. background:{color:description};
  989. font-size:1em;
  990. padding:10px;
  991. {block:ifroundedcorners}
  992. border-radius:4px;
  993. {block:ifroundedcorners}
  994. {block:ifroundsearchbar}
  995. border-radius:30px;
  996. {/block:ifroundsearchbar}
  997. color: black;
  998. }
  999.  
  1000.  
  1001.  
  1002.  
  1003. #egg { opacity:.8;right:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  1004. font-family: "bitxmap";
  1005. border:1px solid #444; z-index:4;
  1006.  
  1007. }
  1008. #egg:hover { animation-name: egg;
  1009. animation-duration: 1s;
  1010. animation-iteration-count: infinite;}
  1011. @keyframes egg{
  1012. 0%{}
  1013. 10%{transform:rotate(20deg)}
  1014. 80%{transform:rotate(-20deg)}
  1015. 100%{}
  1016. }
  1017. {CustomCSS}
  1018.  
  1019. </style>
  1020. <body>
  1021.  
  1022.  
  1023. <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div><span class="sr-only" style="position: absolute !important;
  1024. clip: rect(1px 1px 1px 1px);
  1025. clip: rect(1px, 1px, 1px, 1px);" >theme made by espoirthemes</span></a>
  1026.  
  1027. <div id="container">
  1028. <div id="side">
  1029. <div id="sidebar">
  1030. <div class="sidebarimage"> <a href="/"><img src="{PortraitURL-128}"></div></a>
  1031. <div style="overflow:auto; max-height:100px">
  1032. {Description}
  1033. </div> </div>
  1034.  
  1035. <br>
  1036. <div class="title"> <a href="/"> {Title}</a></div>
  1037. <div class="menu">
  1038. <li><a href="/">{lang:Home}</a></li>
  1039. {block:AskEnabled}
  1040. <li><a href="/ask">{AskLabel}</a></li>
  1041. {/block:AskEnabled}
  1042. {block:SubmissionsEnabled}
  1043. <li><a href="/submit">{SubmitLabel}</a> </li>
  1044. {/block:SubmissionsEnabled}
  1045.  
  1046. <li><a href="/archive">{lang:Archive}</a></li>
  1047.  
  1048. <li><div class="links_list">
  1049. <p class="links_head"><a title="click for links"><a>{lang:Pages}</a></p>
  1050. <div class="links_body"><center><div style="text-align:left;"><blockquote>
  1051. {block:HasPages} {block:Pages}<li>
  1052. <a href="{URL}">{Label}</a></li>
  1053. {/block:Pages} {/block:HasPages}
  1054. <li><a href="{text:url1}">{text:link1}</a></li>
  1055. <li><a href="{text:url2}">{text:link2}</a></li>
  1056. <li><a href="{text:url3}">{text:link3}</a></li>
  1057. <li><a href="{text:url4}">{text:link4}</a></li></blockquote>
  1058. </center>
  1059. </div></div>
  1060. </div><div id="search">
  1061. <form action="/search" method="get" id="search-form">
  1062. <input type="hidden" name="t" value="{Name}" />
  1063. <input type="text" name="q" class="query" value="{SearchQuery}" placeholder="search..."/>
  1064.  
  1065. <div class="clear"></div>
  1066. </form></div>
  1067. </div>
  1068.  
  1069.  
  1070. </div>
  1071. <div class="entries">
  1072. {block:SearchPage}<div class="posts" style="padding:10px;">
  1073. {lang:SearchResultCount results for SearchQuery}
  1074.  
  1075. {block:NoSearchResults}
  1076. {lang:Sorry no results for SearchQuery}
  1077. {/block:NoSearchResults}
  1078. </div>
  1079. {/block:SearchPage}
  1080.  
  1081.  
  1082.  
  1083.  
  1084. {block:TagPage}
  1085. <div class="posts" style="padding:10px">{lang:Showing TagResultCount posts tagged Tag}
  1086.  
  1087.  
  1088. </div>
  1089. {/block:TagPage}
  1090.  
  1091.  
  1092. {block:Posts}<div class="posts">
  1093. <div class="sourcevia">
  1094. {block:RebloggedFrom}
  1095. <li>
  1096. <a href="{ReblogRootURL}" title="{lang:Source}: {ReblogRootName}"><img src="{ReblogRootPortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1097. clip: rect(1px 1px 1px 1px);
  1098. clip: rect(1px, 1px, 1px, 1px);" >{lang:Source} {ReblogRootName}</span> </a> </li>
  1099.  
  1100. <li> <a href="{ReblogParentURL}" title="{lang:Via}: {ReblogParentName}"> <img src="{ReblogParentPortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1101. clip: rect(1px 1px 1px 1px);
  1102. clip: rect(1px, 1px, 1px, 1px);" >{lang:Via} {ReblogParentName}</span></a> </li>
  1103. {/block:RebloggedFrom}
  1104.  
  1105. {block:date}
  1106. {block:NotReblog}
  1107. <li> <a href="http://{Name}.tumblr.com" title="{lang:Posted by PostAuthorName}"> <img src="{PortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1108. clip: rect(1px 1px 1px 1px);
  1109. clip: rect(1px, 1px, 1px, 1px);" >{lang:Posted by PostAuthorName}</span></a> </li>
  1110. {/block:NotReblog} {/block:Date}
  1111.  
  1112. {block:Submission} <li> <a href="{SubmitterURL}" title="Submitted by: {Submitter}"> <img src="{SubmitterPortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1113. clip: rect(1px 1px 1px 1px);
  1114. clip: rect(1px, 1px, 1px, 1px);" >Submitted by {Submitter}</span></a> </li> {/block:Submission}
  1115. </div>
  1116. <!-- {block:NoRebloggedFrom}
  1117. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1118. {/block:NoRebloggedFrom} -->
  1119. {block:ContentSource}
  1120. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1121. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1122. {/block:SourceLogo}
  1123. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1124. {/block:ContentSource}
  1125.  
  1126.  
  1127.  
  1128. {block:Text}
  1129.  
  1130. {block:Title}
  1131. <h1>{Title}</h1>
  1132. {/block:Title}
  1133.  
  1134. <div class="text">{Body}</div>
  1135.  
  1136. {/block:Text}{block:Photo}
  1137. <div class="im"> <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></div>
  1138. {block:indexpage}
  1139. {block:Caption}
  1140. <div class="caption"> <div class="captiontext">{Caption}</div></div>
  1141. {/block:Caption}
  1142. {/block:IndexPage}
  1143. {block:PermalinkPage}
  1144. {block:Caption}
  1145. <div class="text" style="border-top:1px solid {color:border}">{Caption}</div>
  1146. {/block:Caption}
  1147. {/block:PermalinkPage}
  1148.  
  1149. {/block:Photo}{block:Panorama}
  1150.  
  1151. {LinkOpenTag}
  1152. <div class="im"> <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></div>
  1153. {LinkCloseTag} {block:indexpage}
  1154. {block:Caption}
  1155. <div class="caption"> <div class="captiontext">{Caption}</div></div>
  1156. {/block:Caption}
  1157. {/block:IndexPage}
  1158. {block:PermalinkPage}
  1159. {block:Caption}
  1160. <div class="text" style="border-top:1px solid {color:border}">{Caption}</div>
  1161. {/block:Caption}
  1162. {/block:PermalinkPage}
  1163.  
  1164. {/block:Panorama}{block:Photoset}
  1165.  
  1166. <div class="im">{Photoset}</div>
  1167. {block:indexpage}
  1168. {block:Caption}
  1169. <div class="caption"> <div class="captiontext">{Caption}</div></div>
  1170. {/block:Caption}
  1171. {/block:IndexPage}
  1172. {block:PermalinkPage}
  1173. {block:Caption}
  1174. <div class="text" style="border-top:1px solid {color:border};">{Caption}</div>
  1175. {/block:Caption}
  1176. {/block:PermalinkPage}
  1177.  
  1178. {/block:Photoset}{block:Quote}
  1179. <div class="text">
  1180. "{Quote}"
  1181.  
  1182. {block:Source}
  1183. <div class="source">{Source}</div>
  1184. {/block:Source}
  1185. </div>
  1186. {/block:Quote}
  1187. {block:Link}
  1188. <div class="text"> <br>
  1189. <center>
  1190. <a href="{URL}" class="linkp" target="_blank" style=" text-decoration:none; border-bottom:1px solid {color:border}"> {Name}</a>
  1191. </center> </div>
  1192. {block:Description}
  1193. <div class="text"> {Description}</div>
  1194. {/block:Description} <br>
  1195. {/block:Link}
  1196.  
  1197.  
  1198. {block:Chat}
  1199. {block:Title}<a href="{Permalink}" style="background:transparent; padding:0;"><h1>{title}</h1></a>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}
  1200. {/block:Chat}
  1201.  
  1202. {block:Video}
  1203.  
  1204. {Video-400}{block:Caption}
  1205. <div class="text">{Caption}</div>
  1206. {/block:Caption}
  1207.  
  1208. {/block:Video}
  1209. {block:Audio}
  1210. <div id="audiolo">
  1211. <div class="playerbox">
  1212. <div id="albumart"> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1213.  
  1214. <center><div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></center></div>
  1215. <div class="infobox">
  1216. <div class="track"> {block:TrackName}
  1217. {TrackName}
  1218. {/block:TrackName} </div>
  1219.  
  1220.  
  1221. <div class="artist">
  1222. {block:Artist}{Artist}
  1223. {/block:Artist} </div>
  1224.  
  1225. <div class="album">
  1226. {block:Album}
  1227. {Album}
  1228. {/block:Album}
  1229. </div>
  1230.  
  1231. <div class="playcount">
  1232.  
  1233. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  1234. </div></div> <br><br>
  1235.  
  1236. <div class="text" style="border-top:1px solid {color:border}">{caption}</div> <br>
  1237. {/block:Audio}
  1238.  
  1239.  
  1240.  
  1241.  
  1242. {block:Answer}
  1243.  
  1244. <br>
  1245. <div class="askerportrait"><img style="position:absolute; margin-left:10px" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div>
  1246. {block:Answerer}<br>
  1247. <div class="askerportrait"><img style="position:absolute; margin-left:10px" src="{AnswererPortraitURL-40}" align="left" /></div><div class="speechbubble">{Answerer} shouted back: {Answer}</div>
  1248. {/block:Answerer}
  1249. <div class="text"> {replies}</div>
  1250.  
  1251.  
  1252.  
  1253. {/block:Answer}
  1254. {block:Date}
  1255.  
  1256. <div class="info">
  1257. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{permalink}">{TimeAgo}</a>
  1258.  
  1259. </div> {/block:Date}
  1260.  
  1261. <div class="inf">{block:Date}
  1262.  
  1263.  
  1264.  
  1265. <div class="like">
  1266. <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1267. width="369.486px" height="369.486px" viewBox="0 0 369.486 369.486" style="enable-background:new 0 0 369.486 369.486;"
  1268. xml:space="preserve">
  1269. <g>
  1270. <g>
  1271. <path d="M184.743,357.351c-3.478,0-6.798-1.449-9.164-3.998l-147.67-159.16c-0.038-0.041-0.076-0.082-0.113-0.123
  1272. C9.871,174.223,0,147.921,0,120.008c0-27.914,9.871-54.215,27.796-74.061l2.244-2.484c18.246-20.201,42.608-31.327,68.599-31.327
  1273. s50.354,11.126,68.601,31.328l17.503,19.38l17.503-19.379c18.246-20.202,42.608-31.328,68.6-31.328s50.354,11.126,68.601,31.329
  1274. l2.241,2.478c17.928,19.851,27.799,46.152,27.799,74.065s-9.872,54.215-27.796,74.061c-0.037,0.043-0.075,0.084-0.113,0.125
  1275. l-147.671,159.16C191.541,355.901,188.221,357.351,184.743,357.351z M46.295,177.252l138.448,149.219l138.448-149.22
  1276. c28.485-31.603,28.467-82.97-0.055-114.549l-2.239-2.478c-13.449-14.891-31.224-23.09-50.051-23.09
  1277. c-18.828,0-36.603,8.199-50.048,23.085L194.02,89.869c-2.369,2.624-5.74,4.121-9.275,4.121s-6.906-1.497-9.276-4.121
  1278. l-26.779-29.648c-13.446-14.887-31.22-23.086-50.048-23.086S62.039,45.333,48.594,60.22l-2.244,2.484
  1279. C17.828,94.283,17.809,145.65,46.295,177.252z"/>
  1280. </g>
  1281. </g>
  1282.  
  1283.  
  1284. </svg>
  1285.  
  1286. {LikeButton size="18"}
  1287. </div>
  1288.  
  1289.  
  1290. <a href="{ReblogURL}" style="right:40px; position:absolute">
  1291. <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1292. viewBox="0 0 489.935 489.935" style="enable-background:new 0 0 489.935 489.935;" xml:space="preserve">
  1293. <g>
  1294. <path d="M278.235,33.267c-116.7,0-211.6,95-211.6,211.7v0.7l-41.9-63.1c-4.1-6.2-12.5-7.9-18.7-3.8c-6.2,4.1-7.9,12.5-3.8,18.7
  1295. l60.8,91.5c2.2,3.3,5.7,5.4,9.6,5.9c0.6,0.1,1.1,0.1,1.7,0.1c3.3,0,6.5-1.2,9-3.5l84.5-76.1c5.5-5,6-13.5,1-19.1
  1296. c-5-5.5-13.5-6-19.1-1l-56.1,50.7v-1c0-101.9,82.8-184.7,184.6-184.7s184.7,82.8,184.7,184.7s-82.8,184.7-184.6,184.7
  1297. c-49.3,0-95.7-19.2-130.5-54.1c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1c40,40,93.1,62,149.6,62
  1298. c116.6,0,211.6-94.9,211.6-211.7S394.935,33.267,278.235,33.267z"/>
  1299. </g>
  1300.  
  1301. </svg>
  1302.  
  1303. </a>
  1304.  
  1305. </div> {/block:Date}
  1306. {block:HasTags} <div class="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div> {/block:HasTags}
  1307. </div><!--posts end-->{/block:Posts}</div><center> <br>
  1308. {block:PermalinkPagination}
  1309. {block:PreviousPost}
  1310. <a href="{PreviousPost}" class="jump_page">Previous Post</a>
  1311. {/block:PreviousPost}
  1312.  
  1313. {block:NextPost}
  1314. <a href="{NextPost}" class="jump_page">Next Post</a>
  1315. {/block:NextPost}
  1316. {/block:PermalinkPagination}</center> <br>
  1317. {block:PostNotes} {PostNotes-16} {/block:PostNotes}
  1318. <center>
  1319. {block:Pagination}<div style="padding:20px">{block:PreviousPage}
  1320. <a href="{PreviousPage}" class="jump_page">Previous</a>
  1321. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  1322. <span class="current_page">{PageNumber}</span>
  1323. {/block:CurrentPage}{block:JumpPage}
  1324. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1325. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  1326. <a href="{NextPage}" class="jump_page">Next</a>
  1327. {/block:NextPage}</div>{/block:Pagination}
  1328.  
  1329.  
  1330. </center>
  1331.  
  1332. </div><!--container end-->
  1333.  
  1334.  
  1335.  
  1336. </body>
  1337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement