privatebin.css 991 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. [data-bs-theme=light] pre, [data-bs-theme=light] .card {
  18. background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
  19. }
  20. li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
  21. color: revert !important;
  22. list-style-type: decimal !important;
  23. }
  24. [data-bs-theme=dark] li.L1, [data-bs-theme=dark] li.L3, [data-bs-theme=dark] li.L5,
  25. [data-bs-theme=dark] li.L7, [data-bs-theme=dark] li.L9 {
  26. background-color: var(--bs-gray-dark) !important;
  27. }
  28. .text-right button {
  29. float: right;
  30. }
  31. html[dir="rtl"] #deletelink, html[dir="rtl"] #qrcodemodalClose {
  32. float: left;
  33. }