DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.9KB

  1. @import url(/fonts/nexa/stylesheet.css);
  2. @import url(/fonts/questrial/stylesheet.css);
  3. .distrho-info{{{cns}}} {
  4. background-image:url(/resources/box.png{{{ns}}});
  5. background-position:center center;
  6. background-repeat:no-repeat;
  7. background-size:600px 300px;
  8. width:600px;
  9. height:300px;
  10. /* position:absolute; */
  11. border-radius: 21px;
  12. /* font-size: 2rem !important; */
  13. }
  14. .distrho-info{{{cns}}} .mod-pedal-input.mono,
  15. .distrho-info{{{cns}}} .mod-pedal-output.mono {
  16. top: 60px !important;
  17. }
  18. .distrho-info{{{cns}}} .mod-pedal-input.stereo,
  19. .distrho-info{{{cns}}} .mod-pedal-output.stereo {
  20. top: 15px !important;
  21. }
  22. .distrho-info{{{cns}}} .mod-logo {
  23. background: url(/img/watermark.png) 42px 146px no-repeat;
  24. width: 100%;
  25. height: 100%;
  26. position: absolute;
  27. top: 0px;
  28. left: 0px;
  29. }
  30. @keyframes mod-magic{{{cns}}} {
  31. 0% {
  32. opacity: 0.1;
  33. }
  34. 100% {
  35. opacity: 0.75;
  36. }
  37. }
  38. .distrho-info{{{cns}}} .mod-magic {
  39. background: url(/img/social/favicon.png) no-repeat;
  40. width: 118px;
  41. height: 118px;
  42. position: absolute;
  43. top: 158px;
  44. left: 52px;
  45. background-size: cover;
  46. opacity: 0;
  47. cursor: pointer;
  48. z-index: 21;
  49. animation: mod-magic{{{cns}}} 5s infinite;
  50. animation-direction: alternate;
  51. animation-timing-function: ease-in;
  52. }
  53. .distrho-info{{{cns}}} .tables {
  54. display: flex;
  55. flex-direction: row;
  56. height: 100%;
  57. padding: 21px;
  58. font-family: monospace;
  59. font-size: 1.8rem;
  60. font-weight: bold;
  61. }
  62. .distrho-info{{{cns}}} .table-left,
  63. .distrho-info{{{cns}}} .table-right {
  64. width: 50%;
  65. }
  66. .distrho-info{{{cns}}} .table-left {
  67. padding-left: 36px;
  68. }
  69. .distrho-info{{{cns}}} table {
  70. border-collapse: separate;
  71. border-spacing: 6px 1px;
  72. }
  73. .distrho-info{{{cns}}} tr > td:first-child {
  74. text-align: right;
  75. }
  76. .distrho-info{{{cns}}} tr > td:last-child {
  77. font-weight: lighter;
  78. }