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

style.css 336 B

9 months ago
12345678910111213141516171819202122232425262728293031323334353637
  1. .container-max-width
  2. {
  3. max-width: 1600px;
  4. }
  5. .no-wrap
  6. {
  7. white-space: nowrap;
  8. }
  9. .custom-width
  10. {
  11. max-width: 1ex;
  12. }
  13. .row-width
  14. {
  15. max-width: 6px;
  16. }
  17. .pagination
  18. {
  19. }
  20. .page-item
  21. {
  22. width: 3.5em;
  23. text-align: center;
  24. vertical-align: middle;
  25. }
  26. .page-item:not(:not(.disabled, .active)) img
  27. {
  28. filter: invert(100%);
  29. }