ニジカもんすたぁ!! トップ・ページ https://nizika.monster
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.
 
 
 
 

70 lines
948 B

  1. /* vim:set tabstop=2 softtabstop=2 expandtab :*/
  2. .container-max-width
  3. {
  4. max-width: 1600px;
  5. }
  6. .no-wrap
  7. {
  8. white-space: nowrap;
  9. }
  10. .custom-width
  11. {
  12. max-width: 1ex;
  13. }
  14. .row-width
  15. {
  16. max-width: 6px;
  17. }
  18. .page-item
  19. {
  20. width: 3.5em;
  21. text-align: center;
  22. vertical-align: middle;
  23. margin: 0;
  24. padding: 0;
  25. }
  26. .page-link
  27. {
  28. color: black;
  29. padding: 0;
  30. margin: 0;
  31. border: none;
  32. margin-right: -3px;
  33. }
  34. .page-item.active > .page-link
  35. {
  36. font-weight: bold;
  37. }
  38. .page-item.disabled > .page-link
  39. {
  40. color: gray;
  41. }
  42. .page-link-text
  43. {
  44. position: absolute;
  45. top: 50%;
  46. left: 50%;
  47. transform: translate(-50%, -50%);
  48. padding: 0;
  49. margin: 0;
  50. }
  51. .pagination
  52. {
  53. --bs-pagination-bg: none;
  54. --bs-pagination-disabled-bg: none;
  55. --bs-pagination-hover-bg: none;
  56. --bs-pagination-active-color: none;
  57. --bs-pagination-active-bg: none;
  58. }