privatebin.css 1019 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /**
  2. * PrivateBin
  3. *
  4. * Cascading style sheets for bootstrap 5 template.
  5. *
  6. * @link https://github.com/PrivateBin/PrivateBin
  7. * @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
  8. * @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
  9. */
  10. @import url("../common.css");
  11. .hidden {
  12. display: none !important;
  13. }
  14. .dropdown-menu {
  15. --bs-dropdown-min-width: 23rem;
  16. }
  17. pre {
  18. margin-bottom: 0;
  19. }
  20. [data-bs-theme=light] pre, [data-bs-theme=light] .card {
  21. background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
  22. }
  23. li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
  24. color: revert !important;
  25. list-style-type: decimal !important;
  26. }
  27. [data-bs-theme=dark] li.L1, [data-bs-theme=dark] li.L3, [data-bs-theme=dark] li.L5,
  28. [data-bs-theme=dark] li.L7, [data-bs-theme=dark] li.L9 {
  29. background-color: var(--bs-gray-dark) !important;
  30. }
  31. .text-right button {
  32. float: right;
  33. }
  34. html[dir="rtl"] #deletelink, html[dir="rtl"] #qrcodemodalClose {
  35. float: left;
  36. }