provisioning tool for building opinionated architecture
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.

65 lines
1.4 KiB

  1. proxy_set_header Accept-Encoding "";
  2. subs_filter '</body>' '
  3. <div class="betabanner_box">
  4. <div class="betabanner_ribbon"><span>EXP</span></div>
  5. </div>
  6. <style>
  7. .betabanner_box {
  8. height: 100%;
  9. position: absolute;
  10. bottom: 0;
  11. pointer-events: none;
  12. opacity: 0.7;
  13. }
  14. .betabanner_ribbon {
  15. position: fixed;
  16. left: -5px;
  17. bottom : 0;
  18. z-index: 9999;
  19. overflow: hidden;
  20. width: 75px; height: 75px;
  21. text-align: right;
  22. }
  23. .betabanner_ribbon span {
  24. font-size: 10px;
  25. font-weight: bold;
  26. color: #FFF;
  27. text-transform: uppercase;
  28. text-align: center;
  29. line-height: 20px;
  30. transform: rotate(45deg);
  31. -webkit-transform: rotate(45deg);
  32. width: 100px;
  33. display: block;
  34. background: linear-gradient(salmon 30%, orange 81%);
  35. box-shadow: 5px 9px 27px -4px rgba(0, 0, 0, 1);
  36. position: absolute;
  37. bottom: 16px;
  38. left: -21px;
  39. }
  40. .betabanner_ribbon span::before {
  41. content: "";
  42. position: absolute; left: 0px; top: 100%;
  43. z-index: -1;
  44. border-left: 3px solid #79A70A;
  45. border-right: 3px solid transparent;
  46. border-bottom: 3px solid transparent;
  47. border-top: 3px solid #79A70A;
  48. }
  49. .betabanner_ribbon span::after {
  50. content: "";
  51. position: absolute; right: 0px; top: 100%;
  52. z-index: -1;
  53. border-left: 3px solid transparent;
  54. border-right: 3px solid #79A70A;
  55. border-bottom: 3px solid transparent;
  56. border-top: 3px solid #79A70A;
  57. }
  58. </style>
  59. </body>
  60. ';