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

76 lines
1013 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. font-size: 150%;
  38. }
  39. .page-item.disabled > .page-link
  40. {
  41. color: lightgray;
  42. }
  43. .page-link-text
  44. {
  45. position: absolute;
  46. top: 50%;
  47. left: 50%;
  48. transform: translate(-50%, -48%);
  49. padding: 0;
  50. margin: 0;
  51. }
  52. .pagination
  53. {
  54. --bs-pagination-bg: none;
  55. --bs-pagination-disabled-bg: none;
  56. --bs-pagination-hover-bg: none;
  57. --bs-pagination-active-color: none;
  58. --bs-pagination-active-bg: none;
  59. }
  60. .deerjika-tail
  61. {
  62. z-index: 1024;
  63. }